summaryrefslogtreecommitdiff
path: root/cmds/stagefright/stagefright.cpp
AgeCommit message (Expand)Author
2012-08-24Use new surface flinger API.Jeff Brown
2012-04-27Fixed incorrect codec type in the output for profiles/levels in cmd stagefrightJames Dong
2012-04-27Add option to stagefright for writing decoded PCMMarco Nelissen
2012-04-25Add profile/level dump for encoders in cmd stagefrightJames Dong
2012-04-11Better error logging during meta data retrieval. Fixed the stagefrightAndreas Huber
2012-03-24stagefright: remove dependency on skiaColin Cross
2012-02-27fix libgui header locationMathias Agopian
2011-10-13NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber
2011-09-30Support for an MPEG2 Program Stream extractor.Andreas Huber
2011-09-26Merge "Properly connect to surface flinger in our shell tools"Andreas Huber
2011-09-23Add an option to dump the raw stream to a file in the stagefright cmdline tool.Andreas Huber
2011-09-20Properly connect to surface flinger in our shell toolsAndreas Huber
2011-07-22QueryCodecs() signature changeJean-Michel Trivi
2011-07-18Merge "Add option to query hardware decoders only"Jean-Michel Trivi
2011-07-18Add option to query hardware decoders onlyJean-Michel Trivi
2011-07-13Include all supported mime types when querying decoder profile/level support.Andreas Huber
2011-06-29SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian
2011-06-28New option in the stagefright commandline tool.Andreas Huber
2011-06-22Reconstruct sync frame indication for content served by the MPEG2TSExtractorAndreas Huber
2011-06-13Add an option to force to use HW codec in stagefright cmd toolJames Dong
2011-05-26Extract embedded cover art (aka poster frame) in mp4 filesJames Dong
2011-02-28Add the option '-S' to use surface allocated buffers in the stagefright cmdli...Andreas Huber
2011-01-12Publish MediaMetadataRetriever.java as public APIJames Dong
2010-12-06Squashed commit of the following:Andreas Huber
2010-12-03Prepare for publishing MediaMetadataRetriever as public APIJames Dong
2010-11-22Squashed commit of the following:Andreas Huber
2010-11-19Display AVC video sample profile and level for "stagefright" utilJames Dong
2010-11-09Added a commandline option "-x" to the stagefright commandline tool.Andreas Huber
2010-09-27Squashed commit of the following:Andreas Huber
2010-09-24Instead of just writing one track to the .mp4 file, write all of them (at mos...Andreas Huber
2010-09-23Proper sync-frame detection for sources that don't already provide it.Andreas Huber
2010-09-16Make sure stagefright -o terminates even if we're using a raw audio source (s...Andreas Huber
2010-07-22Various changes to improve rtsp networking, reduce packet loss and adapt to A...Andreas Huber
2010-07-21Add a seek test to the stagefright commandline tool.Andreas Huber
2010-07-01Support for writing the extracted data to an .mp4 file in the stagefright com...Andreas Huber
2010-06-21Make sure sine: is supported again in stagefright commandline tool.Andreas Huber
2010-06-10Simplify the code in the stagefright commandline utility.Andreas Huber
2010-05-20Make the -o option actually terminate.Andreas Huber
2010-05-20Better handling of codec initialization failure in the player and thumbnail e...Andreas Huber
2010-04-13Better diagnostics in the stagefright commandline tool, support for playing s...Andreas Huber
2010-04-02Coalesce multiple encoded AAC frames into a single input buffer on this parti...Andreas Huber
2010-03-24QueryCodecs now returns the names of the software codecs (non-OpenMax) as well.Andreas Huber
2010-03-16Properly use a long long literal to avoid under/overflow during fps computation.Andreas Huber
2010-03-16HTTPDataSource must be connected before it is usable. Fix this in the stagefr...Andreas Huber
2010-03-10Extend stagefright tool to extract either album art or video frame.Andreas Huber
2010-02-17Better diagnostics for the stagefright tool and codec performance.Andreas Huber
2010-02-04When the extractor is not able to be created successfully, don't crashJames Dong
2010-01-14Upgrade for the stagefright commandline tool to support extracting thumbnails...Andreas Huber
2009-12-17Squashed commit of the following:Andreas Huber
2009-12-10Don't count empty buffers when computing the frame rate.Andreas Huber