summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/codec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-3/+4
|\ | | | | | | Change-Id: I7b1cc71057b2bd4f771e7bcf508a8c3abd6017ce
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Contains the necessary changes to make frameworks/av build and work on a 64-bit machine. Signed-off-by: Craig Barber <craig.barber@arm.com> Signed-off-by: Kévin PETIT <kevin.petit@arm.com> Signed-off-by: Ashok Bhat <ashok.bhat@arm.com> Signed-off-by: Marcus Oakland <marcus.oakland@arm.com> Change-Id: I725feaae50ed8eee25ca2c947cf15aee1f395c43
| * Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+2
| | | | | | | | Change-Id: I4e8a8b20914cb64edc37abe68233fbc9f2b5d830
* | FINAL ATTEMPT: HTTP services are now provided from JAVA and made available ↵Andreas Huber2014-02-041-1/+2
| | | | | | | | | | | | to media code Change-Id: I9f74a86e70422187c9cf0ca1318a29019700192d
* | Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+2
|/ | | | Change-Id: I4e8a8b20914cb64edc37abe68233fbc9f2b5d830
* Use new surface flinger API.Jeff Brown2012-08-241-2/+4
| | | | Change-Id: I594c6e15db5f617d2feaac1a65b5316daa3812d0
* update to new getDisplayInfo APIMathias Agopian2012-07-251-2/+5
| | | | Change-Id: Ie273677e34b9e8475abfa0ae27620d98b3a15b77
* Submit codec specific data automaticallyAndreas Huber2012-05-081-35/+0
| | | | | | | if it is contained in the format passed to MediaCodec::configure. Change-Id: I8ef6755e8389ec47b44a9c70904ea6c03a00f4f2 related-to-bug: 6364139
* Allow propagation of error information and description from the CryptoPlugin toAndreas Huber2012-04-191-0/+1
| | | | | | | the higher layers. Change-Id: I9f434ad55cdf575803c208bedf47b607baff2330 related-to-bug: 6365261
* Some refactoring and cleanup of now obsolete crypto fields.Andreas Huber2012-04-181-122/+12
| | | | | | codec commandline tool no longer supports decryption. Change-Id: I7b10be6524631b20ac5d361d47949b00addf4a93
* New API to support submitting encrypted buffers to the decoder.Andreas Huber2012-04-061-8/+21
| | | | | Change-Id: I69dd60e43078c4211c6123cf6e0ce90e676bf873 related-to-bug: 6275919
* New Crypto services talking to the new crypto "HAL".Andreas Huber2012-04-031-3/+66
| | | | | Change-Id: I69ed31e7a8b4d69d1209d2d516f94d258f072566 related-to-bug: 6275919
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-261-8/+50
| | | | Change-Id: Ib3982a9c960bfdb0cb7e1b174440b141b194cfbe
* fix EOS handling in codec test.Andreas Huber2012-03-091-27/+30
| | | | Change-Id: I5eb6d00aa0c1a728a951c7ffa4faebcadd7b14a6
* Added better codec statistics to evaluate performance.Andreas Huber2012-03-071-31/+73
| | | | Change-Id: I9a1e4a803502329e0342ddde07b6df6b3761afd8
* Separate the notion of "stop" from that of "release", i.e.Andreas Huber2012-02-281-1/+1
| | | | | | | | | stop - means transition back to LOADED state and keeping the component instance allocated. release - means we get rid of the component completely. Change-Id: I40ad01ce70821faaad43f57999249904f9144924
* fix libgui header locationMathias Agopian2012-02-271-1/+1
| | | | Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
* Fix two more locations that use the old setObject("buffer", ...) paradigmAndreas Huber2012-02-241-3/+2
| | | | | | that I'd previously missed. Change-Id: Ifbdbfb94d1bc1cbe8c0a403fed05ce99fca8397b
* Be more greedy when it comes to gathering input and output buffers.Andreas Huber2012-02-231-1/+1
| | | | Change-Id: I54c4f608e5155917ca35eba5655b4c06357fb112
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-0/+409
Change-Id: I13e54062d4de584355c5d82bb027a68aeaf2923b