summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/stagefright.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Properly connect to surface flinger in our shell tools"Andreas Huber2011-09-261-1/+9
|\
| * Properly connect to surface flinger in our shell toolsAndreas Huber2011-09-201-1/+9
* | Add an option to dump the raw stream to a file in the stagefright cmdline tool.Andreas Huber2011-09-231-1/+46
|/
* 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
|/
* SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-291-2/+2
* 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
* Add the option '-S' to use surface allocated buffers in the stagefright cmdli...Andreas Huber2011-02-281-2/+61
* Publish MediaMetadataRetriever.java as public APIJames Dong2011-01-121-4/+0
* Squashed commit of the following:Andreas Huber2010-12-061-3/+11
* Prepare for publishing MediaMetadataRetriever as public APIJames Dong2010-12-031-3/+5
* Squashed commit of the following:Andreas Huber2010-11-221-0/+17
* Display AVC video sample profile and level for "stagefright" utilJames Dong2010-11-191-0/+15
* Added a commandline option "-x" to the stagefright commandline tool.Andreas Huber2010-11-091-4/+66
* 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
* Make sure stagefright -o terminates even if we're using a raw audio source (s...Andreas Huber2010-09-161-1/+3
* Various changes to improve rtsp networking, reduce packet loss and adapt to A...Andreas Huber2010-07-221-5/+36
* Add a seek test to the stagefright commandline tool.Andreas Huber2010-07-211-1/+67
* Support for writing the extracted data to an .mp4 file in the stagefright com...Andreas Huber2010-07-011-2/+35
* Make sure sine: is supported again in stagefright commandline tool.Andreas Huber2010-06-211-1/+1
* Simplify the code in the stagefright commandline utility.Andreas Huber2010-06-101-14/+3
* Make the -o option actually terminate.Andreas Huber2010-05-201-0/+3
* Better handling of codec initialization failure in the player and thumbnail e...Andreas Huber2010-05-201-1/+6
* Better diagnostics in the stagefright commandline tool, support for playing s...Andreas Huber2010-04-131-3/+57
* Coalesce multiple encoded AAC frames into a single input buffer on this parti...Andreas Huber2010-04-021-4/+15
* QueryCodecs now returns the names of the software codecs (non-OpenMax) as well.Andreas Huber2010-03-241-1/+3
* Properly use a long long literal to avoid under/overflow during fps computation.Andreas Huber2010-03-161-1/+1
* HTTPDataSource must be connected before it is usable. Fix this in the stagefr...Andreas Huber2010-03-161-1/+5
* Extend stagefright tool to extract either album art or video frame.Andreas Huber2010-03-101-4/+16
* Better diagnostics for the stagefright tool and codec performance.Andreas Huber2010-02-171-0/+9
* When the extractor is not able to be created successfully, don't crashJames Dong2010-02-041-0/+4
* Upgrade for the stagefright commandline tool to support extracting thumbnails...Andreas Huber2010-01-141-3/+58
* Squashed commit of the following:Andreas Huber2009-12-171-3/+3
* Don't count empty buffers when computing the frame rate.Andreas Huber2009-12-101-1/+1
* Squashed commit of the following:Andreas Huber2009-11-231-6/+5
* Support raw audio sources in stagefright commandline tool.Andreas Huber2009-11-031-8/+17
* resolved conflicts for merge of f585be7f to eclair-mr2Andreas Huber2009-10-161-4/+19
|\
| * A few more testcases for the vendor to reproduce issues with their decoder. N...Andreas Huber2009-10-161-10/+29
* | Reimplement the OMX backend for stagefright.Andreas Huber2009-10-161-3/+3
* | OMXCodec now notifies the reader of changes in the output format by returning...Andreas Huber2009-10-131-1/+12
* | Change to a int64_t usecs representation for timestamps and duration througho...Andreas Huber2009-10-121-6/+4
|/