summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.c
Commit message (Expand)AuthorAge
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-19
* postproc: fix qp countMichael Niedermayer2014-10-13
* libpostproc: support grayscaleMichael Niedermayer2014-10-13
* postproc/postprocess: fix quant store for fq modeMichael Niedermayer2014-10-12
* postproc: add basic deblock filter visualization supportMichael Niedermayer2014-09-24
* postprocess: prefetch* dont change anything, thus their arguments should be c...Michael Niedermayer2014-09-22
* postproc/postprocess: Avoid some ifs in do_a_deblock_C()Michael Niedermayer2014-09-19
* postproc/postprocess: remove redundant castsMichael Niedermayer2014-09-18
* postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of ha...Michael Niedermayer2014-09-18
* postproc/postprocess: Remove unused argument from reallocAlign()Michael Niedermayer2014-09-18
* postproc/postprocess: use av_strtok()Michael Niedermayer2014-09-18
* postprocess: make some variables in pp_get_mode_by_name_and_quality() constMichael Niedermayer2014-09-18
* postproc: simplify forwarding return codesMichael Niedermayer2014-09-18
* libpostproc/postprocess: avoid some if()Michael Niedermayer2014-09-18
* postproc: use FFMIN/FFMAX where appropriateMichael Niedermayer2014-09-04
* Add missing "const" all over the place.Reimar Döffinger2014-08-29
* Drop remaining unneeded != NULLMichael Niedermayer2014-08-15
* Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\
| * Remove libpostproc.Diego Biurrun2012-02-23
* | postproc: fix null pointer dereference with invalid option stringsMichael Niedermayer2013-12-11
* | lavfi/pp: switch to an AVOptions-based system.Clément Bœsch2013-04-10
* | build: postproc cleanup.Clément Bœsch2012-12-30
* | libpostproc: alloc a few bytes more in the temporary bufferMichael Niedermayer2012-12-28
* | libpostproc: fix leak of 2kbMichael Niedermayer2012-12-23
* | pp: add support for SSE2.Clément Bœsch2012-11-18
* | pp: add auto detection cpu flag.Clément Bœsch2012-11-18
* | pp: add various const for pointers.Clément Bœsch2012-11-18
* | pp: simplify postProcess().Clément Bœsch2012-11-16
* | pp: rework the way templating is done.Clément Bœsch2012-11-16
* | postproc: Fix unprotected inline asmDerek Buitenhuis2012-09-11
* | rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXTXhmikosR2012-08-20
* | 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