index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
renderer_host
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move BrowserMessageFilter to public, and into content namespace.
joi@chromium.org
2011-12-16
8
-12
/
+16
*
Added size check for MediaStreamDeviceSettings fake UI.
mflodman@chromium.org
2011-12-13
1
-2
/
+2
*
Remove the AudioManager singleton.
tommi@chromium.org
2011-12-12
10
-38
/
+98
*
Removing MessageLoop::QuitTask() from content/
dcheng@chromium.org
2011-12-10
5
-11
/
+11
*
Webcam ppapi flash fix.
ihf@chromium.org
2011-12-07
1
-0
/
+8
*
Let fake UI allow a video capture device to be opened several times.
mflodman@chromium.org
2011-12-05
2
-4
/
+43
*
Update media-related OWNERS.
scherkus@chromium.org
2011-12-02
1
-1
/
+3
*
Add OVERRIDE to content/.
avi@chromium.org
2011-11-28
1
-2
/
+4
*
Refactor the AudioInputDeviceManager by removing the device thread.
xians@chromium.org
2011-11-26
3
-374
/
+258
*
fix a racing condition when renderer process requests StopCapture before host...
wjia@chromium.org
2011-11-23
5
-71
/
+106
*
Enable the device selection for linux and mac by passing a device unique id f...
xians@chromium.org
2011-11-22
6
-39
/
+49
*
Close video capture devices on the device thread.
mflodman@chromium.org
2011-11-18
2
-8
/
+24
*
Add OVERRIDE to content/.
avi@chromium.org
2011-11-17
9
-58
/
+62
*
Add CONTENT_EXPORT AudioInputRendererHost to fix the shared build.
tommi@chromium.org
2011-11-11
2
-2
/
+4
*
switch to DVLOG from VLOG, and move struct definition to cc file.
wjia@chromium.org
2011-11-11
4
-69
/
+67
*
allow device sharable inside VideoCaptureManager.
wjia@chromium.org
2011-11-10
3
-22
/
+40
*
make sure MediaStreamManager's requester gets a label before it receives any ...
wjia@chromium.org
2011-11-10
1
-3
/
+12
*
Cleanup: Remove unneeded forward declarations in content/browser.
thestig@chromium.org
2011-11-10
1
-2
/
+0
*
fix racing condition by setting frame_info_ on caller thread.
wjia@chromium.org
2011-11-05
2
-1
/
+5
*
refactor video capture in browser process to support device sharing across mu...
wjia@chromium.org
2011-11-03
9
-176
/
+729
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
17
-3
/
+24
*
Switch content tests to use BrowserThreadImpl directly.
joi@chromium.org
2011-10-31
5
-29
/
+39
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
12
-27
/
+36
*
Fix race condition in audio output controller and audio sync reader.
enal@chromium.org
2011-10-19
2
-2
/
+16
*
Fix problem when we did not play beginning of HTML5 audio stream in low laten...
enal@chromium.org
2011-10-13
2
-1
/
+15
*
remove NewRunnableMethod and switch to base::Bind
wjia@chromium.org
2011-10-07
13
-140
/
+124
*
Connecting MediaStreamManager and AudioInputRenderHost/AudioInputDeviceManager.
mflodman@chromium.org
2011-09-30
4
-25
/
+29
*
Here are more exports needed for content_unittests to link in the component b...
dpranke@chromium.org
2011-09-30
10
-13
/
+22
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
1
-1
/
+2
*
Add yet more CONTENT_EXPORTed symbols for the content component build.
dpranke@chromium.org
2011-09-27
1
-1
/
+2
*
Removing singelton property of MediaStreamManager.
mflodman@chromium.org
2011-09-22
12
-96
/
+219
*
Hooking up AudioInputDeviceManager to AudioInputRendererHost and MediaStreamM...
xians@chromium.org
2011-09-20
7
-31
/
+185
*
Windows-only change -- issue is worst on Windows because of pre-buffering. On...
enal@chromium.org
2011-09-15
2
-2
/
+25
*
Revert 101063 - Removing singleton property of MediaStreamManager and creatin...
mad@chromium.org
2011-09-14
10
-168
/
+88
*
Removing singleton property of MediaStreamManager and creating thread first w...
mflodman@chromium.org
2011-09-14
10
-88
/
+168
*
Fix a couple of data races found by TSAN Race Verifier in VideoCaptureControl...
fischman@chromium.org
2011-09-09
1
-4
/
+5
*
Revert 99236 - Very short-term change: while working on proper long-term solu...
crogers@google.com
2011-09-02
2
-22
/
+2
*
Very short-term change: while working on proper long-term solution,
enal@chromium.org
2011-09-01
2
-2
/
+22
*
Fix audio glitch when audio stream first starts up.
crogers@google.com
2011-08-26
1
-0
/
+4
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-08-23
4
-8
/
+32
*
Make AudioRendererHost store its own pointer to the MediaObserver.
scottfr@chromium.org
2011-08-17
2
-17
/
+25
*
Remove some unneeded uses of wstring.
torne@chromium.org
2011-08-09
1
-5
/
+2
*
Plumb media data from renderers up to MediaInternals in the browser process.
scottfr@chromium.org
2011-08-05
2
-0
/
+11
*
Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...
yzshen@chromium.org
2011-08-05
2
-11
/
+0
*
Plumb media data from renderers up to MediaInternals in the browser process.
scottfr@chromium.org
2011-08-05
2
-0
/
+11
*
Adding AudioInputDeviceManager.
mflodman@google.com
2011-07-20
4
-0
/
+855
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
4
-4
/
+4
*
Fix media code to use initializer-list style for inheritance.
scherkus@chromium.org
2011-07-18
4
-8
/
+12
*
[Reverted due to check_deps failure]
zea@chromium.org
2011-07-15
5
-46
/
+13
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-07-15
5
-13
/
+46
[next]