aboutsummaryrefslogtreecommitdiff
path: root/libswscale/x86
AgeCommit message (Expand)Author
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-05-1913% faster yuv420 to rgb15 mmx.Loren Merritt
2010-05-1940% faster yuv420 to rgb24 mmx.Loren Merritt
2010-05-04alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego 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-16Cosmetics:Ramiro Polla
2009-08-14BGR32 MMX special convertor.Peter Schlaile
2009-03-26Move yuv2rgb code to subdirs.Ramiro Polla