Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-21postproc/postprocess_template: remove FF_REG_sp from clobber listMichael Niedermayer
2019-03-21postproc/postprocess_template: Avoid using %4 for the threshold compareMichael Niedermayer
2017-08-30postproc: remove usage of deprecated QP_STORE_T defineJames Almer
2016-06-27asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron
2015-08-22avutil/x86/asm: rename REG_SP to REG_spGanesh Ajjanagadde
2015-06-13Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos
2015-05-31postproc: Avoid floats in maxClipped computationMichael Niedermayer
2015-05-31postproc/postprocess_template: Compute packedYScale and QPCorrecture without ...Michael Niedermayer
2015-04-23postproc: Made QP, nonBQP, and pQPb arraysTucker DiNapoli
2015-04-23postproc: Replaced inline asm for prefetching with prefetch functionsTucker DiNapoli
2015-03-28postproc: Removed unecessary if/else branch when getting QP.Tucker DiNapoli
2015-03-23postproc/postprocess_template: split 2nd blockgroup loop outMichael Niedermayer
2015-03-23postproc/postprocess_template: split first part of block loopMichael Niedermayer
2015-03-23postproc/postprocess_template: Move QP initialization downMichael Niedermayer
2015-03-23postproc/postprocess_template: Remove dead code and commentsMichael Niedermayer
2015-03-23bpostproc/postprocess_template: drop avoidable #ifdefMichael Niedermayer
2015-03-23postproc/postprocess_template: split loop in 2 (block groups of 4, blocks)Michael Niedermayer
2014-09-24postproc: add basic deblock filter visualization supportMichael Niedermayer
2014-09-22postproc/postprocess_template: mark unchanged function arguments constMichael Niedermayer
2014-09-19postproc: Replace CLIP by av_clip_uint8Michael Niedermayer
2014-09-04postproc: use FFMIN/FFMAX where appropriateMichael Niedermayer
2014-04-24Fix libpostproc compilation with !HAVE_6REGS.Carl Eugen Hoyos
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2013-06-16postprocess_template: put rsp on the clobber list to prevent gcc from using i...Michael Niedermayer
2013-05-23postproc/postprocess_template: remove empty commentsMichael Niedermayer
2013-03-26libpostproc: silence valgrind/fate warning about using uninitialized dataMichael Niedermayer
2013-02-09Fix libpostproc compilation on x86_32 with disable-optimizations.Carl Eugen Hoyos
2012-12-28libpostproc: alloc a few bytes more in the temporary bufferMichael Niedermayer
2012-12-28libpostproc: Fix off by 1 error in the C dering codeMichael Niedermayer
2012-12-19pp: fix a few typo in the template.Clément Bœsch
2012-11-18pp: add SSE2 deInterlaceInterpolateCubic().Clément Bœsch
2012-11-18pp: add support for SSE2.Clément Bœsch
2012-11-17pp: rework the way templating is done.Clément Bœsch
2012-11-16pp: fix typo in avg() comment.Clément Bœsch
2012-10-13pp: avoid overflow in w*hMichael Niedermayer
2012-09-11postproc: Fix unprotected inline asmDerek Buitenhuis
2012-08-20rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXTXhmikosR
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29libpostproc: fix out of array accesses detected by AddressSanitizer.Michael Niedermayer
2012-02-23Remove libpostproc.Diego Biurrun
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-04Place some START_TIMER invocations in separate blocks.Diego Biurrun
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-02Fix a bunch of typos.Diego Biurrun
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-21postproc: altivec: fix trivial cases of mixed declarations and codeMans Rullgard
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-10-30postproc: remove stray +Michael Niedermayer
2011-09-24postproc: fix compilation failure, now reallyMichael Niedermayer