summaryrefslogtreecommitdiffstats
path: root/media/base/yuv_convert.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed build problem with disabled SSE.sergeyu@chromium.org2010-04-111-2/+2
* Optimized version of bilinear video scaler. It is about 2 times faster than S...sergeyu@chromium.org2010-04-091-33/+122
* mmx for linux yuv convert function.fbarchard@chromium.org2009-09-011-1/+1
* Scale function cleaned up white spaces and removed comments that are no longe...fbarchard@chromium.org2009-07-061-86/+29
* YUV with clipping.fbarchard@chromium.org2009-05-181-45/+123
* YUV scaling and conversion refactored into low levels per platform that do a ...fbarchard@chromium.org2009-05-131-534/+3
* Lands http://codereview.chromium.org/99349 for Ryan.sky@chromium.org2009-05-041-1/+5
* YUV to RGB with arbitrary scaling.fbarchard@chromium.org2009-04-211-29/+30
* Add YV16 convertfbarchard@chromium.org2009-04-061-12/+52
* TBR=hclamfbarchard@chromium.org2009-03-241-8/+8
* This reordering of instructions and use of movzx improved performance on pent...fbarchard@chromium.org2009-03-241-37/+21