summaryrefslogtreecommitdiff
path: root/libpostproc
Commit message (Expand)AuthorAge
* non-recursive makefilesMåns Rullgård2008-04-07
* cosmetics: prettyprintingDiego Biurrun2008-03-23
* Cosmetics: reindent and whitespacesLuca Barbato2008-03-23
* Remove declarations after statements from doVertDefFilter_altivecLuca Barbato2008-03-23
* Remove declarations after statements from doVertLowPass_altivecLuca Barbato2008-03-23
* Remove declarations after statements from vertClassify_altivecLuca Barbato2008-03-23
* Reorder declarations in vertClassify_altivecLuca Barbato2008-03-23
* typo fixes: tempBlured --> tempBlurredDiego Biurrun2008-03-22
* cosmetics: typo fixesDiego Biurrun2008-03-22
* cosmetics: Fix typo in variable name, numSkiped --> numSkipped.Diego Biurrun2008-03-22
* cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun2008-03-22
* typo: occured --> occurredDiego Biurrun2008-03-22
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
* simplify ALIGN_MASK definitionMåns Rullgård2008-03-17
* get register names from x86_cpu.hMåns Rullgård2008-03-17
* typo fixesDiego Biurrun2008-03-15
* typosDiego Biurrun2008-03-14
* typo fixesDiego Biurrun2008-03-12
* misc spelling fixesDiego Biurrun2008-03-10
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* simplify library version handlingMåns Rullgård2008-03-07
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
* #include avutil.h in postprocess.hMåns Rullgård2008-02-20
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* constMichael Niedermayer2008-02-02
* Make src const.Michael Niedermayer2008-02-02
* void arithmeticMichael Niedermayer2008-02-02
* Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as wellReimar Döffinger2008-01-30
* Simplify: use DECLARE_ASM_CONSTReimar Döffinger2008-01-30
* Build both static and shared libs from the same object.Diego Pettenò2008-01-14
* unusedMichael Niedermayer2008-01-10
* Make MMX vectors constants.Diego Pettenò2008-01-10
* Make pp_help a constant array of characters to move it to .rodata.Diego Pettenò2008-01-10
* Reduce the size of the replaceTable entries.Diego Pettenò2008-01-10
* Remove clip_table as it is not used anymore.Diego Pettenò2008-01-08
* Make the av_class member of PPContext a poiner to constant AVClass.Diego Pettenò2008-01-07
* Make pp_help a constant pointer to constant characters, moves it partiallyDiego Pettenò2008-01-04
* Make pp_get_mode_by_name_and_quality accept a constant string.Diego Pettenò2008-01-03
* Make filterDelimiters and optionDelimiters two static constant array ofDiego Pettenò2008-01-03
* spellingVitor Sessak2007-12-01
* Declare libpostproc prerequisites directly instead of using a layer ofDiego Biurrun2007-10-30
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-17
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* Uppercase variable overlooked in last commit.Diego Biurrun2007-07-21
* Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun2007-07-06