summaryrefslogtreecommitdiffstats
path: root/libpostproc/postprocess.c
Commit message (Expand)AuthorAgeFilesLines
* postproc: fix qp countMichael Niedermayer2014-10-131-2/+2
* libpostproc: support grayscaleMichael Niedermayer2014-10-131-0/+3
* postproc/postprocess: fix quant store for fq modeMichael Niedermayer2014-10-121-1/+1
* postproc: add basic deblock filter visualization supportMichael Niedermayer2014-09-241-1/+19
* postprocess: prefetch* dont change anything, thus their arguments should be c...Michael Niedermayer2014-09-221-4/+4
* postproc/postprocess: Avoid some ifs in do_a_deblock_C()Michael Niedermayer2014-09-191-9/+9
* postproc/postprocess: remove redundant castsMichael Niedermayer2014-09-181-2/+2
* postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of ha...Michael Niedermayer2014-09-181-2/+4
* postproc/postprocess: Remove unused argument from reallocAlign()Michael Niedermayer2014-09-181-11/+11
* postproc/postprocess: use av_strtok()Michael Niedermayer2014-09-181-3/+4
* postprocess: make some variables in pp_get_mode_by_name_and_quality() constMichael Niedermayer2014-09-181-3/+3
* postproc: simplify forwarding return codesMichael Niedermayer2014-09-181-8/+2
* libpostproc/postprocess: avoid some if()Michael Niedermayer2014-09-181-15/+15
* postproc: use FFMIN/FFMAX where appropriateMichael Niedermayer2014-09-041-8/+8
* Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* Drop remaining unneeded != NULLMichael Niedermayer2014-08-151-6/+6
* Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-4/+4
|\
| * Remove libpostproc.Diego Biurrun2012-02-231-1071/+0
* | 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
OpenPOWER on IntegriCloud