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
*
Revert of Mac Video Capture AVFoundation: Calculate compressed frame size for...
magjed
2015-04-15
1
-27
/
+0
*
[gcc 4.x] Initialize web_port_index to 0 to fix build error while using GCC 4...
vivek.vg
2015-04-15
1
-1
/
+1
*
Revert of Prime the landing pad for the new video rendering pipeline. (patchs...
gunsch
2015-04-15
41
-386
/
+1186
*
Prime the landing pad for the new video rendering pipeline.
dalecurtis
2015-04-15
41
-1186
/
+386
*
media: CdmFactory creates CDM (MediaKeys) asynchronously.
xhwang
2015-04-13
13
-183
/
+288
*
Do not require 'alg' parameter for EME Clear Key Update() requests
jrummell
2015-04-13
2
-56
/
+21
*
Remove USE_UDEV for now and enable hotplug for ALSA
agoode
2015-04-13
3
-582
/
+1462
*
MediaDrmBridge: guards MediaDrm.removeKeys call in case of failure.
gunsch
2015-04-10
1
-2
/
+12
*
Switch to double for time calculations using playback rate.
dalecurtis
2015-04-10
4
-9
/
+9
*
Replace IsolateHolder::LoadV8Snapshot() with V8Initializer::LoadSnapshot().
oth
2015-04-10
1
-2
/
+2
*
JPEG parser calculate correct coded size
kcwu
2015-04-10
5
-1
/
+53
*
Add VDA supported profile to GPUInfo
henryhsu
2015-04-10
10
-38
/
+70
*
Add myself to per-file owner for build rules under media
toyoshim
2015-04-10
1
-0
/
+5
*
Validate channel count matches channel layout.
dalecurtis
2015-04-10
2
-6
/
+24
*
Unit tests for KeySystemConfigSelector.
sandersd
2015-04-10
7
-146
/
+929
*
[Android] Move testing/android/ to testing/android/native_test/
jbudorick
2015-04-09
1
-1
/
+1
*
Align ChannelLayout comments with kChannelOrderings values
wdzierzanowski
2015-04-09
1
-9
/
+9
*
Fix MSE playback regression by not changing pipeline duration at EOS
servolk
2015-04-09
2
-13
/
+0
*
VideoCaptureBufferPool: Refactor to allow support of non-ShMem backed buffers
mcasas
2015-04-09
4
-8
/
+7
*
Fix incorrect AudioConverter setup for discrete channel layouts.
dalecurtis
2015-04-09
4
-9
/
+21
*
Pass security origin to AesDecryptor()
jrummell
2015-04-09
9
-11
/
+35
*
Add missing miu@ to OWNERS files for Cast Streaming, and pruning.
miu
2015-04-08
1
-2
/
+0
*
Disable low latency audio under remote desktop sessions.
dalecurtis
2015-04-08
3
-49
/
+120
*
Introduce TimeSource notifications to the VideoRenderer.
dalecurtis
2015-04-08
7
-0
/
+62
*
Remove android_webview_build conditions from various places.
torne
2015-04-07
2
-10
/
+2
*
Web MIDI: call AccumulateMidiBytesSent() after operation finished
toyoshim
2015-04-07
6
-21
/
+39
*
Web MIDI: Improve device change monitornig on Windows
toyoshim
2015-04-07
2
-210
/
+143
*
Extract requestMediaKeySystemAccess() algorithm.
sandersd
2015-04-07
11
-673
/
+833
*
Work on Windows GN component build.
brettw
2015-04-06
1
-0
/
+1
*
Revert of Work on Windows GN component build. (patchset #8 id:140001 of https...
pkotwicz
2015-04-06
1
-1
/
+0
*
Work on Windows GN component build.
brettw
2015-04-06
1
-0
/
+1
*
Web MIDI: use GetVendorName() result only if it is available
toyoshim
2015-04-06
1
-2
/
+4
*
Loads CastEglPlatform implementation from shared library.
halliwell
2015-04-06
1
-0
/
+4
*
Allow widevinecdmadapter to be built in Chromium
jrummell
2015-04-04
2
-0
/
+242
*
encrypted media: Persistent state is always enabled on Android.
xhwang
2015-04-03
1
-1
/
+1
*
Add support for the USB2-Live and Avermedia Analog capture devices by constru...
ken.strickland
2015-04-03
5
-161
/
+85
*
Web MIDI: fix a man vs machine race
toyoshim
2015-04-03
2
-13
/
+39
*
Web MIDI: Support manufacturer field ID MM_MICROSOFT
yukawa
2015-04-03
1
-3
/
+8
*
Web MIDI: add MidiScheduler for send() with timestamp
toyoshim
2015-04-03
7
-4
/
+115
*
media: Make RenderCdmFactory a RenderFrameObserver.
xhwang
2015-04-03
6
-16
/
+15
*
Use UsbIds::GetVendorName to retrieve USB vendor name.
yukawa
2015-04-03
4
-19
/
+25
*
Copy configuration label in requestMediaKeySystemAccess()
sandersd
2015-04-03
1
-5
/
+10
*
Move underflow threshold limits out of the video renderer.
dalecurtis
2015-04-03
8
-36
/
+188
*
OnEncrypted event to use enum for |init_data_type|
jrummell
2015-04-03
26
-114
/
+63
*
media: Rename SessionError to LegacySessionError.
xhwang
2015-04-02
21
-104
/
+102
*
Web MIDI: convert MMVERSION to "major.minor" format string
toyoshim
2015-04-02
1
-2
/
+7
*
Replace kMediaDrmEnableNonCompositing swicth with use_video_overlay_for_embed...
ddorwin
2015-04-02
6
-17
/
+16
*
Require two failed pings of the audio thread to crash.
dalecurtis
2015-04-02
1
-10
/
+39
*
CreateSessionAndGenerateRequest() to use enum for |init_data_type|
jrummell
2015-04-02
27
-183
/
+243
*
Turn ThreadPriority enum into an enum class.
gab
2015-04-01
3
-3
/
+3
[next]