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
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle the case that DRM was initialized after Start() is called
qinmin@chromium.org
2013-06-29
1
-2
/
+2
*
Use a direct include of time headers in media/.
avi@chromium.org
2013-06-28
82
-89
/
+89
*
Remove seek_done parameter from ReadFromDemuxer.
xhwang@chromium.org
2013-06-27
3
-7
/
+6
*
Fix yet another instance of scoped_ptr<T>(NULL) on ChromeOS.
dcheng@chromium.org
2013-06-26
1
-2
/
+0
*
Convert channel layout to channel count for optimal frame size.
rtoy@google.com
2013-06-26
1
-1
/
+2
*
Fix SourceBufferStream GC removing buffers for the current position on a pend...
acolwell@chromium.org
2013-06-26
6
-44
/
+140
*
Passing MediaCrypto from MediaDrmBridge to MediaSourcePlayer
qinmin@chromium.org
2013-06-26
2
-18
/
+72
*
Made media::MediaLogEvent use base::TimeTicks instead of base::Time.
tyoverby@chromium.org
2013-06-26
2
-2
/
+2
*
Add trace event for FillBufferQueue.
rtoy@google.com
2013-06-26
1
-0
/
+2
*
Send hardware video frames with mailboxes.
danakj@chromium.org
2013-06-25
9
-23
/
+325
*
Add PSSH box parsing in MediaDrmBridge.
xhwang@chromium.org
2013-06-25
1
-0
/
+123
*
Fix MIDI code for 64 bit build.
avi@chromium.org
2013-06-25
1
-6
/
+14
*
Refactored DataBuffer to use unix_hacker style methods.
tyoverby@chromium.org
2013-06-25
18
-262
/
+246
*
Supports Stop() during pending Reset() correctly in FFmpegVideoDecoder and Vp...
xhwang@chromium.org
2013-06-25
3
-6
/
+31
*
Hook up MediaDrmBridge and MediaPlayerAndroid with OnMediaKeys() calls.
xhwang@chromium.org
2013-06-25
3
-25
/
+45
*
Handle Stop during Reinitialization in VideoFrameStream.
xhwang@chromium.org
2013-06-25
4
-2
/
+57
*
Don't initialize the AudioUnit until params are set.
dalecurtis@chromium.org
2013-06-24
1
-6
/
+6
*
Change Start() call of MediaCodecBridge to accept MediaCrypto object
qinmin@chromium.org
2013-06-24
4
-21
/
+27
*
mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.
thakis@chromium.org
2013-06-24
2
-3
/
+3
*
Allow suppressed EME canPlayType() responses to be overridden with flag.
ddorwin@chromium.org
2013-06-24
2
-0
/
+6
*
Revert "Allow suppressed EME canPlayType() responses to be overridden with a ...
senorblanco@chromium.org
2013-06-23
2
-6
/
+0
*
Allow suppressed EME canPlayType() responses to be overridden with a flag.
ddorwin@chromium.org
2013-06-22
2
-0
/
+6
*
Add the SetMediaKeys handler to pass a drm bridge to a MediaSourcePlayer
qinmin@chromium.org
2013-06-22
4
-7
/
+21
*
Move pending seek cancellation logic from ChunkDemuxerStream to ChunkDemuxer.
acolwell@chromium.org
2013-06-22
3
-109
/
+119
*
Re-land r207105 (Mac audio capture threading fix) with unit test memory leak ...
miu@chromium.org
2013-06-22
9
-101
/
+235
*
Re-land 16025005 with tiny fix for statics perf issue
crogers@google.com
2013-06-22
7
-0
/
+522
*
Revert 207992: This looks like a reland of r207983, which was reverted in
sadrul@chromium.org
2013-06-22
7
-522
/
+0
*
don't include iostream.h
crogers@google.com
2013-06-22
7
-0
/
+522
*
Revert 207983 "Implement Web MIDI API back-end"
crogers@google.com
2013-06-22
7
-526
/
+0
*
Implement Web MIDI API back-end
crogers@google.com
2013-06-22
7
-0
/
+526
*
Enable audio volume control on Android.
wjia@chromium.org
2013-06-21
6
-157
/
+174
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
2
-12
/
+6
*
Add base namespace to more values in sync and elsewhere.
brettw@chromium.org
2013-06-21
1
-1
/
+1
*
Turn on speakerphone by default for WebRTC on Android.
wjia@chromium.org
2013-06-21
1
-0
/
+3
*
Add a function to convert key system into UUID
qinmin@chromium.org
2013-06-21
2
-3
/
+23
*
Try not to let the AUHAL driver get stuck sending silence.
dalecurtis@chromium.org
2013-06-21
3
-1
/
+20
*
Fix ChunkDemuxer seek and init callback dispatch.
acolwell@chromium.org
2013-06-21
3
-110
/
+106
*
Add new class AudioBufferQueue.
jrummell@chromium.org
2013-06-21
7
-76
/
+868
*
Finalizes support of device selection for live-audio on Windows.
henrika@chromium.org
2013-06-20
4
-21
/
+100
*
Removed unused NeedKey callback from Decryptors.
ddorwin@chromium.org
2013-06-20
4
-11
/
+4
*
Use a direct include of strings headers, delete some strings forwarding headers.
avi@chromium.org
2013-06-20
1
-1
/
+1
*
Fix the WebRTC color bug.
hkuang@chromium.org
2013-06-20
3
-12
/
+65
*
Allow moof boxes to be appended without a moov box after Flush
acolwell@chromium.org
2013-06-20
3
-4
/
+21
*
added device selection to web speech to use the correct device. Users should ...
xians@chromium.org
2013-06-20
3
-10
/
+17
*
Changes to avoid memory leak in the audio_buffer test code.
jrummell@chromium.org
2013-06-20
1
-8
/
+8
*
EME: ProxyDecryptor creates MediaKeys instead of Decryptor.
xhwang@chromium.org
2013-06-19
6
-10
/
+11
*
Overriding HasAlpha in VpxVideoDecoder
vigneshv@chromium.org
2013-06-19
3
-0
/
+8
*
Encrypted Media: DecryptingXxx::SetDecryptor() accepts NULL decryptor.
xhwang@chromium.org
2013-06-19
6
-0
/
+46
*
Fix an issue that Start() could be called when there are pending tasks or dec...
qinmin@chromium.org
2013-06-19
4
-69
/
+164
*
Reduce false-positives from media/PRESUBMIT.py in detecting use of the wrong ...
miu@chromium.org
2013-06-19
1
-6
/
+22
[next]