summaryrefslogtreecommitdiff
path: root/libpostproc
Commit message (Expand)AuthorAge
...
* | avutil/x86/asm: rename REG_SP to REG_spGanesh Ajjanagadde2015-08-22
* | postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefixMichael Niedermayer2015-08-10
* | postproc: fix unaligned accessAndreas Cadhalpun2015-06-19
* | Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos2015-06-13
* | postproc: Avoid floats in maxClipped computationMichael Niedermayer2015-05-31
* | postproc/postprocess_template: Compute packedYScale and QPCorrecture without ...Michael Niedermayer2015-05-31
* | postproc/postprocess: Use size_t to hold strlen()s valueMichael Niedermayer2015-05-10
* | postproc: Made QP, nonBQP, and pQPb arraysTucker DiNapoli2015-04-22
* | postproc: Replaced inline asm for prefetching with prefetch functionsTucker DiNapoli2015-04-22
* | postproc: Removed unecessary if/else branch when getting QP.Tucker DiNapoli2015-03-28
* | postproc/postprocess_template: split 2nd blockgroup loop outMichael Niedermayer2015-03-23
* | postproc/postprocess_template: split first part of block loopMichael Niedermayer2015-03-23
* | postproc/postprocess_template: Move QP initialization downMichael Niedermayer2015-03-23
* | postproc/postprocess_template: Remove dead code and commentsMichael Niedermayer2015-03-23
* | bpostproc/postprocess_template: drop avoidable #ifdefMichael Niedermayer2015-03-23
* | postproc/postprocess_template: split loop in 2 (block groups of 4, blocks)Michael Niedermayer2015-03-23
* | postproc: mark alloc/free context functions as av_coldMichael Niedermayer2015-02-27
* | postproc/postprocess: Check for av_malloc() failureMichael Niedermayer2015-02-22
* | postproc/postprocess: Check for av_mallocz() failureMichael Niedermayer2015-02-22
* | postproc/postprocess: use av_mallocz()Michael Niedermayer2015-02-22
* | 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
* | postprocess: add YUV 4:4:0 supportMichael Niedermayer2014-10-12
* | postproc: add basic deblock filter visualization supportMichael Niedermayer2014-09-24
* | postproc/postprocess_template: mark unchanged function arguments constMichael Niedermayer2014-09-22
* | 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: Replace CLIP by av_clip_uint8Michael 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
|\|
* | bump libpostproc and libswresampleMichael Niedermayer2014-08-10
* | Fix libpostproc compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-24
* | Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-18
* | postproc: fix null pointer dereference with invalid option stringsMichael Niedermayer2013-12-11
* | Add Windows resource file support for shared librariesJames Almer2013-12-05
* | postprocess_template: put rsp on the clobber list to prevent gcc from using i...Michael Niedermayer2013-06-16
* | postproc/postprocess_template: remove empty commentsMichael Niedermayer2013-05-23
* | lavfi/pp: switch to an AVOptions-based system.Clément Bœsch2013-04-10
* | libpostproc: silence valgrind/fate warning about using uninitialized dataMichael Niedermayer2013-03-25