1. c3c53cf media: fix MediaCodec key-value converter by Wonsik Kim · 4 years, 4 months ago
  2. 3786f0c media: change of asC2Buffer behavior by Wonsik Kim · 4 years, 4 months ago
  3. ad4cd5c0 media: fix MediaCodec JNI method signatures by Wonsik Kim · 4 years, 4 months ago
  4. 637afb2 MediaCodec: address API review #2 by Wonsik Kim · 4 years, 5 months ago
  5. 5b610e2 Revert "media: lazy MediaCodec.release()" by Lajos Molnar · 4 years, 5 months ago
  6. 063ea0a media: lazy MediaCodec.release() by Wonsik Kim · 4 years, 5 months ago
  7. d49681e Tuner JNI: use linearblock for media event by shubang · 4 years, 6 months ago
  8. 4a77192 Merge "MediaCodec: use setInternalStateLocked to set Linear/GraphicBlock contexts" by Wonsik Kim · 4 years, 6 months ago
  9. 7954ccd MediaCodec: use setInternalStateLocked to set Linear/GraphicBlock contexts by Wonsik Kim · 4 years, 6 months ago
  10. 1cac425 Partial revert of commit ccb7ac6b6552c0692cf002364cdaaba676d47350 by Wonsik Kim · 4 years, 6 months ago
  11. ccb7ac6 media: MediaCodec buffer API revision by Wonsik Kim · 4 years, 7 months ago
  12. 81fbc5b Naming consistency: MediaAnalytics to MediaMetrics by Ray Essick · 4 years, 8 months ago
  13. 758c738 pass updated getMetrics() values back to caller by Ray Essick · 4 years, 11 months ago
  14. 8268c41 Mediacodec to use C interface to mediametrics by Ray Essick · 5 years ago
  15. eaed9f5 media: keep JMediaCodec::mCodec reference until destruction by Wonsik Kim · 5 years ago
  16. cb1e896 Extract android_media_Utils.cpp as a lib by Jooyung Han · 5 years ago
  17. e747387 media: retain codec name for MediaCodec.getCodecInfo by Lajos Molnar · 5 years ago
  18. b864a79 media: fix JNI for changed MediaCodecInfo constructor by Lajos Molnar · 6 years ago
  19. d2a7f47 MediaCodecInfo: add codec attributes and performance points. by Lajos Molnar · 6 years ago
  20. 20594d8 Add additional error conditions to MediaDrm by Jeff Tinker · 6 years ago
  21. 5e05320 Add AudioPresentation selection support for MediaCodec by ybai · 6 years ago
  22. 61796fd media: fix race condition around release by Wonsik Kim · 6 years ago
  23. 832939e MediaCodec: make setVideoScalingMode usable for IGBP-based clients by Lajos Molnar · 6 years ago
  24. 59cf9aa Guard against native crash due to null Surface by Marco Nelissen · 6 years ago
  25. a0b72a6 fix slow get caps -- DO NOT MERGE by Chong Zhang · 6 years ago
  26. 5130fdb Merge "cas: explicitly define possible key id values" by TreeHugger Robot · 6 years ago
  27. cd53855 cas: explicitly define possible key id values by Chong Zhang · 6 years ago
  28. cd4d28f Move mediadrm-related headers by Jeff Tinker · 6 years ago
  29. e182d20 Define priority for video threads by Jeff Tinker · 7 years ago
  30. 2412b4d Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5c091dc944 am: c840945a78 by Steven Moreland · 7 years ago
  31. 5c091dc Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 by Steven Moreland · 7 years ago
  32. 2279b25 frameworks/base: use proper nativehelper headers by Steven Moreland · 7 years ago
  33. 2659c2f cas: convert MediaCas to HIDL by Chong Zhang · 7 years ago
  34. bef01e4 Fix mistyped exceptions; InvalidArgumentException by Dongwon Kang · 7 years ago
  35. 10353e3 Rework getMetrics() api per API council by Ray Essick · 7 years ago
  36. f2d0e40 Integrate API Council feedback into Media Metrics APIs by Ray Essick · 7 years ago
  37. d5927ae MediaCas: add framework APIs by Chong Zhang · 8 years ago
  38. 0e0fee1 API access to mediametrics by Ray Essick · 8 years ago
  39. 4273dd0 MediaCodec refactoring part 1-a: buffers become separate class by Wonsik Kim · 8 years ago
  40. d393216 Add error code to MediaCodec.CryptoException by Jeff Tinker · 8 years ago
  41. e872ac4 Fix uninitialized crypto pattern by Jeff Tinker · 8 years ago
  42. d4ea5d3 Support AES-CBC sample encryption in MediaDrm by Jeff Tinker · 9 years ago
  43. 3ccb34d Improve MediaCodec.CryptoException log messages by Jeff Tinker · 9 years ago
  44. 434a481 am ea1831d2: am b57dd722: resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  45. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  46. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  47. e5b641e Resolving createByteBufferFromABuffer null input by Aaron Vaage · 9 years ago
  48. 96a2a95 Report specific exception type on decrypt with invalid session by Jeff Tinker · 9 years ago
  49. d857857 media: hook up OnFrameRenderedListener events to framework events by Lajos Molnar · 9 years ago
  50. 80283cd Merge "MediaCodec: rename usePersistentInputSurface to setInputSurface" into mnc-dev by Chong Zhang · 9 years ago
  51. 9560ddb MediaCodec: rename usePersistentInputSurface to setInputSurface by Chong Zhang · 9 years ago
  52. c53ad69 media: merge CodecException's getErrorCode and getReason. by Ronghua Wu · 9 years ago
  53. 4971de2 Merge "media: hook up MediaCodec.setSurface" into mnc-dev by Lajos Molnar · 9 years ago
  54. 8034d60 MediaCodec: implement persistent input surface APIs by Chong Zhang · 9 years ago
  55. 5e02ba9 media: hook up MediaCodec.setSurface by Lajos Molnar · 9 years ago
  56. fb621e8 media: set codec exception reason. by Ronghua Wu · 9 years ago
  57. 9e9ec94 media: add reason to CodecException ctor. by Ronghua Wu · 9 years ago
  58. 41eedcf3 Revert "media: add new MediaCodec Callback onCodecReleased." by Ronghua Wu · 9 years ago
  59. 4c302e8 media: add new MediaCodec Callback onCodecReleased. by Ronghua Wu · 9 years ago
  60. 63834f4 media: update AMessage to use handler instead of handler-id by Lajos Molnar · 9 years ago
  61. 336d3ea Add support for max-res decode by Jeff Tinker · 10 years ago
  62. 5f9aa0b Update exception handling for MediaCodec by Andy Hung · 10 years ago
  63. 7de28d3 Implement MediaCodec.getImage methods by Lajos Molnar · 10 years ago
  64. 1e6e801 MediaCodec: add reset() + documentation fixes by Lajos Molnar · 10 years ago
  65. 7be2452 MediaExtractor: set buffer offset/limit in readSampleData by Lajos Molnar · 10 years ago
  66. 94686d1 MediaCodec: change onError cb to send CodecException by Chong Zhang · 10 years ago
  67. d402311 MediaCodec: add new buffer and format APIs by Lajos Molnar · 10 years ago
  68. 8d5e556 MediaCodec async callbacks by Chong Zhang · 10 years ago
  69. 7c513b6b Added MediaCodec.releaseOutputBuffer() method with render timestamp by Lajos Molnar · 10 years ago
  70. fad6fa7 am 21ccb07f: am 414d9405: am 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameters to jint" by Narayan Kamath · 10 years ago
  71. 7ac4f56 MediaCodec: avoid silent array overflow in queueSecureInputBuffer() by Lajos Molnar · 10 years ago
  72. fef85ef Cast CallVoidMethod's size_t parameters to jint by Ashok Bhat · 10 years ago
  73. 128b012 fix MediaCodec release deadlock and resource leak by Chong Zhang · 10 years ago
  74. aba6713 API that allows usage of MediaCodec APIs without polling. by Andreas Huber · 11 years ago
  75. 075e9a1 AArch64: Use long for pointers in media classes by Ashok Bhat · 11 years ago
  76. fd2e500 Fix hang by Marco Nelissen · 11 years ago
  77. 226065b Expose MediaCodec.setParameters API to by Andreas Huber · 11 years ago
  78. 8d5f3e3 Manage jclass objects (and most jobjects) in jni code using ScopedLocalRef by Andreas Huber · 11 years ago
  79. 3ed3826 Define error codes for MediaCodec.CryptoException by Jeff Tinker · 11 years ago
  80. e20a6d5 Add support for common encryption by Marco Nelissen · 11 years ago
  81. 2621e40 Implement Surface input to MediaCodec. by Andy McFadden · 11 years ago
  82. 5280061 Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 11 years ago
  83. eca3eb5 Merge "Don't create weird ByteBuffers" by Marco Nelissen · 12 years ago
  84. cbbea8e Don't create weird ByteBuffers by Marco Nelissen · 12 years ago
  85. d47f7d8 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  86. 056ef2e MediaCodec: Allow getting the chosen component name by Martin Storsjo · 12 years ago
  87. 64a55af Add plumbing for new surface flinger display API. by Jeff Brown · 12 years ago
  88. d932de9 mediacodec: Don't crash if trying to open a codec that does not exist by Martin Storsjo · 12 years ago
  89. 3dd7fd0 Return codec buffers that are marked as having host endianness. by Andreas Huber · 12 years ago
  90. 60d610b Various changes to Media* APIs requested by the api council. by Andreas Huber · 12 years ago
  91. b12a539 New API to set the video rendering mode on a MediaCodec instance. by Andreas Huber · 12 years ago
  92. bfc56f4 DRM errors signaled by the CryptoPlugin are now visible to MediaCodec clients by Andreas Huber · 12 years ago
  93. 91befdc Information required to decrypt buffers is now packaged into MediaCodec.CryptoInfo by Andreas Huber · 12 years ago
  94. 07ea426 Unhide new media related java APIs. by Andreas Huber · 12 years ago
  95. 9e6bcce New JAVA API to support submitting encrypted buffers of input data. by Andreas Huber · 12 years ago
  96. 8240d92 New Crypto JAVA class to facilitate decryption via MediaCodec. by Andreas Huber · 12 years ago
  97. 0e97fc2 More DRM/crypto support. by Andreas Huber · 12 years ago
  98. c52b980 Documentation/API update for MediaCodec/MediaExtractor, fixes to MediaCodec. by Andreas Huber · 12 years ago
  99. 4484bdd Separate the notion of "stop" from that of "release", i.e. by Andreas Huber · 12 years ago
  100. 8335f1c fix libgui header location by Mathias Agopian · 12 years ago