summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess_template.c
Commit message (Expand)AuthorAge
* libpostproc/postprocess_template: Don't reimplement FFSWAPAndreas Rheinhardt2021-10-02
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-14
* postproc/postprocess_template: remove FF_REG_sp from clobber listMichael Niedermayer2018-12-22
* postproc/postprocess_template: Avoid using %4 for the threshold compareMichael Niedermayer2018-12-22
* postproc: remove usage of deprecated QP_STORE_T defineJames Almer2017-08-30
* asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron2016-06-27
* avutil/x86/asm: rename REG_SP to REG_spGanesh Ajjanagadde2015-08-22
* 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: 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: add basic deblock filter visualization supportMichael Niedermayer2014-09-24
* postproc/postprocess_template: mark unchanged function arguments constMichael Niedermayer2014-09-22
* postproc: Replace CLIP by av_clip_uint8Michael Niedermayer2014-09-19
* postproc: use FFMIN/FFMAX where appropriateMichael Niedermayer2014-09-04
* 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
* 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
* libpostproc: silence valgrind/fate warning about using uninitialized dataMichael Niedermayer2013-03-25
* Fix libpostproc compilation on x86_32 with disable-optimizations.Carl Eugen Hoyos2013-02-09
* libpostproc: alloc a few bytes more in the temporary bufferMichael Niedermayer2012-12-28
* libpostproc: Fix off by 1 error in the C dering codeMichael Niedermayer2012-12-28
* pp: fix a few typo in the template.Clément Bœsch2012-12-19
* pp: add SSE2 deInterlaceInterpolateCubic().Clément Bœsch2012-11-18
* pp: add support for SSE2.Clément Bœsch2012-11-18
* pp: rework the way templating is done.Clément Bœsch2012-11-16
* pp: fix typo in avg() comment.Clément Bœsch2012-11-15
* pp: avoid overflow in w*hMichael Niedermayer2012-10-13
* postproc: Fix unprotected inline asmDerek Buitenhuis2012-09-11
* rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXTXhmikosR2012-08-20
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
|\
| * Remove libpostproc.Diego Biurrun2012-02-23
* | libpostproc: fix out of array accesses detected by AddressSanitizer.Michael Niedermayer2012-02-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-05
|\|
| * Place some START_TIMER invocations in separate blocks.Diego Biurrun2012-01-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-03
|\|
| * Fix a bunch of typos.Diego Biurrun2012-01-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-22
|\|
| * postproc: altivec: fix trivial cases of mixed declarations and codeMans Rullgard2011-12-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|