summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/stagefright.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Another stagefright test-case and ignore end-of-stream notifications while we...Andreas Huber2009-09-171-0/+60
* Move JPEGSource.{cpp,h} into libstagefright.Andreas Huber2009-09-111-2/+1
* Media MIME types now have corresponding constants in MediaDefs.h, new codec e...Andreas Huber2009-09-101-1/+57
* Add another testcase for moto to reproduce bug #2099685 to the stagefright co...Andreas Huber2009-09-031-0/+3
* Fixing the build.Andreas Huber2009-08-281-1/+1
* Squashed commit of the following:Andreas Huber2009-08-271-8/+0
* Extend stagefright commandline up to enable vendor to reproduce specific bugs...Andreas Huber2009-08-271-2/+14
* Added a commandline option to "stagefright" that limits decoding to a maximum...Andreas Huber2009-08-261-2/+17
* Enable specification of http:// urls in stagefright commandline tool.Andreas Huber2009-08-201-1/+9
* The PV AVC software decoder expects each fragment of a NAL unit to be handed ...Andreas Huber2009-08-191-0/+1
* Refactored "stagefright" commandline app, split off JPEGSource.Andreas Huber2009-08-181-285/+115
* Squashed commit of the following:Andreas Huber2009-08-171-87/+285
* Squashed commit of the following:Andreas Huber2009-07-281-1/+10
* Squashed commit of the following:Andreas Huber2009-07-161-0/+200