summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add another testcase for moto to reproduce bug #2099685 to the stagefright co...Andreas Huber2009-09-031-0/+3
* Setting the component role appears to be mandatory now for all mime types.Andreas Huber2009-09-021-7/+2
* Some work to make audio encoding work.Andreas Huber2009-09-025-2/+203
* More assert => CHECKAndreas Huber2009-08-281-8/+6
* Fixing the build.Andreas Huber2009-08-281-1/+1
* Squashed commit of the following:Andreas Huber2009-08-274-336/+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
* Dynamically allocate a pair of MemoryHeaps according buffer count/sizes requi...Andreas Huber2009-08-201-4/+2
* 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-184-286/+411
* Squashed commit of the following:Andreas Huber2009-08-173-141/+375
* Build the stagefright library by default.Andreas Huber2009-08-071-4/+0
* Recording/Export to .mp4/h.263 somewhat works on TI hardware.Andreas Huber2009-08-051-3/+4
* Squashed commit of the following:Andreas Huber2009-07-282-2/+12
* Squashed commit of the following:Andreas Huber2009-07-165-0/+813