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