summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.c
Commit message (Expand)AuthorAge
...
* | pp: check that the argument is not NULL as this is not supportedMichael Niedermayer2012-07-07
* | postprocess: fix another void returning void function.Michael Niedermayer2012-06-10
* | libpostproc: add bitexact mode, which is needed for regression testing.Michael Niedermayer2012-02-29
* | libpostproc: add pp=help support to print the help text via av_log()Michael Niedermayer2012-02-27
* | libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100Michael Niedermayer2011-12-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-12
|\|
| * Fix a bunch of common typos.Diego Biurrun2011-12-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-06
|\|
| * doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-05
| * postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba2011-08-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-06
|\|
| * libpostproc: Remove disabled code.Diego Biurrun2011-07-06
* | postprocess: Remove test for impossible condition (was: Re: postprocess.c: re...Piotr Kaczuba2011-06-02
* | postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba2011-05-31
* | Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This broke the ...Michael Niedermayer2011-05-29
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-09
|\|
| * cosmetics: trim trailing whitespace in postprocAlex Converse2011-05-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-05
|\|
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
| * libpostproc: Remove crufty code disabled by the big bump.Diego Biurrun2011-04-20
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-19
|\|
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * get rid of the last svn mentionsJanne Grunau2011-03-18
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-17
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-17
|/
* 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