summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.c
Commit message (Expand)AuthorAge
* postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba2011-08-26
* libpostproc: Remove disabled code.Diego Biurrun2011-07-06
* cosmetics: trim trailing whitespace in postprocAlex Converse2011-05-08
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
* libpostproc: Remove crufty code disabled by the big bump.Diego Biurrun2011-04-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* get rid of the last svn mentionsJanne Grunau2011-03-18
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-08
* 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