summaryrefslogtreecommitdiffstats
path: root/media/jni/android_media_MediaCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Report specific exception type on decrypt with invalid sessionJeff Tinker2015-07-061-0/+9
* media: hook up OnFrameRenderedListener events to framework eventsLajos Molnar2015-06-081-0/+58
* Merge "MediaCodec: rename usePersistentInputSurface to setInputSurface" into ...Chong Zhang2015-05-131-7/+7
|\
| * MediaCodec: rename usePersistentInputSurface to setInputSurfaceChong Zhang2015-05-131-7/+7
* | media: merge CodecException's getErrorCode and getReason.Ronghua Wu2015-05-081-12/+27
|/
* Merge "media: hook up MediaCodec.setSurface" into mnc-devLajos Molnar2015-05-021-0/+50
|\
| * media: hook up MediaCodec.setSurfaceLajos Molnar2015-05-011-0/+50
* | MediaCodec: implement persistent input surface APIsChong Zhang2015-05-011-1/+163
|/
* media: set codec exception reason.Ronghua Wu2015-04-281-2/+2
* media: add reason to CodecException ctor.Ronghua Wu2015-04-151-2/+19
* Revert "media: add new MediaCodec Callback onCodecReleased."Ronghua Wu2015-04-141-8/+0
* media: add new MediaCodec Callback onCodecReleased.Ronghua Wu2015-04-091-0/+8
* media: update AMessage to use handler instead of handler-idLajos Molnar2015-03-041-1/+1
* Add support for max-res decodeJeff Tinker2014-08-291-0/+9
* Update exception handling for MediaCodecAndy Hung2014-08-081-75/+115
* Implement MediaCodec.getImage methodsLajos Molnar2014-07-251-132/+163
* MediaCodec: add reset() + documentation fixesLajos Molnar2014-07-151-0/+26
* MediaExtractor: set buffer offset/limit in readSampleDataLajos Molnar2014-07-151-4/+4
* MediaCodec: change onError cb to send CodecExceptionChong Zhang2014-07-111-7/+14
* MediaCodec: add new buffer and format APIsLajos Molnar2014-07-121-15/+245
* MediaCodec async callbacksChong Zhang2014-07-111-66/+121
* Added MediaCodec.releaseOutputBuffer() method with render timestampLajos Molnar2014-05-091-4/+9
* am 21ccb07f: am 414d9405: am 56cd8dbf: Merge "Cast CallVoidMethod\'s size_t p...Narayan Kamath2014-04-301-1/+1
|\
| * Cast CallVoidMethod's size_t parameters to jintAshok Bhat2014-03-061-1/+1
* | MediaCodec: avoid silent array overflow in queueSecureInputBuffer()Lajos Molnar2014-03-251-0/+6
* | fix MediaCodec release deadlock and resource leakChong Zhang2014-03-031-1/+30
* | API that allows usage of MediaCodec APIs without polling.Andreas Huber2014-01-271-10/+117
|/
* AArch64: Use long for pointers in media classesAshok Bhat2014-01-151-6/+6
* Fix hangMarco Nelissen2013-09-251-1/+1
* Expose MediaCodec.setParameters API toAndreas Huber2013-08-121-0/+28
* Manage jclass objects (and most jobjects) in jni code using ScopedLocalRefAndreas Huber2013-08-121-34/+46
* Define error codes for MediaCodec.CryptoExceptionJeff Tinker2013-08-031-3/+44
* Add support for common encryptionMarco Nelissen2013-04-081-3/+3
* Implement Surface input to MediaCodec.Andy McFadden2013-03-041-0/+53
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-4/+3
* Merge "Don't create weird ByteBuffers"Marco Nelissen2012-12-191-2/+17
|\
| * Don't create weird ByteBuffersMarco Nelissen2012-12-191-2/+17
* | Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-6/+6
|/
* MediaCodec: Allow getting the chosen component nameMartin Storsjo2012-11-141-0/+40
* Add plumbing for new surface flinger display API.Jeff Brown2012-08-271-1/+1
* mediacodec: Don't crash if trying to open a codec that does not existMartin Storsjo2012-08-071-1/+4
* Return codec buffers that are marked as having host endianness.Andreas Huber2012-05-081-0/+27
* Various changes to Media* APIs requested by the api council.Andreas Huber2012-05-031-4/+4
* New API to set the video rendering mode on a MediaCodec instance.Andreas Huber2012-04-301-2/+36
* DRM errors signaled by the CryptoPlugin are now visible to MediaCodec clientsAndreas Huber2012-04-191-9/+45
* Information required to decrypt buffers is now packaged into MediaCodec.Crypt...Andreas Huber2012-04-181-7/+52
* Unhide new media related java APIs.Andreas Huber2012-04-161-2/+2
* New JAVA API to support submitting encrypted buffers of input data.Andreas Huber2012-04-061-0/+137
* New Crypto JAVA class to facilitate decryption via MediaCodec.Andreas Huber2012-04-041-3/+12
* More DRM/crypto support.Andreas Huber2012-04-031-2/+3