summaryrefslogtreecommitdiffstats
path: root/media/base/yuv_convert.cc
Commit message (Expand)AuthorAgeFilesLines
* Streamline SIMD targets in media.gypdalecurtis@google.com2013-05-241-8/+64
* media: Add support for playback of VP8 Alpha video streamsvigneshv@chromium.org2013-04-191-0/+30
* Revert 194465 "media: Add support for playback for VP8 Alpha vid..."mek@chromium.org2013-04-161-30/+0
* media: Add support for playback for VP8 Alpha video streams.tomfinegan@chromium.org2013-04-161-0/+30
* Lift MEDIA_MMX_INTRINSICS_AVAILABLE definition to header and use it to condit...wolenetz@chromium.org2013-02-071-10/+0
* Replace or exclude MMX intrinsics in yuv_convert_simd_x86 due to lack of VS20...jschuh@chromium.org2013-02-011-3/+28
* Revert "Fix UV plane interpolation for YUV formats"phajdan.jr@chromium.org2012-11-061-71/+46
* Fix UV plane interpolation for YUV formatssheu@chromium.org2012-11-051-46/+71
* Y coordinate calculation fixes for YUV conversion.sheu@chromium.org2012-10-311-34/+60
* [MIPS] Add support in media.gyp for building on MIPS architecture.petarj@mips.com2012-09-201-4/+4
* Remove duplicate CPU detection code; use base::CPU instead.dalecurtis@chromium.org2012-06-121-14/+22
* add more color formats NV21 and YV12 in video capture (mainly from Android).wjia@chromium.org2012-04-181-0/+17
* Remove misc. dead stores in media/ code (found by clang static analyzer).fischman@chromium.org2012-04-101-5/+2
* Make preprocessor directives clearertbreisacher@chromium.org2012-03-301-6/+4
* Replace a CHECK with some CHECK_LEs, to aid in debugging.wez@chromium.org2012-03-011-1/+2
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-091-2/+3
* Reverting 120739 that caused valgrind breaks.alexeypa@chromium.org2012-02-071-3/+2
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-071-2/+3
* Linear sub-rectangle scaler for use in Chromoting.wez@chromium.org2012-01-141-1/+153
* Disable SSSE3 version of RGB->YUV conversion.hclam@chromium.org2011-10-171-3/+3
* Re-enable SSSE3-optimized functions.hbono@chromium.org2011-09-291-1/+16
* Reorganize YUV scalers (Continued)hclam@chromium.org2011-09-161-3/+18
* Resubmit - Rewrite color space conversions suite using YASM"hclam@chromium.org2011-09-141-164/+119
* Revert 100915 - Rewrite color space conversions suite using YASMdhollowa@chromium.org2011-09-141-135/+163
* Revert 100917 - Not use SSSE3 code that was merged accidentallydhollowa@chromium.org2011-09-141-1/+17
* Not use SSSE3 code that was merged accidentallyhclam@chromium.org2011-09-131-17/+1
* Rewrite color space conversions suite using YASMhclam@chromium.org2011-09-131-163/+135
* Disable my ASM code (Take 2)hbono@chromium.org2011-09-091-3/+1
* Disable my ASM code.hbono@chromium.org2011-09-091-13/+0
* Implements RGB to YV12 conversions in YASM.hbono@chromium.org2011-09-091-2/+18
* Add check for zero-sized source YUV + tests.scherkus@chromium.org2011-09-011-3/+6
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-06-281-0/+4
* VideoCaptureHostscherkus@chromium.org2011-05-261-0/+21
* Resubmit - Use SSE2 block differ for chromotinghclam@chromium.org2011-02-111-1/+2
* Revert 74571 - Use SSE2 block differ for chromotingdhollowa@chromium.org2011-02-111-2/+1
* Revert 74583 - Revert 74571 - Use SSE2 block differ for chromotingfinnur@chromium.org2011-02-111-1/+2
* Revert 74571 - Use SSE2 block differ for chromotingfinnur@chromium.org2011-02-111-2/+1
* Use SSE2 block differ for chromotinghclam@chromium.org2011-02-111-1/+2
* Runtime check to enable SSE2 color space conversion codehclam@chromium.org2011-02-081-2/+32
* Vertical Scaler better pipelined for Atomfbarchard@chromium.org2010-04-231-73/+93
* Revert 45265 - Speed up vertical filtering using v = a+(ba)*x formulafbarchard@chromium.org2010-04-221-40/+37
* Speed up vertical filtering using v = a+(b-a)*x formulafbarchard@chromium.org2010-04-211-37/+40
* Filter YUV scaling at half size and below with center of pixelfbarchard@chromium.org2010-04-161-0/+3
* fix arm warningsfbarchard@chromium.org2010-04-151-7/+4
* Make C, MMX and SSE2 all output the same resultsfbarchard@chromium.org2010-04-151-78/+102
* fixed compilation problem with disabled SSEsergeyu@chromium.org2010-04-151-1/+1
* Incorrect chroma on the right border fixed.sergeyu@chromium.org2010-04-141-13/+12
* YUV scale clamp horizontal pixels when filteringfbarchard@chromium.org2010-04-141-11/+22
* include emmintrin for chrome linux to use mmx _m64 types.fbarchard@chromium.org2010-04-131-10/+9
* Vertical filtering conditional on fraction/scale factorfbarchard@chromium.org2010-04-131-32/+69