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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove base/scoped_ptr.h
akalin@chromium.org
2011-09-18
2
-2
/
+2
*
Rewriting FFmpegAudioDecoder and eliminating DecoderBase.
scherkus@chromium.org
2011-09-17
8
-658
/
+257
*
Revert 101551 - Add script to generate and run layout tests for problematic v...
vrk@google.com
2011-09-16
3
-211
/
+0
*
Replace AudioDecoderConfig with simple accessors on AudioDecoder.
scherkus@chromium.org
2011-09-16
17
-103
/
+73
*
Add script to generate and run layout tests for problematic video files.
vrk@google.com
2011-09-16
3
-0
/
+211
*
Reorganize YUV scalers (Continued)
hclam@chromium.org
2011-09-16
16
-1857
/
+111
*
Write tests for FFmpegAudioDecoder so I can rewrite the class sans regressions.
scherkus@chromium.org
2011-09-16
4
-2
/
+206
*
Revert 101418 - Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
25
-196
/
+206
*
Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
25
-206
/
+196
*
Remove hardcoded text 'media' in the layout test analyzer.
imasaki@google.com
2011-09-15
2
-92
/
+121
*
Add API to query for the audio buffer size.
rtoy@google.com
2011-09-15
2
-0
/
+22
*
There is a complain from Valgrind about invalid memory access in snd_device_n...
xians@chromium.org
2011-09-15
3
-14
/
+23
*
Windows-only change -- issue is worst on Windows because of pre-buffering. On...
enal@chromium.org
2011-09-15
2
-2
/
+24
*
Fixing dropped seeks.
serya@chromium.org
2011-09-15
1
-1
/
+1
*
Add one more vorbis packet for testing purposes.
scherkus@chromium.org
2011-09-14
2
-2
/
+6
*
Resubmit - Rewrite color space conversions suite using YASM"
hclam@chromium.org
2011-09-14
28
-192
/
+1891
*
Improve the speed of YUVConvertTest.SideBySideRGB.
hbono@chromium.org
2011-09-14
1
-7
/
+9
*
Revert 100915 - Rewrite color space conversions suite using YASM
dhollowa@chromium.org
2011-09-14
28
-1916
/
+191
*
Revert 100916 - Fix build
dhollowa@chromium.org
2011-09-14
2
-0
/
+25
*
Revert 100917 - Not use SSSE3 code that was merged accidentally
dhollowa@chromium.org
2011-09-14
1
-1
/
+17
*
Automatic update of annotations in the trend graph in layout test analyzer.
imasaki@google.com
2011-09-13
7
-72
/
+4278
*
Remove Demuxer from the Filter class hierarchy.
acolwell@chromium.org
2011-09-13
21
-124
/
+353
*
Not use SSSE3 code that was merged accidentally
hclam@chromium.org
2011-09-13
1
-17
/
+1
*
Fix build
hclam@chromium.org
2011-09-13
2
-25
/
+0
*
Rewrite color space conversions suite using YASM
hclam@chromium.org
2011-09-13
28
-191
/
+1916
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-09-12
1
-0
/
+1
*
Deduplicate mock DemuxerStream objects.
scherkus@chromium.org
2011-09-11
1
-15
/
+2
*
Checking in vorbis extradata and compressed data for testing purposes.
scherkus@chromium.org
2011-09-11
5
-1
/
+6
*
Modification based on CR comments.
imasaki@google.com
2011-09-09
2
-6
/
+6
*
Minor doc change.
imasaki@google.com
2011-09-09
1
-12
/
+12
*
Update trend graph only in result change in the layout test analyzer.
imasaki@google.com
2011-09-09
2
-38
/
+44
*
The recording in linux sometimes triggers endless delay warnings, which happe...
xians@chromium.org
2011-09-09
2
-2
/
+15
*
Add a command-line option about status email in the layout test analyzer.
imasaki@google.com
2011-09-09
2
-2
/
+19
*
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
*
Fix a build break on ARM.
hbono@chromium.org
2011-09-09
1
-1
/
+5
*
Implements RGB to YV12 conversions in YASM.
hbono@chromium.org
2011-09-09
12
-9
/
+1942
*
Scale BufferedResourceLoader buffering window based on bit rate of video
vrk@google.com
2011-09-08
8
-13
/
+117
*
add workarounds for some popular webcam.
wjia@chromium.org
2011-09-08
4
-51
/
+68
*
Fix for the issue pointed out by pylint in the layout test analzyer.
imasaki@google.com
2011-09-08
9
-83
/
+83
*
Fix a small bug relating to result directory location in layout test analyzer...
imasaki@google.com
2011-09-07
1
-2
/
+3
*
Faster RGBA->YV12 conversion using hbono's algorithm
hclam@chromium.org
2011-09-07
5
-399
/
+535
*
One-liner fix for player_wtl.
scherkus@chromium.org
2011-09-07
1
-1
/
+0
*
Adding ogv test file for media unit tests.
vrk@google.com
2011-09-06
1
-0
/
+0
*
Added an option to append text at the end of the status email in layout test ...
imasaki@google.com
2011-09-06
2
-10
/
+38
*
Add README file and parametrize result directory in layout test analzyer tool...
imasaki@google.com
2011-09-06
3
-5
/
+114
*
Revert 99236 - Very short-term change: while working on proper long-term solu...
crogers@google.com
2011-09-02
2
-24
/
+2
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
3
-3
/
+4
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
3
-4
/
+3
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
3
-3
/
+4
[next]