| Commit message (Expand) | Author | Age | Files | Lines |
* | Support 3 channels for audio input. | grunell@chromium.org | 2014-04-29 | 1 | -1/+2 |
* | Remove dropped frame counting and task posting from VideoFrameCompositor. | scherkus@chromium.org | 2014-04-29 | 5 | -229/+81 |
* | Refactor video capturing code in the render process | hclam@chromium.org | 2014-04-28 | 15 | -622/+680 |
* | Always mark cross-origin as true for regular media urls | qinmin@chromium.org | 2014-04-27 | 2 | -0/+9 |
* | KeySystems: IsSupportedContainerAndCodecs() ignores empty codec. | xhwang@chromium.org | 2014-04-26 | 1 | -1/+2 |
* | Use AudioProcessing::Initialize(). | ajm@chromium.org | 2014-04-26 | 1 | -6/+10 |
* | Use base::STLSetDifference() in place of std::set_difference(). | sungmann.cho@navercorp.com | 2014-04-25 | 1 | -14/+2 |
* | Store SupportedCodecs in KeySystemInfo and KeySystems. | xhwang@chromium.org | 2014-04-25 | 3 | -96/+218 |
* | Move IPC::MessageFilter and router to a separate file | dmichael@chromium.org | 2014-04-25 | 8 | -19/+22 |
* | [Android WebView] Add an api to control the hole punching. | ycheo@chromium.org | 2014-04-24 | 3 | -1/+15 |
* | Remove PlatformFile from Media stream aec_dump | rvargas@chromium.org | 2014-04-23 | 8 | -55/+39 |
* | Move creation of webrtc specific MediaStreamVideoTrack classes to WebRtcMedia... | perkj@chromium.org | 2014-04-23 | 34 | -259/+238 |
* | Add a flag to use the video overlay for the embedded video forcefully. | ycheo@chromium.org | 2014-04-23 | 2 | -1/+9 |
* | Do not provide the input level if the APM is not enabled in Chrome. | xians@chromium.org | 2014-04-23 | 5 | -10/+34 |
* | Fix an issue that fullscreen video will not resume after being interrupted by... | qinmin@chromium.org | 2014-04-23 | 1 | -1/+3 |
* | Remove deprecated set_num_channel() API. | ajm@chromium.org | 2014-04-22 | 1 | -7/+4 |
* | KeySystems: Drop MediaCodec version check in AddClearKey() on Android. | xhwang@chromium.org | 2014-04-22 | 1 | -6/+2 |
* | Reland of Only create webrtc MediaStreams when connected to a PC. | perkj@chromium.org | 2014-04-22 | 16 | -501/+469 |
* | Fixes WebMediaPlayerAndroid to respect infinite-duration media streams. | gunsch@chromium.org | 2014-04-22 | 3 | -15/+10 |
* | Use ContainerCodecsMap in KeySystemInfo. | xhwang@chromium.org | 2014-04-21 | 2 | -67/+67 |
* | Revert teporary include hacks for WebLocalFrame and use forward declares | dcheng@chromium.org | 2014-04-18 | 5 | -8/+6 |
* | Make sure that a MediaStreamVideoSource can be deleted in the context of a fa... | perkj@chromium.org | 2014-04-17 | 3 | -1/+49 |
* | Ensure Pepper plugin origin matches security origin | jrummell@chromium.org | 2014-04-17 | 7 | -4/+26 |
* | Use larger buffer sizes for lower power on Linux. | dalecurtis@chromium.org | 2014-04-17 | 1 | -1/+1 |
* | Revert 264277 "Revert "Revert of Only create webrtc MediaStreams..." | fischman@chromium.org | 2014-04-16 | 16 | -360/+497 |
* | Revert "Revert of Only create webrtc MediaStreams when added to a PeerConnection | perkj@chromium.org | 2014-04-16 | 16 | -497/+360 |
* | Remove calls to WebMediaPlayerClient::setOpaque(). | scherkus@chromium.org | 2014-04-16 | 2 | -8/+1 |
* | Update MediaStreamTrack::Stop to latest draft. | perkj@chromium.org | 2014-04-16 | 31 | -318/+388 |
* | Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl. | acolwell@chromium.org | 2014-04-16 | 2 | -0/+10 |
* | Migrate VideoDecoder::HasAlpha() and associated plumbing into VideoFrameCompo... | scherkus@chromium.org | 2014-04-15 | 6 | -20/+120 |
* | Limit the max volume to 255 before pass it to APM. | xians@chromium.org | 2014-04-14 | 2 | -4/+6 |
* | MediaStreamVideoSource: don't crop NATIVE_TEXTURE-backed frames. | perkj@chromium.org | 2014-04-14 | 1 | -19/+12 |
* | Final (?) set of changes to unblock WebLocalFrame in blink. | dcheng@chromium.org | 2014-04-12 | 1 | -4/+4 |
* | Merge PlatformVideoDecoder into PPB_VideoDecoder_Impl | piman@chromium.org | 2014-04-12 | 2 | -187/+0 |
* | Revert "Revert 262050 "Implement a source for remote video tracks."" | perkj@chromium.org | 2014-04-11 | 17 | -365/+566 |
* | Allow a MediaStream video source to change resolution. | perkj@chromium.org | 2014-04-11 | 5 | -14/+72 |
* | Fix the crash during Android WebView instrumentation tests with VIDEO_HOLE. | ycheo@chromium.org | 2014-04-11 | 1 | -1/+1 |
* | Adds more logging for audio input issues. | jiayl@chromium.org | 2014-04-10 | 2 | -1/+32 |
* | Update a few more references to WebFrame to use WebLocalFrame. | dcheng@chromium.org | 2014-04-10 | 3 | -14/+16 |
* | Rename VideoFrame::{Get,Set}Timestamp() to {set_}timestamp(). | scherkus@chromium.org | 2014-04-10 | 5 | -10/+10 |
* | Move DataSourceHost to BufferedDataSourceHost. | sandersd@chromium.org | 2014-04-10 | 10 | -23/+238 |
* | Revert 262050 "Implement a source for remote video tracks." | vrk@chromium.org | 2014-04-09 | 17 | -566/+365 |
* | Revert of Only create webrtc MediaStreams when added to a PeerConnection (htt... | yurys@chromium.org | 2014-04-08 | 16 | -361/+499 |
* | MediaStream API: Removing a few Todos that are now fixed | tommyw@chromium.org | 2014-04-08 | 1 | -13/+0 |
* | This cl adds a new class WebRtcMediaStreamAdapter. The responsibility of the ... | perkj@chromium.org | 2014-04-08 | 16 | -499/+361 |
* | Make sure a track lifetime message is sent even if ice has connected before a... | perkj@chromium.org | 2014-04-08 | 3 | -36/+94 |
* | Add ProxyMediaKeys::Create(). | xhwang@chromium.org | 2014-04-07 | 3 | -33/+66 |
* | Implement a source for remote video tracks. | perkj@chromium.org | 2014-04-06 | 17 | -365/+566 |
* | Encrypted Media: Drop wrong DCHECK in RendererMediaPlayerManager. | xhwang@chromium.org | 2014-04-05 | 1 | -6/+1 |
* | Refactor VideoSourceHandler to implement MediaStreamVideoSink. | perkj@chromium.org | 2014-04-05 | 8 | -176/+103 |