summaryrefslogtreecommitdiff
path: root/libpostproc
Commit message (Expand)AuthorAge
* postproc: remove usage of deprecated QP_STORE_T defineJames Almer2017-08-30
* Merge commit '92db5083077a8b0f8e1050507671b456fd155125'James Almer2017-05-04
|\
* | Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2'Clément Bœsch2017-05-03
|\|
* | Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'Clément Bœsch2017-04-26
|\|
* | Bump versions for master after 3.3Michael Niedermayer2017-04-02
* | Bump minor for 3.3Michael Niedermayer2017-04-02
* | Bump minor versions for master after release/3.3 branchpointMichael Niedermayer2017-03-31
* | Bump minor versions for staring release/3.3 branchMichael Niedermayer2017-03-31
* | Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer2016-10-26
* | Bump minor versions for 3.2Michael Niedermayer2016-10-26
* | doxygen: Standardize root-level modulesTimothy Gu2016-08-02
* | Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'Matthieu Bouron2016-06-27
|\|
* | asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron2016-06-27
* | postproc: fix unaligned accessCarl Eugen Hoyos2016-02-23
* | all: Make header guard names consistentTimothy Gu2016-01-31
* | Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes2015-09-05
|\|
* | 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