summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/codec.cpp
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-3/+4
|\
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-3/+4
| * Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+2
* | FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-1/+2
* | Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+2
|/
* Use new surface flinger API.Jeff Brown2012-08-241-2/+4
* update to new getDisplayInfo APIMathias Agopian2012-07-251-2/+5
* Submit codec specific data automaticallyAndreas Huber2012-05-081-35/+0
* Allow propagation of error information and description from the CryptoPlugin toAndreas Huber2012-04-191-0/+1
* Some refactoring and cleanup of now obsolete crypto fields.Andreas Huber2012-04-181-122/+12
* New API to support submitting encrypted buffers to the decoder.Andreas Huber2012-04-061-8/+21
* New Crypto services talking to the new crypto "HAL".Andreas Huber2012-04-031-3/+66
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-261-8/+50
* fix EOS handling in codec test.Andreas Huber2012-03-091-27/+30
* Added better codec statistics to evaluate performance.Andreas Huber2012-03-071-31/+73
* Separate the notion of "stop" from that of "release", i.e.Andreas Huber2012-02-281-1/+1
* fix libgui header locationMathias Agopian2012-02-271-1/+1
* Fix two more locations that use the old setObject("buffer", ...) paradigmAndreas Huber2012-02-241-3/+2
* Be more greedy when it comes to gathering input and output buffers.Andreas Huber2012-02-231-1/+1
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-0/+409