summaryrefslogtreecommitdiffstats
path: root/content/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Replace AudioDecoder::ProduceAudioSamples/ConsumeAudioSamples with read callb...scherkus@chromium.org2011-12-201-12/+0
* base::Bind: Fixes in content/jhawkins@chromium.org2011-12-191-15/+6
* <video> decode in hardware! fischman@chromium.org2011-12-136-11/+13
* Compile fix for gcc 4.6 (unused variable).joi@chromium.org2011-12-131-2/+0
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-39/+6
* remove the race related to output_delay_ms_ in ADM and races in the unittests.xians@chromium.org2011-12-123-16/+52
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-107-13/+14
* <video> decode in hardware!fischman@chromium.org2011-12-107-14/+13
* Removing MessageLoop::QuitTask() from content/dcheng@chromium.org2011-12-101-3/+3
* Add CONTENT_EXPORT to AudioDevice::RenderCallback class.vrk@google.com2011-12-091-1/+1
* Simplify AudioRendererImpl by using AudioDevice.vrk@google.com2011-12-095-715/+337
* Replace media::Limits struct with media::limits namespace and update document...scherkus@chromium.org2011-12-072-3/+1
* There is a racing between SyncSocket::Receive in audio_thread_ and SyncSocket...xians@chromium.org2011-12-075-70/+79
* Update media-related OWNERS.scherkus@chromium.org2011-12-021-1/+3
* Revert 111988 - Land change for grunell@: "Adding support for MediaStream and...tommi@chromium.org2011-11-2919-1654/+34
* Revert 111994 - Adding missing OVERRIDE tags.tommi@chromium.org2011-11-291-3/+3
* Adding missing OVERRIDE tags.tommi@chromium.org2011-11-291-3/+3
* Land change for grunell@: "Adding support for MediaStream and PeerConnection ...tommi@chromium.org2011-11-2919-34/+1654
* Revert 111773 - Land change for grunell@: "Adding support for MediaStream and...tommi@chromium.org2011-11-2819-1650/+33
* Land change for grunell@: "Adding support for MediaStream and PeerConnection ...tommi@chromium.org2011-11-2819-33/+1650
* Add OVERRIDE to content/.avi@chromium.org2011-11-282-6/+7
* Adds sample-rate verification to WebRTC unit tests to ensure that wehenrika@chromium.org2011-11-281-7/+40
* Resolves crash related to conflict with latest WebRTC (1008) and the WebRTCAu...henrika@chromium.org2011-11-281-5/+4
* Expose a way for unit tests to terminate the AudioManager singleton to avoid ...tommi@chromium.org2011-11-251-0/+41
* fix a racing condition when renderer process requests StopCapture before host...wjia@chromium.org2011-11-238-47/+48
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-226-26/+31
* Refactor the Get*Hardware* routines a bit.tommi@chromium.org2011-11-186-44/+111
* Cleanup: Remove forward declarations in various directories.thestig@chromium.org2011-11-181-4/+0
* corresponding change in CaptureVideoDecoder and RTCVideoDecoder due to pull m...wjia@chromium.org2011-11-178-16/+96
* Add OVERRIDE to content/.avi@chromium.org2011-11-1712-63/+68
* Moving media-related files from webkit/glue/ to webkit/media/.scherkus@chromium.org2011-11-171-3/+3
* Enable content component (again!).dpranke@chromium.org2011-11-162-3/+4
* Adds more unit tests for WebRTC.henrika@chromium.org2011-11-162-5/+247
* Low-latency AudioOutputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-11-161-96/+125
* Avoid checking the hardware from the Construct test for better bot compatibil...tommi@chromium.org2011-11-161-1/+24
* Export the AudioDevice and AudioDeviceInput classes so that unit tests have a...tommi@chromium.org2011-11-143-4/+8
* share all the needed linux code with OpenBSD in chrome and contentrobert.nagy@gmail.com2011-11-111-1/+1
* switch to DVLOG from VLOG, and move struct definition to cc file.wjia@chromium.org2011-11-113-33/+31
* Cleanup: Remove more unneeded forward declares in content.thestig@chromium.org2011-11-112-4/+0
* export methods from WebRtcAudioDeviceImpldpranke@chromium.org2011-11-101-2/+3
* Add a COM initializer for the IO thread to accomodate the WASAPI changes and ...tommi@chromium.org2011-11-101-6/+2
* Adds proper IPC usage for AudioDevice::GetAudioHardwareBufferSize().henrika@chromium.org2011-11-101-5/+6
* Fix crash in UMA-reporting aspect ratio when video height is zero.fischman@chromium.org2011-11-102-4/+18
* First unit tests for WebRTCAudioDevice.tommi@chromium.org2011-11-091-0/+120
* Update CaptureVideoDecoder to handle DeviceInfoReceived() calls.scherkus@chromium.org2011-11-043-54/+131
* refactor VideoCaptureModuleImpl.wjia@chromium.org2011-11-042-45/+21
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-046-135/+76
* refactor video capture in renderer processwjia@chromium.org2011-11-017-250/+177
* Use base::Unretained() around VideoCaptureModuleImpl since it's not ref count...wjia@chromium.org2011-10-262-6/+6
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-242-24/+49