summaryrefslogtreecommitdiffstats
path: root/media/base/simd
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in media/, take 2.avi2015-12-2322-378/+404
* Reverts the yuv changes in 97785eaf0f3b8f017a38fe738ade818754492483Avi Drissman2015-12-2012-324/+315
* Switch to standard integer types in media/.Avi Drissman2015-12-1912-315/+324
* Add support for Rec709 color space videos in software YUV convert path.rileya2015-01-2114-781/+82
* Fix type truncation warnings in YUV-related code.pkasting2014-10-144-13/+15
* Cleanup: Remove unneeded media/ SSE2 checks and unused code. (try 2)thestig2014-08-285-171/+0
* Revert of Cleanup: Remove unneeded SSE2 checks and unused code. (patchset #4 ...thestig2014-08-273-0/+86
* Cleanup: Remove unneeded SSE2 checks and unused code.thestig2014-08-273-86/+0
* Remove runtime CPU detection for SSE optimized media/ methods.dalecurtis@chromium.org2014-05-312-166/+0
* Fix crash and off-by-one error in MMX YUVA->ARGB conversion.rileya@chromium.org2014-05-091-2/+24
* Re-land: Add correct support for videos with YUVJ420P color format, in the so...rileya@chromium.org2014-05-0417-121/+491
* Revert of Add correct support for videos with YUVJ420P color format, in the s...mlamouri@chromium.org2014-05-0317-491/+121
* Add correct support for videos with YUVJ420P color format, in the software co...rileya@chromium.org2014-05-0317-121/+491
* Remove non-PIC specializations of media SIMD YUV conversion routines.rileya@chromium.org2014-05-014-186/+3
* Do not use assembly implementations of YUV conversions in MSan builds.earthdok@chromium.org2014-02-031-1/+8
* SIMD optimizations of exp weighted moving average computation in AudioPowerMo...miu@chromium.org2013-11-261-0/+79
* Fix YUVConvert unittest failure on Android_X86.hkuang@chromium.org2013-09-093-12/+55
* Fix invalid use of pragma disable/default.etienneb@chromium.org2013-08-031-1/+2
* Fix the WebRTC color bug.hkuang@chromium.org2013-06-202-12/+40
* Remove bad SSE2 intrinsic include.dalecurtis@google.com2013-05-251-1/+0
* Add dummy .c file to media_asm target.dalecurtis@google.com2013-05-251-0/+10
* Streamline SIMD targets in media.gypdalecurtis@google.com2013-05-2416-284/+297
* media: Add support for playback of VP8 Alpha video streamsvigneshv@chromium.org2013-04-197-2/+451
* Revert 194465 "media: Add support for playback for VP8 Alpha vid..."mek@chromium.org2013-04-167-451/+2
* media: Add support for playback for VP8 Alpha video streams.tomfinegan@chromium.org2013-04-167-2/+451
* Add vector_math::FMUL. Replace audio_util::AdjustVolume.dalecurtis@chromium.org2013-04-081-0/+12
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-4/+4
* Break out SSE functions into new media_sse target.dalecurtis@google.com2013-03-062-0/+75
* Change prototypes to yuv_convert_simd_x86 yasm and equivalent C to portably s...wolenetz@chromium.org2013-02-1412-47/+67
* Move media/base/simd/x86inc.asm to third_party/x86incwolenetz@chromium.org2013-02-0811-1024/+10
* Replace or exclude MMX intrinsics in yuv_convert_simd_x86 due to lack of VS20...jschuh@chromium.org2013-02-012-2/+25
* Enables win64 build of yuv_convert_simd_x86 without rolling x86inc.asm forward.dalecurtis@google.com2013-01-291-0/+2
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-063-86/+7
* Remove a bunch of dead fields found by Scythe.fischman@chromium.org2012-07-311-5/+0
* Remove duplicate CPU detection code; use base::CPU instead.dalecurtis@chromium.org2012-06-123-7/+6
* Fix gcc 4.7 building problems.pkasting@chromium.org2012-06-081-7/+12
* Linear sub-rectangle scaler for use in Chromoting.wez@chromium.org2012-01-142-19/+42
* Fix out of bound access with ScaleYUVToRGB32.hclam@chromium.org2011-10-173-60/+113
* Make media/ PIC-clean on 32-bit Linux.agl@chromium.org2011-09-271-2/+5
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-181-1/+1
* Reorganize YUV scalers (Continued)hclam@chromium.org2011-09-169-104/+781
* Resubmit - Rewrite color space conversions suite using YASM"hclam@chromium.org2011-09-1420-0/+1439
* Improve the speed of YUVConvertTest.SideBySideRGB.hbono@chromium.org2011-09-141-7/+9
* Revert 100915 - Rewrite color space conversions suite using YASMdhollowa@chromium.org2011-09-1420-1463/+0
* Revert 100916 - Fix builddhollowa@chromium.org2011-09-142-0/+25
* Fix buildhclam@chromium.org2011-09-132-25/+0
* Rewrite color space conversions suite using YASMhclam@chromium.org2011-09-1320-0/+1463
* Implements RGB to YV12 conversions in YASM.hbono@chromium.org2011-09-097-0/+1840