summaryrefslogtreecommitdiff
path: root/libpostproc
Commit message (Expand)AuthorAgeFilesLines
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-191-0/+3
* postproc: fix qp countMichael Niedermayer2014-10-131-2/+2
* libpostproc: support grayscaleMichael Niedermayer2014-10-132-1/+4
* postproc/postprocess: fix quant store for fq modeMichael Niedermayer2014-10-121-1/+1
* postprocess: add YUV 4:4:0 supportMichael Niedermayer2014-10-122-1/+2
* postproc: add basic deblock filter visualization supportMichael Niedermayer2014-09-244-6/+31
* postproc/postprocess_template: mark unchanged function arguments constMichael Niedermayer2014-09-221-5/+5
* 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: Replace CLIP by av_clip_uint8Michael Niedermayer2014-09-192-18/+16
* 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-042-12/+12
* 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
|\
* | bump libpostproc and libswresampleMichael Niedermayer2014-08-101-2/+2
* | Fix libpostproc compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-241-15/+15
* | Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-181-0/+7
* | postproc: fix null pointer dereference with invalid option stringsMichael Niedermayer2013-12-111-0/+4
* | Add Windows resource file support for shared librariesJames Almer2013-12-052-0/+58
* | postprocess_template: put rsp on the clobber list to prevent gcc from using i...Michael Niedermayer2013-06-161-1/+1
* | postproc/postprocess_template: remove empty commentsMichael Niedermayer2013-05-231-21/+21
* | lavfi/pp: switch to an AVOptions-based system.Clément Bœsch2013-04-102-2/+2
* | libpostproc: silence valgrind/fate warning about using uninitialized dataMichael Niedermayer2013-03-251-1/+3
* | Fix libpostproc compilation on x86_32 with disable-optimizations.Carl Eugen Hoyos2013-02-091-2/+2
* | build: postproc cleanup.Clément Bœsch2012-12-302-6/+0
* | libpostproc: alloc a few bytes more in the temporary bufferMichael Niedermayer2012-12-282-2/+2
* | libpostproc: Fix off by 1 error in the C dering codeMichael Niedermayer2012-12-281-0/+1
* | libpostproc: fix leak of 2kbMichael Niedermayer2012-12-231-3/+2
* | pp: fix a few typo in the template.Clément Bœsch2012-12-191-5/+5
* | doxy: add ref for lavfi, lpp and lsws.Clément Bœsch2012-12-111-2/+11
* | pp: add SSE2 deInterlaceInterpolateCubic().Clément Bœsch2012-11-181-4/+27
* | pp: add support for SSE2.Clément Bœsch2012-11-182-3/+22
* | pp: add auto detection cpu flag.Clément Bœsch2012-11-183-6/+15
* | 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-163-168/+166
* | pp: fix typo in avg() comment.Clément Bœsch2012-11-151-1/+1
* | pp: use av_clip_uint8 instead of a custom implementation.Clément Bœsch2012-11-151-4/+3
* | pp: fix a few typo in the internal header.Clément Bœsch2012-11-151-8/+8
* | pp: avoid overflow in w*hMichael Niedermayer2012-10-131-1/+1
* | postproc: Create version.h headerjamal2012-09-283-18/+50
* | postproc: Fix unprotected inline asmDerek Buitenhuis2012-09-112-114/+114
* | rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXTXhmikosR2012-08-202-60/+60