summaryrefslogtreecommitdiffstats
path: root/content/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Initialize the shared memory to appease Valgrind.tommi@chromium.org2012-07-232-4/+32
* Move VideoRenderer out of Filter heirarchy.scherkus@chromium.org2012-07-231-2/+0
* Add more unit tests for AudioDevice.tommi@chromium.org2012-07-213-38/+194
* Update media OWNERS.scherkus@chromium.org2012-07-191-3/+2
* Remove use of raw MessageLoop pointers in RtcVideoDecoder. perkj@chromium.org2012-07-194-27/+21
* Roll libjingle 159:161sergeyu@chromium.org2012-07-182-9/+30
* Refactor RTCVideoDecoder to implement webrtc::VideoRendererInterface instead ...perkj@chromium.org2012-07-185-77/+161
* VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadS...fischman@chromium.org2012-07-172-12/+12
* Enable renderer side mixing behind a flag.dalecurtis@chromium.org2012-07-174-5/+300
* Remove GetVolume from media::AudioRendererSink.tommi@chromium.org2012-07-145-25/+0
* Rolling libjingle to 159.ronghuawu@chromium.org2012-07-145-1/+76
* The beginnings of unit tests for AudioDevice.tommi@chromium.org2012-07-138-15/+123
* Mac HW Video Decode: Fix texture creationsail@chromium.org2012-07-131-2/+7
* for readability review.wjia@chromium.org2012-07-134-141/+148
* [Android] Upstream all the IPC communications/handlings for stream textureqinmin@chromium.org2012-07-132-0/+194
* Remove #pragma once from contentajwong@chromium.org2012-07-1111-11/+0
* fix use after free case in VideoCaptureImpl.wjia@chromium.org2012-07-111-6/+7
* Fix a potential hang when trying to hook up the CaptureVideoDecoder with a ca...ronghuawu@chromium.org2012-07-095-1/+53
* Switch to TimeDelta interfaces for TestTimeouts in media code.tedvessenes@gmail.com2012-07-091-4/+2
* This CL adds a new factory method called AudioDeviceFactory. It is a template...henrika@chromium.org2012-06-2913-63/+156
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-1/+2
* Fix a hang when the RtcVideoDecoder was given a MediaStream without video tra...ronghuawu@chromium.org2012-06-212-16/+37
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-201-0/+1
* Change VideoDecoder::ReadCB to take const scoped_refptr<VideoFrame>&.xhwang@chromium.org2012-06-202-2/+2
* Re-enable HW decode on CrOS now that the flashing bug is fixed.fischman@chromium.org2012-06-182-10/+11
* Plumb texture target to VideoDecodeAccelerator::Clientsail@chromium.org2012-06-084-15/+18
* Use different labels for audio and video tracks. Otherwise peerconnection mayronghuawu@chromium.org2012-06-062-2/+7
* Implement CancelUserMediaRequest for the browser partyujie.mao@intel.com2012-06-061-0/+12
* Returns error when failed to create native stream in OnStreamGenerated. ronghuawu@chromium.org2012-06-011-0/+7
* Hook up JSEP PrAnswer.ronghuawu@chromium.org2012-05-312-3/+17
* handle the case when device is closed before media pipeline is fully initiali...wjia@chromium.org2012-05-302-2/+23
* Cleanup: [WebRTC] Use GURL type to replace the std::string type of security o...yujie.mao@intel.com2012-05-256-19/+21
* Changes needed to roll libjingle r141 to chrome.sergeyu@chromium.org2012-05-227-7/+7
* Add deletion observer to P2PSocketDispatcher.perkj@chromium.org2012-05-202-20/+35
* Cleanup: Remove unneeded scoped_ptr.h includes from content.thestig@chromium.org2012-05-175-6/+6
* Refactor MediaStreamImpl and PeerConnection glue implementation after WebKit ...perkj@chromium.org2012-05-1516-705/+510
* Implement MediaStreamImpl::CancelUserMediaRequestperkj@chromium.org2012-05-104-2/+71
* Fix crash in Issue 126625: PeerConnection with two sending streams fails.perkj@chromium.org2012-05-096-95/+177
* Ensures that the user can select 8kHz input sample rate as default rate and s...henrika@chromium.org2012-05-071-1/+5
* Make sure MediaStreamDispatcher gets notified of stopped streams when a WebFr...perkj@chromium.org2012-05-043-23/+77
* This cl refactor the mapping between WebKit media stream repressentation and ...perkj@chromium.org2012-05-0315-217/+504
* Remove VideoDecoder from the Filter heirarchy.xhwang@chromium.org2012-05-036-235/+92
* Adds WebRTC.webkitApiCount histogram to MediaStreamImpl.henrika@chromium.org2012-05-021-9/+18
* Shift media_stream::StreamOptions to align with the new getUserMedia specyujie.mao@intel.com2012-04-303-10/+5
* RefCounted types should not have public destructors, content/browser part 2rsleevi@chromium.org2012-04-2819-296/+313
* Report VideoDecoder status through ReadCB instead of through FilterHost.xhwang@chromium.org2012-04-284-33/+12
* Merge VideoCaptureDevice::Capability with media::VideoCaptureCapabilityyujie.mao@intel.com2012-04-287-11/+11
* Add histogram webkitGetUserMedia, webkitPeerConnection and webkitDeprecatedPe...perkj@chromium.org2012-04-271-3/+18
* Roll libjingle 132:135sergeyu@chromium.org2012-04-263-0/+16
* Fix crash when changing sources after createMediaSourceElement().rtoy@google.com2012-04-241-1/+1