summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG4Extractor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Properly respect NALLengthSize in the AVC Configuration header to determine h...Andreas Huber2010-01-121-12/+51
* Squashed commit of the following:Andreas Huber2009-12-171-4/+4
* Make sure the decoder's input buffers are large enough to hold the largest in...Andreas Huber2009-11-231-8/+12
* Adds a WAVExtractor for 16-bit signed PCM audio wave files.Andreas Huber2009-11-031-1/+2
* New API to instantiate a MediaExtractor given a URI and optional MIME type.Andreas Huber2009-10-231-19/+19
* Moving the individual extractor headers files to the private include directory.Andreas Huber2009-10-231-1/+1
* Extract video thumbnails from the largest sync sample among the first 20.Andreas Huber2009-10-221-1/+22
* Separated private from public header files.Andreas Huber2009-10-131-1/+2
* Change to a int64_t usecs representation for timestamps and duration througho...Andreas Huber2009-10-121-11/+10
* Media MIME types now have corresponding constants in MediaDefs.h, new codec e...Andreas Huber2009-09-101-11/+14
* Support for amr-wb tracks in MPEG4Extractor.Andreas Huber2009-09-091-1/+14
* The PV AVC software decoder expects each fragment of a NAL unit to be handed ...Andreas Huber2009-08-191-89/+123
* Squashed commit of the following:Andreas Huber2009-08-171-37/+23
* Squashed commit of the following:Andreas Huber2009-07-281-50/+71
* Squashed commit of the following:Andreas Huber2009-07-161-0/+937