| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Fix UV plane interpolation for YUV formats" | phajdan.jr@chromium.org | 2012-11-06 | 1 | -71/+46 |
* | Fix UV plane interpolation for YUV formats | sheu@chromium.org | 2012-11-05 | 1 | -46/+71 |
* | Y coordinate calculation fixes for YUV conversion. | sheu@chromium.org | 2012-10-31 | 1 | -34/+60 |
* | [MIPS] Add support in media.gyp for building on MIPS architecture. | petarj@mips.com | 2012-09-20 | 1 | -4/+4 |
* | Remove duplicate CPU detection code; use base::CPU instead. | dalecurtis@chromium.org | 2012-06-12 | 1 | -14/+22 |
* | add more color formats NV21 and YV12 in video capture (mainly from Android). | wjia@chromium.org | 2012-04-18 | 1 | -0/+17 |
* | Remove misc. dead stores in media/ code (found by clang static analyzer). | fischman@chromium.org | 2012-04-10 | 1 | -5/+2 |
* | Make preprocessor directives clearer | tbreisacher@chromium.org | 2012-03-30 | 1 | -6/+4 |
* | Replace a CHECK with some CHECK_LEs, to aid in debugging. | wez@chromium.org | 2012-03-01 | 1 | -1/+2 |
* | Introducing helper wrappers for copying a rectangle from a one partial buffer... | alexeypa@chromium.org | 2012-02-09 | 1 | -2/+3 |
* | Reverting 120739 that caused valgrind breaks. | alexeypa@chromium.org | 2012-02-07 | 1 | -3/+2 |
* | Introducing helper wrappers for copying a rectangle from a one partial buffer... | alexeypa@chromium.org | 2012-02-07 | 1 | -2/+3 |
* | Linear sub-rectangle scaler for use in Chromoting. | wez@chromium.org | 2012-01-14 | 1 | -1/+153 |
* | Disable SSSE3 version of RGB->YUV conversion. | hclam@chromium.org | 2011-10-17 | 1 | -3/+3 |
* | Re-enable SSSE3-optimized functions. | hbono@chromium.org | 2011-09-29 | 1 | -1/+16 |
* | Reorganize YUV scalers (Continued) | hclam@chromium.org | 2011-09-16 | 1 | -3/+18 |
* | Resubmit - Rewrite color space conversions suite using YASM" | hclam@chromium.org | 2011-09-14 | 1 | -164/+119 |
* | Revert 100915 - Rewrite color space conversions suite using YASM | dhollowa@chromium.org | 2011-09-14 | 1 | -135/+163 |
* | Revert 100917 - Not use SSSE3 code that was merged accidentally | dhollowa@chromium.org | 2011-09-14 | 1 | -1/+17 |
* | Not use SSSE3 code that was merged accidentally | hclam@chromium.org | 2011-09-13 | 1 | -17/+1 |
* | Rewrite color space conversions suite using YASM | hclam@chromium.org | 2011-09-13 | 1 | -163/+135 |
* | Disable my ASM code (Take 2) | hbono@chromium.org | 2011-09-09 | 1 | -3/+1 |
* | Disable my ASM code. | hbono@chromium.org | 2011-09-09 | 1 | -13/+0 |
* | Implements RGB to YV12 conversions in YASM. | hbono@chromium.org | 2011-09-09 | 1 | -2/+18 |
* | Add check for zero-sized source YUV + tests. | scherkus@chromium.org | 2011-09-01 | 1 | -3/+6 |
* | GCC 4.6 -Wunused-but-set-variable cleanup. | pph34r@gmail.com | 2011-06-28 | 1 | -0/+4 |
* | VideoCaptureHost | scherkus@chromium.org | 2011-05-26 | 1 | -0/+21 |
* | Resubmit - Use SSE2 block differ for chromoting | hclam@chromium.org | 2011-02-11 | 1 | -1/+2 |
* | Revert 74571 - Use SSE2 block differ for chromoting | dhollowa@chromium.org | 2011-02-11 | 1 | -2/+1 |
* | Revert 74583 - Revert 74571 - Use SSE2 block differ for chromoting | finnur@chromium.org | 2011-02-11 | 1 | -1/+2 |
* | Revert 74571 - Use SSE2 block differ for chromoting | finnur@chromium.org | 2011-02-11 | 1 | -2/+1 |
* | Use SSE2 block differ for chromoting | hclam@chromium.org | 2011-02-11 | 1 | -1/+2 |
* | Runtime check to enable SSE2 color space conversion code | hclam@chromium.org | 2011-02-08 | 1 | -2/+32 |
* | Vertical Scaler better pipelined for Atom | fbarchard@chromium.org | 2010-04-23 | 1 | -73/+93 |
* | Revert 45265 - Speed up vertical filtering using v = a+(ba)*x formula | fbarchard@chromium.org | 2010-04-22 | 1 | -40/+37 |
* | Speed up vertical filtering using v = a+(b-a)*x formula | fbarchard@chromium.org | 2010-04-21 | 1 | -37/+40 |
* | Filter YUV scaling at half size and below with center of pixel | fbarchard@chromium.org | 2010-04-16 | 1 | -0/+3 |
* | fix arm warnings | fbarchard@chromium.org | 2010-04-15 | 1 | -7/+4 |
* | Make C, MMX and SSE2 all output the same results | fbarchard@chromium.org | 2010-04-15 | 1 | -78/+102 |
* | fixed compilation problem with disabled SSE | sergeyu@chromium.org | 2010-04-15 | 1 | -1/+1 |
* | Incorrect chroma on the right border fixed. | sergeyu@chromium.org | 2010-04-14 | 1 | -13/+12 |
* | YUV scale clamp horizontal pixels when filtering | fbarchard@chromium.org | 2010-04-14 | 1 | -11/+22 |
* | include emmintrin for chrome linux to use mmx _m64 types. | fbarchard@chromium.org | 2010-04-13 | 1 | -10/+9 |
* | Vertical filtering conditional on fraction/scale factor | fbarchard@chromium.org | 2010-04-13 | 1 | -32/+69 |
* | Fixed build problem with disabled SSE. | sergeyu@chromium.org | 2010-04-11 | 1 | -2/+2 |
* | Optimized version of bilinear video scaler. It is about 2 times faster than S... | sergeyu@chromium.org | 2010-04-09 | 1 | -33/+122 |
* | mmx for linux yuv convert function. | fbarchard@chromium.org | 2009-09-01 | 1 | -1/+1 |
* | Scale function cleaned up white spaces and removed comments that are no longe... | fbarchard@chromium.org | 2009-07-06 | 1 | -86/+29 |
* | YUV with clipping. | fbarchard@chromium.org | 2009-05-18 | 1 | -45/+123 |
* | YUV scaling and conversion refactored into low levels per platform that do a ... | fbarchard@chromium.org | 2009-05-13 | 1 | -534/+3 |