summaryrefslogtreecommitdiffstats
path: root/content/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* [Android] Retry create StreamTextureProxy on playboliu@chromium.org2013-10-124-25/+53
* Remove default implementations from Demuxer.rileya@chromium.org2013-10-104-43/+47
* Don't change the format of the audio before stopping the old audio source.xians@chromium.org2013-10-101-2/+0
* Drop NeedKeyCB from MediaKeys.xhwang@chromium.org2013-10-086-15/+11
* content: Update the includes paths of WebAudioSourceProvider.h to its new loc...tfarina@chromium.org2013-10-083-3/+3
* Call DecryptorReadyCB in InitializeCDM instead of in GenerateKeyRequest.xhwang@chromium.org2013-10-031-4/+5
* Hook up WebRTC logging extension API to the underlying functionality.grunell@chromium.org2013-10-034-32/+2
* Disable the audio processing when feeding webaudio (not from mic) to peerconn...xians@chromium.org2013-10-031-4/+12
* Don't override optional audio constraints with defaults.ajm@chromium.org2013-10-031-5/+8
* Fixed the broken AGC in Chrome.xians@chromium.org2013-10-031-9/+9
* Sets the media element network state to idle until playback is requested.jinsukkim@chromium.org2013-10-022-0/+11
* When an audio track is disabled, still pass the data to webrtc for audio proc...jiayl@chromium.org2013-10-011-7/+5
* Fix redundant media source seek suppression optimization on Chrome for Androidwolenetz@chromium.org2013-10-011-6/+14
* Route GenMailboxCHROMIUM through GpuControlpiman@chromium.org2013-10-011-3/+1
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-012-2/+0
* Refactor MediaStreamImpl::GetAuthorizedDeviceInfoForAudioRenderer.perkj@chromium.org2013-09-305-46/+59
* Make media::VideoCaptureImpl::ClientBuffer RefCountedThreadSafesheu@chromium.org2013-09-291-2/+3
* Support clear buffer in encrypted stream in MediaDecoderJob.xhwang@chromium.org2013-09-271-3/+9
* Move webkit/mocks/ to content/testjamesr@chromium.org2013-09-273-15/+6
* Add experimental AGC to default audio constraints.ajm@chromium.org2013-09-271-0/+2
* RTCVideoEncoder should use webrtc timestamp for |capture_time_ms|.hshi@chromium.org2013-09-261-10/+6
* Rename "disable-legacy-encrytped-media" flag to "disable-prefixed-encrypted-m...xhwang@chromium.org2013-09-262-3/+3
* Remove MediaStreamSourceExtraData::webkit_source() and instead use MediaStrea...perkj@chromium.org2013-09-264-42/+7
* Remove ipc::CommandBufferProxy. As an interface, it's not used.piman@chromium.org2013-09-261-1/+0
* Enable the extended filter mode AEC on platforms with known echo issues.ajm@chromium.org2013-09-261-0/+5
* Exclude flaky teststimurrrr@chromium.org2013-09-261-1/+2
* Use GL_TEXTURE_2D for pixel readback path in GpuVideoAcceleratorFactoriessheu@chromium.org2013-09-263-16/+9
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-12/+13
* Rework Chrome for Android seeks to include Blink in all seek requestswolenetz@chromium.org2013-09-258-94/+134
* Rename MEDIA_SYSTEM_AUDIO_CAPTURE to MEDIA_LOOPBACK_AUDIO_CAPTUREsergeyu@chromium.org2013-09-251-1/+1
* Do not copy and read data when the volume of the local renderer is 0.xians@chromium.org2013-09-242-10/+59
* Add HW VP8 encode support for WebRTC.posciak@chromium.org2013-09-241-0/+5
* Improves output audio on most Android devices.henrika@chromium.org2013-09-241-9/+16
* Populate video capture facing mode for device enumeration.wjia@chromium.org2013-09-231-8/+19
* [Android] EME permission on/off pref and infobar UI.kkimlabs@chromium.org2013-09-2311-14/+35
* Switch DemuxerAndroid-related IPC messages from routed to control.scherkus@chromium.org2013-09-228-115/+101
* Create a Pepper-based CDM when a MediaKeys object is created.jrummell@chromium.org2013-09-201-1/+4
* [Android] Decouple pausing video from RenderView pause.benm@chromium.org2013-09-202-4/+4
* Update webrtc/libjingle 4758:4794.ronghuawu@chromium.org2013-09-192-6/+6
* Delete WebMediaPlayerAndroid::OnReadFromDemuxer().scherkus@chromium.org2013-09-192-10/+0
* Fix deletion of video accelerator 3D context when context is lostsheu@chromium.org2013-09-192-36/+52
* Always Register the Clear Key key system in content.ddorwin@chromium.org2013-09-182-6/+36
* Enable audio processing if googTypingNoiseDetection is true.jiayl@chromium.org2013-09-181-0/+1
* Fix the audio quality test in browser tests.xians@chromium.org2013-09-182-10/+15
* Actually set default audio constraints for getUserMedia streams with audio.tommi@chromium.org2013-09-181-15/+14
* Fixed the crash introduced by r223648.xians@chromium.org2013-09-171-1/+1
* Remote video pauses when screen is locked or when tab is switched.maybelle@chromium.org2013-09-174-6/+18
* Switch LiveAudio to a source provider solution.xians@chromium.org2013-09-1719-316/+883
* Set default audio constraints for mediastreams with audio.tommi@chromium.org2013-09-171-16/+25
* Fix a reentrance issue in DecryptingDemuxerStream.xhwang@chromium.org2013-09-171-2/+2