summaryrefslogtreecommitdiffstats
path: root/content/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Support 3 channels for audio input.grunell@chromium.org2014-04-291-1/+2
* Remove dropped frame counting and task posting from VideoFrameCompositor.scherkus@chromium.org2014-04-295-229/+81
* Refactor video capturing code in the render processhclam@chromium.org2014-04-2815-622/+680
* Always mark cross-origin as true for regular media urlsqinmin@chromium.org2014-04-272-0/+9
* KeySystems: IsSupportedContainerAndCodecs() ignores empty codec.xhwang@chromium.org2014-04-261-1/+2
* Use AudioProcessing::Initialize().ajm@chromium.org2014-04-261-6/+10
* Use base::STLSetDifference() in place of std::set_difference().sungmann.cho@navercorp.com2014-04-251-14/+2
* Store SupportedCodecs in KeySystemInfo and KeySystems.xhwang@chromium.org2014-04-253-96/+218
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-258-19/+22
* [Android WebView] Add an api to control the hole punching.ycheo@chromium.org2014-04-243-1/+15
* Remove PlatformFile from Media stream aec_dumprvargas@chromium.org2014-04-238-55/+39
* Move creation of webrtc specific MediaStreamVideoTrack classes to WebRtcMedia...perkj@chromium.org2014-04-2334-259/+238
* Add a flag to use the video overlay for the embedded video forcefully.ycheo@chromium.org2014-04-232-1/+9
* Do not provide the input level if the APM is not enabled in Chrome.xians@chromium.org2014-04-235-10/+34
* Fix an issue that fullscreen video will not resume after being interrupted by...qinmin@chromium.org2014-04-231-1/+3
* Remove deprecated set_num_channel() API.ajm@chromium.org2014-04-221-7/+4
* KeySystems: Drop MediaCodec version check in AddClearKey() on Android.xhwang@chromium.org2014-04-221-6/+2
* Reland of Only create webrtc MediaStreams when connected to a PC.perkj@chromium.org2014-04-2216-501/+469
* Fixes WebMediaPlayerAndroid to respect infinite-duration media streams.gunsch@chromium.org2014-04-223-15/+10
* Use ContainerCodecsMap in KeySystemInfo.xhwang@chromium.org2014-04-212-67/+67
* Revert teporary include hacks for WebLocalFrame and use forward declaresdcheng@chromium.org2014-04-185-8/+6
* Make sure that a MediaStreamVideoSource can be deleted in the context of a fa...perkj@chromium.org2014-04-173-1/+49
* Ensure Pepper plugin origin matches security originjrummell@chromium.org2014-04-177-4/+26
* Use larger buffer sizes for lower power on Linux.dalecurtis@chromium.org2014-04-171-1/+1
* Revert 264277 "Revert "Revert of Only create webrtc MediaStreams..."fischman@chromium.org2014-04-1616-360/+497
* Revert "Revert of Only create webrtc MediaStreams when added to a PeerConnectionperkj@chromium.org2014-04-1616-497/+360
* Remove calls to WebMediaPlayerClient::setOpaque().scherkus@chromium.org2014-04-162-8/+1
* Update MediaStreamTrack::Stop to latest draft.perkj@chromium.org2014-04-1631-318/+388
* Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl.acolwell@chromium.org2014-04-162-0/+10
* Migrate VideoDecoder::HasAlpha() and associated plumbing into VideoFrameCompo...scherkus@chromium.org2014-04-156-20/+120
* Limit the max volume to 255 before pass it to APM.xians@chromium.org2014-04-142-4/+6
* MediaStreamVideoSource: don't crop NATIVE_TEXTURE-backed frames.perkj@chromium.org2014-04-141-19/+12
* Final (?) set of changes to unblock WebLocalFrame in blink.dcheng@chromium.org2014-04-121-4/+4
* Merge PlatformVideoDecoder into PPB_VideoDecoder_Implpiman@chromium.org2014-04-122-187/+0
* Revert "Revert 262050 "Implement a source for remote video tracks.""perkj@chromium.org2014-04-1117-365/+566
* Allow a MediaStream video source to change resolution.perkj@chromium.org2014-04-115-14/+72
* Fix the crash during Android WebView instrumentation tests with VIDEO_HOLE.ycheo@chromium.org2014-04-111-1/+1
* Adds more logging for audio input issues.jiayl@chromium.org2014-04-102-1/+32
* Update a few more references to WebFrame to use WebLocalFrame.dcheng@chromium.org2014-04-103-14/+16
* Rename VideoFrame::{Get,Set}Timestamp() to {set_}timestamp().scherkus@chromium.org2014-04-105-10/+10
* Move DataSourceHost to BufferedDataSourceHost.sandersd@chromium.org2014-04-1010-23/+238
* Revert 262050 "Implement a source for remote video tracks."vrk@chromium.org2014-04-0917-566/+365
* Revert of Only create webrtc MediaStreams when added to a PeerConnection (htt...yurys@chromium.org2014-04-0816-361/+499
* MediaStream API: Removing a few Todos that are now fixedtommyw@chromium.org2014-04-081-13/+0
* This cl adds a new class WebRtcMediaStreamAdapter. The responsibility of the ...perkj@chromium.org2014-04-0816-499/+361
* Make sure a track lifetime message is sent even if ice has connected before a...perkj@chromium.org2014-04-083-36/+94
* Add ProxyMediaKeys::Create().xhwang@chromium.org2014-04-073-33/+66
* Implement a source for remote video tracks.perkj@chromium.org2014-04-0617-365/+566
* Encrypted Media: Drop wrong DCHECK in RendererMediaPlayerManager.xhwang@chromium.org2014-04-051-6/+1
* Refactor VideoSourceHandler to implement MediaStreamVideoSink.perkj@chromium.org2014-04-058-176/+103