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
/
content
/
renderer
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add API to query for the audio buffer size.
rtoy@google.com
2011-09-15
2
-0
/
+11
*
Remove Demuxer from the Filter class hierarchy.
acolwell@chromium.org
2011-09-13
1
-0
/
+1
*
Refactor AudioDevice to remove race conditions in the Start() and Stop().
xians@chromium.org
2011-09-13
5
-47
/
+71
*
Update libjingle to the latest version.
sergeyu@chromium.org
2011-09-08
3
-2
/
+73
*
Revert change because one of the previous changes it depends on was reverted.
enal@chromium.org
2011-09-07
1
-2
/
+2
*
Enable low-latency audio by default.
enal@chromium.org
2011-09-02
1
-2
/
+2
*
Refactor AudioInputDevice to remove race conditions and allow more flexible c...
henrika@chromium.org
2011-08-25
4
-34
/
+86
*
make URL handling transparent to media pipeline.
wjia@chromium.org
2011-08-24
1
-1
/
+4
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-08-23
5
-20
/
+113
*
Avoid crashing in AudioRendererImpl::DestroyTask during shutdown.
fischman@chromium.org
2011-08-20
1
-2
/
+7
*
Add tracing for select WebAudio functions
crogers@google.com
2011-08-18
1
-0
/
+3
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
4
-4
/
+4
*
Plumb media data from renderers up to MediaInternals in the browser process.
scottfr@chromium.org
2011-08-05
2
-0
/
+60
*
Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...
yzshen@chromium.org
2011-08-05
2
-60
/
+0
*
Plumb media data from renderers up to MediaInternals in the browser process.
scottfr@chromium.org
2011-08-05
2
-0
/
+60
*
Audio sample-rate should not be queried directly from the renderer process.
crogers@google.com
2011-07-23
2
-0
/
+12
*
Remove VideoDecoder::ProvidesBuffer() and corresponding changes in VideoDecod...
scherkus@chromium.org
2011-07-22
4
-20
/
+12
*
de-duplicate YUV data copying code;
wjia@chromium.org
2011-07-21
2
-35
/
+31
*
Remove MediaFormat once and for all.
scherkus@chromium.org
2011-07-20
1
-1
/
+0
*
Replace VideoDecoder::media_format() with significantly simpler width()/heigh...
scherkus@chromium.org
2011-07-20
5
-46
/
+26
*
Deduplicate YUV copying code, update call sites, and add some unit tests.
scherkus@chromium.org
2011-07-20
1
-22
/
+9
*
reland patch http://codereview.chromium.org/7204008 after webrtc build has be...
wjia@chromium.org
2011-07-20
12
-80
/
+1174
*
Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr...
scherkus@chromium.org
2011-07-20
1
-2
/
+0
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
2
-2
/
+2
*
Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.
scherkus@chromium.org
2011-07-18
1
-38
/
+7
*
Fix media code to use initializer-list style for inheritance.
scherkus@chromium.org
2011-07-18
3
-10
/
+13
*
[Reverted due to check_deps failure]
zea@chromium.org
2011-07-15
5
-130
/
+34
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-07-15
5
-34
/
+130
*
Implements an external AudioDeviceModule for WebRTC.
henrika@chromium.org
2011-07-15
2
-0
/
+1013
*
Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...
sky@chromium.org
2011-07-14
12
-1188
/
+80
*
add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...
wjia@chromium.org
2011-07-14
12
-80
/
+1188
*
Coding style update.
ronghuawu@google.com
2011-07-13
1
-1
/
+1
*
Implement the rtc_video_render as the libjingle cricket::VideoRenderer. Becau...
ronghuawu@google.com
2011-07-12
4
-72
/
+38
*
Ensures that AudioMessageFilter now lives on the main render thread.
henrika@chromium.org
2011-07-12
12
-353
/
+499
*
Change audio renderer to communicate with host using low latency codepath.
enal@chromium.org
2011-07-07
3
-31
/
+188
*
The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc...
wjia@chromium.org
2011-07-07
4
-0
/
+550
*
MediaStreamDispatcher
perkj@google.com
2011-06-28
4
-0
/
+493
*
move VideoCaptureImplManager from singleton to a member of RenderThread.
wjia@chromium.org
2011-06-27
4
-115
/
+47
*
use control message instead of routed for video capture
wjia@chromium.org
2011-06-22
6
-45
/
+28
*
Move media-related IPC message definitions from content/common/ to content/co...
scherkus@chromium.org
2011-06-17
11
-11
/
+11
*
separate interface function and internal task function
wjia@chromium.org
2011-06-17
3
-46
/
+73
*
move all media and media_stream related files into content/browser/renderer_h...
wjia@chromium.org
2011-06-14
9
-3
/
+564
*
use SharedMemory for buffer sharing in video capture
wjia@chromium.org
2011-06-14
2
-35
/
+61
*
Moves audio files from content/renderer/ to content/renderer/media.
scherkus@chromium.org
2011-06-14
10
-1
/
+1399
*
create one video capture message filter per renderer process
wjia@google.com
2011-06-08
4
-54
/
+35
*
Removing defunct GpuVideoDecoder and IpcVideoDecoder.
scherkus@chromium.org
2011-06-03
4
-530
/
+0
*
Respect pixel aspect ratio of video if it contains one.
scherkus@chromium.org
2011-06-03
1
-3
/
+8
*
Revert 87578 - Respect pixel aspect ratio of video if it contains one.
michaeln@google.com
2011-06-02
1
-8
/
+3
*
Respect pixel aspect ratio of video if it contains one.
scottfr@chromium.org
2011-06-02
1
-3
/
+8
*
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
wez@chromium.org
2011-05-27
2
-2
/
+1
[next]