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
*
make URL handling transparent to media pipeline.
wjia@chromium.org
2011-08-24
8
-39
/
+176
*
Reland r97895: Use surface_width/height instead of coded_width/coded_height f...
vrk@chromium.org
2011-08-24
3
-10
/
+10
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-08-23
2
-0
/
+55
*
Revert 97892 - Use surface_width/height instead of coded_width/coded_height f...
vrk@google.com
2011-08-23
2
-4
/
+4
*
Use surface_width/height instead of coded_width/coded_height for VideoFrame size
vrk@google.com
2011-08-23
2
-4
/
+4
*
Remove mock_ffmpeg and update media unittests.
acolwell@chromium.org
2011-08-23
24
-1405
/
+557
*
Adding VP8 corrupt I frame test file.
acolwell@chromium.org
2011-08-23
2
-1
/
+2
*
Don't try to post tasks to a NULL MessageLoop from MediaLog.
fischman@chromium.org
2011-08-23
1
-1
/
+4
*
Adds Surround Sound support using PulseAudio.
slock@chromium.org
2011-08-22
1
-5
/
+78
*
Refactor/Simplify the test expectation code in media/tools/layout_tests/, I w...
imasaki@google.com
2011-08-22
2
-651
/
+195
*
Log media pipeline statistics to MediaLog.
scottfr@chromium.org
2011-08-20
4
-0
/
+51
*
PulseAudio Sound Playback on Linux
slock@chromium.org
2011-08-19
8
-15
/
+533
*
Add tracing for select WebAudio functions
crogers@google.com
2011-08-18
4
-0
/
+12
*
Add gl.dll, compositor.dll, and surface.dll.
darin@chromium.org
2011-08-18
1
-1
/
+0
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)
thestig@chromium.org
2011-08-18
4
-7
/
+12
*
Remove Purify and Quantify.Doing so will reduce substantially the size of the...
jeanluc@chromium.org
2011-08-17
1
-1
/
+1
*
Log FilterHost events in PipelineImpl to MediaLog.
scottfr@chromium.org
2011-08-17
4
-0
/
+159
*
Revert 96982 - Add gl.dll, compositor.dll, and surface.dll.
rvargas@google.com
2011-08-16
1
-0
/
+1
*
Add gl.dll, compositor.dll, and surface.dll.
darin@chromium.org
2011-08-16
1
-1
/
+0
*
Revert 96974 - Remove mock_ffmpeg and update media unittests.
rvargas@google.com
2011-08-16
22
-491
/
+1358
*
Remove mock_ffmpeg and update media unittests.
acolwell@chromium.org
2011-08-16
22
-1358
/
+491
*
Adding test data for media unit tests.
acolwell@chromium.org
2011-08-15
9
-0
/
+15
*
Fix possible typos.
hbono@chromium.org
2011-08-15
2
-3
/
+3
*
Enable logging for media_bench.
scherkus@chromium.org
2011-08-13
1
-3
/
+10
*
Migrate Pipeline & PipelineImpl to PipelineStatusCB.
acolwell@chromium.org
2011-08-09
13
-146
/
+128
*
Log PipelineImpl events to MediaLog.
scottfr@chromium.org
2011-08-09
8
-34
/
+131
*
Log BufferedResourceLoader events to MediaLog.
scottfr@chromium.org
2011-08-09
3
-22
/
+30
*
Fix memory leak in MediaLog.
scottfr@chromium.org
2011-08-08
1
-1
/
+4
*
Revert r95841 due to failing media_unittests on linux_shared bot.
darin@chromium.org
2011-08-08
77
-233
/
+150
*
Enable media.dll / libmedia.so.
darin@chromium.org
2011-08-08
77
-150
/
+233
*
Implement PPAPI VideoDecode out-of-process support
vrk@chromium.org
2011-08-06
1
-1
/
+1
*
Plumb media data from renderers up to MediaInternals in the browser process.
scottfr@chromium.org
2011-08-05
4
-0
/
+152
*
Revert 95496 - Create media.dll
apatrick@chromium.org
2011-08-05
71
-218
/
+142
*
Revert 95499 - Switch back to only building static library as this is not rea...
apatrick@chromium.org
2011-08-05
1
-1
/
+1
*
Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...
yzshen@chromium.org
2011-08-05
4
-152
/
+0
*
Plumb media data from renderers up to MediaInternals in the browser process.
scottfr@chromium.org
2011-08-05
4
-0
/
+152
*
Switch back to only building static library as this is not ready on all
darin@chromium.org
2011-08-04
1
-1
/
+1
*
Create media.dll
darin@chromium.org
2011-08-04
71
-142
/
+218
*
Make ChunkDemuxer error handling more consistent and robust.
acolwell@chromium.org
2011-08-04
3
-65
/
+170
*
Fix invalid stack pointer dereference in ChunkDemuxer.
acolwell@chromium.org
2011-08-02
2
-11
/
+28
*
Fix a bug that shows incorrect revision author/message in the layout test
imasaki@google.com
2011-08-02
1
-9
/
+11
*
Add a proxy for thread-hopping VideoCapture::EventHandler.
piman@chromium.org
2011-08-02
3
-0
/
+233
*
Small bug fix in get_all_column_names() in layout test analyzer. When if incl...
imasaki@google.com
2011-08-02
2
-1
/
+19
*
First pass at removal of unneeded dependencies on skia\ext\platform_canvas.h
twiz@google.com
2011-08-02
1
-1
/
+1
*
Initial checkin of test expectation part of layout test analyzer. Originally,...
imasaki@google.com
2011-08-01
2
-0
/
+646
*
Move SwizzleCoreAudioLayout5_1() closer to where it's called.
scherkus@chromium.org
2011-07-29
2
-19
/
+17
*
Added support for Decode() calls during Reset().
fischman@chromium.org
2011-07-29
1
-3
/
+3
*
ffmpeg: r94155 -> r94207
evan@chromium.org
2011-07-27
1
-1
/
+2
*
Revert 93723 - Migrate DataSourceFactory to new callback system.
acolwell@chromium.org
2011-07-27
9
-122
/
+371
*
Revert 93891 - Migrate DemuxerFactory to new callback system.
acolwell@chromium.org
2011-07-27
13
-59
/
+108
[next]