summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/SimplePlayer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* FINAL ATTEMPT: HTTP services are now provided from JAVA and made available ↵Andreas Huber2014-02-041-1/+3
| | | | | | to media code Change-Id: I9f74a86e70422187c9cf0ca1318a29019700192d
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-4/+4
| | | | Change-Id: I4e8a8b20914cb64edc37abe68233fbc9f2b5d830
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-3/+3
| | | | | | | | | | The C++ class names don't match what the classes do, so rename ISurfaceTexture to IGraphicBufferProducer, and SurfaceTexture to GLConsumer. Bug 7736700 Change-Id: I64520a55f8c09fe6215382ea361c539a9940cba5
* Only pass the surface to the video decoder.Andreas Huber2012-11-161-2/+4
| | | | Change-Id: Ice0cfc0021fdd9fe053be6ee324cbc64226ed122
* New Crypto services talking to the new crypto "HAL".Andreas Huber2012-04-031-1/+4
| | | | | Change-Id: I69ed31e7a8b4d69d1209d2d516f94d258f072566 related-to-bug: 6275919
* audio_channel_in/out_mask_from_countGlenn Kasten2012-03-151-2/+1
| | | | | | | and avoid ambiguous term "channels" where it might be confusing as to whether it is a channel mask or channel count Change-Id: I744fa08ccb6001a98c97bd638d2c9d56836c4234
* 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
* Be more greedy when it comes to gathering input and output buffers.Andreas Huber2012-02-231-25/+48
| | | | Change-Id: I54c4f608e5155917ca35eba5655b4c06357fb112
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-3/+2
| | | | | | ABuffer objects through messages. Change-Id: I9f8b4e4c4767d0d70a0105e0c0813b754379b49d
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-0/+624
Change-Id: I13e54062d4de584355c5d82bb027a68aeaf2923b