summaryrefslogtreecommitdiffstats
path: root/libswscale/x86
Commit message (Expand)AuthorAgeFilesLines
* Const correctness for src pointer. Remove all constness related warnings inzuxy2010-01-151-13/+13
* /nop is illegal with Apple's older version of gas, this was fixed elsewhereconrad2010-01-121-1/+1
* Make sure that sfence is used after any non temporal stores.zuxy2010-01-121-2/+2
* Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forzuxy2010-01-111-0/+1
* MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justzuxy2010-01-092-98/+118
* Remove const to avoid a bunch of GCC warnings against discarded qualifiers andzuxy2010-01-071-2/+2
* Cosmetics:ramiro2009-08-162-16/+23
* BGR32 MMX special convertor.ramiro2009-08-142-21/+85
* Move yuv2rgb code to subdirs.ramiro2009-03-262-0/+573