summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/stream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use symbolic constants from <system/audio.h>Glenn Kasten2014-03-251-1/+1
* FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-1/+4
* replace getISurfaceTexture by getIGraphicBufferProducerMathias Agopian2013-02-191-1/+1
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+2
* Remove unnecessary parameterGlenn Kasten2012-12-181-1/+1
* Use new surface flinger API.Jeff Brown2012-08-241-2/+4
* Fix static sample table processing, add support for h.263 video.Andreas Huber2012-08-091-1/+4
* experimental support for fragmented mp4 playback in nuplayerAndreas Huber2012-08-031-1/+7
* update to new getDisplayInfo APIMathias Agopian2012-07-251-2/+5
* fix libgui header locationMathias Agopian2012-02-271-2/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* resolved conflicts for merge of 26f70db9 to masterAndreas Huber2011-11-081-1/+1
|\
| * Remove surface legacy APIs and code.Andreas Huber2011-10-281-1/+1
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
|/
* Properly connect to surface flinger in our shell toolsAndreas Huber2011-09-201-1/+1
* Require INTERNET permission for network-based content.Dave Burke2011-09-021-2/+2
* When encountering a discontinuity, flush(clear) all content enqueued up to thatAndreas Huber2011-08-251-10/+27
* Merge "SF transactions are now O(1) wrt IPC instead of O(N)."Mathias Agopian2011-06-291-2/+2
|\
| * SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-291-2/+2
* | Support for "streaming" non-transport streams by first converting them to ts ...Andreas Huber2011-06-281-11/+165
|/
* Get rid of the "pid" parameter from createSurfaceMathias Agopian2011-04-201-1/+0
* - Add another parameter in notify() to be able to send timed text sampleGloria Wang2011-04-131-1/+1
* Fix missing AOSP copyright headers for more filesJames Dong2011-03-171-0/+16
* Squashed commit of the following:Andreas Huber2010-12-231-1/+1
* Initial support for a true streaming player for mpeg2 transport streams.Andreas Huber2010-12-151-1/+22
* API Support for both synchronous and queued commands, optionally associated m...Andreas Huber2010-12-061-1/+2
* Support streaming data across binder boundaries.Andreas Huber2010-11-231-0/+168