summaryrefslogtreecommitdiff
path: root/libswscale/x86/yuv2rgb_template.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-241-18/+13
* Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun2011-04-111-0/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.Diego Biurrun2010-05-301-0/+453
* Remove GPL-licensed YUV to RGB MMX routines.Diego Biurrun2010-05-301-564/+0
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-151-13/+13
* /nop is illegal with Apple's older version of gas, this was fixed elsewhereDavid Conrad2010-01-121-1/+1
* Make sure that sfence is used after any non temporal stores.Zuxy Meng2010-01-121-2/+2
* Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forZuxy Meng2010-01-111-0/+1
* MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justZuxy Meng2010-01-091-96/+114
* Remove const to avoid a bunch of GCC warnings against discarded qualifiers andZuxy Meng2010-01-071-2/+2
* Cosmetics:Ramiro Polla2009-08-161-8/+15
* BGR32 MMX special convertor.Peter Schlaile2009-08-141-21/+75
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-261-0/+484