summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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