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
*
Roll FFMpeg for M27.
dalecurtis@google.com
2013-03-25
1
-1
/
+1
*
Introduce VideoFrameStream, the video frame provider in media pipeline.
xhwang@chromium.org
2013-03-24
7
-94
/
+699
*
Gestalt is gone in 64 bit, and 10.6 is Chromium minimum anyway.
avi@chromium.org
2013-03-24
1
-13
/
+0
*
Remove unused parameter to OnError()
jrummell@chromium.org
2013-03-23
39
-92
/
+82
*
Take advantage of XDAMAGE to support Screen Capture under ChromeOS.
wez@chromium.org
2013-03-23
1
-0
/
+7
*
Add speaker on/off control on Android for WebRTC
wjia@chromium.org
2013-03-23
6
-73
/
+136
*
Select OSX buffer size based on sample rate.
dalecurtis@google.com
2013-03-23
2
-11
/
+28
*
Bound frames to interleave based on decoded audio size.
dalecurtis@google.com
2013-03-23
1
-5
/
+6
*
Roll DEPS for FFmpeg security fix.
dalecurtis@google.com
2013-03-22
1
-0
/
+2
*
Revert 189870 "Add speaker on/off control on Android for WebRTC "
scherkus@chromium.org
2013-03-22
3
-95
/
+15
*
Add speaker on/off control on Android for WebRTC
wjia@chromium.org
2013-03-22
3
-15
/
+95
*
Fix 5.1 -> 7.1 upmixing.
dalecurtis@google.com
2013-03-22
2
-16
/
+26
*
Libcxx cleanup.
eugenis@chromium.org
2013-03-22
1
-27
/
+30
*
Remove reference counting from media::AudioDecoder and friends.
scherkus@chromium.org
2013-03-21
23
-212
/
+173
*
Don't change devices unless the sample rate changes.
dalecurtis@google.com
2013-03-21
3
-2
/
+19
*
* Update the desired aspect ratio in StartCapture call so that later the video
ronghuawu@chromium.org
2013-03-21
1
-0
/
+37
*
Ensure audio hash handles H([0,1]) == H(0) -> H(1).
dalecurtis@google.com
2013-03-21
4
-11
/
+34
*
Revert 189095 "Silence detection for audio output UI favicon ind..."
miu@chromium.org
2013-03-21
7
-545
/
+29
*
Add WebMAudioClient & WebMVideoClient to remove FFmpeg dependencies in WebMSt...
acolwell@chromium.org
2013-03-20
9
-241
/
+483
*
GpuVideoDecoder: fix OS_WIN define.
scherkus@chromium.org
2013-03-20
1
-1
/
+1
*
Linux: provide a gyp option not to use pulseaudio.
phajdan.jr@chromium.org
2013-03-20
1
-2
/
+7
*
Do not pass the string device_id via IPC message to create an audio input str...
xians@chromium.org
2013-03-20
4
-108
/
+22
*
Fix Android build after https://codereview.chromium.org/12843015/
mnaganov@chromium.org
2013-03-20
1
-0
/
+1
*
Introduces AudioManager::Get() and deprecates AudioManager::Create().
mukai@chromium.org
2013-03-20
3
-5
/
+24
*
Introduce VideoDecoder::HasOutputFrameAvailable().
scherkus@chromium.org
2013-03-20
6
-59
/
+89
*
Add MODIFY_AUDIO_SETTINGS permission in Android manifest and implementation i...
wjia@chromium.org
2013-03-20
8
-12
/
+132
*
Introduce AudioHash for fuzzy audio matching.
dalecurtis@chromium.org
2013-03-20
9
-96
/
+289
*
Parsing filesystem url before giving it to media player
qinmin@chromium.org
2013-03-19
7
-62
/
+88
*
Silence detection for audio output UI favicon indicator.
miu@chromium.org
2013-03-19
7
-29
/
+545
*
Remove unnecessary TODO comments (bug already fixed)
jrummell@chromium.org
2013-03-19
1
-3
/
+0
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
3
-7
/
+7
*
Android: factor out use of SDK jar.
torne@chromium.org
2013-03-18
1
-3
/
+0
*
Remove yuv_convert_simd_x86 target from ARM builds.
sbc@chromium.org
2013-03-16
1
-46
/
+50
*
Add Chromium-side changes for MediaSource::isTypeSupported()
acolwell@chromium.org
2013-03-15
4
-191
/
+307
*
Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.
dalecurtis@chromium.org
2013-03-15
10
-194
/
+267
*
Solves crash in media::AudioDeviceListenerWin::OnDefaultDeviceChanged by avoi...
henrika@chromium.org
2013-03-15
1
-6
/
+8
*
Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does not
lliabraa@chromium.org
2013-03-15
1
-2
/
+0
*
Remove AudioOutputMac.
dalecurtis@chromium.org
2013-03-15
6
-849
/
+2
*
remove call to get android MediaPlayer class
qinmin@chromium.org
2013-03-15
2
-53
/
+95
*
Revert 188251 "Refactor FakeAudioOutputStream, NullAudioSink int..." for cras...
pfeldman@chromium.org
2013-03-15
10
-257
/
+197
*
Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.
dalecurtis@chromium.org
2013-03-15
10
-197
/
+257
*
Support for parsing encrypted WebM streams by src.
fgalligan@chromium.org
2013-03-14
18
-72
/
+363
*
Make AudioDecoderConfig copyable.
xhwang@chromium.org
2013-03-14
13
-93
/
+56
*
Pass more detailed audio hardware configuration information to the renderer
crogers@google.com
2013-03-13
16
-107
/
+364
*
Uses VLOG instead of DVLOG for Core Audio output on Windows.
henrika@chromium.org
2013-03-13
3
-36
/
+53
*
The proper review is in https://codereview.chromium.org/12310101/.
xians@chromium.org
2013-03-13
6
-101
/
+103
*
When creating a letterbox around a tab capture video frame, only clear the ma...
hubbe@chromium.org
2013-03-13
3
-3
/
+105
*
Don't use magic statics in SincResampler for thread safe init.
dalecurtis@chromium.org
2013-03-13
2
-32
/
+34
*
Make VideoDecoderConfig copyable.
xhwang@chromium.org
2013-03-12
13
-78
/
+40
*
Revert 187677 "This patch enables pulse as the default IO handli..."
sail@chromium.org
2013-03-12
6
-100
/
+105
[next]