summaryrefslogtreecommitdiffstats
path: root/content/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of time headers in content/, part 2.avi@chromium.org2013-06-287-7/+7
* Remove seek_done parameter from ReadFromDemuxer.xhwang@chromium.org2013-06-276-18/+11
* Move ContentDecryptionModuleFactory to its own files.ddorwin@chromium.org2013-06-271-1/+1
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Using constant instead of hard coded string after libjingle roll.grunell@chromium.org2013-06-261-3/+2
* Replace RenderThread::Get() with thread_safe_sender_rtoy@google.com2013-06-262-16/+9
* Move WebContentDecryptionModuleSessionImpl to its own files.ddorwin@chromium.org2013-06-263-116/+145
* Fix a broken GTV buildjinsukkim@chromium.org2013-06-261-1/+5
* MediaSourceDelegate::Seek() waits for Demuxer::Seek() to ack seek request.xhwang@chromium.org2013-06-266-58/+105
* Fix SourceBufferStream GC removing buffers for the current position on a pend...acolwell@chromium.org2013-06-263-7/+7
* fix build break after previous mergejam@chromium.org2013-06-251-3/+3
* Remove usage of ChildProcess::current() and ChildThread::current() other than...jam@chromium.org2013-06-254-26/+34
* Send hardware video frames with mailboxes.danakj@chromium.org2013-06-256-17/+107
* Remove unused variant of KeySystemNameForUMA().ddorwin@chromium.org2013-06-251-5/+5
* For Android, fix hidden video element can't paint to canvas and WebGL issue.shouqun.liu@intel.com2013-06-254-9/+34
* Fix an issue that DemuxerInitDone can be called after Destroy()qinmin@chromium.org2013-06-251-1/+5
* Connect new EME APIs to internal implementation.ddorwin@chromium.org2013-06-253-36/+258
* Fix the build for TVycheo@chromium.org2013-06-242-13/+13
* Defer stream texture creation on TV casewonsik@chromium.org2013-06-232-20/+36
* Move webkit/renderer/media/android/ to content/renderer/media/android/.scherkus@chromium.org2013-06-2221-413/+3623
* Re-land 16025005 with tiny fix for statics perf issuecrogers@google.com2013-06-224-0/+399
* Revert 207992: This looks like a reland of r207983, which was reverted insadrul@chromium.org2013-06-224-399/+0
* don't include iostream.hcrogers@google.com2013-06-224-0/+399
* Revert 207983 "Implement Web MIDI API back-end"crogers@google.com2013-06-224-399/+0
* Implement Web MIDI API back-endcrogers@google.com2013-06-224-0/+399
* Pass InitializeCDM() call through IPC to the browser.xhwang@chromium.org2013-06-212-26/+37
* Libjingle roll 342:347sergeyu@chromium.org2013-06-211-0/+5
* Cleaning away unused WebRTC blink APIstommyw@chromium.org2013-06-205-52/+22
* Fixed the UMA for webrtc sample rates. We need to map the sample rate to medi...xians@chromium.org2013-06-202-4/+14
* Provide all supplied turn ports to PortAllocator.mallinath@chromium.org2013-06-201-14/+17
* Implement the new FrameInput() interface in AudioTrackInterface, so that the ...xians@chromium.org2013-06-202-0/+9
* Enable WebRTC audio processing on WebAudio inputs.bemasc@chromium.org2013-06-191-4/+4
* VideoCaptureImpl: added class commentary explaining safety of rampant Unretai...fischman@chromium.org2013-06-191-0/+11
* Separate CDM initialization from GenerateKeyRequest & remove key_system param...ddorwin@chromium.org2013-06-192-18/+6
* Update the remaining includes of string16.h to its new location.tfarina@chromium.org2013-06-181-1/+1
* Enable low latency mode for audio playback on Androidwjia@chromium.org2013-06-171-0/+6
* Update Blink include pathsabarth@chromium.org2013-06-179-15/+15
* Add Stubbed implementation of WebContentDecryptionModule* interfaces for unpr...ddorwin@chromium.org2013-06-152-0/+131
* Make content use base namespace for Values.brettw@chromium.org2013-06-141-8/+9
* Fixed the tsan bot broken by SetNewSourceForCapturerAfterStartTrack testxians@chromium.org2013-06-141-18/+0
* Pass the right DataChannelInit fields to createDataChannel.jiayl@chromium.org2013-06-143-13/+12
* Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-132-4/+4
* start the new source when webaudio is taking over.xians@chromium.org2013-06-132-17/+64
* Using the TURN server transport_type parametermallinath@chromium.org2013-06-131-0/+1
* Roll libjingle r342.grunell@chromium.org2013-06-131-1/+1
* Disable WebRTCAudioDeviceTest.WebRtcRecordingSetupTimesail@chromium.org2013-06-131-1/+2
* Restore thread safety to GpuChannelHost.piman@chromium.org2013-06-131-2/+0
* Use base::RandBytesAsString instead of libjingle ToString, which uses ostring...ronghuawu@chromium.org2013-06-121-1/+8
* Implement MediaSourceDelegate::SetDuration() for androidwolenetz@chromium.org2013-06-122-0/+8
* This patch starts the source of the capturer when the first audiotrack is add...xians@chromium.org2013-06-1111-133/+240