summaryrefslogtreecommitdiffstats
path: root/media/base/yuv_convert_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix crash and off-by-one error in MMX YUVA->ARGB conversion.rileya@chromium.org2014-05-091-0/+53
* Re-land: Add correct support for videos with YUVJ420P color format, in the so...rileya@chromium.org2014-05-041-16/+35
* Revert of Add correct support for videos with YUVJ420P color format, in the s...mlamouri@chromium.org2014-05-031-35/+16
* Add correct support for videos with YUVJ420P color format, in the software co...rileya@chromium.org2014-05-031-16/+35
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-7/+7
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-7/+7
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-7/+7
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Fix the WebRTC color bug.hkuang@chromium.org2013-06-201-0/+25
* Streamline SIMD targets in media.gypdalecurtis@google.com2013-05-241-0/+4
* [MIPS] Disable RGB32ToYUV_SSE2_MatchReference test for MIPS archpetarj@mips.com2013-04-191-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media.dcheng@chromium.org2013-04-151-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-66/+66
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-4/+4
* Lift MEDIA_MMX_INTRINSICS_AVAILABLE definition to header and use it to condit...wolenetz@chromium.org2013-02-071-0/+4
* Revert "Fix UV plane interpolation for YUV formats"phajdan.jr@chromium.org2012-11-061-3/+2
* Fix UV plane interpolation for YUV formatssheu@chromium.org2012-11-051-2/+3
* Y coordinate calculation fixes for YUV conversion.sheu@chromium.org2012-10-311-4/+35
* Remove duplicate CPU detection code; use base::CPU instead.dalecurtis@chromium.org2012-06-121-12/+23
* Remove the bulk of log spam from media_unittests runs.fischman@chromium.org2012-01-171-1/+1
* Linear sub-rectangle scaler for use in Chromoting.wez@chromium.org2012-01-141-1/+77
* Fix out of bound access with ScaleYUVToRGB32.hclam@chromium.org2011-10-171-0/+115
* Reorganize YUV scalers (Continued)hclam@chromium.org2011-09-161-2/+1
* Resubmit - Rewrite color space conversions suite using YASM"hclam@chromium.org2011-09-141-12/+255
* Revert 100915 - Rewrite color space conversions suite using YASMdhollowa@chromium.org2011-09-141-240/+12
* Rewrite color space conversions suite using YASMhclam@chromium.org2011-09-131-12/+240
* Faster RGBA->YV12 conversion using hbono's algorithmhclam@chromium.org2011-09-071-8/+174
* Add check for zero-sized source YUV + tests.scherkus@chromium.org2011-09-011-188/+149
* Fix possible typos.hbono@chromium.org2011-08-151-1/+1
* Modified unit test for color conversion of RGB24ToYUV and YUY2ToYUV.scherkus@chromium.org2011-05-271-1/+65
* Filter YUV scaling at half size and below with center of pixelfbarchard@chromium.org2010-04-161-90/+128
* Make C, MMX and SSE2 all output the same resultsfbarchard@chromium.org2010-04-151-62/+36
* 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