| Commit message (Expand) | Author | Age | Files | Lines |
* | postproc: fix null pointer dereference with invalid option strings | Michael Niedermayer | 2013-12-11 | 1 | -0/+4 |
* | lavfi/pp: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-10 | 1 | -1/+1 |
* | build: postproc cleanup. | Clément Bœsch | 2012-12-30 | 1 | -4/+0 |
* | libpostproc: alloc a few bytes more in the temporary buffer | Michael Niedermayer | 2012-12-28 | 1 | -1/+1 |
* | libpostproc: fix leak of 2kb | Michael Niedermayer | 2012-12-23 | 1 | -3/+2 |
* | pp: add support for SSE2. | Clément Bœsch | 2012-11-18 | 1 | -3/+11 |
* | pp: add auto detection cpu flag. | Clément Bœsch | 2012-11-18 | 1 | -5/+13 |
* | pp: add various const for pointers. | Clément Bœsch | 2012-11-18 | 1 | -10/+12 |
* | pp: simplify postProcess(). | Clément Bœsch | 2012-11-16 | 1 | -33/+18 |
* | pp: rework the way templating is done. | Clément Bœsch | 2012-11-16 | 1 | -73/+25 |
* | postproc: Fix unprotected inline asm | Derek Buitenhuis | 2012-09-11 | 1 | -31/+31 |
* | rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT | XhmikosR | 2012-08-20 | 1 | -11/+11 |
* | pp: check that the argument is not NULL as this is not supported | Michael Niedermayer | 2012-07-07 | 1 | -0/+5 |
* | postprocess: fix another void returning void function. | Michael Niedermayer | 2012-06-10 | 1 | -2/+4 |
* | libpostproc: add bitexact mode, which is needed for regression testing. | Michael Niedermayer | 2012-02-29 | 1 | -2/+5 |
* | libpostproc: add pp=help support to print the help text via av_log() | Michael Niedermayer | 2012-02-27 | 1 | -0/+9 |
* | libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100 | Michael Niedermayer | 2011-12-22 | 1 | -0/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -1/+1 |
|\ |
|
| * | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-06 | 1 | -2/+2 |
|\| |
|
| * | doxygen: eliminate Qt-style doxygen syntax | Diego Biurrun | 2011-12-05 | 1 | -2/+2 |
| * | postprocess.c: filter name needs to be double 0 terminated | Piotr Kaczuba | 2011-08-26 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-06 | 1 | -32/+0 |
|\| |
|
| * | libpostproc: Remove disabled code. | Diego Biurrun | 2011-07-06 | 1 | -32/+0 |
* | | postprocess: Remove test for impossible condition (was: Re: postprocess.c: re... | Piotr Kaczuba | 2011-06-02 | 1 | -2/+1 |
* | | postprocess.c: filter name needs to be double 0 terminated | Piotr Kaczuba | 2011-05-31 | 1 | -3/+4 |
* | | Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This broke the ... | Michael Niedermayer | 2011-05-29 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-09 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: trim trailing whitespace in postproc | Alex Converse | 2011-05-08 | 1 | -1/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-05 | 1 | -1/+2 |
|\| |
|
| * | Replace strncpy() with av_strlcpy(). | Alex Converse | 2011-05-03 | 1 | -1/+2 |
| * | libpostproc: Remove crufty code disabled by the big bump. | Diego Biurrun | 2011-04-20 | 1 | -4/+0 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-19 | 1 | -1/+1 |
|\| |
|
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | get rid of the last svn mentions | Janne Grunau | 2011-03-18 | 1 | -1/+1 |
* | | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
* | | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
|/ |
|
* | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and | Stefano Sabatini | 2010-01-03 | 1 | -2/+2 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 1 | -0/+11 |
* | Move ALIGN macro to libavutil/common.h and use it in various places | David Conrad | 2009-05-22 | 1 | -1/+1 |
* | configure: Add --enable-runtime-cpudetect | Ramiro Polla | 2009-04-08 | 1 | -7/+7 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | Diego Biurrun | 2009-01-25 | 1 | -8/+8 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -28/+33 |
* | Remove pointless malloc.h #include. | Diego Biurrun | 2008-12-19 | 1 | -3/+0 |
* | Drop _t from typedef names for POSIX compatibility. | Diego Biurrun | 2008-12-11 | 1 | -5/+5 |
* | Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection. | Diego Biurrun | 2008-12-11 | 1 | -1/+1 |