summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.c
Commit message (Expand)AuthorAgeFilesLines
* postproc/postprocess: Remove obsolete MMX(EXT)/3Dnow functionsAndreas Rheinhardt2022-11-091-49/+20
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-101-21/+0
* libpostproc: Split version.hMartin Storsjö2022-03-161-0/+1
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-221-0/+1
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-141-6/+1
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* postproc: remove usage of deprecated QP_STORE_T defineJames Almer2017-08-301-6/+6
* Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'Clément Bœsch2017-04-261-4/+1
|\
* | postproc: fix unaligned accessCarl Eugen Hoyos2016-02-231-1/+1
* | postproc: fix unaligned accessAndreas Cadhalpun2015-06-191-1/+2
* | postproc: Avoid floats in maxClipped computationMichael Niedermayer2015-05-311-1/+1
* | postproc/postprocess: Use size_t to hold strlen()s valueMichael Niedermayer2015-05-101-1/+1
* | postproc: Replaced inline asm for prefetching with prefetch functionsTucker DiNapoli2015-04-221-31/+0
* | postproc: mark alloc/free context functions as av_coldMichael Niedermayer2015-02-271-2/+2
* | postproc/postprocess: Check for av_malloc() failureMichael Niedermayer2015-02-221-0/+2
* | postproc/postprocess: Check for av_mallocz() failureMichael Niedermayer2015-02-221-0/+3
* | postproc/postprocess: use av_mallocz()Michael Niedermayer2015-02-221-2/+1
* | 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-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