summaryrefslogtreecommitdiffstats
path: root/libpostproc/postprocess.c
Commit message (Expand)AuthorAgeFilesLines
...
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-4/+4
* Implement postproc_version().Stefano Sabatini2008-09-011-0/+5
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* typo fixes: tempBlured --> tempBlurredDiego Biurrun2008-03-221-4/+4
* cosmetics: typo fixesDiego Biurrun2008-03-221-2/+3
* cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun2008-03-221-687/+650
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-181-6/+0
* typo fixesDiego Biurrun2008-03-151-1/+1
* typosDiego Biurrun2008-03-141-2/+2
* typo fixesDiego Biurrun2008-03-121-1/+1
* constMichael Niedermayer2008-02-021-9/+9
* 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
* 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-101-0/+4
* 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-081-13/+0
* Make the av_class member of PPContext a poiner to constant AVClass.Diego Pettenò2008-01-071-1/+1
* Make pp_help a constant pointer to constant characters, moves it partiallyDiego Pettenò2008-01-041-1/+1
* Make pp_get_mode_by_name_and_quality accept a constant string.Diego Pettenò2008-01-031-1/+1
* Make filterDelimiters and optionDelimiters two static constant array ofDiego Pettenò2008-01-031-2/+2
* Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun2007-07-061-2/+0
* misc spelling fixesDiego Biurrun2007-06-121-9/+9
* 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-171-8/+8
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-1/+1
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-011-5/+5
* Fix #endif comments.Diego Biurrun2006-10-161-1/+1
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-11/+11
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-111-3/+3
* printf --> av_log with some help from OdedDiego Biurrun2006-10-111-16/+17
* Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun2006-10-101-11/+8
* Move sign macro to libavutil.Diego Biurrun2006-10-101-1/+0
* Use ABS macro from libavutil.Diego Biurrun2006-10-101-1/+0
* Remove gcc-workaround that is already present in libavutil/common.h.Diego Biurrun2006-10-091-8/+0
* Fix default license header.Diego Biurrun2006-10-091-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-18/+20
* 1000000l for lu_zero (commiting untested? code)Michael Niedermayer2006-10-031-1/+1
* make postproc use avutilLuca Barbato2006-10-021-23/+19
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-181-1/+1
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-3/+3
* CVS --> SubversionDiego Biurrun2006-06-091-1/+1
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-011-0/+1158
OpenPOWER on IntegriCloud