1. b223117 Fix more unused parameter warnings in frameworks/av/drm. by Aurimas Liutikas · 10 years ago
  2. c52ca47 Suppress unused parameter warnings in libdrmframework. by Aurimas Liutikas · 10 years ago
  3. 2544611 FwdLockConv.c: include what you use. by Adam Langley · 11 years ago
  4. 683202e Remove superfluous OpenSSL include paths. by Adam Langley · 11 years ago
  5. f888020 Update calls to IInterface::asBinder() by Marco Nelissen · 11 years ago
  6. 375c025 am ac4d8b31: am 6ade0417: Merge "Remove dead code." by Chih-Hung Hsieh · 11 years ago
  7. f4a4c1d Remove dead code. by Chih-Hung Hsieh · 11 years ago
  8. d061bcd am 3a94ca56: am fc36efee: Merge "Fix comparison of String8 to char* literal" by Glenn Kasten · 11 years ago
  9. f129e84 Fix comparison of String8 to char* literal by Bernhard Rosenkraenzer · 11 years ago
  10. 7045f37 am bb5b41a3: am a018cd49: Merge "Add SELinux MAC to DrmManagerService." by Nick Kralevich · 11 years ago
  11. f785f49 Add SELinux MAC to DrmManagerService. by Riley Spahn · 12 years ago
  12. 31dcd33 am 4299a7c2: am 940f8be3: Merge "Implement a NoOp DrmManagerClientImpl when no DRM service exists" into klp-modular-dev by Adam Lesinski · 12 years ago
  13. 4299a7c am 940f8be3: Merge "Implement a NoOp DrmManagerClientImpl when no DRM service exists" into klp-modular-dev by Adam Lesinski · 12 years ago
  14. 927634a Implement a NoOp DrmManagerClientImpl when no DRM service exists by Adam Lesinski · 12 years ago
  15. 1b24cf3 am e80631aa: am 839d11d1: Merge changes I0a744dc7,Id993a70d by Mark Salyzyn · 12 years ago
  16. 3ab368e media: use size_t for integer iterator to Vector::size() by Mark Salyzyn · 12 years ago
  17. 9be49c9 am bb9e396d: am 06f7d151: am 06da69d5: Merge "frameworks/av: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH" by Colin Cross · 12 years ago
  18. 7d6fc5e frameworks/av: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH by Colin Cross · 12 years ago
  19. 817d4aa Fixed file descriptor leak in FwdLockEngine::onGetOriginalMimeType. by Robert Shih · 12 years ago
  20. f355f18 Remove obsolete drm manager code by Jeff Tinker · 12 years ago
  21. da0dc0a Add liblog by Ying Wang · 13 years ago
  22. 558d60e Remove unnecessary lib dependencies in the FL makefile by Henrik B Andersson · 13 years ago
  23. 2d45dbd Fixed bugs where the content of buffer holding keys was cleared using a wrong size in forward lock by Hung Nguyen · 14 years ago
  24. 0bf4384 Fixed memory leakage in the DRM framework by Hung Nguyen · 14 years ago
  25. 13f7fe7 Fix for not ending up in an eternal loop in DrmManager. by Henrik B Andersson · 13 years ago
  26. bf5b3b2 Let getOriginalMimeType() take a fd passed from drm java applications by James Dong · 13 years ago
  27. 9352d11 Remove some unused forward lock code by James Dong · 13 years ago
  28. cc0df65 am e20435de: Merge "Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/" into jb-dev by James Dong · 14 years ago
  29. 3d51d5c Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/ by James Dong · 14 years ago
  30. cba7b32 Add a new API on DRM Framework for streaming by Kei Takahashi · 14 years ago
  31. ed5b285 You don't need LOCAL_SHARED_LIBRARIES/LOCAL_STATIC_LIBRARIES to build a static library. by Ying Wang · 14 years ago
  32. cec40f9 Removed unnecessary include JNI from two drm Android.mk files by James Dong · 14 years ago
  33. 559bf28 AV Android make files changes by James Dong · 14 years ago
  34. 27e52c7 Merge "make sure that lower-case mime and file suffix is used to check against the supported ones" by James Dong · 14 years ago
  35. 75979dc Merge "Fixed a buffer overflow bug in DrmPassthruPlugin" by James Dong · 14 years ago
  36. 3525066 Fixed a buffer overflow bug in DrmPassthruPlugin by James Dong · 14 years ago
  37. 0a38af0 Turned off log spamming from DrmPassthruPlugin by James Dong · 14 years ago
  38. ad6ec91 make sure that lower-case mime and file suffix is used to check against the supported ones by James Dong · 14 years ago
  39. f67fdc6 Merge "Avoid checking supported mime types or file suffixes in multiple places" by James Dong · 14 years ago
  40. bd2f13d Avoid checking supported mime types or file suffixes in multiple places by James Dong · 14 years ago
  41. 9c78e86 Added an failure log message when the fwdlock engine fails to open a given file. by James Dong · 14 years ago
  42. 9d2f386 Separate sniffing from session initialization by James Dong · 14 years ago
  43. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  44. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 14 years ago
  45. b8a8052 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 14 years ago
  46. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  47. cfff1f2 resolved conflicts for merge of 845fdba7 to master by Gloria Wang · 14 years ago
  48. e3c56d1 am 8a6fb50d: am 4e197ea8: am e15a73ee: Merge "Bug fixes in OMA DRM v1 Forward Lock Agent" by Gloria Wang · 14 years ago
  49. 9085507 Bug fixes in OMA DRM v1 Forward Lock Agent by Henrik B Andersson · 15 years ago
  50. 8f00151 Fix for bug 4371230. by Gloria Wang · 14 years ago
  51. 5e0067b Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 14 years ago
  52. ab00df4 - Add two sanity checks. by Gloria Wang · 15 years ago
  53. 185a193 Merge "Fix a memory leak in the Forward Lock plugin. For bug 4770217." by Gloria Wang · 15 years ago
  54. 409e5a0 Fix a memory leak in the Forward Lock plugin. For bug 4770217. by Gloria Wang · 15 years ago
  55. daeba2d Merge "-Fix some typo -Remove one unnecessary memory allocation" by Gloria Wang · 15 years ago
  56. c10ce33 -Fix some typo -Remove one unnecessary memory allocation by Gloria Wang · 15 years ago
  57. b432603 To remove log spam in the Forward Lock DRM plugin. Fix for bug 4619159. by Gloria Wang · 15 years ago
  58. 50872c0 Duplicated fileDesc is not closed when input file is not forward-lock content. by Gloria Wang · 15 years ago
  59. 277360f am ed7b688c: am aac43ea1: am b8b85ea2: Merge "Fix for bug 4126624. Change the mDrmManagerClientImpl to sp to avoid double delete the pointer." into honeycomb-mr1 by Gloria Wang · 15 years ago
  60. 25cd578 Fix for bug 4126624. by Gloria Wang · 15 years ago
  61. 07d0220 Fix for bug 4165823. by Gloria Wang · 15 years ago
  62. 1006c80 Merge "Bug fixes of DRM framework." by Gloria Wang · 15 years ago
  63. 99b1c98 am 7d7dcb5e: am 4528a7db: Merge "Bug 4016329 do full string comparisons" into honeycomb-mr1 by Glenn Kasten · 15 years ago
  64. 8d2577b Bug fixes of DRM framework. by Gloria Wang · 15 years ago
  65. 8635b7b Add memory leak tracking/debugging code to drm server by James Dong · 15 years ago
  66. 41b3d3b Bug 4016329 do full string comparisons by Glenn Kasten · 15 years ago
  67. 9691a73 frameworks/base: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 15 years ago
  68. 1825ce2 resolved conflicts for merge of c761a80d to master by Gloria Wang · 15 years ago
  69. 0e0a5f9 - Some change on the DrmManager in order to support feature request 4082089. by Gloria Wang · 15 years ago
  70. b5ce361 Fix for bug 3477330 by Gloria Wang · 15 years ago
  71. 1de41a6 Move all Widevine code which have dependency on vendor modules to vendor/widevine by Gloria Wang · 15 years ago
  72. d4366e8 - Update from Widevine - Bug fixes by Gloria Wang · 15 years ago
  73. 4448200 Bug 3361124 Remove drmioserver, continued by Glenn Kasten · 15 years ago
  74. 0a32d79 rename /system/lib/drm/plugins/native/ to /system/lib/drm-plugin/ by Gloria Wang · 15 years ago
  75. 6508ec9 am 1dac4cdd: am a220a297: Merge "Initial OMA DRM forward lock contribution" by Gloria Wang · 15 years ago
  76. 13e05b3 Merge "Initial OMA DRM forward lock contribution" by Gloria Wang · 15 years ago
  77. ac2652c am 9e0bb6d5: am 0544d059: Merge "DRM Framework bug fixes." by Gloria Wang · 15 years ago
  78. fdd65a0 Initial OMA DRM forward lock contribution by Pravat Dalbehera · 15 years ago
  79. c618b5a DRM Framework bug fixes. by Takeshi Aimi · 15 years ago
  80. e558276 Remove empty Widevine make files by Gloria Wang · 15 years ago
  81. 6dc4726 am 24a90c26: am d9334934: Merge "Update of DRM Framework." by Gloria Wang · 15 years ago
  82. a2cd44c 64-bit file size/offset support for DRM framework by Gloria Wang · 15 years ago
  83. 3473846 Update of DRM Framework. by Takeshi Aimi · 15 years ago
  84. b251f75 resolved conflicts for merge of a8d7b747 to master by Gloria Wang · 15 years ago
  85. e943f84 Update of DRM framework by Takeshi Aimi · 15 years ago
  86. 6dc55e7 Add support for WV plugin by Gloria Wang · 15 years ago
  87. 2272ee2 Update of DRM framework. by Takeshi Aimi · 15 years ago
  88. 0335b70 Make DRM libraries optional by Jean-Baptiste Queru · 15 years ago
  89. 3df6c0f fix build by Jean-Baptiste Queru · 15 years ago
  90. ea916b1 fix build by Jean-Baptiste Queru · 15 years ago
  91. 27ed8ad Initial contribution from Sony Corporation. by aimitakeshi · 15 years ago