summaryrefslogtreecommitdiffstats
path: root/content/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Fix build break (update test expectations to ignore the needs_audio_processin...tommi@chromium.org2013-08-301-6/+6
* Always set need_audio_processing_ to true in WebRtcLocalAudioTrack.tommi@chromium.org2013-08-302-34/+50
* Rename MediaPlayerHostMsg_{DemuxerReady,ReadFromDemuxerAck}_Params to Demuxer...scherkus@chromium.org2013-08-304-86/+72
* Close the shared audio output device when the tab is closed.tommi@chromium.org2013-08-291-0/+13
* [Android] Rename SurfaceTextureBridge to just SurfaceTexture.yfriedman@chromium.org2013-08-292-5/+5
* Move access unit handling into MediaDecoderJob.acolwell@chromium.org2013-08-291-2/+3
* Resize destination bus to the actual number of decoded frames.rtoy@google.com2013-08-291-0/+10
* Minor cleanup of KeySystems code.ddorwin@chromium.org2013-08-294-28/+44
* Template arguments to templates in std must have complete types.zeno.albisser@digia.com2013-08-281-0/+1
* Hooking up the new attributes in RTCDataChanneltommyw@chromium.org2013-08-283-1/+53
* Web MIDI: enable MIDIMessageFilter::SendMIDIData on Androidtoyoshim@chromium.org2013-08-281-6/+2
* Only accept actual key systems for EME methods.ddorwin@chromium.org2013-08-287-77/+185
* Replace WebMediaSourceNew references with WebMediaSource.acolwell@chromium.org2013-08-285-15/+15
* EVEA cleanup: use video utility functions in media::*sheu@chromium.org2013-08-282-38/+32
* Web MIDI: fix multi-threading problem around message buffer handlingtoyoshim@chromium.org2013-08-272-9/+8
* Fix renderer crash in hangouts.hshi@chromium.org2013-08-261-1/+3
* Change NeedKeyCB to use std::vector.acolwell@chromium.org2013-08-266-17/+13
* Send video frames backed by textures to WebRTC.wuchengli@chromium.org2013-08-264-25/+78
* Web MIDI: return initialization result in didStartSessiontoyoshim@chromium.org2013-08-241-4/+1
* To fix a bug introduced in r218819.dwkang@chromium.org2013-08-241-1/+1
* Android: Fix null ptr crashsievers@chromium.org2013-08-231-1/+1
* Remove unnecessary references to third_party/WebKit/public/web/WebMediaSource...acolwell@chromium.org2013-08-232-3/+0
* Run |demuxer_| related tasks in the media thread in GTV.ycheo@chromium.org2013-08-234-91/+275
* Replace WebMediaSourceClient references with WebMediaSourceNewacolwell@chromium.org2013-08-233-12/+12
* Revert 217531 "Run |demuxer_| related tasks in the media thread."qinmin@chromium.org2013-08-224-238/+104
* Support stream textures with the synchronous compositorsievers@chromium.org2013-08-222-8/+177
* Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.cdn@chromium.org2013-08-221-1/+1
* Migrate WebMediaPlayer implementations to new load() method.acolwell@chromium.org2013-08-2111-98/+100
* Correct comment and variable name for changes from Issue 16879009.bemasc@chromium.org2013-08-211-3/+3
* Pass the WebFrame to closeHelperPlugin().ddorwin@chromium.org2013-08-203-10/+10
* Define proprietary_codecs=1 when branding==Chrome.scherkus@chromium.org2013-08-202-5/+5
* Make sure the first VP8 frame for VDA is key frame.wuchengli@chromium.org2013-08-163-1/+45
* Logs the decoder used if the decoder used is GpuVideoDecoder.tyoverby@chromium.org2013-08-161-2/+4
* Added more logging to audio_renderer_host.tyoverby@chromium.org2013-08-161-2/+0
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-1513-81/+157
* Revert 217768 "Adding key press detection in the browser process."phoglund@chromium.org2013-08-1513-157/+81
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-1513-81/+157
* Run |demuxer_| related tasks in the media thread.ycheo@chromium.org2013-08-144-104/+238
* Remove unnecessary checks and fix shader_bench.dalecurtis@chromium.org2013-08-141-11/+1
* Add media::VideoEncodeAccelerator with WebRTC integrationsheu@chromium.org2013-08-1316-155/+1178
* Start Desktop Capture API.sergeyu@chromium.org2013-08-131-0/+5
* Implement WAV decoderrtoy@google.com2013-08-131-0/+305
* Clone of @ https://codereview.chromium.org/22452002/mallinath@chromium.org2013-08-131-0/+1
* Enable config change in GVD for all CrOS platforms.posciak@chromium.org2013-08-121-2/+2
* Fullscreen video in Android WebViewboliu@chromium.org2013-08-105-59/+179
* Passing NULL PeerConnectionIdentityService to Libjingle when Chrome is using ...jiayl@chromium.org2013-08-103-5/+20
* Relocate last remnants of webkit/renderer/media code.dalecurtis@chromium.org2013-08-101-1/+1
* Add MediaStreamMsg_StopGeneratedStream message.hshi@chromium.org2013-08-096-0/+43
* Do not destroy VDA in RTCVideoDecoder::Release.wuchengli@chromium.org2013-08-092-20/+25
* Add DesktopMediaId type to identify desktop media source.sergeyu@chromium.org2013-08-092-2/+5