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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change Start() call of MediaCodecBridge to accept MediaCrypto object
qinmin@chromium.org
2013-06-24
4
-21
/
+27
*
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
*
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
*
Add new class AudioBufferQueue.
jrummell@chromium.org
2013-06-21
6
-76
/
+865
*
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
*
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
4
-8
/
+9
*
Fix an issue that Start() could be called when there are pending tasks or dec...
qinmin@chromium.org
2013-06-19
3
-67
/
+164
*
Separate CDM initialization from GenerateKeyRequest & remove key_system param...
ddorwin@chromium.org
2013-06-19
5
-35
/
+16
*
Add new class AudioBuffer.
jrummell@chromium.org
2013-06-18
3
-0
/
+541
*
Remove unused EME v0.1b MediaKeyError values.
ddorwin@chromium.org
2013-06-18
1
-4
/
+5
*
Don't perform seek when surface changes if we are already seeking
qinmin@chromium.org
2013-06-17
2
-34
/
+56
*
fix a problem that surface can be deleted before calling VideoCodecBridge::St...
qinmin@chromium.org
2013-06-15
5
-42
/
+309
*
media: Remove VP9 flag, and enable VP9 support by default.
tomfinegan@chromium.org
2013-06-15
3
-9
/
+1
*
Revert 206267 "This change adds VideoDecoderJob::Create() and Au..."
qinmin@chromium.org
2013-06-14
5
-309
/
+42
*
This change adds VideoDecoderJob::Create() and AudioDecoderJob::Create() so t...
qinmin@chromium.org
2013-06-14
5
-42
/
+309
*
Replace erroneous use of base::Time with base::TimeTicks throughout media code.
miu@chromium.org
2013-06-13
11
-61
/
+65
*
Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-13
1
-1
/
+1
*
Hooking up all EME messages with MediaSourcePlayer and introduce MediaDrmBridge
qinmin@chromium.org
2013-06-13
4
-10
/
+144
*
Expose SampleFormat -> bytes per frame calculations.
jrummell@chromium.org
2013-06-12
5
-47
/
+80
*
Implement MediaSourceDelegate::SetDuration() for android
wolenetz@chromium.org
2013-06-12
4
-8
/
+30
*
Increase the default timeout value for MediaCodec operations
qinmin@chromium.org
2013-06-11
2
-14
/
+27
*
Use a direct include of strings headers in ipc/, jingle/, media/.
avi@chromium.org
2013-06-11
12
-14
/
+14
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
5
-5
/
+5
*
Fix webaudio hang by saving the data to a file and reading from the file.
rtoy@google.com
2013-06-08
3
-13
/
+73
*
Handle config changes for MSE
qinmin@chromium.org
2013-06-07
6
-71
/
+184
*
Make some non-Linux code use "if (weak_ptr)" style
akalin@chromium.org
2013-06-07
1
-1
/
+1
*
Change DemuxerStream::xxx_decoder_config() methods so they don't return a ref...
acolwell@chromium.org
2013-06-06
3
-6
/
+6
*
Make |duration_| of |MediaPlayerBridge| overriable in the child class
ycheo@chromium.org
2013-06-06
2
-0
/
+5
*
Only disable webaudio if no NEON is available
qinmin@chromium.org
2013-06-06
1
-21
/
+0
*
Reland: Use a shared thread for media operations (round 3).
scherkus@chromium.org
2013-06-06
3
-16
/
+40
*
Refactor YUV conversion routines to use MediaInitializer().
dalecurtis@chromium.org
2013-06-05
3
-213
/
+180
*
Add IPC messages and handling code for EME on Clank.
xhwang@chromium.org
2013-06-05
1
-1
/
+25
*
Fix compilation error due to type narrowing warning
caio.de.oliveira.filho@intel.com
2013-06-05
1
-1
/
+1
*
Use the browser UI thread for audio on OSX.
dalecurtis@chromium.org
2013-06-05
2
-50
/
+57
*
Fix non-Linux uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-05
1
-1
/
+1
*
Disable preroll duration increase on underflow for MediaSource playback.
acolwell@chromium.org
2013-06-04
3
-6
/
+3
*
Use explicitly-sized types across the IPC boundary.
palmer@chromium.org
2013-06-04
2
-5
/
+5
*
Implement WebRTC in Chrome for TV
wonsik@chromium.org
2013-06-03
2
-9
/
+15
*
Try relanding this CL, the original CL passed the try bots but failed the mac...
xians@chromium.org
2013-06-03
1
-7
/
+1
*
Revert 203686 "Trying relanding this CL, the original CL passed ..."
xians@chromium.org
2013-06-03
1
-1
/
+7
*
Trying relanding this CL, the original CL passed the try bots but failed the ...
xians@chromium.org
2013-06-03
1
-7
/
+1
*
Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-03
8
-25
/
+27
*
Fix a DCHECK error that a/v threads are not stopped on the UI thread
qinmin@chromium.org
2013-06-01
2
-23
/
+42
[next]