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
/
common
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the IPC to request DemuxerConfigs when config changes
qinmin@chromium.org
2014-05-10
1
-4
/
+1
*
Web MIDI: send back error information to blink on starting sessions
toyoshim@chromium.org
2014-05-06
1
-1
/
+5
*
HW Video: Make media::VideoFrame handle the sync point of the compositor as w...
dongseong.hwang@intel.com
2014-04-30
1
-1
/
+1
*
Refactor video capturing code in the render process
hclam@chromium.org
2014-04-28
1
-0
/
+13
*
Fixes WebMediaPlayerAndroid to respect infinite-duration media streams.
gunsch@chromium.org
2014-04-22
1
-1
/
+1
*
Remove renderer-side param CHECK; makes fuzz testing hard
dmichael@chromium.org
2014-04-17
1
-1
/
+0
*
Provide security origin to Android EME implementation
jrummell@chromium.org
2014-03-31
1
-1
/
+1
*
Encrypted Media: Implement IPC based SetCdm().
xhwang@chromium.org
2014-03-31
1
-0
/
+5
*
[Media] Add user gesture reporting for API calls to midi and media streams.
gbillock@chromium.org
2014-03-28
2
-4
/
+6
*
Use black background and draw casting to... text on embedded player.
maybelle@chromium.org
2014-03-21
1
-2
/
+5
*
Securty team taking ownership of media_param_traits files.
tsepez@chromium.org
2014-03-18
1
-0
/
+12
*
Add different error codes for getUserMedia.
tommyw@chromium.org
2014-03-14
1
-2
/
+6
*
Add metrics to track the duration of tracks received over a PeerConnection.
joi@chromium.org
2014-03-13
1
-0
/
+19
*
PPAPI: Clamp VideoCapture frames per second.
dmichael@chromium.org
2014-03-11
1
-0
/
+2
*
Encrypted Media: Confine UUID code to MediaDrmBridge.
xhwang@chromium.org
2014-03-08
1
-1
/
+1
*
Encrypted Media: Use uint32 for systemCode in SessionError.
xhwang@chromium.org
2014-03-04
1
-1
/
+1
*
Implement IPCs and VideoCapture::Client interfaces for texture capture
sheu@chromium.org
2014-02-28
1
-4
/
+15
*
Encrypted Media: EME IPC naming cleanups.
xhwang@chromium.org
2014-02-28
2
-15
/
+14
*
Encrypted Media: Separate CDM IPC messages from MediaPlayer messages.
xhwang@chromium.org
2014-02-27
4
-66
/
+85
*
Reland r253665 "Rename MediaKeys*Msg to Cdm*Msg."
xhwang@chromium.org
2014-02-27
2
-14
/
+17
*
Encrypted Media: Destroy CDM in ProxyMediaKeys' dtor.
xhwang@chromium.org
2014-02-27
1
-1
/
+1
*
Revert 253665 "Rename MediaKeys*Msg to Cdm*Msg."
xhwang@chromium.org
2014-02-27
2
-16
/
+13
*
Rename MediaKeys*Msg to Cdm*Msg.
xhwang@chromium.org
2014-02-27
2
-13
/
+16
*
In order to show the poster image while casting a video, we pass the poster i...
cimamoglu@chromium.org
2014-02-14
1
-1
/
+6
*
Add basic support for "googDucking" to getUserMedia on Windows.
tommi@chromium.org
2014-02-12
2
-0
/
+6
*
Clean up VIDEO_HOLE logic.
ycheo@chromium.org
2014-02-11
1
-0
/
+2
*
Use validating form of IPC enum macros for video capture messages.
tsepez@chromium.org
2014-02-07
2
-1
/
+3
*
Use validating form of IPC enum macros for audio messages.
tsepez@chromium.org
2014-02-07
1
-2
/
+5
*
Wire GetDeviceFormatsInUse from VideoCaptureManager to VideoCaptureImpl
mcasas@chromium.org
2014-02-05
1
-1
/
+12
*
Web MIDI: make naming convention be consistent
toyoshim@chromium.org
2014-02-04
1
-14
/
+14
*
Update Android EME IPC
jrummell@chromium.org
2014-01-31
2
-4
/
+9
*
Wire VideoCaptureManager device capture formats to the renderer side.
mcasas@chromium.org
2014-01-23
1
-0
/
+11
*
A lot of plumbing to get render_frame_id to PrerenderManager::OnCreatingAudio...
jam@chromium.org
2014-01-21
1
-1
/
+2
*
Remove Chrome for TV code.
ycheo@chromium.org
2014-01-17
2
-6
/
+0
*
Make per-file message file reviewers consistent across owners.
tsepez@chromium.org
2014-01-17
1
-1
/
+4
*
Convert video capture pipline to base::TimeTicks
sheu@chromium.org
2014-01-08
1
-1
/
+1
*
Dismiss EME infobar when WebMediaPlayer is destroyed.
kkimlabs@chromium.org
2014-01-08
1
-0
/
+3
*
Sends getUserMedia request info to webrtc-internals.
jiayl@chromium.org
2014-01-02
1
-0
/
+8
*
AEC dump setting in webrtc internals.
grunell@google.com
2013-12-17
1
-1
/
+4
*
Allow enable AEC dump with sandbox.
grunell@google.com
2013-12-17
1
-0
/
+7
*
Enable platform echo cancellation through the AudioRecord path.
ajm@chromium.org
2013-12-13
2
-5
/
+10
*
This CL move all parsing of constraints used in a call to gUM from MediaStrea...
perkj@chromium.org
2013-12-13
3
-25
/
+136
*
Revert 240548 "Enable platform echo cancellation through the Aud..."
hashimoto@chromium.org
2013-12-13
2
-10
/
+5
*
Enable platform echo cancellation through the AudioRecord path.
ajm@chromium.org
2013-12-13
2
-5
/
+10
*
Added supported formats caching to VideoCaptureManager, and
mcasas@chromium.org
2013-12-12
1
-4
/
+0
*
Split the hole punching logic from GOOGLE_TV #ifdef into VIDEO_HOLE
qinmin@chromium.org
2013-12-12
1
-3
/
+2
*
Update Android IPC messages to EME WD
jrummell@chromium.org
2013-12-11
1
-15
/
+20
*
Rename EME WD call parameters
jrummell@chromium.org
2013-12-10
1
-8
/
+8
*
Remove device cache for MediaStreamDispatcher::EnumerateDevices and simplify.
perkj@chromium.org
2013-12-02
1
-8
/
+4
*
Change MediaStreamManager to stop only affected devices when a USB device is ...
perkj@chromium.org
2013-11-25
2
-14
/
+6
[next]