summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.c
Commit message (Expand)AuthorAge
* misc spelling fixesDiego Biurrun2007-06-12
* 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
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* Fix #endif comments.Diego Biurrun2006-10-16
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-11
* printf --> av_log with some help from OdedDiego Biurrun2006-10-11
* 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
* 1000000l for lu_zero (commiting untested? code)Michael Niedermayer2006-10-03
* make postproc use avutilLuca Barbato2006-10-02
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* CVS --> SubversionDiego Biurrun2006-06-09
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-01