OSDN Git Service

Fix configure .pc files generation and make install when
[android-x86/external-ffmpeg.git] / libpostproc /
2010-07-24 Reimar DöffingerFix use of uninitialized data: A array element can...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-02 Yuriy KaminskiyFix warnings about redefining constants when compiling...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-08-19 Diego BiurrunRemove disabled code cruft.
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-04-08 Ramiro Pollaconfigure: Add --enable-runtime-cpudetect
2009-03-14 Diego BiurrunAdd av_uninit to vbA[1-8], vbB[1-8] variables to work...
2009-02-04 Diego BiurrunUse directory name as multiple inclusion guard prefix.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-25 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest config...
2009-01-25 Diego BiurrunDirectly #include some required headers.
2009-01-14 Carl Eugen HoyosFix compilation.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-19 Diego BiurrunRemove pointless malloc.h #include.
2008-12-11 Diego BiurrunAdd backwards-compatibility typedef for removed _t...
2008-12-11 Diego BiurrunDrop _t from typedef names for POSIX compatibility.
2008-12-11 Diego BiurrunDo not set COMPILE_C if AltiVec is enabled without...
2008-11-02 Reimar DöffingerReplace long with x86_reg in postprocess_template.c...
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-09-01 Stefano SabatiniImplement postproc_version().
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-24 Diego BiurrunRemove AltiVec vector declaration compiler compatibilit...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-03-23 Diego Biurruncosmetics: prettyprinting
2008-03-23 Luca BarbatoCosmetics: reindent and whitespaces
2008-03-23 Luca BarbatoRemove declarations after statements from doVertDefFilt...
2008-03-23 Luca BarbatoRemove declarations after statements from doVertLowPass...
2008-03-23 Luca BarbatoRemove declarations after statements from vertClassify_...
2008-03-23 Luca BarbatoReorder declarations in vertClassify_altivec
2008-03-22 Diego Biurruntypo fixes: tempBlured --> tempBlurred
2008-03-22 Diego Biurruncosmetics: typo fixes
2008-03-22 Diego Biurruncosmetics: Fix typo in variable name, numSkiped --...
2008-03-22 Diego Biurruncosmetics: Fix indentation to be 4 spaces and consisten...
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-18 Diego BiurrunRemove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
2008-03-17 Måns Rullgårdsimplify ALIGN_MASK definition
2008-03-17 Måns Rullgårdget register names from x86_cpu.h
2008-03-15 Diego Biurruntypo fixes
2008-03-14 Diego Biurruntypos
2008-03-12 Diego Biurruntypo fixes
2008-03-10 Diego Biurrunmisc spelling fixes
2008-03-08 Diego Biurruncosmetics: Remove useless empty line.
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-25 Måns RullgårdInstall headers in $prefix/include/$libname
2008-02-20 Måns Rullgård#include avutil.h in postprocess.h
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-02 Michael Niedermayerconst
2008-02-02 Michael NiedermayerMake src const.
2008-02-02 Michael Niedermayervoid arithmetic
2008-01-30 Reimar DöffingerMissed a variable in postprocess.c that should use...
2008-01-30 Reimar DöffingerSimplify: use DECLARE_ASM_CONST
2008-01-14 Diego PettenòBuild both static and shared libs from the same object.
2008-01-10 Michael Niedermayerunused
2008-01-10 Diego PettenòMake MMX vectors constants.
2008-01-10 Diego PettenòMake pp_help a constant array of characters to move...
2008-01-10 Diego PettenòReduce the size of the replaceTable entries.
2008-01-08 Diego PettenòRemove clip_table as it is not used anymore.
2008-01-07 Diego PettenòMake the av_class member of PPContext a poiner to const...
2008-01-04 Diego PettenòMake pp_help a constant pointer to constant characters...
2008-01-03 Diego PettenòMake pp_get_mode_by_name_and_quality accept a constant...
2008-01-03 Diego PettenòMake filterDelimiters and optionDelimiters two static...
2007-12-01 Vitor Sessakspelling
2007-10-30 Diego BiurrunDeclare libpostproc prerequisites directly instead...
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 Diego BiurrunUse filename as multiple inclusion guard.
2007-08-24 Diego BiurrunMove Apple gcc AltiVec vector declaration syntax to...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-07-21 Diego BiurrunUppercase variable overlooked in last commit.
2007-07-06 Diego BiurrunRemove mangle.h, it is just a duplicate of parts of...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-07-02 Diego BiurrunRemove leading underscores from specifiers, they are...
2007-07-02 Diego BiurrunFix 'make checkheaders'.
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-10 Diego BiurrunMove libpostproc-specific uninstallation command to...
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2007-05-17 Reimar DöffingerUse DECLARE_ALIGNED for alignment in libpostprocess
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
2007-04-07 Diego Biurruntypos/grammar
2007-03-02 Luca BarbatoTypo
2007-03-02 Luca BarbatoMany steps to avutilized this mess: DECLARE_ALIGNED
2007-02-27 Diego BiurrunRemove useless conditional.
2007-02-21 Diego Biurruncosmetics: Fix another common typo, gurantee --> guArantee.
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-10-29 Diego BiurrunFix dependencies for 'make dep'.
2006-10-16 Diego BiurrunFix #endif comments.
2006-10-15 Diego BiurrunRevert putting EXTRALIBS in common.mak, linking fails...
next