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 Swarm media_unittests. (patchset #3 id:40001 of https://codereview....
ricow
2015-01-16
2
-37
/
+12
*
Update Clear Key to support CDM_7
jrummell
2015-01-16
3
-91
/
+158
*
Plumb preload attribute prior to initializing the data source.
dalecurtis
2015-01-16
1
-1
/
+1
*
Verify heartbeat messages have type 'license-renewal'
jrummell
2015-01-16
4
-13
/
+34
*
Swarm media_unittests.
jam
2015-01-15
2
-12
/
+37
*
Allow rectangle textures to be copied with Y flipped.
sandersd
2015-01-15
1
-0
/
+1
*
Revert "Relanding: Linux Video Capture: Add support for multiplanar YUV420 fo...
perkj
2015-01-15
1
-105
/
+73
*
Reland: Add accelerated video decoder interface, VP8 and H.264 implementation...
posciak
2015-01-15
4
-10
/
+22
*
media: Remove unused private fields
hashimoto
2015-01-15
8
-22
/
+9
*
Fix "Play" button on eme_player.html.
xhwang
2015-01-15
1
-5
/
+9
*
Audio shifter: Shim for push/pull audio models.
hubbe
2015-01-15
9
-0
/
+664
*
Revert of Add accelerated video decoder interface, VP8 and H.264 implementati...
rockot
2015-01-14
4
-22
/
+10
*
Relax DCHECK for |legacy_destination_url|
jrummell
2015-01-14
1
-2
/
+2
*
Adding "rtp_timebase" variable in lieu of "frequency" for FrameReceiverConfig...
anujk.sharma
2015-01-14
9
-17
/
+17
*
Cast: Speed up some long running tests in DEBUG mode.
hubbe
2015-01-14
1
-25
/
+38
*
Fix WeakPtrFactory members in Android media classes
dmichael
2015-01-14
1
-1
/
+1
*
VideoCaptureFormat::PixelFormatToString: Fix string for UYVY
magjed
2015-01-14
1
-1
/
+1
*
WebRTC: One WebRTC Video can have both SW and HW VideoFrame.
dongseong.hwang
2015-01-14
1
-2
/
+10
*
Reland: Add accelerated video decoder interface, VP8 and H.264 implementation...
posciak
2015-01-14
4
-10
/
+22
*
Revert of Add accelerated video decoder interface, VP8 and H.264 implementati...
posciak
2015-01-14
4
-22
/
+10
*
Add accelerated video decoder interface, VP8 and H.264 implementations and ho...
posciak
2015-01-14
4
-10
/
+22
*
Add JPEG parser for JPEG decode acceleration
kcwu
2015-01-14
7
-0
/
+549
*
Add |legacy_destination_url| back to SessionMessage for EME
jrummell
2015-01-14
17
-65
/
+126
*
Disable flaky End2EndTest.OldPacketNetwork
Ryan Hamilton
2015-01-13
1
-1
/
+2
*
Remove extra device enumeration on Mac.
perkj
2015-01-13
1
-17
/
+0
*
media: Handle promise resolve/rejection in CdmPromiseAdapter.
xhwang
2015-01-13
3
-12
/
+62
*
Reduce locked scope in AesDecryptor::UpdateSession()
jrummell
2015-01-13
1
-9
/
+11
*
Disable Camera2 API for devices with legacy hardware support
magjed
2015-01-12
2
-3
/
+11
*
FakeVideoCaptureDevice: Fix 720p resolution. This fix was originally posted b...
perkj
2015-01-12
1
-1
/
+1
*
VideoCaptureDeviceFactoryAndroid: Stop leaking |video_capture_device|.
raphael.kubo.da.costa
2015-01-12
1
-2
/
+2
*
Add a Vp8Parser implementation.
posciak
2015-01-11
5
-0
/
+1081
*
Update AudioManagerAlsa to use the new version of LaunchProcess.
rvargas
2015-01-10
1
-1
/
+1
*
Cleanup: Call std::string::empty instead of comparing against "".
thestig
2015-01-10
1
-1
/
+1
*
Reland: V4L2VDA: Generalize EGLImage import and query driver for output formats.
posciak
2015-01-10
6
-17
/
+56
*
Implement checks in requestMediaKeySystemAccess().
sandersd
2015-01-10
1
-48
/
+157
*
Remove test workaround while EME session type changed
jrummell
2015-01-10
1
-10
/
+2
*
media: Add CdmPromiseAdapter.
xhwang
2015-01-09
4
-0
/
+88
*
Pass MessageType in OnSessionMessage() calls
jrummell
2015-01-09
18
-68
/
+109
*
MediaLog methods accept std::string instead of char*.
watk
2015-01-09
3
-24
/
+32
*
Change SessionType to include both types of persistent sessions.
jrummell
2015-01-09
8
-33
/
+63
*
Added WebRTC audio quality test using fake device; improved fake device
phoglund
2015-01-09
3
-25
/
+39
*
Revert current time clamp on ended; clamp paused time instead.
dalecurtis
2015-01-09
4
-15
/
+21
*
Add session_type parameter to LoadSession()
jrummell
2015-01-09
12
-15
/
+29
*
Update {virtual,override,final} for media/ to follow C++11 style.
dcheng
2015-01-09
6
-11
/
+5
*
Implement OnLegacySessionError() in CdmAdapter.
xhwang
2015-01-09
2
-0
/
+17
*
Changes to support CDM_7
jrummell
2015-01-08
5
-281
/
+381
*
Adding "target_frame_rate" variable in lieu of "max_frame_rate" for FrameRece...
anujk.sharma
2015-01-08
8
-18
/
+19
*
media: Remove obsolete MediaKeys::kInvalidSessionId.
xhwang
2015-01-08
1
-2
/
+0
*
media: Optimize HW Video to 2D Canvas copy.
dongseong.hwang
2015-01-08
14
-102
/
+254
*
Pass key_information on SessionKeysChange message
jrummell
2015-01-08
21
-30
/
+245
[next]