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
2022-06-22swscale/x86/yuv2rgb: Remove obsolete MMX functionsAndreas Rheinhardt
2020-02-05libswscale/x86/yuv2rgb: Change inline assembly into nasm codeTing Fu
2014-05-07inline asm: fix arrays as named constraints.Matt Oliver
2014-04-10sws: fix warning about RGB_PACK24_B_OPERANDS redefinitionLukasz Marek
2014-03-26Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-01-12sws: yuv2rgb asm, add memory clobber.Michael Niedermayer
2011-06-03In libswscale, use all lines when converting from 422p to rgb with mmx, impro...Baptiste Coudurier
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-04-25Patch from Packman (OpenSuse - packages) to silence rpmlint.Manfred Tremmel
2011-04-11Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-05-30Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.Diego Biurrun
2010-05-30Remove GPL-licensed YUV to RGB MMX routines.Diego Biurrun
2010-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2010-01-12/nop is illegal with Apple's older version of gas, this was fixed elsewhereDavid Conrad
2010-01-12Make sure that sfence is used after any non temporal stores.Zuxy Meng
2010-01-11Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forZuxy Meng
2010-01-09MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justZuxy Meng
2010-01-07Remove const to avoid a bunch of GCC warnings against discarded qualifiers andZuxy Meng
2009-08-17Cosmetics:Ramiro Polla
2009-08-14BGR32 MMX special convertor.Peter Schlaile
2009-03-26Move yuv2rgb code to subdirs.Ramiro Polla