summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.c
Commit message (Expand)AuthorAge
* backport configure bits for cpu runtime detection for libpostproc and libswscaleReinhard Tartler2010-02-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-25
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove pointless malloc.h #include.Diego Biurrun2008-12-19
* Drop _t from typedef names for POSIX compatibility.Diego Biurrun2008-12-11
* Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.Diego Biurrun2008-12-11
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Implement postproc_version().Stefano Sabatini2008-09-01
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* typo fixes: tempBlured --> tempBlurredDiego Biurrun2008-03-22
* cosmetics: typo fixesDiego Biurrun2008-03-22
* cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun2008-03-22
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
* typo fixesDiego Biurrun2008-03-15
* typosDiego Biurrun2008-03-14
* typo fixesDiego Biurrun2008-03-12
* constMichael 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
* 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
* Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun2007-07-06
* 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