index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
base
/
yuv_convert_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash and off-by-one error in MMX YUVA->ARGB conversion.
rileya@chromium.org
2014-05-09
1
-0
/
+53
*
Re-land: Add correct support for videos with YUVJ420P color format, in the so...
rileya@chromium.org
2014-05-04
1
-16
/
+35
*
Revert of Add correct support for videos with YUVJ420P color format, in the s...
mlamouri@chromium.org
2014-05-03
1
-35
/
+16
*
Add correct support for videos with YUVJ420P color format, in the software co...
rileya@chromium.org
2014-05-03
1
-16
/
+35
*
Revert 239400 "Revert 239280 "Move more file_util functions to b..."
thakis@chromium.org
2013-12-08
1
-7
/
+7
*
Revert 239280 "Move more file_util functions to base namespace."
thakis@chromium.org
2013-12-08
1
-7
/
+7
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-07
1
-7
/
+7
*
Move GetFileSize, NormalizeFilePath to base namespace
brettw@chromium.org
2013-12-04
1
-1
/
+1
*
Fix the WebRTC color bug.
hkuang@chromium.org
2013-06-20
1
-0
/
+25
*
Streamline SIMD targets in media.gyp
dalecurtis@google.com
2013-05-24
1
-0
/
+4
*
[MIPS] Disable RGB32ToYUV_SSE2_MatchReference test for MIPS arch
petarj@mips.com
2013-04-19
1
-1
/
+1
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media.
dcheng@chromium.org
2013-04-15
1
-1
/
+1
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
1
-66
/
+66
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
1
-4
/
+4
*
Lift MEDIA_MMX_INTRINSICS_AVAILABLE definition to header and use it to condit...
wolenetz@chromium.org
2013-02-07
1
-0
/
+4
*
Revert "Fix UV plane interpolation for YUV formats"
phajdan.jr@chromium.org
2012-11-06
1
-3
/
+2
*
Fix UV plane interpolation for YUV formats
sheu@chromium.org
2012-11-05
1
-2
/
+3
*
Y coordinate calculation fixes for YUV conversion.
sheu@chromium.org
2012-10-31
1
-4
/
+35
*
Remove duplicate CPU detection code; use base::CPU instead.
dalecurtis@chromium.org
2012-06-12
1
-12
/
+23
*
Remove the bulk of log spam from media_unittests runs.
fischman@chromium.org
2012-01-17
1
-1
/
+1
*
Linear sub-rectangle scaler for use in Chromoting.
wez@chromium.org
2012-01-14
1
-1
/
+77
*
Fix out of bound access with ScaleYUVToRGB32.
hclam@chromium.org
2011-10-17
1
-0
/
+115
*
Reorganize YUV scalers (Continued)
hclam@chromium.org
2011-09-16
1
-2
/
+1
*
Resubmit - Rewrite color space conversions suite using YASM"
hclam@chromium.org
2011-09-14
1
-12
/
+255
*
Revert 100915 - Rewrite color space conversions suite using YASM
dhollowa@chromium.org
2011-09-14
1
-240
/
+12
*
Rewrite color space conversions suite using YASM
hclam@chromium.org
2011-09-13
1
-12
/
+240
*
Faster RGBA->YV12 conversion using hbono's algorithm
hclam@chromium.org
2011-09-07
1
-8
/
+174
*
Add check for zero-sized source YUV + tests.
scherkus@chromium.org
2011-09-01
1
-188
/
+149
*
Fix possible typos.
hbono@chromium.org
2011-08-15
1
-1
/
+1
*
Modified unit test for color conversion of RGB24ToYUV and YUY2ToYUV.
scherkus@chromium.org
2011-05-27
1
-1
/
+65
*
Filter YUV scaling at half size and below with center of pixel
fbarchard@chromium.org
2010-04-16
1
-90
/
+128
*
Make C, MMX and SSE2 all output the same results
fbarchard@chromium.org
2010-04-15
1
-62
/
+36
*
Optimized version of bilinear video scaler. It is about 2 times faster than S...
sergeyu@chromium.org
2010-04-09
1
-3
/
+5
*
Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...
thestig@chromium.org
2009-12-02
1
-1
/
+1
*
Reduce test duration for valgrind.
fbarchard@chromium.org
2009-11-03
1
-1
/
+1
*
MMX2 improvements on Linux 64 bit.
fbarchard@chromium.org
2009-10-15
1
-28
/
+33
*
Reverting 29019.
finnur@chromium.org
2009-10-14
1
-30
/
+25
*
Use lea to remove 2 instructions from the inner loop of YUV Scale.
fbarchard@chromium.org
2009-10-14
1
-25
/
+30
*
use djb2 hash in media/base
fbarchard@chromium.org
2009-10-12
1
-21
/
+17
*
Reverting 26070 from media tests failure
mhm@chromium.org
2009-09-12
1
-1
/
+1
*
Mac Assembler and Linux cleanup
fbarchard@chromium.org
2009-09-12
1
-1
/
+1
*
Fix memory leask in media yuv_convert unit tests. Replace pointers init'd by ...
jshin@chromium.org
2009-08-28
1
-22
/
+22
*
A quick fix for YUV overflow on Mac concern.
fbarchard@chromium.org
2009-08-18
1
-16
/
+54
*
YUV with clipping.
fbarchard@chromium.org
2009-05-18
1
-56
/
+138
*
YUV scaling and conversion refactored into low levels per platform that do a ...
fbarchard@chromium.org
2009-05-13
1
-5
/
+19
*
Fix failing Valgrind builds for media_unittests.
scherkus@chromium.org
2009-05-12
1
-42
/
+44
*
YV16 unittest which is mostly the same as YV12. Requires YV16 data files
fbarchard@chromium.org
2009-04-06
1
-6
/
+59
*
MMX optimized YUV conversion in GCC and Visual C.
fbarchard@chromium.org
2009-03-23
1
-7
/
+11
*
Revert tree bustage cause by r11904.
hclam@chromium.org
2009-03-17
1
-1
/
+0
*
andrew's patch
hclam@chromium.org
2009-03-17
1
-0
/
+1
[next]