summaryrefslogtreecommitdiffstats
path: root/media/base/yuv_row_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* -fPIC buildable version of yuv for 64 bit linux.fbarchard@chromium.org2009-10-161-97/+106
* MMX2 improvements on Linux 64 bit.fbarchard@chromium.org2009-10-151-47/+51
* Reverting 29019.finnur@chromium.org2009-10-141-38/+40
* Use lea to remove 2 instructions from the inner loop of YUV Scale.fbarchard@chromium.org2009-10-141-40/+38
* 64 bit linux yuvfbarchard@chromium.org2009-10-131-39/+119
* Off by one in YUV scale caused an extra read (mostly harmless)fbarchard@chromium.org2009-09-221-7/+1
* Reverting 26070 from media tests failuremhm@chromium.org2009-09-121-12/+12
* Mac Assembler and Linux cleanupfbarchard@chromium.org2009-09-121-12/+12
* mmx for linux yuv convert function.fbarchard@chromium.org2009-09-011-10/+421
* A quick fix for YUV overflow on Mac concern.fbarchard@chromium.org2009-08-181-8/+17
* YUV with clipping.fbarchard@chromium.org2009-05-181-75/+13
* YUV scaling and conversion refactored into low levels per platform that do a ...fbarchard@chromium.org2009-05-131-0/+254