summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.c
Commit message (Expand)AuthorAge
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-10
* libpostproc: Split version.hMartin Storsjö2022-03-16
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-22
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-14
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-06
* postproc: remove usage of deprecated QP_STORE_T defineJames Almer2017-08-30
* Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'Clément Bœsch2017-04-26
|\
* | postproc: fix unaligned accessCarl Eugen Hoyos2016-02-23
* | postproc: fix unaligned accessAndreas Cadhalpun2015-06-19
* | postproc: Avoid floats in maxClipped computationMichael Niedermayer2015-05-31
* | postproc/postprocess: Use size_t to hold strlen()s valueMichael Niedermayer2015-05-10
* | postproc: Replaced inline asm for prefetching with prefetch functionsTucker DiNapoli2015-04-22
* | 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
* | 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