summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-2/+2
* NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-131-27/+1
* Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-301-0/+1
* Support AMR, G.711 and vorbis audio in ACodec and friends.Andreas Huber2011-09-281-5/+46
* Merge "Properly connect to surface flinger in our shell tools"Andreas Huber2011-09-263-3/+19
|\
| * Properly connect to surface flinger in our shell toolsAndreas Huber2011-09-203-3/+19
* | Add an option to dump the raw stream to a file in the stagefright cmdline tool.Andreas Huber2011-09-231-1/+46
|/
* 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
* QueryCodecs() signature changeJean-Michel Trivi2011-07-221-1/+1
* Merge "Add option to query hardware decoders only"Jean-Michel Trivi2011-07-181-1/+7
|\
| * Add option to query hardware decoders onlyJean-Michel Trivi2011-07-181-1/+7
* | Include all supported mime types when querying decoder profile/level support.Andreas Huber2011-07-131-1/+3
|/
* Add support for some custom YUV420 color formats to recordvideo utilityJames Dong2011-07-071-8/+7
* Merge "SF transactions are now O(1) wrt IPC instead of O(N)."Mathias Agopian2011-06-293-6/+6
|\
| * SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-293-6/+6
* | Support for "streaming" non-transport streams by first converting them to ts ...Andreas Huber2011-06-281-11/+165
|/
* Merge "Multiple changes to ACodec/codec tools:"Andreas Huber2011-06-281-7/+24
|\
| * Multiple changes to ACodec/codec tools:Andreas Huber2011-06-281-7/+24
* | New option in the stagefright commandline tool.Andreas Huber2011-06-281-35/+42
|/
* Reconstruct sync frame indication for content served by the MPEG2TSExtractorAndreas Huber2011-06-221-9/+38
* Add an option to force to use HW codec in stagefright cmd toolJames Dong2011-06-131-2/+19
* Extract embedded cover art (aka poster frame) in mp4 filesJames Dong2011-05-261-4/+11
* update for new audio.h header locationDima Zavin2011-05-121-1/+1
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-2/+4
* Get rid of the "pid" parameter from createSurfaceMathias Agopian2011-04-202-2/+0
* - Add another parameter in notify() to be able to send timed text sampleGloria Wang2011-04-131-1/+1
* merge libsurfaceflinger_client into libguiMathias Agopian2011-03-251-3/+3
* Fix missing AOSP copyright headers for more filesJames Dong2011-03-172-0/+32
* Add the option '-S' to use surface allocated buffers in the stagefright cmdli...Andreas Huber2011-02-282-3/+62
* Ignore format change message in sf2 instead of assertingAndreas Huber2011-02-041-0/+1
* Publish MediaMetadataRetriever.java as public APIJames Dong2011-01-121-4/+0
* 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-153-1/+612
* API Support for both synchronous and queued commands, optionally associated m...Andreas Huber2010-12-061-1/+2
* Squashed commit of the following:Andreas Huber2010-12-061-3/+11
* Prepare for publishing MediaMetadataRetriever as public APIJames Dong2010-12-031-3/+5
* Support streaming data across binder boundaries.Andreas Huber2010-11-232-0/+192
* Squashed commit of the following:Andreas Huber2010-11-222-2/+22
* Display AVC video sample profile and level for "stagefright" utilJames Dong2010-11-191-0/+15
* Switch to use kKeyFrameRate for recordvideo utilityJames Dong2010-11-141-1/+1
* Added a commandline option "-x" to the stagefright commandline tool.Andreas Huber2010-11-091-4/+66
* Remove one more opencore include pathJean-Baptiste Queru2010-10-181-1/+1
* Merge fb474872 from gingerbread-plus-aospJean-Baptiste Queru2010-10-181-3/+3
|\
| * Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-151-3/+3
* | Add two more options to "recordvideo" utilityJames Dong2010-10-061-49/+43
* | Add a video record utilityJames Dong2010-09-302-0/+334
|/
* Squashed commit of the following:Andreas Huber2010-09-271-0/+6
* Instead of just writing one track to the .mp4 file, write all of them (at mos...Andreas Huber2010-09-241-42/+111
* Proper sync-frame detection for sources that don't already provide it.Andreas Huber2010-09-231-12/+105