summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media
Commit message (Expand)AuthorAgeFilesLines
* Move BrowserMessageFilter to public, and into content namespace.joi@chromium.org2011-12-168-12/+16
* Added size check for MediaStreamDeviceSettings fake UI.mflodman@chromium.org2011-12-131-2/+2
* Remove the AudioManager singleton.tommi@chromium.org2011-12-1210-38/+98
* Removing MessageLoop::QuitTask() from content/dcheng@chromium.org2011-12-105-11/+11
* Webcam ppapi flash fix.ihf@chromium.org2011-12-071-0/+8
* Let fake UI allow a video capture device to be opened several times.mflodman@chromium.org2011-12-052-4/+43
* Update media-related OWNERS.scherkus@chromium.org2011-12-021-1/+3
* Add OVERRIDE to content/.avi@chromium.org2011-11-281-2/+4
* Refactor the AudioInputDeviceManager by removing the device thread. xians@chromium.org2011-11-263-374/+258
* fix a racing condition when renderer process requests StopCapture before host...wjia@chromium.org2011-11-235-71/+106
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-226-39/+49
* Close video capture devices on the device thread.mflodman@chromium.org2011-11-182-8/+24
* Add OVERRIDE to content/.avi@chromium.org2011-11-179-58/+62
* Add CONTENT_EXPORT AudioInputRendererHost to fix the shared build.tommi@chromium.org2011-11-112-2/+4
* switch to DVLOG from VLOG, and move struct definition to cc file.wjia@chromium.org2011-11-114-69/+67
* allow device sharable inside VideoCaptureManager.wjia@chromium.org2011-11-103-22/+40
* make sure MediaStreamManager's requester gets a label before it receives any ...wjia@chromium.org2011-11-101-3/+12
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-101-2/+0
* fix racing condition by setting frame_info_ on caller thread.wjia@chromium.org2011-11-052-1/+5
* refactor video capture in browser process to support device sharing across mu...wjia@chromium.org2011-11-039-176/+729
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0217-3/+24
* Switch content tests to use BrowserThreadImpl directly.joi@chromium.org2011-10-315-29/+39
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-2812-27/+36
* Fix race condition in audio output controller and audio sync reader.enal@chromium.org2011-10-192-2/+16
* Fix problem when we did not play beginning of HTML5 audio stream in low laten...enal@chromium.org2011-10-132-1/+15
* remove NewRunnableMethod and switch to base::Bindwjia@chromium.org2011-10-0713-140/+124
* Connecting MediaStreamManager and AudioInputRenderHost/AudioInputDeviceManager.mflodman@chromium.org2011-09-304-25/+29
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-3010-13/+22
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-1/+2
* Add yet more CONTENT_EXPORTed symbols for the content component build.dpranke@chromium.org2011-09-271-1/+2
* Removing singelton property of MediaStreamManager.mflodman@chromium.org2011-09-2212-96/+219
* Hooking up AudioInputDeviceManager to AudioInputRendererHost and MediaStreamM...xians@chromium.org2011-09-207-31/+185
* Windows-only change -- issue is worst on Windows because of pre-buffering. On...enal@chromium.org2011-09-152-2/+25
* Revert 101063 - Removing singleton property of MediaStreamManager and creatin...mad@chromium.org2011-09-1410-168/+88
* Removing singleton property of MediaStreamManager and creating thread first w...mflodman@chromium.org2011-09-1410-88/+168
* Fix a couple of data races found by TSAN Race Verifier in VideoCaptureControl...fischman@chromium.org2011-09-091-4/+5
* Revert 99236 - Very short-term change: while working on proper long-term solu...crogers@google.com2011-09-022-22/+2
* Very short-term change: while working on proper long-term solution,enal@chromium.org2011-09-012-2/+22
* Fix audio glitch when audio stream first starts up.crogers@google.com2011-08-261-0/+4
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-08-234-8/+32
* Make AudioRendererHost store its own pointer to the MediaObserver.scottfr@chromium.org2011-08-172-17/+25
* Remove some unneeded uses of wstring.torne@chromium.org2011-08-091-5/+2
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-052-0/+11
* Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...yzshen@chromium.org2011-08-052-11/+0
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-052-0/+11
* Adding AudioInputDeviceManager.mflodman@google.com2011-07-204-0/+855
* some cleanup for base/stl_utildilmah@chromium.org2011-07-194-4/+4
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-184-8/+12
* [Reverted due to check_deps failure]zea@chromium.org2011-07-155-46/+13
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-155-13/+46