- 677a881 Add API setMultiFrameEncryptedLinearBlock for BLOCK_MODEL by Arun Johnson · 1 year, 6 months ago
- 4ca4909 Add API queueSecureInputBuffers for large audio frames by Arun Johnson · 1 year, 6 months ago
- 8d6a41a Enabling large audio for BLOCK_MODEL by Arun Johnson · 1 year, 7 months ago
- 206270e Adding MediaCodec APIs for Large audio frames by Arun Johnson · 1 year, 9 months ago
- d001ea5 Merge "Don't depend on String8 cast to C string" into main am: 41363ba9fc by Treehugger Robot · 1 year, 11 months ago
- 835dfe5 Don't depend on String8 cast to C string by Tomasz Wasilczyk · 2 years ago
- 7d3ffba Merge Android U (ab/10368041) by Xin Li · 2 years ago
- bd5fdaa Better diagnostic for native createCodecByName() by Ray Essick · 2 years ago
- fe3785c NativeCryptoInfo: fix ctor invocation by Robert Shih · 2 years, 1 month ago
- d1a1b4e MediaCodec: report message from CodecErrorLog by Wonsik Kim · 2 years, 6 months ago
- cc1fb7b MediaCodec: report message from CodecErrorLog by Wonsik Kim · 2 years, 6 months ago
- 5a4c733 CryptoAsync: Creating MediaCodec.CryptoException by Arun Johnson · 2 years, 8 months ago
- 2f22245 Merge "MediaCodec: check for exceptions when creating crypto info" by Treehugger Robot · 2 years, 7 months ago
- 57f369a MediaCodec: throw CryptoException with more error info by Robert Shih · 2 years, 8 months ago
- 436998b MediaCodec: check for exceptions when creating crypto info by George Burgess IV · 2 years, 9 months ago
- e53421b Improve performance by resolving MediaCodec.BufferInfo members outside of the frequently called code (like dequeueOutputBuffer) by Pavel Labovich · 2 years, 9 months ago
- 8569a66 MediaCodec: realloc & copy for non-secure buffers at secure session & vice versa by Wonsik Kim · 3 years, 3 months ago
- 390b615 media jni: fix CryptoException error code to string by Robert Shih · 3 years, 3 months ago
- 6ceeed4 Allow MediaCodecs to be created on behalf of other client processes. by Brian Lindahl · 3 years, 6 months ago
- 8798c8c MediaCodec: add methods to query/subscribe vendor parameters by Wonsik Kim · 4 years, 5 months ago
- c072caf Add tunnel mode video peek related APIs by Guillaume Chelfi · 4 years, 6 months ago
- ef546db Close the handle returned by WrapNativeCodec2GrallocHandle() by Chih-Yu Huang · 4 years, 5 months ago
- 631a80d MediaCodec: comprehensive CryptoException messages by Robert Shih · 4 years, 6 months ago
- 09ae5f6 Add MediaCodec.CryptoInfo.getPattern by Santiago Seifert · 4 years, 11 months ago
- e37ef4b media: fix race condition on async release by Wonsik Kim · 5 years ago
- d4ce4e3 media: further resource cleanup for async release by Wonsik Kim · 5 years ago
- d319a44 media: fix JNI call for 32-bit by Wonsik Kim · 5 years ago
- f7069ce media: fix encrypted buffer handling by Wonsik Kim · 5 years ago
- 24e5380 MediaCodec: check init status before operations by Wonsik Kim · 5 years ago
- 8966662 RELAND: "media: lazy MediaCodec.release()" by Wonsik Kim · 5 years ago
- b8ebdb3 media: fix MediaCodec operations using HardwareBuffer by Wonsik Kim · 5 years 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 · 6 years ago
- 7954ccd MediaCodec: use setInternalStateLocked to set Linear/GraphicBlock contexts by Wonsik Kim · 6 years ago
- 1cac425 Partial revert of commit ccb7ac6b6552c0692cf002364cdaaba676d47350 by Wonsik Kim · 6 years ago
- ccb7ac6 media: MediaCodec buffer API revision by Wonsik Kim · 6 years ago
- 81fbc5b Naming consistency: MediaAnalytics to MediaMetrics by Ray Essick · 6 years ago
- 758c738 pass updated getMetrics() values back to caller by Ray Essick · 6 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 · 7 years ago
- b864a79 media: fix JNI for changed MediaCodecInfo constructor by Lajos Molnar · 7 years ago
- d2a7f47 MediaCodecInfo: add codec attributes and performance points. by Lajos Molnar · 7 years ago
- 20594d8 Add additional error conditions to MediaDrm by Jeff Tinker · 7 years ago
- 5e05320 Add AudioPresentation selection support for MediaCodec by ybai · 7 years ago
- 61796fd media: fix race condition around release by Wonsik Kim · 7 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 · 9 years ago
- 0e0fee1 API access to mediametrics by Ray Essick · 9 years ago
- 4273dd0 MediaCodec refactoring part 1-a: buffers become separate class by Wonsik Kim · 9 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 · 10 years ago
- 3ccb34d Improve MediaCodec.CryptoException log messages by Jeff Tinker · 10 years ago
- 434a481 am ea1831d2: am b57dd722: resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 10 years ago
- b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 10 years ago
- 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 10 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