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
*
Use a direct include of utf_string_conversions.h in content/.
avi@chromium.org
2013-06-07
16
-16
/
+16
*
Handle config changes for MSE
qinmin@chromium.org
2013-06-07
2
-4
/
+13
*
Change xxx_decoder_config() methods not to return a reference.
ycheo@chromium.org
2013-06-07
1
-4
/
+4
*
Disable failing webrtc tests on ARM linux.
sbc@chromium.org
2013-06-06
1
-2
/
+20
*
Move a bunch of child-only code from content/common to content/child
scottmg@chromium.org
2013-06-06
5
-5
/
+5
*
Use native buffer size preferred by hardware for local audio rendering on And...
wjia@chromium.org
2013-06-05
1
-1
/
+17
*
Initialize the memory to 0 for RenderData() in webrtc_audio_device_unittest. ...
xians@chromium.org
2013-06-05
1
-0
/
+4
*
Add IPC messages and handling code for EME on Clank.
xhwang@chromium.org
2013-06-05
2
-12
/
+92
*
Roll libjingle r329.
mallinath@chromium.org
2013-06-05
1
-0
/
+4
*
Adds DataChannelInit param to createDataChannel.
jiayl@chromium.org
2013-06-04
2
-1
/
+13
*
Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-03
2
-18
/
+17
*
Implement WebRTC in Chrome for TV
wonsik@chromium.org
2013-06-03
9
-9
/
+913
*
Try relanding this CL, the original CL passed the try bots but failed the mac...
xians@chromium.org
2013-06-03
6
-19
/
+28
*
Revert 203686 "Trying relanding this CL, the original CL passed ..."
xians@chromium.org
2013-06-03
6
-28
/
+19
*
Trying relanding this CL, the original CL passed the try bots but failed the ...
xians@chromium.org
2013-06-03
6
-19
/
+28
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
32
-149
/
+155
*
Moving WebRTC logging related files from content to chrome.
grunell@chromium.org
2013-05-31
9
-350
/
+64
*
Adjust delay calculations on Mac to properly account for the FIFO buffers.
ajm@chromium.org
2013-05-31
2
-20
/
+12
*
Revert 203427 "Hook up the device selection to the WebAudio live..."
justinlin@chromium.org
2013-05-31
6
-28
/
+19
*
Hook up the device selection to the WebAudio live audio.
xians@chromium.org
2013-05-31
6
-19
/
+28
*
Move webkit/media/ into webkit/renderer/media
jamesr@chromium.org
2013-05-30
8
-9
/
+9
*
Update refernces to Blink's Platform API (content)
abarth@chromium.org
2013-05-30
33
-107
/
+107
*
Adds proper 44.1 support to WebRTC.
henrika@chromium.org
2013-05-29
3
-48
/
+12
*
Improved AGC update scheme for the audio backend in Chrome.
henrika@chromium.org
2013-05-28
1
-1
/
+1
*
Forwarding app URL to handler host for WebRTC logs.
grunell@chromium.org
2013-05-27
4
-7
/
+15
*
swap the renderer_ reference to local before calling Stop(), otherwise we wil...
xians@chromium.org
2013-05-27
1
-2
/
+5
*
Fixing the webrtc local audio renderer timer between Stop() and Start().
xians@chromium.org
2013-05-27
1
-4
/
+4
*
Allow sample rate pass through on Linux.
dalecurtis@google.com
2013-05-24
1
-3
/
+3
*
Enable seek in fullscreen mode for MSE impl on android
qinmin@chromium.org
2013-05-24
2
-0
/
+13
*
Pass the sctp command-line flag to Libjingle as an internal-only constraint.
jiayl@chromium.org
2013-05-23
1
-0
/
+11
*
Forwarding app session id to handler host for WebRTC logs.
grunell@chromium.org
2013-05-23
3
-12
/
+6
*
Remove extra memcpys from AudioPullFifo.
dalecurtis@chromium.org
2013-05-23
2
-0
/
+2
*
Improves capture delay estimates on Mac.
henrika@chromium.org
2013-05-22
1
-0
/
+1
*
Add flag for enabling WebRTC AEC debug recordings.
grunell@chromium.org
2013-05-22
3
-1
/
+25
*
Reland: base: Support setting thread priorities generically.
epenner@chromium.org
2013-05-22
1
-4
/
+4
*
Adding parsing of constraint to enable WebRTC logging.
grunell@chromium.org
2013-05-21
6
-6
/
+59
*
Revert 201202 "base: Support setting thread priorities generically."
scottmg@chromium.org
2013-05-21
1
-2
/
+2
*
base: Support setting thread priorities generically.
epenner@chromium.org
2013-05-21
1
-2
/
+2
*
Remove android media player IPC messages from non-android build
qinmin@chromium.org
2013-05-21
1
-1
/
+1
*
Add MSE implementation on android
qinmin@chromium.org
2013-05-20
2
-21
/
+17
*
Add performance tests to the content_unittests::WebRTCAudioDeviceTest.
xians@chromium.org
2013-05-17
1
-2
/
+301
*
Update libjingle 316:320.
ronghuawu@chromium.org
2013-05-16
1
-5
/
+5
*
Revert 200544 "Update libjingle 316:320."
ronghuawu@chromium.org
2013-05-16
1
-5
/
+5
*
Update libjingle 316:320.
ronghuawu@chromium.org
2013-05-16
1
-5
/
+5
*
Set default sampling rate to 44100 and query the native output sampling rate.
leozwang@chromium.org
2013-05-16
1
-1
/
+1
*
Adds WebRTC stereo playout for Mac and Linux.
henrika@chromium.org
2013-05-14
1
-6
/
+5
*
Writing WebRTC log message to the log buffer.
grunell@chromium.org
2013-05-14
3
-21
/
+74
*
Update code to use the new version of copyTextureCHROMIUM() with added parame...
jun.a.jiang@intel.com
2013-05-14
1
-1
/
+1
*
Check frame rate against max limit.
wjia@chromium.org
2013-05-14
1
-0
/
+3
*
Replace ASSERT with DCHECK per chromium style guide.
ronghuawu@chromium.org
2013-05-10
2
-9
/
+18
[next]