summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess_template.c
Commit message (Expand)AuthorAgeFilesLines
* postproc/postprocess_template: Fix alignmentAndreas Rheinhardt2022-11-091-79/+77
* postproc/postprocess: Remove obsolete MMX(EXT)/3Dnow functionsAndreas Rheinhardt2022-11-091-484/+37
* libpostproc/postprocess_template: Don't reimplement FFSWAPAndreas Rheinhardt2021-10-021-4/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-141-7/+1
* postproc/postprocess_template: remove FF_REG_sp from clobber listMichael Niedermayer2018-12-221-1/+1
* postproc/postprocess_template: Avoid using %4 for the threshold compareMichael Niedermayer2018-12-221-4/+4
* postproc: remove usage of deprecated QP_STORE_T defineJames Almer2017-08-301-2/+2
* asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron2016-06-271-322/+322
* avutil/x86/asm: rename REG_SP to REG_spGanesh Ajjanagadde2015-08-221-1/+1
* Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos2015-06-131-1/+1
* postproc: Avoid floats in maxClipped computationMichael Niedermayer2015-05-311-1/+1
* postproc/postprocess_template: Compute packedYScale and QPCorrecture without ...Michael Niedermayer2015-05-311-5/+5
* postproc: Made QP, nonBQP, and pQPb arraysTucker DiNapoli2015-04-221-43/+38
* postproc: Replaced inline asm for prefetching with prefetch functionsTucker DiNapoli2015-04-221-55/+71
* postproc: Removed unecessary if/else branch when getting QP.Tucker DiNapoli2015-03-281-8/+4
* postproc/postprocess_template: split 2nd blockgroup loop outMichael Niedermayer2015-03-231-1/+30
* postproc/postprocess_template: split first part of block loopMichael Niedermayer2015-03-231-4/+12
* postproc/postprocess_template: Move QP initialization downMichael Niedermayer2015-03-231-23/+22
* postproc/postprocess_template: Remove dead code and commentsMichael Niedermayer2015-03-231-27/+0
* bpostproc/postprocess_template: drop avoidable #ifdefMichael Niedermayer2015-03-231-3/+2
* postproc/postprocess_template: split loop in 2 (block groups of 4, blocks)Michael Niedermayer2015-03-231-1/+5
* postproc: add basic deblock filter visualization supportMichael Niedermayer2014-09-241-4/+10
* postproc/postprocess_template: mark unchanged function arguments constMichael Niedermayer2014-09-221-5/+5
* postproc: Replace CLIP by av_clip_uint8Michael Niedermayer2014-09-191-16/+16
* postproc: use FFMIN/FFMAX where appropriateMichael Niedermayer2014-09-041-4/+4
* Fix libpostproc compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-241-15/+15
* Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-181-0/+7
* postprocess_template: put rsp on the clobber list to prevent gcc from using i...Michael Niedermayer2013-06-161-1/+1
* postproc/postprocess_template: remove empty commentsMichael Niedermayer2013-05-231-21/+21
* libpostproc: silence valgrind/fate warning about using uninitialized dataMichael Niedermayer2013-03-251-1/+3
* Fix libpostproc compilation on x86_32 with disable-optimizations.Carl Eugen Hoyos2013-02-091-2/+2
* libpostproc: alloc a few bytes more in the temporary bufferMichael Niedermayer2012-12-281-1/+1
* libpostproc: Fix off by 1 error in the C dering codeMichael Niedermayer2012-12-281-0/+1
* pp: fix a few typo in the template.Clément Bœsch2012-12-191-5/+5
* pp: add SSE2 deInterlaceInterpolateCubic().Clément Bœsch2012-11-181-4/+27
* pp: add support for SSE2.Clément Bœsch2012-11-181-0/+11
* pp: rework the way templating is done.Clément Bœsch2012-11-161-94/+140
* pp: fix typo in avg() comment.Clément Bœsch2012-11-151-1/+1
* pp: avoid overflow in w*hMichael Niedermayer2012-10-131-1/+1
* postproc: Fix unprotected inline asmDerek Buitenhuis2012-09-111-83/+83
* rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXTXhmikosR2012-08-201-49/+49
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-1/+1
|\
| * Remove libpostproc.Diego Biurrun2012-02-231-3634/+0
* | libpostproc: fix out of array accesses detected by AddressSanitizer.Michael Niedermayer2012-02-291-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-051-2/+3
|\ \ | |/
| * Place some START_TIMER invocations in separate blocks.Diego Biurrun2012-01-041-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-031-2/+2
|\ \ | |/
| * Fix a bunch of typos.Diego Biurrun2012-01-021-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-221-1/+2
|\ \ | |/