- 390b615 media jni: fix CryptoException error code to string by Robert Shih · 2 years, 10 months ago
- 6ceeed4 Allow MediaCodecs to be created on behalf of other client processes. by Brian Lindahl · 3 years, 1 month ago
- 8798c8c MediaCodec: add methods to query/subscribe vendor parameters by Wonsik Kim · 4 years ago
- c072caf Add tunnel mode video peek related APIs by Guillaume Chelfi · 4 years, 1 month ago
- ef546db Close the handle returned by WrapNativeCodec2GrallocHandle() by Chih-Yu Huang · 4 years ago
- 631a80d MediaCodec: comprehensive CryptoException messages by Robert Shih · 4 years, 1 month ago
- 09ae5f6 Add MediaCodec.CryptoInfo.getPattern by Santiago Seifert · 4 years, 6 months ago
- e37ef4b media: fix race condition on async release by Wonsik Kim · 4 years, 9 months ago
- d4ce4e3 media: further resource cleanup for async release by Wonsik Kim · 4 years, 9 months ago
- d319a44 media: fix JNI call for 32-bit by Wonsik Kim · 4 years, 10 months ago
- f7069ce media: fix encrypted buffer handling by Wonsik Kim · 4 years, 10 months ago
- 24e5380 MediaCodec: check init status before operations by Wonsik Kim · 4 years, 10 months ago
- 8966662 RELAND: "media: lazy MediaCodec.release()" by Wonsik Kim · 4 years, 11 months ago
- b8ebdb3 media: fix MediaCodec operations using HardwareBuffer by Wonsik Kim · 4 years, 11 months ago
- 28ea046 Merge "media: fix OutputFrame.getFormat()" into rvc-dev by TreeHugger Robot · 5 years ago
- bedf6ba media: fix OutputFrame.getFormat() by Wonsik Kim · 5 years ago
- c3c53cf media: fix MediaCodec key-value converter by Wonsik Kim · 5 years ago
- 3786f0c media: change of asC2Buffer behavior by Wonsik Kim · 5 years ago
- ad4cd5c0 media: fix MediaCodec JNI method signatures by Wonsik Kim · 5 years ago
- 637afb2 MediaCodec: address API review #2 by Wonsik Kim · 5 years ago
- 5b610e2 Revert "media: lazy MediaCodec.release()" by Lajos Molnar · 5 years ago
- 063ea0a media: lazy MediaCodec.release() by Wonsik Kim · 5 years ago
- d49681e Tuner JNI: use linearblock for media event by shubang · 5 years ago
- 4a77192 Merge "MediaCodec: use setInternalStateLocked to set Linear/GraphicBlock contexts" by Wonsik Kim · 5 years ago
- 7954ccd MediaCodec: use setInternalStateLocked to set Linear/GraphicBlock contexts by Wonsik Kim · 5 years ago
- 1cac425 Partial revert of commit ccb7ac6b6552c0692cf002364cdaaba676d47350 by Wonsik Kim · 5 years ago
- ccb7ac6 media: MediaCodec buffer API revision by Wonsik Kim · 5 years ago
- 81fbc5b Naming consistency: MediaAnalytics to MediaMetrics by Ray Essick · 5 years ago
- 758c738 pass updated getMetrics() values back to caller by Ray Essick · 5 years ago
- 8268c41 Mediacodec to use C interface to mediametrics by Ray Essick · 6 years ago
- eaed9f5 media: keep JMediaCodec::mCodec reference until destruction by Wonsik Kim · 6 years ago
- cb1e896 Extract android_media_Utils.cpp as a lib by Jooyung Han · 6 years ago
- e747387 media: retain codec name for MediaCodec.getCodecInfo by Lajos Molnar · 6 years ago
- b864a79 media: fix JNI for changed MediaCodecInfo constructor by Lajos Molnar · 6 years ago
- d2a7f47 MediaCodecInfo: add codec attributes and performance points. by Lajos Molnar · 6 years ago
- 20594d8 Add additional error conditions to MediaDrm by Jeff Tinker · 6 years ago
- 5e05320 Add AudioPresentation selection support for MediaCodec by ybai · 6 years ago
- 61796fd media: fix race condition around release by Wonsik Kim · 6 years ago
- 832939e MediaCodec: make setVideoScalingMode usable for IGBP-based clients by Lajos Molnar · 7 years ago
- 59cf9aa Guard against native crash due to null Surface by Marco Nelissen · 7 years ago
- a0b72a6 fix slow get caps -- DO NOT MERGE by Chong Zhang · 7 years ago
- 5130fdb Merge "cas: explicitly define possible key id values" by TreeHugger Robot · 7 years ago
- cd53855 cas: explicitly define possible key id values by Chong Zhang · 7 years ago
- cd4d28f Move mediadrm-related headers by Jeff Tinker · 7 years ago
- e182d20 Define priority for video threads by Jeff Tinker · 8 years ago
- 2412b4d Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5c091dc944 am: c840945a78 by Steven Moreland · 8 years ago
- 5c091dc Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 by Steven Moreland · 8 years ago
- 2279b25 frameworks/base: use proper nativehelper headers by Steven Moreland · 8 years ago
- 2659c2f cas: convert MediaCas to HIDL by Chong Zhang · 8 years ago
- bef01e4 Fix mistyped exceptions; InvalidArgumentException by Dongwon Kang · 8 years ago
- 10353e3 Rework getMetrics() api per API council by Ray Essick · 8 years ago
- f2d0e40 Integrate API Council feedback into Media Metrics APIs by Ray Essick · 8 years ago
- d5927ae MediaCas: add framework APIs by Chong Zhang · 8 years ago
- 0e0fee1 API access to mediametrics by Ray Essick · 8 years ago
- 4273dd0 MediaCodec refactoring part 1-a: buffers become separate class by Wonsik Kim · 8 years ago
- d393216 Add error code to MediaCodec.CryptoException by Jeff Tinker · 9 years ago
- e872ac4 Fix uninitialized crypto pattern by Jeff Tinker · 9 years ago
- d4ea5d3 Support AES-CBC sample encryption in MediaDrm by Jeff Tinker · 9 years ago
- 3ccb34d Improve MediaCodec.CryptoException log messages by Jeff Tinker · 9 years ago
- 434a481 am ea1831d2: am b57dd722: resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
- b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
- 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
- e5b641e Resolving createByteBufferFromABuffer null input by Aaron Vaage · 10 years ago
- 96a2a95 Report specific exception type on decrypt with invalid session by Jeff Tinker · 10 years ago
- d857857 media: hook up OnFrameRenderedListener events to framework events by Lajos Molnar · 10 years ago
- 80283cd Merge "MediaCodec: rename usePersistentInputSurface to setInputSurface" into mnc-dev by Chong Zhang · 10 years ago
- 9560ddb MediaCodec: rename usePersistentInputSurface to setInputSurface by Chong Zhang · 10 years ago
- c53ad69 media: merge CodecException's getErrorCode and getReason. by Ronghua Wu · 10 years ago
- 4971de2 Merge "media: hook up MediaCodec.setSurface" into mnc-dev by Lajos Molnar · 10 years ago
- 8034d60 MediaCodec: implement persistent input surface APIs by Chong Zhang · 10 years ago
- 5e02ba9 media: hook up MediaCodec.setSurface by Lajos Molnar · 10 years ago
- fb621e8 media: set codec exception reason. by Ronghua Wu · 10 years ago
- 9e9ec94 media: add reason to CodecException ctor. by Ronghua Wu · 10 years ago
- 41eedcf3 Revert "media: add new MediaCodec Callback onCodecReleased." by Ronghua Wu · 10 years ago
- 4c302e8 media: add new MediaCodec Callback onCodecReleased. by Ronghua Wu · 10 years ago
- 63834f4 media: update AMessage to use handler instead of handler-id by Lajos Molnar · 10 years ago
- 336d3ea Add support for max-res decode by Jeff Tinker · 11 years ago
- 5f9aa0b Update exception handling for MediaCodec by Andy Hung · 11 years ago
- 7de28d3 Implement MediaCodec.getImage methods by Lajos Molnar · 11 years ago
- 1e6e801 MediaCodec: add reset() + documentation fixes by Lajos Molnar · 11 years ago
- 7be2452 MediaExtractor: set buffer offset/limit in readSampleData by Lajos Molnar · 11 years ago
- 94686d1 MediaCodec: change onError cb to send CodecException by Chong Zhang · 11 years ago
- d402311 MediaCodec: add new buffer and format APIs by Lajos Molnar · 11 years ago
- 8d5e556 MediaCodec async callbacks by Chong Zhang · 11 years ago
- 7c513b6b Added MediaCodec.releaseOutputBuffer() method with render timestamp by Lajos Molnar · 11 years ago
- fad6fa7 am 21ccb07f: am 414d9405: am 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t parameters to jint" by Narayan Kamath · 11 years ago
- 7ac4f56 MediaCodec: avoid silent array overflow in queueSecureInputBuffer() by Lajos Molnar · 11 years ago
- fef85ef Cast CallVoidMethod's size_t parameters to jint by Ashok Bhat · 11 years ago
- 128b012 fix MediaCodec release deadlock and resource leak by Chong Zhang · 11 years ago
- aba6713 API that allows usage of MediaCodec APIs without polling. by Andreas Huber · 11 years ago
- 075e9a1 AArch64: Use long for pointers in media classes by Ashok Bhat · 11 years ago
- fd2e500 Fix hang by Marco Nelissen · 11 years ago
- 226065b Expose MediaCodec.setParameters API to by Andreas Huber · 12 years ago
- 8d5f3e3 Manage jclass objects (and most jobjects) in jni code using ScopedLocalRef by Andreas Huber · 12 years ago
- 3ed3826 Define error codes for MediaCodec.CryptoException by Jeff Tinker · 12 years ago
- e20a6d5 Add support for common encryption by Marco Nelissen · 12 years ago
- 2621e40 Implement Surface input to MediaCodec. by Andy McFadden · 12 years ago
- 5280061 Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
- eca3eb5 Merge "Don't create weird ByteBuffers" by Marco Nelissen · 12 years ago
- cbbea8e Don't create weird ByteBuffers by Marco Nelissen · 12 years ago