summaryrefslogtreecommitdiffstats
path: root/media/base/yuv_convert_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Optimized version of bilinear video scaler. It is about 2 times faster than S...sergeyu@chromium.org2010-04-091-3/+5
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-021-1/+1
* Reduce test duration for valgrind.fbarchard@chromium.org2009-11-031-1/+1
* MMX2 improvements on Linux 64 bit.fbarchard@chromium.org2009-10-151-28/+33
* Reverting 29019.finnur@chromium.org2009-10-141-30/+25
* Use lea to remove 2 instructions from the inner loop of YUV Scale.fbarchard@chromium.org2009-10-141-25/+30
* use djb2 hash in media/basefbarchard@chromium.org2009-10-121-21/+17
* Reverting 26070 from media tests failuremhm@chromium.org2009-09-121-1/+1
* Mac Assembler and Linux cleanupfbarchard@chromium.org2009-09-121-1/+1
* Fix memory leask in media yuv_convert unit tests. Replace pointers init'd by ...jshin@chromium.org2009-08-281-22/+22
* A quick fix for YUV overflow on Mac concern.fbarchard@chromium.org2009-08-181-16/+54
* YUV with clipping.fbarchard@chromium.org2009-05-181-56/+138
* YUV scaling and conversion refactored into low levels per platform that do a ...fbarchard@chromium.org2009-05-131-5/+19
* Fix failing Valgrind builds for media_unittests.scherkus@chromium.org2009-05-121-42/+44
* YV16 unittest which is mostly the same as YV12. Requires YV16 data filesfbarchard@chromium.org2009-04-061-6/+59
* MMX optimized YUV conversion in GCC and Visual C.fbarchard@chromium.org2009-03-231-7/+11
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-171-1/+0
* andrew's patchhclam@chromium.org2009-03-171-0/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Cast size_t to int for comparison with ReadFile return value.fbarchard@chromium.org2009-03-061-6/+8
* YUV conversion code.fbarchard@chromium.org2009-03-061-0/+62