summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow record to set input color format as a command line optionJames Dong2010-09-191-11/+49
* Make sure stagefright -o terminates even if we're using a raw audio source (s...Andreas Huber2010-09-161-1/+3
* Add some encoding parameters for the "record" utilityJames Dong2010-08-311-1/+19
* 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-012-3/+36
* Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet...Andreas Huber2010-06-231-4/+0
* 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-102-14/+4
* Make the -o option actually terminate.Andreas Huber2010-05-201-0/+3
* am 3c16154a: am 2723e092: Merge "Better handling of codec initialization fail...Andreas Huber2010-05-201-1/+6
|\
| * Better handling of codec initialization failure in the player and thumbnail e...Andreas Huber2010-05-201-1/+6
* | am 30e9c2d4: am db281311: Merge "Better diagnostics in the stagefright comman...Andreas Huber2010-04-132-4/+59
|\ \ | |/
| * Better diagnostics in the stagefright commandline tool, support for playing s...Andreas Huber2010-04-132-4/+59
* | Various fixes to enable recording on passion and nexus1.Andreas Huber2010-04-091-3/+8
|/
* 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
* Tag stagefright development tools as "debug-only".Andreas Huber2010-02-231-0/+6
* 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-042-0/+7
* Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pu...Andreas Huber2010-01-251-2/+22
* Upgrade for the stagefright commandline tool to support extracting thumbnails...Andreas Huber2010-01-141-3/+58
* Add missing shared libraries in linker commands. Currently these libraries areDoug Kwan2009-12-221-3/+3
* 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
* Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCode...Andreas Huber2009-12-072-4/+4
* A small sample tool to encode pcm audio data to amr, decode it again and play...Andreas Huber2009-12-013-0/+104
* Squashed commit of the following:Andreas Huber2009-11-232-8/+7
* Merge change I3e1bdd38 into eclair-mr2Android (Google) Code Review2009-11-101-1/+3
|\
| * Transcode files again.Andreas Huber2009-11-021-1/+3
* | Support raw audio sources in stagefright commandline tool.Andreas Huber2009-11-031-8/+17
|/
* Revive support for video encoding in OMXCodec.Andreas Huber2009-10-291-8/+31
* Moving the individual extractor headers files to the private include directory.Andreas Huber2009-10-231-3/+3
* 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-122-8/+6
|/
* Another stagefright test-case and ignore end-of-stream notifications while we...Andreas Huber2009-09-171-0/+60
* Added an API IOMX::createRendererFromJavaSurface.Andreas Huber2009-09-151-0/+2
* Only build the "full" stagefright (including MediaExtractors and MediaPlayer)...Andreas Huber2009-09-111-0/+4
* Move JPEGSource.{cpp,h} into libstagefright.Andreas Huber2009-09-114-296/+1
* Media MIME types now have corresponding constants in MediaDefs.h, new codec e...Andreas Huber2009-09-104-7/+67
* Support encoding amr-wb content in stagefright.Andreas Huber2009-09-081-2/+2