]> git.sesse.net Git - ffmpeg/history - libswscale/x86
swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB
[ffmpeg] / libswscale / x86 /
2011-05-24 Ronald S. Bultjeswscale: remove if(canMMX2BeUsed) conditional.
2011-05-24 Ronald S. Bultjeswscale: remove swScale_{c,MMX,MMX2} duplication.
2011-05-24 Ronald S. Bultjeswscale: use emms_c().
2011-05-24 Ronald S. Bultjeswscale: remove dead macro WRITEBGR24OLD.
2011-05-24 Ronald S. Bultjeswscale: remove AMD3DNOW "optimizations".
2011-05-24 Ronald S. Bultjeswscale: remove duplicated x86/ functions.
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
2011-05-11 Ronald S. Bultjeswscale: fix YUV420P 9/10bit support.
2011-04-15 Janne Grunauswscale: fix compilation with --enable-runtime-cpudetect
2011-04-14 Luca Barbatoswscale: simplify rgb2rgb templating
2011-04-14 Josh Allmannswscale: further cleanup swscale.c
2011-04-14 Luca Barbatoswscale: partially move the arch specific code left
2011-04-14 Luca Barbatoswscale: move away x86 specific code from rgb2rgb
2011-04-11 Diego BiurrunAdd unconditional return statement to yuva420_rgb32_MMX...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2010-05-30 Diego BiurrunRename yuv2rgb_template2.c --> yuv2rgb_template.c now...
2010-05-30 Diego BiurrunRemove GPL-licensed YUV to RGB MMX routines.
2010-05-19 Loren Merritt13% faster yuv420 to rgb15 mmx.
2010-05-19 Loren Merritt40% faster yuv420 to rgb24 mmx.
2010-05-04 Diego Biurrunalternative LGPL-licensed, MMX-optimized YUV to RGB...
2010-01-15 Zuxy MengConst correctness for src pointer. Remove all constness...
2010-01-12 David Conrad/nop is illegal with Apple's older version of gas,...
2010-01-12 Zuxy MengMake sure that sfence is used after any non temporal...
2010-01-11 Zuxy MengAvoid redefinition of RGB_PLANAR2PACKED24 as the templa...
2010-01-09 Zuxy MengMMX(2) accelerated yuv420->rgb24 routine, trivial as...
2010-01-07 Zuxy MengRemove const to avoid a bunch of GCC warnings against...
2009-08-16 Ramiro PollaCosmetics:
2009-08-14 Peter SchlaileBGR32 MMX special convertor.
2009-03-26 Ramiro PollaMove yuv2rgb code to subdirs.