summaryrefslogtreecommitdiffstats
path: root/libpostproc
Commit message (Expand)AuthorAgeFilesLines
* typo fixesDiego Biurrun2008-03-152-8/+8
* typosDiego Biurrun2008-03-141-2/+2
* typo fixesDiego Biurrun2008-03-122-10/+10
* misc spelling fixesDiego Biurrun2008-03-101-1/+1
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-081-1/+0
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-2/+1
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-1/+1
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-4/+10
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-252-7/+1
* #include avutil.h in postprocess.hMåns Rullgård2008-02-201-0/+2
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+4
* constMichael Niedermayer2008-02-023-20/+20
* Make src const.Michael Niedermayer2008-02-021-1/+1
* void arithmeticMichael Niedermayer2008-02-021-1/+1
* Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as wellReimar Döffinger2008-01-301-1/+1
* Simplify: use DECLARE_ASM_CONSTReimar Döffinger2008-01-301-8/+8
* Build both static and shared libs from the same object.Diego Pettenò2008-01-141-8/+2
* unusedMichael Niedermayer2008-01-101-4/+0
* Make MMX vectors constants.Diego Pettenò2008-01-101-8/+8
* Make pp_help a constant array of characters to move it to .rodata.Diego Pettenò2008-01-102-0/+8
* Reduce the size of the replaceTable entries.Diego Pettenò2008-01-101-5/+5
* Remove clip_table as it is not used anymore.Diego Pettenò2008-01-082-20/+0
* Make the av_class member of PPContext a poiner to constant AVClass.Diego Pettenò2008-01-072-2/+2
* Make pp_help a constant pointer to constant characters, moves it partiallyDiego Pettenò2008-01-042-2/+2
* Make pp_get_mode_by_name_and_quality accept a constant string.Diego Pettenò2008-01-032-2/+2
* Make filterDelimiters and optionDelimiters two static constant array ofDiego Pettenò2008-01-031-2/+2
* spellingVitor Sessak2007-12-011-4/+4
* Declare libpostproc prerequisites directly instead of using a layer ofDiego Biurrun2007-10-301-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-172-6/+6
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-171-3/+3
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-241-6/+0
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-221-1/+1
* Uppercase variable overlooked in last commit.Diego Biurrun2007-07-211-1/+1
* Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun2007-07-062-49/+0
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-021-3/+3
* Fix 'make checkheaders'.Diego Biurrun2007-07-022-0/+3
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
* misc typo fixesDiego Biurrun2007-06-121-3/+4
* misc spelling fixesDiego Biurrun2007-06-123-17/+17
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-101-0/+2
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-281-3/+0
* Use DECLARE_ALIGNED for alignment in libpostprocessReimar Döffinger2007-05-172-10/+10
* Remove extern C declarations for C++.Diego Biurrun2007-05-161-8/+0
* typos/grammarDiego Biurrun2007-04-071-1/+1
* TypoLuca Barbato2007-03-021-1/+1
* Many steps to avutilized this mess: DECLARE_ALIGNEDLuca Barbato2007-03-021-6/+7
* Remove useless conditional.Diego Biurrun2007-02-271-2/+0
OpenPOWER on IntegriCloud