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 OnRemoved() in VideoCapture::EventHandler API
wjia@chromium.org
2011-09-27
6
-1
/
+21
*
Increase the recording buffer size to 20ms in linux, otherwise the audio is a...
xians@chromium.org
2011-09-23
1
-5
/
+7
*
Update the Chromium version of webrtc::VideoCaptureModule to be reference cou...
perkj@chromium.org
2011-09-22
2
-2
/
+24
*
Introduce AudioDecoderConfig to migrate away from GetAVStream().
scherkus@chromium.org
2011-09-21
1
-1
/
+1
*
Hooking up AudioInputDeviceManager to AudioInputRendererHost and MediaStreamM...
xians@chromium.org
2011-09-20
6
-39
/
+261
*
remove unused code
wjia@chromium.org
2011-09-19
2
-125
/
+0
*
roll webrtc to r614
wjia@chromium.org
2011-09-19
2
-21
/
+0
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
5
-37
/
+40
*
Rewriting FFmpegAudioDecoder and eliminating DecoderBase.
scherkus@chromium.org
2011-09-17
3
-1
/
+6
*
Replace AudioDecoderConfig with simple accessors on AudioDecoder.
scherkus@chromium.org
2011-09-16
3
-9
/
+14
*
Revert 101418 - Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
5
-40
/
+37
*
Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
5
-37
/
+40
*
Adds reference counting to the implementation of webrtc::AudioDeviceModule
henrika@chromium.org
2011-09-15
2
-246
/
+430
*
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
[next]