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
*
Initialize the shared memory to appease Valgrind.
tommi@chromium.org
2012-07-23
2
-4
/
+32
*
Move VideoRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-23
1
-2
/
+0
*
Add more unit tests for AudioDevice.
tommi@chromium.org
2012-07-21
3
-38
/
+194
*
Update media OWNERS.
scherkus@chromium.org
2012-07-19
1
-3
/
+2
*
Remove use of raw MessageLoop pointers in RtcVideoDecoder.
perkj@chromium.org
2012-07-19
4
-27
/
+21
*
Roll libjingle 159:161
sergeyu@chromium.org
2012-07-18
2
-9
/
+30
*
Refactor RTCVideoDecoder to implement webrtc::VideoRendererInterface instead ...
perkj@chromium.org
2012-07-18
5
-77
/
+161
*
VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadS...
fischman@chromium.org
2012-07-17
2
-12
/
+12
*
Enable renderer side mixing behind a flag.
dalecurtis@chromium.org
2012-07-17
4
-5
/
+300
*
Remove GetVolume from media::AudioRendererSink.
tommi@chromium.org
2012-07-14
5
-25
/
+0
*
Rolling libjingle to 159.
ronghuawu@chromium.org
2012-07-14
5
-1
/
+76
*
The beginnings of unit tests for AudioDevice.
tommi@chromium.org
2012-07-13
8
-15
/
+123
*
Mac HW Video Decode: Fix texture creation
sail@chromium.org
2012-07-13
1
-2
/
+7
*
for readability review.
wjia@chromium.org
2012-07-13
4
-141
/
+148
*
[Android] Upstream all the IPC communications/handlings for stream texture
qinmin@chromium.org
2012-07-13
2
-0
/
+194
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
11
-11
/
+0
*
fix use after free case in VideoCaptureImpl.
wjia@chromium.org
2012-07-11
1
-6
/
+7
*
Fix a potential hang when trying to hook up the CaptureVideoDecoder with a ca...
ronghuawu@chromium.org
2012-07-09
5
-1
/
+53
*
Switch to TimeDelta interfaces for TestTimeouts in media code.
tedvessenes@gmail.com
2012-07-09
1
-4
/
+2
*
This CL adds a new factory method called AudioDeviceFactory. It is a template...
henrika@chromium.org
2012-06-29
13
-63
/
+156
*
RefCounted types should not have public destructors, delegate cleanup
rsleevi@chromium.org
2012-06-26
1
-1
/
+2
*
Fix a hang when the RtcVideoDecoder was given a MediaStream without video tra...
ronghuawu@chromium.org
2012-06-21
2
-16
/
+37
*
Rename IPC Sender and Listener in ppapi, content/public, and content/renderer
brettw@chromium.org
2012-06-20
1
-0
/
+1
*
Change VideoDecoder::ReadCB to take const scoped_refptr<VideoFrame>&.
xhwang@chromium.org
2012-06-20
2
-2
/
+2
*
Re-enable HW decode on CrOS now that the flashing bug is fixed.
fischman@chromium.org
2012-06-18
2
-10
/
+11
*
Plumb texture target to VideoDecodeAccelerator::Client
sail@chromium.org
2012-06-08
4
-15
/
+18
*
Use different labels for audio and video tracks. Otherwise peerconnection may
ronghuawu@chromium.org
2012-06-06
2
-2
/
+7
*
Implement CancelUserMediaRequest for the browser part
yujie.mao@intel.com
2012-06-06
1
-0
/
+12
*
Returns error when failed to create native stream in OnStreamGenerated.
ronghuawu@chromium.org
2012-06-01
1
-0
/
+7
*
Hook up JSEP PrAnswer.
ronghuawu@chromium.org
2012-05-31
2
-3
/
+17
*
handle the case when device is closed before media pipeline is fully initiali...
wjia@chromium.org
2012-05-30
2
-2
/
+23
*
Cleanup: [WebRTC] Use GURL type to replace the std::string type of security o...
yujie.mao@intel.com
2012-05-25
6
-19
/
+21
*
Changes needed to roll libjingle r141 to chrome.
sergeyu@chromium.org
2012-05-22
7
-7
/
+7
*
Add deletion observer to P2PSocketDispatcher.
perkj@chromium.org
2012-05-20
2
-20
/
+35
*
Cleanup: Remove unneeded scoped_ptr.h includes from content.
thestig@chromium.org
2012-05-17
5
-6
/
+6
*
Refactor MediaStreamImpl and PeerConnection glue implementation after WebKit ...
perkj@chromium.org
2012-05-15
16
-705
/
+510
*
Implement MediaStreamImpl::CancelUserMediaRequest
perkj@chromium.org
2012-05-10
4
-2
/
+71
*
Fix crash in Issue 126625: PeerConnection with two sending streams fails.
perkj@chromium.org
2012-05-09
6
-95
/
+177
*
Ensures that the user can select 8kHz input sample rate as default rate and s...
henrika@chromium.org
2012-05-07
1
-1
/
+5
*
Make sure MediaStreamDispatcher gets notified of stopped streams when a WebFr...
perkj@chromium.org
2012-05-04
3
-23
/
+77
*
This cl refactor the mapping between WebKit media stream repressentation and ...
perkj@chromium.org
2012-05-03
15
-217
/
+504
*
Remove VideoDecoder from the Filter heirarchy.
xhwang@chromium.org
2012-05-03
6
-235
/
+92
*
Adds WebRTC.webkitApiCount histogram to MediaStreamImpl.
henrika@chromium.org
2012-05-02
1
-9
/
+18
*
Shift media_stream::StreamOptions to align with the new getUserMedia spec
yujie.mao@intel.com
2012-04-30
3
-10
/
+5
*
RefCounted types should not have public destructors, content/browser part 2
rsleevi@chromium.org
2012-04-28
19
-296
/
+313
*
Report VideoDecoder status through ReadCB instead of through FilterHost.
xhwang@chromium.org
2012-04-28
4
-33
/
+12
*
Merge VideoCaptureDevice::Capability with media::VideoCaptureCapability
yujie.mao@intel.com
2012-04-28
7
-11
/
+11
*
Add histogram webkitGetUserMedia, webkitPeerConnection and webkitDeprecatedPe...
perkj@chromium.org
2012-04-27
1
-3
/
+18
*
Roll libjingle 132:135
sergeyu@chromium.org
2012-04-26
3
-0
/
+16
*
Fix crash when changing sources after createMediaSourceElement().
rtoy@google.com
2012-04-24
1
-1
/
+1
[next]