]> git.sesse.net Git - ffmpeg/history - libswscale/x86/yuv2rgb_template.c
Drop some pointless void* return value casts from av_malloc() invocations.
[ffmpeg] / libswscale / x86 / yuv2rgb_template.c
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
2011-04-11 Diego BiurrunAdd unconditional return statement to yuva420_rgb32_MMX...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
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-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.