summaryrefslogtreecommitdiff
path: root/libpostproc
Commit message (Expand)AuthorAge
...
* 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
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-02
* Fix 'make checkheaders'.Diego Biurrun2007-07-02
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-10
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
* Use DECLARE_ALIGNED for alignment in libpostprocessReimar Döffinger2007-05-17
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
* typos/grammarDiego Biurrun2007-04-07
* TypoLuca Barbato2007-03-02
* Many steps to avutilized this mess: DECLARE_ALIGNEDLuca Barbato2007-03-02
* Remove useless conditional.Diego Biurrun2007-02-27
* cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun2007-02-21
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* Fix dependencies for 'make dep'.Diego Biurrun2006-10-29
* Fix #endif comments.Diego Biurrun2006-10-16
* Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun2006-10-15
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-11
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
* printf --> av_log with some help from OdedDiego Biurrun2006-10-11
* Remove unused variables.Diego Biurrun2006-10-10
* Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun2006-10-10
* Move sign macro to libavutil.Diego Biurrun2006-10-10
* Use ABS macro from libavutil.Diego Biurrun2006-10-10
* Remove gcc-workaround that is already present in libavutil/common.h.Diego Biurrun2006-10-09
* Fix default license header.Diego Biurrun2006-10-09
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07