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
...
*
Implement GetAudioOutputDevices for remaining platforms, consolidate tests.
joi@chromium.org
2013-09-16
15
-210
/
+217
*
Make VideoCaptureController single-threaded and not ref counted.
nick@chromium.org
2013-09-16
12
-196
/
+189
*
Adds the UserInputMonitor implementation for Windows.
jiayl@chromium.org
2013-09-14
8
-151
/
+534
*
Revert 223223 "Adds the UserInputMonitor implementation for Wind..."
rouslan@chromium.org
2013-09-14
8
-531
/
+151
*
Show USB IDs for named cameras on Linux.
bemasc@chromium.org
2013-09-14
2
-25
/
+46
*
Adds the UserInputMonitor implementation for Windows.
jiayl@chromium.org
2013-09-14
8
-151
/
+531
*
Clear |input_eos_encountered_| in MediaDecoderJob::Flush().
xhwang@chromium.org
2013-09-13
3
-6
/
+41
*
add missing #includes of <algorithm>, needed on VS2013 for std::min
scottmg@chromium.org
2013-09-13
2
-0
/
+4
*
Rewrite VideoCaptureManager to streamline the lifetimes of
nick@chromium.org
2013-09-12
1
-1
/
+1
*
Add newlines to the end of files where they were missing
hans@chromium.org
2013-09-12
4
-4
/
+4
*
Add a check for CoreAudioUtil::IsSupported to GetAssociatedOutputDeviceID.
tommi@chromium.org
2013-09-12
1
-0
/
+5
*
Adding audio unit tests for Android.
henrika@chromium.org
2013-09-12
7
-189
/
+1090
*
Load opensles lazily.
qsr@chromium.org
2013-09-12
2
-5
/
+110
*
Add a static method to get supported container format from MediaCodec
qinmin@chromium.org
2013-09-12
3
-11
/
+125
*
Added cast sender impl and made required modifications to the pacer.
pwestin@google.com
2013-09-12
16
-112
/
+490
*
Move demuxer-related operations from media::MediaPlayerManager to media::Demu...
scherkus@chromium.org
2013-09-11
8
-157
/
+235
*
media source: Support WebM streams containing a FrameRate element.
tomfinegan@chromium.org
2013-09-11
2
-0
/
+2
*
Adding audio sender to cast.
pwestin@google.com
2013-09-11
12
-7
/
+714
*
Implement GetAudioOutputDevices for Windows.
joi@chromium.org
2013-09-11
6
-33
/
+133
*
Remove /media/audio/ios
bdibello@google.com
2013-09-11
14
-477
/
+75
*
Refactor media::MediaPlayerAndroid::SourceType as MediaPlayerHostMsg_Initiali...
scherkus@chromium.org
2013-09-11
2
-46
/
+0
*
Add EME support for JSON Web Keys
jrummell@chromium.org
2013-09-11
3
-76
/
+382
*
cras: Remove "Input Start" error message.
derat@chromium.org
2013-09-10
1
-1
/
+0
*
Disable MediaSourcePlayerTest.IsTypeSupported_Widevine test.
xhwang@chromium.org
2013-09-10
2
-1
/
+4
*
Check MediaDrmBridge::Create() in IsTypeSupported().
xhwang@chromium.org
2013-09-10
4
-17
/
+73
*
Adding cast threads and video sender folder to cast.
pwestin@google.com
2013-09-10
26
-169
/
+2045
*
Mac Video Capture format change ARGB->YUY2.
mcasas@chromium.org
2013-09-10
2
-3
/
+3
*
Implement GetDefaultOutputDeviceID, GetAssociatedOutputDeviceID and ...
tommi@chromium.org
2013-09-10
6
-30
/
+188
*
Implement GetAudioOutputDeviceNames for Mac OS X.
joi@chromium.org
2013-09-10
3
-9
/
+28
*
Logged information from BufferedDataSource including
tyoverby@chromium.org
2013-09-10
1
-2
/
+0
*
Add --mediadrm-enable-non-compositing flag for Chrome on Android.
xhwang@chromium.org
2013-09-10
2
-0
/
+10
*
Fixes a duplication and bad name choice for logging media information.
tyoverby@chromium.org
2013-09-09
1
-3
/
+1
*
Fix YUVConvert unittest failure on Android_X86.
hkuang@chromium.org
2013-09-09
3
-12
/
+55
*
Mark failing MediaSourcePlayerTest.CanPlayType_Widevine as DISABLED.
johnme@chromium.org
2013-09-09
1
-1
/
+2
*
Consolidate duplicated frame / capability structures in video capture types
mcasas@chromium.org
2013-09-08
12
-95
/
+149
*
Adding my self to media/cast/OWNERS
hubbe@chromium.org
2013-09-07
1
-0
/
+1
*
Support creating secure decoder in MediaCodecBridge.
xhwang@chromium.org
2013-09-07
10
-64
/
+104
*
Fix SourceBufferStream::Remove() for buffers before the current play position.
acolwell@chromium.org
2013-09-07
2
-5
/
+34
*
capture a top java exception on certain Samsung devices
qinmin@chromium.org
2013-09-07
4
-9
/
+22
*
Revert 220237 "Revert 220228 "FFmpeg roll for M31.""
dalecurtis@google.com
2013-09-06
1
-7
/
+7
*
Fix MediaSourcePlayer unittests and minor code cleanup.
acolwell@chromium.org
2013-09-06
5
-52
/
+111
*
Output device enumeration for Alsa, plus unit test.
joi@chromium.org
2013-09-06
5
-41
/
+105
*
Wire up the output device id and provide an implementation on Windows.
tommi@chromium.org
2013-09-06
14
-32
/
+77
*
media: Opus support for WebM in Media Source
vigneshv@chromium.org
2013-09-06
23
-49
/
+201
*
Cancel the starvation callback when MediaSourcePlayer::Release() gets called.
qinmin@chromium.org
2013-09-05
1
-0
/
+1
*
Add AudioManager::GetAudioOutputDeviceNames and implement for pulseaudio.
joi@chromium.org
2013-09-05
9
-19
/
+96
*
Implement experimental MP3 support for Media Source API.
acolwell@chromium.org
2013-09-05
10
-7
/
+782
*
Convert most run_all_unittests.cc files to use new unit test launcher.
phajdan.jr@chromium.org
2013-09-05
1
-1
/
+7
*
Call GetDefaultOutputDeviceID() from GetDefaultOutputStreamParameters() inste...
tommi@chromium.org
2013-09-05
2
-6
/
+6
*
Disable VP9 for Android
wonsik@chromium.org
2013-09-05
1
-0
/
+4
[prev]
[next]