| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the WebRTC color bug. | hkuang@chromium.org | 2013-06-20 | 2 | -12/+40 |
* | Remove bad SSE2 intrinsic include. | dalecurtis@google.com | 2013-05-25 | 1 | -1/+0 |
* | Add dummy .c file to media_asm target. | dalecurtis@google.com | 2013-05-25 | 1 | -0/+10 |
* | Streamline SIMD targets in media.gyp | dalecurtis@google.com | 2013-05-24 | 16 | -284/+297 |
* | media: Add support for playback of VP8 Alpha video streams | vigneshv@chromium.org | 2013-04-19 | 7 | -2/+451 |
* | Revert 194465 "media: Add support for playback for VP8 Alpha vid..." | mek@chromium.org | 2013-04-16 | 7 | -451/+2 |
* | media: Add support for playback for VP8 Alpha video streams. | tomfinegan@chromium.org | 2013-04-16 | 7 | -2/+451 |
* | Add vector_math::FMUL. Replace audio_util::AdjustVolume. | dalecurtis@chromium.org | 2013-04-08 | 1 | -0/+12 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/. | dcheng@chromium.org | 2013-04-07 | 1 | -4/+4 |
* | Break out SSE functions into new media_sse target. | dalecurtis@google.com | 2013-03-06 | 2 | -0/+75 |
* | Change prototypes to yuv_convert_simd_x86 yasm and equivalent C to portably s... | wolenetz@chromium.org | 2013-02-14 | 12 | -47/+67 |
* | Move media/base/simd/x86inc.asm to third_party/x86inc | wolenetz@chromium.org | 2013-02-08 | 11 | -1024/+10 |
* | Replace or exclude MMX intrinsics in yuv_convert_simd_x86 due to lack of VS20... | jschuh@chromium.org | 2013-02-01 | 2 | -2/+25 |
* | Enables win64 build of yuv_convert_simd_x86 without rolling x86inc.asm forward. | dalecurtis@google.com | 2013-01-29 | 1 | -0/+2 |
* | Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ... | fischman@chromium.org | 2012-08-06 | 3 | -86/+7 |
* | Remove a bunch of dead fields found by Scythe. | fischman@chromium.org | 2012-07-31 | 1 | -5/+0 |
* | Remove duplicate CPU detection code; use base::CPU instead. | dalecurtis@chromium.org | 2012-06-12 | 3 | -7/+6 |
* | Fix gcc 4.7 building problems. | pkasting@chromium.org | 2012-06-08 | 1 | -7/+12 |
* | Linear sub-rectangle scaler for use in Chromoting. | wez@chromium.org | 2012-01-14 | 2 | -19/+42 |
* | Fix out of bound access with ScaleYUVToRGB32. | hclam@chromium.org | 2011-10-17 | 3 | -60/+113 |
* | Make media/ PIC-clean on 32-bit Linux. | agl@chromium.org | 2011-09-27 | 1 | -2/+5 |
* | Remove base/scoped_ptr.h | akalin@chromium.org | 2011-09-18 | 1 | -1/+1 |
* | Reorganize YUV scalers (Continued) | hclam@chromium.org | 2011-09-16 | 9 | -104/+781 |
* | Resubmit - Rewrite color space conversions suite using YASM" | hclam@chromium.org | 2011-09-14 | 20 | -0/+1439 |
* | Improve the speed of YUVConvertTest.SideBySideRGB. | hbono@chromium.org | 2011-09-14 | 1 | -7/+9 |
* | Revert 100915 - Rewrite color space conversions suite using YASM | dhollowa@chromium.org | 2011-09-14 | 20 | -1463/+0 |
* | Revert 100916 - Fix build | dhollowa@chromium.org | 2011-09-14 | 2 | -0/+25 |
* | Fix build | hclam@chromium.org | 2011-09-13 | 2 | -25/+0 |
* | Rewrite color space conversions suite using YASM | hclam@chromium.org | 2011-09-13 | 20 | -0/+1463 |
* | Implements RGB to YV12 conversions in YASM. | hbono@chromium.org | 2011-09-09 | 7 | -0/+1840 |