| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added CHECK after disable-renderer-side-mixing bug fixed | ltilve@igalia.com | 2014-04-05 | 1 | -3/+1 |
* | Conversion of content_shell target to use WebLocalFrame. | dcheng@chromium.org | 2014-04-04 | 6 | -14/+16 |
* | VideoCapturerDelegate: Retrieve supported/in-use format(s) for constraint neg... | mcasas@chromium.org | 2014-04-04 | 3 | -23/+64 |
* | Remove redundant I420-to-YV12 conversion in MediaStreamVideoTrack. | hshi@chromium.org | 2014-04-03 | 2 | -29/+2 |
* | Separate DemuxerHost from DataSourceHost. | sandersd@chromium.org | 2014-04-03 | 6 | -69/+29 |
* | MSE: Pick frame processor in ChunkDemuxer::AddId; prepare unit tests to pick ... | wolenetz@chromium.org | 2014-04-03 | 2 | -6/+19 |
* | Fix the timestamp generation for webrtc native log. | jiayl@chromium.org | 2014-04-03 | 1 | -29/+4 |
* | Fix tearing in video from VideoDestinationHandler | perkj@chromium.org | 2014-04-03 | 1 | -2/+6 |
* | Adds 192kHz support for WebRTC capturing. | henrika@chromium.org | 2014-04-03 | 1 | -1/+2 |
* | Removed unneeded includes. | zvorygin@chromium.org | 2014-04-03 | 1 | -1/+0 |
* | Notify the track before source provider goes away. | xians@chromium.org | 2014-04-03 | 10 | -52/+81 |
* | Make VEA client of command buffer; move sync. IPC to VDA/VEA::Initialize() | sheu@chromium.org | 2014-04-03 | 8 | -34/+23 |
* | Refactor VideoDestinationHandler to implement MediaStreamVideoSource. | perkj@chromium.org | 2014-04-03 | 15 | -433/+433 |
* | Change the file name from stream_texture_factory_android to stream_texture_fa... | dongseong.hwang@intel.com | 2014-04-03 | 6 | -30/+27 |
* | Update webrtc/libjingle to 5831. | ronghuawu@chromium.org | 2014-04-02 | 2 | -10/+0 |
* | Verify that the key system is a concrete supported key system | jrummell@chromium.org | 2014-04-01 | 1 | -1/+6 |
* | Android Video: Don't destroy a video texture in the destructor until it's ret... | dongseong.hwang@intel.com | 2014-04-01 | 7 | -107/+100 |
* | Provide security origin to Android EME implementation | jrummell@chromium.org | 2014-03-31 | 14 | -53/+54 |
* | Encrypted Media: Implement IPC based SetCdm(). | xhwang@chromium.org | 2014-03-31 | 16 | -28/+139 |
* | Use GURL(WebString) instead of GURL(WebString.utf8()). | xhwang@chromium.org | 2014-03-31 | 1 | -2/+1 |
* | Android video: support copying video to WebGL when video is playing remotely. | dongseong.hwang@intel.com | 2014-03-29 | 1 | -10/+31 |
* | Remove requirement of compositing a video frame for dropped frame count. | scherkus@chromium.org | 2014-03-29 | 4 | -79/+58 |
* | Adds timestamp to the log messages from Chrome in the webrtc native log. | jiayl@chromium.org | 2014-03-29 | 1 | -3/+30 |
* | Add picture ID support in RtcVideoEncoder. | wuchengli@chromium.org | 2014-03-28 | 2 | -5/+17 |
* | [Media] Add user gesture reporting for API calls to midi and media streams. | gbillock@chromium.org | 2014-03-28 | 2 | -5/+7 |
* | Use the absolute magnitude instead of the bar level as the level of the input... | xians@chromium.org | 2014-03-28 | 2 | -20/+2 |
* | Add the WebRTC.webkitApiCountPerSession metric. | joi@chromium.org | 2014-03-28 | 4 | -6/+191 |
* | Add support for midstream audio configuration changes. | dalecurtis@google.com | 2014-03-28 | 1 | -5/+7 |
* | Removing myself from OWNERS, as I no longer expect to be active on Chromium. | joi@chromium.org | 2014-03-27 | 1 | -2/+1 |
* | Make sure cropped video from a MediaStreamVideoSource is centered. | perkj@chromium.org | 2014-03-27 | 1 | -13/+7 |
* | Introduce MediaStreamTrackMetrics class hanging off RTCPeerConnectionHandler. | joi@chromium.org | 2014-03-27 | 8 | -71/+969 |
* | Fix MessageLoopProxy::current in video surface texture | boliu@chromium.org | 2014-03-27 | 3 | -6/+17 |
* | Added a CHECK on the chrome_worker_thread_.Start(). | xians@chromium.org | 2014-03-27 | 1 | -1/+1 |
* | Move splice frame setting to ChunkDemuxer(). Disable for now. | dalecurtis@chromium.org | 2014-03-27 | 2 | -6/+8 |
* | Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-26 | 2 | -35/+39 |
* | Implement the new createWebAudioSourceFromMediaStreamTrack interface. | xians@chromium.org | 2014-03-26 | 2 | -0/+29 |
* | Web MIDI API renaming: the second step of three step changes | toyoshim@chromium.org | 2014-03-26 | 2 | -7/+7 |
* | Remove unused createContentDecryptionModule() code. | jrummell@chromium.org | 2014-03-26 | 2 | -12/+2 |
* | Revert of Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipe... | erikchen@chromium.org | 2014-03-26 | 2 | -39/+35 |
* | Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-25 | 2 | -35/+39 |
* | Enable audio mirroring without audio processing. | xians@chromium.org | 2014-03-25 | 1 | -5/+8 |
* | Add tests for content::RenderMediaLog and use base::TimeTicks instead of base... | scherkus@chromium.org | 2014-03-25 | 3 | -12/+129 |
* | WebRTC: rename from OnXXXOnCaptureThread to OnXXXOnRenderThread of VideoCaptu... | dongseong.hwang@intel.com | 2014-03-25 | 2 | -9/+14 |
* | added uma stats to check the usage of media stream audio track audio processing. | xians@chromium.org | 2014-03-25 | 1 | -8/+26 |
* | Encrypted Media: Guess init data type in GenerateKeyRequest call. | xhwang@chromium.org | 2014-03-25 | 2 | -2/+32 |
* | Revert 259154 "Remove HasAudio(), HasVideo(), GetInitialNaturalS..." | viettrungluu@chromium.org | 2014-03-25 | 2 | -39/+35 |
* | Remove HasAudio(), HasVideo(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-25 | 2 | -35/+39 |
* | gpu rtc video: Don't destroy a video texture in the destructor until it's ret... | dongseong.hwang@intel.com | 2014-03-25 | 2 | -44/+60 |
* | Refactor WebMediaPlayerImpl's multithreaded compositing code into VideoFrameC... | scherkus@chromium.org | 2014-03-24 | 5 | -59/+425 |
* | Remove all calls to WebMediaPlayerClient::needsWebLayerForVideo() as composit... | scherkus@chromium.org | 2014-03-24 | 4 | -11/+10 |