summaryrefslogtreecommitdiffstats
path: root/libpostproc/postprocess.c
Commit message (Expand)AuthorAgeFilesLines
* postproc: fix null pointer dereference with invalid option stringsMichael Niedermayer2013-12-111-0/+4
* lavfi/pp: switch to an AVOptions-based system.Clément Bœsch2013-04-101-1/+1
* build: postproc cleanup.Clément Bœsch2012-12-301-4/+0
* libpostproc: alloc a few bytes more in the temporary bufferMichael Niedermayer2012-12-281-1/+1
* libpostproc: fix leak of 2kbMichael Niedermayer2012-12-231-3/+2
* pp: add support for SSE2.Clément Bœsch2012-11-181-3/+11
* pp: add auto detection cpu flag.Clément Bœsch2012-11-181-5/+13
* pp: add various const for pointers.Clément Bœsch2012-11-181-10/+12
* pp: simplify postProcess().Clément Bœsch2012-11-161-33/+18
* pp: rework the way templating is done.Clément Bœsch2012-11-161-73/+25
* postproc: Fix unprotected inline asmDerek Buitenhuis2012-09-111-31/+31
* rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXTXhmikosR2012-08-201-11/+11
* 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
OpenPOWER on IntegriCloud