1. d393216 Add error code to MediaCodec.CryptoException by Jeff Tinker · 8 years ago
  2. e872ac4 Fix uninitialized crypto pattern by Jeff Tinker · 8 years ago
  3. d4ea5d3 Support AES-CBC sample encryption in MediaDrm by Jeff Tinker · 9 years ago
  4. 3ccb34d Improve MediaCodec.CryptoException log messages by Jeff Tinker · 9 years ago
  5. 434a481 am ea1831d2: am b57dd722: resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  6. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  7. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  8. e5b641e Resolving createByteBufferFromABuffer null input by Aaron Vaage · 9 years ago
  9. 96a2a95 Report specific exception type on decrypt with invalid session by Jeff Tinker · 9 years ago
  10. d857857 media: hook up OnFrameRenderedListener events to framework events by Lajos Molnar · 9 years ago
  11. 80283cd Merge "MediaCodec: rename usePersistentInputSurface to setInputSurface" into mnc-dev by Chong Zhang · 9 years ago
  12. 9560ddb MediaCodec: rename usePersistentInputSurface to setInputSurface by Chong Zhang · 9 years ago
  13. c53ad69 media: merge CodecException's getErrorCode and getReason. by Ronghua Wu · 9 years ago
  14. 4971de2 Merge "media: hook up MediaCodec.setSurface" into mnc-dev by Lajos Molnar · 9 years ago
  15. 8034d60 MediaCodec: implement persistent input surface APIs by Chong Zhang · 9 years ago
  16. 5e02ba9 media: hook up MediaCodec.setSurface by Lajos Molnar · 9 years ago
  17. fb621e8 media: set codec exception reason. by Ronghua Wu · 9 years ago
  18. 9e9ec94 media: add reason to CodecException ctor. by Ronghua Wu · 9 years ago
  19. 41eedcf3 Revert "media: add new MediaCodec Callback onCodecReleased." by Ronghua Wu · 9 years ago
  20. 4c302e8 media: add new MediaCodec Callback onCodecReleased. by Ronghua Wu · 9 years ago
  21. 63834f4 media: update AMessage to use handler instead of handler-id by Lajos Molnar · 9 years ago
  22. 336d3ea Add support for max-res decode by Jeff Tinker · 10 years ago
  23. 5f9aa0b Update exception handling for MediaCodec by Andy Hung · 10 years ago
  24. 7de28d3 Implement MediaCodec.getImage methods by Lajos Molnar · 10 years ago
  25. 1e6e801 MediaCodec: add reset() + documentation fixes by Lajos Molnar · 10 years ago
  26. 7be2452 MediaExtractor: set buffer offset/limit in readSampleData by Lajos Molnar · 10 years ago
  27. 94686d1 MediaCodec: change onError cb to send CodecException by Chong Zhang · 10 years ago
  28. d402311 MediaCodec: add new buffer and format APIs by Lajos Molnar · 10 years ago
  29. 8d5e556 MediaCodec async callbacks by Chong Zhang · 10 years ago
  30. 7c513b6b Added MediaCodec.releaseOutputBuffer() method with render timestamp by Lajos Molnar · 10 years ago
  31. fad6fa7 am 21ccb07f: am 414d9405: am 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameters to jint" by Narayan Kamath · 10 years ago
  32. 7ac4f56 MediaCodec: avoid silent array overflow in queueSecureInputBuffer() by Lajos Molnar · 10 years ago
  33. fef85ef Cast CallVoidMethod's size_t parameters to jint by Ashok Bhat · 10 years ago
  34. 128b012 fix MediaCodec release deadlock and resource leak by Chong Zhang · 10 years ago
  35. aba6713 API that allows usage of MediaCodec APIs without polling. by Andreas Huber · 11 years ago
  36. 075e9a1 AArch64: Use long for pointers in media classes by Ashok Bhat · 11 years ago
  37. fd2e500 Fix hang by Marco Nelissen · 11 years ago
  38. 226065b Expose MediaCodec.setParameters API to by Andreas Huber · 11 years ago
  39. 8d5f3e3 Manage jclass objects (and most jobjects) in jni code using ScopedLocalRef by Andreas Huber · 11 years ago
  40. 3ed3826 Define error codes for MediaCodec.CryptoException by Jeff Tinker · 11 years ago
  41. e20a6d5 Add support for common encryption by Marco Nelissen · 11 years ago
  42. 2621e40 Implement Surface input to MediaCodec. by Andy McFadden · 11 years ago
  43. 5280061 Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 11 years ago
  44. eca3eb5 Merge "Don't create weird ByteBuffers" by Marco Nelissen · 12 years ago
  45. cbbea8e Don't create weird ByteBuffers by Marco Nelissen · 12 years ago
  46. d47f7d8 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  47. 056ef2e MediaCodec: Allow getting the chosen component name by Martin Storsjo · 12 years ago
  48. 64a55af Add plumbing for new surface flinger display API. by Jeff Brown · 12 years ago
  49. d932de9 mediacodec: Don't crash if trying to open a codec that does not exist by Martin Storsjo · 12 years ago
  50. 3dd7fd0 Return codec buffers that are marked as having host endianness. by Andreas Huber · 12 years ago
  51. 60d610b Various changes to Media* APIs requested by the api council. by Andreas Huber · 12 years ago
  52. b12a539 New API to set the video rendering mode on a MediaCodec instance. by Andreas Huber · 12 years ago
  53. bfc56f4 DRM errors signaled by the CryptoPlugin are now visible to MediaCodec clients by Andreas Huber · 12 years ago
  54. 91befdc Information required to decrypt buffers is now packaged into MediaCodec.CryptoInfo by Andreas Huber · 12 years ago
  55. 07ea426 Unhide new media related java APIs. by Andreas Huber · 12 years ago
  56. 9e6bcce New JAVA API to support submitting encrypted buffers of input data. by Andreas Huber · 12 years ago
  57. 8240d92 New Crypto JAVA class to facilitate decryption via MediaCodec. by Andreas Huber · 12 years ago
  58. 0e97fc2 More DRM/crypto support. by Andreas Huber · 12 years ago
  59. c52b980 Documentation/API update for MediaCodec/MediaExtractor, fixes to MediaCodec. by Andreas Huber · 12 years ago
  60. 4484bdd Separate the notion of "stop" from that of "release", i.e. by Andreas Huber · 12 years ago
  61. 8335f1c fix libgui header location by Mathias Agopian · 12 years ago
  62. 88572f7 Implementation of a java media codec interface and associated tools. by Andreas Huber · 12 years ago