| Commit message (Expand) | Author | Age | Files | Lines |
* | Add FFMPEG_VERSION into the binary libs | Michael Niedermayer | 2014-12-19 | 1 | -0/+3 |
* | postproc: fix qp count | Michael Niedermayer | 2014-10-13 | 1 | -2/+2 |
* | libpostproc: support grayscale | Michael Niedermayer | 2014-10-13 | 1 | -0/+3 |
* | postproc/postprocess: fix quant store for fq mode | Michael Niedermayer | 2014-10-12 | 1 | -1/+1 |
* | postproc: add basic deblock filter visualization support | Michael Niedermayer | 2014-09-24 | 1 | -1/+19 |
* | postprocess: prefetch* dont change anything, thus their arguments should be c... | Michael Niedermayer | 2014-09-22 | 1 | -4/+4 |
* | postproc/postprocess: Avoid some ifs in do_a_deblock_C() | Michael Niedermayer | 2014-09-19 | 1 | -9/+9 |
* | postproc/postprocess: remove redundant casts | Michael Niedermayer | 2014-09-18 | 1 | -2/+2 |
* | postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of ha... | Michael Niedermayer | 2014-09-18 | 1 | -2/+4 |
* | postproc/postprocess: Remove unused argument from reallocAlign() | Michael Niedermayer | 2014-09-18 | 1 | -11/+11 |
* | postproc/postprocess: use av_strtok() | Michael Niedermayer | 2014-09-18 | 1 | -3/+4 |
* | postprocess: make some variables in pp_get_mode_by_name_and_quality() const | Michael Niedermayer | 2014-09-18 | 1 | -3/+3 |
* | postproc: simplify forwarding return codes | Michael Niedermayer | 2014-09-18 | 1 | -8/+2 |
* | libpostproc/postprocess: avoid some if() | Michael Niedermayer | 2014-09-18 | 1 | -15/+15 |
* | postproc: use FFMIN/FFMAX where appropriate | Michael Niedermayer | 2014-09-04 | 1 | -8/+8 |
* | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -1/+1 |
* | Drop remaining unneeded != NULL | Michael Niedermayer | 2014-08-15 | 1 | -6/+6 |
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -4/+4 |
|\ |
|
| * | Remove libpostproc. | Diego Biurrun | 2012-02-23 | 1 | -1071/+0 |
* | | 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 |