1. 677a881 Add API setMultiFrameEncryptedLinearBlock for BLOCK_MODEL by Arun Johnson · 1 year, 6 months ago
  2. 4ca4909 Add API queueSecureInputBuffers for large audio frames by Arun Johnson · 1 year, 6 months ago
  3. 8d6a41a Enabling large audio for BLOCK_MODEL by Arun Johnson · 1 year, 7 months ago
  4. 206270e Adding MediaCodec APIs for Large audio frames by Arun Johnson · 1 year, 9 months ago
  5. d001ea5 Merge "Don't depend on String8 cast to C string" into main am: 41363ba9fc by Treehugger Robot · 1 year, 11 months ago
  6. 835dfe5 Don't depend on String8 cast to C string by Tomasz Wasilczyk · 2 years ago
  7. 7d3ffba Merge Android U (ab/10368041) by Xin Li · 2 years ago
  8. bd5fdaa Better diagnostic for native createCodecByName() by Ray Essick · 2 years ago
  9. fe3785c NativeCryptoInfo: fix ctor invocation by Robert Shih · 2 years, 1 month ago
  10. d1a1b4e MediaCodec: report message from CodecErrorLog by Wonsik Kim · 2 years, 6 months ago
  11. cc1fb7b MediaCodec: report message from CodecErrorLog by Wonsik Kim · 2 years, 6 months ago
  12. 5a4c733 CryptoAsync: Creating MediaCodec.CryptoException by Arun Johnson · 2 years, 8 months ago
  13. 2f22245 Merge "MediaCodec: check for exceptions when creating crypto info" by Treehugger Robot · 2 years, 7 months ago
  14. 57f369a MediaCodec: throw CryptoException with more error info by Robert Shih · 2 years, 8 months ago
  15. 436998b MediaCodec: check for exceptions when creating crypto info by George Burgess IV · 2 years, 9 months ago
  16. e53421b Improve performance by resolving MediaCodec.BufferInfo members outside of the frequently called code (like dequeueOutputBuffer) by Pavel Labovich · 2 years, 9 months ago
  17. 8569a66 MediaCodec: realloc & copy for non-secure buffers at secure session & vice versa by Wonsik Kim · 3 years, 3 months ago
  18. 390b615 media jni: fix CryptoException error code to string by Robert Shih · 3 years, 3 months ago
  19. 6ceeed4 Allow MediaCodecs to be created on behalf of other client processes. by Brian Lindahl · 3 years, 6 months ago
  20. 8798c8c MediaCodec: add methods to query/subscribe vendor parameters by Wonsik Kim · 4 years, 5 months ago
  21. c072caf Add tunnel mode video peek related APIs by Guillaume Chelfi · 4 years, 6 months ago
  22. ef546db Close the handle returned by WrapNativeCodec2GrallocHandle() by Chih-Yu Huang · 4 years, 5 months ago
  23. 631a80d MediaCodec: comprehensive CryptoException messages by Robert Shih · 4 years, 6 months ago
  24. 09ae5f6 Add MediaCodec.CryptoInfo.getPattern by Santiago Seifert · 4 years, 11 months ago
  25. e37ef4b media: fix race condition on async release by Wonsik Kim · 5 years ago
  26. d4ce4e3 media: further resource cleanup for async release by Wonsik Kim · 5 years ago
  27. d319a44 media: fix JNI call for 32-bit by Wonsik Kim · 5 years ago
  28. f7069ce media: fix encrypted buffer handling by Wonsik Kim · 5 years ago
  29. 24e5380 MediaCodec: check init status before operations by Wonsik Kim · 5 years ago
  30. 8966662 RELAND: "media: lazy MediaCodec.release()" by Wonsik Kim · 5 years ago
  31. b8ebdb3 media: fix MediaCodec operations using HardwareBuffer by Wonsik Kim · 5 years ago
  32. 28ea046 Merge "media: fix OutputFrame.getFormat()" into rvc-dev by TreeHugger Robot · 5 years ago
  33. bedf6ba media: fix OutputFrame.getFormat() by Wonsik Kim · 5 years ago
  34. c3c53cf media: fix MediaCodec key-value converter by Wonsik Kim · 5 years ago
  35. 3786f0c media: change of asC2Buffer behavior by Wonsik Kim · 5 years ago
  36. ad4cd5c0 media: fix MediaCodec JNI method signatures by Wonsik Kim · 5 years ago
  37. 637afb2 MediaCodec: address API review #2 by Wonsik Kim · 5 years ago
  38. 5b610e2 Revert "media: lazy MediaCodec.release()" by Lajos Molnar · 5 years ago
  39. 063ea0a media: lazy MediaCodec.release() by Wonsik Kim · 5 years ago
  40. d49681e Tuner JNI: use linearblock for media event by shubang · 5 years ago
  41. 4a77192 Merge "MediaCodec: use setInternalStateLocked to set Linear/GraphicBlock contexts" by Wonsik Kim · 6 years ago
  42. 7954ccd MediaCodec: use setInternalStateLocked to set Linear/GraphicBlock contexts by Wonsik Kim · 6 years ago
  43. 1cac425 Partial revert of commit ccb7ac6b6552c0692cf002364cdaaba676d47350 by Wonsik Kim · 6 years ago
  44. ccb7ac6 media: MediaCodec buffer API revision by Wonsik Kim · 6 years ago
  45. 81fbc5b Naming consistency: MediaAnalytics to MediaMetrics by Ray Essick · 6 years ago
  46. 758c738 pass updated getMetrics() values back to caller by Ray Essick · 6 years ago
  47. 8268c41 Mediacodec to use C interface to mediametrics by Ray Essick · 6 years ago
  48. eaed9f5 media: keep JMediaCodec::mCodec reference until destruction by Wonsik Kim · 6 years ago
  49. cb1e896 Extract android_media_Utils.cpp as a lib by Jooyung Han · 6 years ago
  50. e747387 media: retain codec name for MediaCodec.getCodecInfo by Lajos Molnar · 7 years ago
  51. b864a79 media: fix JNI for changed MediaCodecInfo constructor by Lajos Molnar · 7 years ago
  52. d2a7f47 MediaCodecInfo: add codec attributes and performance points. by Lajos Molnar · 7 years ago
  53. 20594d8 Add additional error conditions to MediaDrm by Jeff Tinker · 7 years ago
  54. 5e05320 Add AudioPresentation selection support for MediaCodec by ybai · 7 years ago
  55. 61796fd media: fix race condition around release by Wonsik Kim · 7 years ago
  56. 832939e MediaCodec: make setVideoScalingMode usable for IGBP-based clients by Lajos Molnar · 7 years ago
  57. 59cf9aa Guard against native crash due to null Surface by Marco Nelissen · 7 years ago
  58. a0b72a6 fix slow get caps -- DO NOT MERGE by Chong Zhang · 7 years ago
  59. 5130fdb Merge "cas: explicitly define possible key id values" by TreeHugger Robot · 7 years ago
  60. cd53855 cas: explicitly define possible key id values by Chong Zhang · 7 years ago
  61. cd4d28f Move mediadrm-related headers by Jeff Tinker · 7 years ago
  62. e182d20 Define priority for video threads by Jeff Tinker · 8 years ago
  63. 2412b4d Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5c091dc944 am: c840945a78 by Steven Moreland · 8 years ago
  64. 5c091dc Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 by Steven Moreland · 8 years ago
  65. 2279b25 frameworks/base: use proper nativehelper headers by Steven Moreland · 8 years ago
  66. 2659c2f cas: convert MediaCas to HIDL by Chong Zhang · 8 years ago
  67. bef01e4 Fix mistyped exceptions; InvalidArgumentException by Dongwon Kang · 8 years ago
  68. 10353e3 Rework getMetrics() api per API council by Ray Essick · 8 years ago
  69. f2d0e40 Integrate API Council feedback into Media Metrics APIs by Ray Essick · 8 years ago
  70. d5927ae MediaCas: add framework APIs by Chong Zhang · 9 years ago
  71. 0e0fee1 API access to mediametrics by Ray Essick · 9 years ago
  72. 4273dd0 MediaCodec refactoring part 1-a: buffers become separate class by Wonsik Kim · 9 years ago
  73. d393216 Add error code to MediaCodec.CryptoException by Jeff Tinker · 9 years ago
  74. e872ac4 Fix uninitialized crypto pattern by Jeff Tinker · 9 years ago
  75. d4ea5d3 Support AES-CBC sample encryption in MediaDrm by Jeff Tinker · 10 years ago
  76. 3ccb34d Improve MediaCodec.CryptoException log messages by Jeff Tinker · 10 years ago
  77. 434a481 am ea1831d2: am b57dd722: resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 10 years ago
  78. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 10 years ago
  79. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 10 years ago
  80. e5b641e Resolving createByteBufferFromABuffer null input by Aaron Vaage · 10 years ago
  81. 96a2a95 Report specific exception type on decrypt with invalid session by Jeff Tinker · 10 years ago
  82. d857857 media: hook up OnFrameRenderedListener events to framework events by Lajos Molnar · 10 years ago
  83. 80283cd Merge "MediaCodec: rename usePersistentInputSurface to setInputSurface" into mnc-dev by Chong Zhang · 10 years ago
  84. 9560ddb MediaCodec: rename usePersistentInputSurface to setInputSurface by Chong Zhang · 10 years ago
  85. c53ad69 media: merge CodecException's getErrorCode and getReason. by Ronghua Wu · 10 years ago
  86. 4971de2 Merge "media: hook up MediaCodec.setSurface" into mnc-dev by Lajos Molnar · 10 years ago
  87. 8034d60 MediaCodec: implement persistent input surface APIs by Chong Zhang · 10 years ago
  88. 5e02ba9 media: hook up MediaCodec.setSurface by Lajos Molnar · 10 years ago
  89. fb621e8 media: set codec exception reason. by Ronghua Wu · 10 years ago
  90. 9e9ec94 media: add reason to CodecException ctor. by Ronghua Wu · 10 years ago
  91. 41eedcf3 Revert "media: add new MediaCodec Callback onCodecReleased." by Ronghua Wu · 10 years ago
  92. 4c302e8 media: add new MediaCodec Callback onCodecReleased. by Ronghua Wu · 10 years ago
  93. 63834f4 media: update AMessage to use handler instead of handler-id by Lajos Molnar · 10 years ago
  94. 336d3ea Add support for max-res decode by Jeff Tinker · 11 years ago
  95. 5f9aa0b Update exception handling for MediaCodec by Andy Hung · 11 years ago
  96. 7de28d3 Implement MediaCodec.getImage methods by Lajos Molnar · 11 years ago
  97. 1e6e801 MediaCodec: add reset() + documentation fixes by Lajos Molnar · 11 years ago
  98. 7be2452 MediaExtractor: set buffer offset/limit in readSampleData by Lajos Molnar · 11 years ago
  99. 94686d1 MediaCodec: change onError cb to send CodecException by Chong Zhang · 11 years ago
  100. d402311 MediaCodec: add new buffer and format APIs by Lajos Molnar · 11 years ago