summaryrefslogtreecommitdiffstats
path: root/libpostproc/postprocess.c
Commit message (Expand)AuthorAgeFilesLines
* pp: check that the argument is not NULL as this is not supportedMichael Niedermayer2012-07-071-0/+5
* postprocess: fix another void returning void function.Michael Niedermayer2012-06-101-2/+4
* libpostproc: add bitexact mode, which is needed for regression testing.Michael Niedermayer2012-02-291-2/+5
* libpostproc: add pp=help support to print the help text via av_log()Michael Niedermayer2012-02-271-0/+9
* libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100Michael Niedermayer2011-12-221-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-1/+1
|\
| * Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-061-2/+2
|\ \ | |/
| * doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-051-2/+2
| * postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba2011-08-261-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-32/+0
|\ \ | |/
| * libpostproc: Remove disabled code.Diego Biurrun2011-07-061-32/+0
* | postprocess: Remove test for impossible condition (was: Re: postprocess.c: re...Piotr Kaczuba2011-06-021-2/+1
* | postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba2011-05-311-3/+4
* | Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This broke the ...Michael Niedermayer2011-05-291-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-091-1/+0
|\ \ | |/
| * cosmetics: trim trailing whitespace in postprocAlex Converse2011-05-081-1/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-051-1/+2
|\ \ | |/
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-031-1/+2
| * libpostproc: Remove crufty code disabled by the big bump.Diego Biurrun2011-04-201-4/+0
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-191-1/+1
|\ \ | |/
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * get rid of the last svn mentionsJanne Grunau2011-03-181-1/+1
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
|/
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-031-2/+2
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+11
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-221-1/+1
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-081-7/+7
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-251-8/+8
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-28/+33
* Remove pointless malloc.h #include.Diego Biurrun2008-12-191-3/+0
* Drop _t from typedef names for POSIX compatibility.Diego Biurrun2008-12-111-5/+5
* Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.Diego Biurrun2008-12-111-1/+1
* 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
OpenPOWER on IntegriCloud