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
*
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
*
This patch enables pulse as the default IO handling in Chrome.
xians@chromium.org
2013-03-12
6
-105
/
+100
*
Fix SourceBufferStream alt-ref frame handling.
acolwell@chromium.org
2013-03-12
3
-22
/
+154
*
Use multiple shared memory buffers cyclically for audio capture.
wjia@chromium.org
2013-03-11
6
-18
/
+54
*
Android: cleans up hand-written JNI for video_capture_device_android.cc
bulach@chromium.org
2013-03-11
3
-50
/
+51
*
Adds support of local audio streams for more than one media player.
henrika@chromium.org
2013-03-11
1
-0
/
+2
*
Disable CanRunUnifiedAudioTests() which may be hanging other Windows tests.
crogers@google.com
2013-03-09
1
-21
/
+3
*
Revert 187073
crogers@google.com
2013-03-09
5
-24
/
+4
*
Revert 187048
ccameron@chromium.org
2013-03-08
5
-4
/
+24
*
Make the Chromoting IT2Me host high-DPI aware.
wez@chromium.org
2013-03-08
1
-0
/
+5
*
Enable the "Web Audio Input" feature by default.
crogers@google.com
2013-03-08
5
-24
/
+4
*
Stop OnMoreDataConverter during StartStream() failure.
dalecurtis@google.com
2013-03-08
3
-5
/
+19
*
Factor MediaSource methods out of WebMediaPlayerImpl into WebMediaSourceClien...
acolwell@chromium.org
2013-03-07
4
-161
/
+150
*
x11: Include X11 dependencies only when building with X11.
sadrul@chromium.org
2013-03-07
1
-11
/
+13
*
[Android] Change jni_gen_dir to jni_gen_package for jni_generator.
yfriedman@chromium.org
2013-03-07
1
-6
/
+6
*
[Mac] Convert ignore-exceptions helpers to block version.
shess@chromium.org
2013-03-07
1
-1
/
+1
*
chromeos and media: Allow building chromeos without X.
sadrul@chromium.org
2013-03-07
5
-10
/
+45
*
Reland r186180 after fixing the --audio-buffer-size flag and cras issue.
xians@chromium.org
2013-03-07
30
-317
/
+497
*
Make NumPlanes() a member of media::VideoFrame
sheu@chromium.org
2013-03-07
2
-19
/
+32
*
New API in VideoCaptureDevice::EventHandler which allows shared-memory output...
nick@chromium.org
2013-03-07
3
-11
/
+58
*
Revert 186180 "Moved AudioUtil static functions:"
hshi@chromium.org
2013-03-07
30
-453
/
+313
*
Fix some minor issues on pulse input before enabling pulse by default.
xians@chromium.org
2013-03-06
2
-4
/
+6
*
remove READ_PHONE_STATE permission as AudioManager can achieve the same funct...
qinmin@chromium.org
2013-03-06
1
-31
/
+4
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
1
-1
/
+1
*
Break out SSE functions into new media_sse target.
dalecurtis@google.com
2013-03-06
9
-110
/
+175
*
Moved AudioUtil static functions:
xians@chromium.org
2013-03-05
30
-313
/
+453
*
Improved CoreAudioUtil::IsSupported().
henrika@chromium.org
2013-03-05
1
-4
/
+29
*
Ensure Stop() is called before ~OnMoreDataConverter().
dalecurtis@chromium.org
2013-03-05
1
-2
/
+7
*
Add some NULL checks for shared memory and AudioBus creation.
dalecurtis@chromium.org
2013-03-05
3
-2
/
+5
*
Implement "hole" video frame.
wonsik@google.com
2013-03-04
2
-0
/
+19
*
Disable MMX support so media can build on Win64 MSVS 2012
jschuh@chromium.org
2013-03-03
1
-1
/
+2
*
Implement CopyFromCompositingSurfaceToVideoFrame for mac.
justinlin@chromium.org
2013-03-02
3
-0
/
+80
*
Wait for the renderer even on WASAPI.
dalecurtis@google.com
2013-03-02
1
-6
/
+15
[next]