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
/
cdm
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: Remove BrowserCdmFactory inferface.
xhwang
2015-11-06
2
-91
/
+0
*
Get Mandoline working in component build.
jam
2015-11-06
1
-1
/
+2
*
Simplify cdm_adapter
jrummell
2015-11-06
4
-677
/
+555
*
Add content_decryption_module.h based MediaKeys implementation.
jrummell
2015-11-05
7
-10
/
+828
*
Move code out of supported_cdm_versions.h
jrummell
2015-11-04
3
-38
/
+65
*
media: Make MediaKeys ref-counted.
xhwang
2015-11-03
9
-72
/
+82
*
Add constructors for CdmKeyInformation
jrummell
2015-10-31
1
-5
/
+2
*
Rename cdm_adapter class to match file name (ppapi_cdm_adapter).
jrummell
2015-10-28
2
-172
/
+183
*
Rename cdm_adapter to ppapi_cdm_adapter
jrummell
2015-10-27
7
-187
/
+138
*
media: Add AndroidCdmFactory.
xhwang
2015-10-23
2
-0
/
+91
*
Move CDM header out of cdm/ppapi directory
jrummell
2015-10-21
12
-12
/
+12
*
Support desktop media pipeline on Android for GN build.
timav
2015-10-15
1
-4
/
+2
*
Update MediaKeyStatus enum values
jrummell
2015-10-01
2
-6
/
+6
*
Prepare MediaDrmBridge to work with MediaCodecPlayer
timav
2015-09-30
1
-1
/
+5
*
Use the appropriate variant of IntToString in //media
ricea
2015-09-24
1
-2
/
+2
*
Copy libvpx from DEPS to src
johannkoenig
2015-09-18
1
-2
/
+2
*
Use checked_cast<> to avoid compile errors on Windows
jrummell
2015-09-09
1
-4
/
+8
*
Rename media/base/buffers.h to media/base/timestamp_constants.h
watk
2015-09-04
3
-3
/
+1
*
Annotate GN executables and shared_libraries with sanitizer deps.
brettw
2015-08-31
1
-0
/
+1
*
Add Linux build packaging targets to GN
brettw
2015-08-28
1
-0
/
+1
*
ffmpeg_cdm_video_decoder: s/PIX_FMT/AV_PIX_FMT/
jzern
2015-08-12
1
-10
/
+12
*
GN: Use forward_variables_from and remove unnecessary ldflags for cdm_adapter...
agrieve
2015-08-11
2
-94
/
+13
*
Update MediaKeyStatus to replace OutputNotAllowed with OutputRestricted
jrummell
2015-07-28
2
-2
/
+6
*
Clear Key CDM should resolve the promise if session not found
jrummell
2015-07-10
2
-9
/
+12
*
Properly verify that input data is just 'pssh' boxes
jrummell
2015-07-09
2
-8
/
+36
*
Lock while using key to prevent Update() from changing it
jrummell
2015-07-06
2
-5
/
+6
*
Fix unused variables errors in media/.
mlamouri
2015-07-06
2
-0
/
+5
*
media: No need to handle direct_dependent_configs in GN build.
tfarina
2015-07-03
1
-3
/
+0
*
Remove NOTREACHED in DeinitializeDecoder()
jrummell
2015-07-02
1
-1
/
+3
*
Have GetKeyIds() return the key IDs from the first matching 'pssh' box
jrummell
2015-06-30
3
-40
/
+47
*
Use 'pssh' data to determine key_id properly
jrummell
2015-06-20
3
-26
/
+34
*
Combine CENC 'pssh' box parsing routines.
jrummell
2015-06-15
3
-175
/
+268
*
Revert of Combine 'pssh' parsing routines. (patchset #8 id:140001 of https://...
kjellander
2015-06-10
3
-267
/
+174
*
Combine CENC 'pssh' box parsing routines.
jrummell
2015-06-09
3
-174
/
+267
*
Revert of Combine 'pssh' parsing routines. (patchset #7 id:120001 of https://...
rfevang
2015-06-09
3
-261
/
+174
*
Combine CENC 'pssh' box parsing routines.
jrummell
2015-06-09
3
-174
/
+261
*
Chromium changes to statically link ffmpeg.
chcunningham
2015-06-09
1
-12
/
+3
*
Revert "Chromium changes to statically link ffmpeg."
chcunningham
2015-06-05
1
-3
/
+12
*
Chromium changes to statically link ffmpeg.
chcunningham
2015-06-04
1
-12
/
+3
*
cenc_utils should only be included when support of MP4 is available
jrummell
2015-06-02
2
-1
/
+17
*
Pass video overlay renderer preference to ProxyDecryptor.
sandersd
2015-05-19
2
-0
/
+5
*
Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid.
sandersd
2015-05-15
3
-8
/
+10
*
Revert of Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid. (pat...
jam
2015-05-15
3
-10
/
+8
*
Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid.
sandersd
2015-05-15
3
-8
/
+10
*
Getting rid of duplicate includes from media/
anujk.sharma
2015-05-14
7
-18
/
+1
*
Sanitize data before providing it to the CDM
jrummell
2015-05-13
5
-12
/
+87
*
Provide error message if creating the CDM fails
jrummell
2015-05-07
3
-5
/
+13
*
Initialize the CDM asynchronously
jrummell
2015-05-05
3
-68
/
+29
*
Add a GN flag for the Windows multi-dll build.
brettw
2015-05-01
1
-7
/
+1
*
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.
anujk.sharma
2015-04-30
1
-3
/
+4
[next]