summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Better power savings with wifi display code.Andreas Huber2012-10-031-0/+43
* Support IDR requests in wifi display, MediaCodec and ACodec.Andreas Huber2012-09-131-0/+12
* mediacodec: Return an error on getOutputFormat if there is no output format yetMartin Storsjo2012-08-071-1/+2
* Fixed sample video corrupted in MediaCodec mode.Edwin Wong2012-07-131-4/+4
* Increase AAC software decoder's buffer count. Refactor how clientsAndreas Huber2012-05-111-9/+9
* Properly connect/disconnect to/from the native window in MediaCodec.Andreas Huber2012-05-101-10/+49
* Submit codec specific data automaticallyAndreas Huber2012-05-081-0/+72
* Allow propagation of error information and description from the CryptoPlugin toAndreas Huber2012-04-191-7/+26
* New API to support submitting encrypted buffers to the decoder.Andreas Huber2012-04-061-20/+69
* New Crypto services talking to the new crypto "HAL".Andreas Huber2012-04-031-98/+61
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-261-2/+110
* Separate the notion of "stop" from that of "release", i.e.Andreas Huber2012-02-281-4/+42
* Merge "Make sure we return input/output buffers to the codec not just while"Andreas Huber2012-02-241-2/+2
|\
| * Make sure we return input/output buffers to the codec not just whileAndreas Huber2012-02-241-2/+2
* | Small fix to MediaCodecAndreas Huber2012-02-241-3/+2
|/
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-9/+4
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-0/+1185