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
/
renderer
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace AudioDecoder::ProduceAudioSamples/ConsumeAudioSamples with read callb...
scherkus@chromium.org
2011-12-20
1
-12
/
+0
*
base::Bind: Fixes in content/
jhawkins@chromium.org
2011-12-19
1
-15
/
+6
*
<video> decode in hardware!
fischman@chromium.org
2011-12-13
6
-11
/
+13
*
Compile fix for gcc 4.6 (unused variable).
joi@chromium.org
2011-12-13
1
-2
/
+0
*
Remove the AudioManager singleton.
tommi@chromium.org
2011-12-12
1
-39
/
+6
*
remove the race related to output_delay_ms_ in ADM and races in the unittests.
xians@chromium.org
2011-12-12
3
-16
/
+52
*
Revert 113895 - <video> decode in hardware!
fischman@chromium.org
2011-12-10
7
-13
/
+14
*
<video> decode in hardware!
fischman@chromium.org
2011-12-10
7
-14
/
+13
*
Removing MessageLoop::QuitTask() from content/
dcheng@chromium.org
2011-12-10
1
-3
/
+3
*
Add CONTENT_EXPORT to AudioDevice::RenderCallback class.
vrk@google.com
2011-12-09
1
-1
/
+1
*
Simplify AudioRendererImpl by using AudioDevice.
vrk@google.com
2011-12-09
5
-715
/
+337
*
Replace media::Limits struct with media::limits namespace and update document...
scherkus@chromium.org
2011-12-07
2
-3
/
+1
*
There is a racing between SyncSocket::Receive in audio_thread_ and SyncSocket...
xians@chromium.org
2011-12-07
5
-70
/
+79
*
Update media-related OWNERS.
scherkus@chromium.org
2011-12-02
1
-1
/
+3
*
Revert 111988 - Land change for grunell@: "Adding support for MediaStream and...
tommi@chromium.org
2011-11-29
19
-1654
/
+34
*
Revert 111994 - Adding missing OVERRIDE tags.
tommi@chromium.org
2011-11-29
1
-3
/
+3
*
Adding missing OVERRIDE tags.
tommi@chromium.org
2011-11-29
1
-3
/
+3
*
Land change for grunell@: "Adding support for MediaStream and PeerConnection ...
tommi@chromium.org
2011-11-29
19
-34
/
+1654
*
Revert 111773 - Land change for grunell@: "Adding support for MediaStream and...
tommi@chromium.org
2011-11-28
19
-1650
/
+33
*
Land change for grunell@: "Adding support for MediaStream and PeerConnection ...
tommi@chromium.org
2011-11-28
19
-33
/
+1650
*
Add OVERRIDE to content/.
avi@chromium.org
2011-11-28
2
-6
/
+7
*
Adds sample-rate verification to WebRTC unit tests to ensure that we
henrika@chromium.org
2011-11-28
1
-7
/
+40
*
Resolves crash related to conflict with latest WebRTC (1008) and the WebRTCAu...
henrika@chromium.org
2011-11-28
1
-5
/
+4
*
Expose a way for unit tests to terminate the AudioManager singleton to avoid ...
tommi@chromium.org
2011-11-25
1
-0
/
+41
*
fix a racing condition when renderer process requests StopCapture before host...
wjia@chromium.org
2011-11-23
8
-47
/
+48
*
Enable the device selection for linux and mac by passing a device unique id f...
xians@chromium.org
2011-11-22
6
-26
/
+31
*
Refactor the Get*Hardware* routines a bit.
tommi@chromium.org
2011-11-18
6
-44
/
+111
*
Cleanup: Remove forward declarations in various directories.
thestig@chromium.org
2011-11-18
1
-4
/
+0
*
corresponding change in CaptureVideoDecoder and RTCVideoDecoder due to pull m...
wjia@chromium.org
2011-11-17
8
-16
/
+96
*
Add OVERRIDE to content/.
avi@chromium.org
2011-11-17
12
-63
/
+68
*
Moving media-related files from webkit/glue/ to webkit/media/.
scherkus@chromium.org
2011-11-17
1
-3
/
+3
*
Enable content component (again!).
dpranke@chromium.org
2011-11-16
2
-3
/
+4
*
Adds more unit tests for WebRTC.
henrika@chromium.org
2011-11-16
2
-5
/
+247
*
Low-latency AudioOutputStream implementation based on WASAPI for Windows.
henrika@chromium.org
2011-11-16
1
-96
/
+125
*
Avoid checking the hardware from the Construct test for better bot compatibil...
tommi@chromium.org
2011-11-16
1
-1
/
+24
*
Export the AudioDevice and AudioDeviceInput classes so that unit tests have a...
tommi@chromium.org
2011-11-14
3
-4
/
+8
*
share all the needed linux code with OpenBSD in chrome and content
robert.nagy@gmail.com
2011-11-11
1
-1
/
+1
*
switch to DVLOG from VLOG, and move struct definition to cc file.
wjia@chromium.org
2011-11-11
3
-33
/
+31
*
Cleanup: Remove more unneeded forward declares in content.
thestig@chromium.org
2011-11-11
2
-4
/
+0
*
export methods from WebRtcAudioDeviceImpl
dpranke@chromium.org
2011-11-10
1
-2
/
+3
*
Add a COM initializer for the IO thread to accomodate the WASAPI changes and ...
tommi@chromium.org
2011-11-10
1
-6
/
+2
*
Adds proper IPC usage for AudioDevice::GetAudioHardwareBufferSize().
henrika@chromium.org
2011-11-10
1
-5
/
+6
*
Fix crash in UMA-reporting aspect ratio when video height is zero.
fischman@chromium.org
2011-11-10
2
-4
/
+18
*
First unit tests for WebRTCAudioDevice.
tommi@chromium.org
2011-11-09
1
-0
/
+120
*
Update CaptureVideoDecoder to handle DeviceInfoReceived() calls.
scherkus@chromium.org
2011-11-04
3
-54
/
+131
*
refactor VideoCaptureModuleImpl.
wjia@chromium.org
2011-11-04
2
-45
/
+21
*
Simplify VideoDecodeEngine interface by making everything synchronous.
scherkus@chromium.org
2011-11-04
6
-135
/
+76
*
refactor video capture in renderer process
wjia@chromium.org
2011-11-01
7
-250
/
+177
*
Use base::Unretained() around VideoCaptureModuleImpl since it's not ref count...
wjia@chromium.org
2011-10-26
2
-6
/
+6
*
Low-latency AudioInputStream implementation based on WASAPI for Windows.
henrika@chromium.org
2011-10-24
2
-24
/
+49
[next]