summaryrefslogtreecommitdiffstats
path: root/libswscale/x86
Commit message (Expand)AuthorAgeFilesLines
* Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.Diego Biurrun2010-05-302-2/+2
* Remove GPL-licensed YUV to RGB MMX routines.Diego Biurrun2010-05-302-572/+0
* 13% faster yuv420 to rgb15 mmx.Loren Merritt2010-05-192-21/+19
* 40% faster yuv420 to rgb24 mmx.Loren Merritt2010-05-191-72/+71
* alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun2010-05-042-0/+467
* 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-092-98/+118
* Remove const to avoid a bunch of GCC warnings against discarded qualifiers andZuxy Meng2010-01-071-2/+2
* Cosmetics:Ramiro Polla2009-08-162-16/+23
* BGR32 MMX special convertor.Peter Schlaile2009-08-142-21/+85
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-262-0/+573
OpenPOWER on IntegriCloud