summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG4Extractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support vendor MPEG4 test content with apparently malformed chunks in them.Andreas Huber2010-02-251-9/+18
* Propagate errors all the way through the MediaSources and send either MEDIA_P...Andreas Huber2010-02-231-0/+8
* Return runtime errors instead of asserting in MPEG4 file format validation, a...Andreas Huber2010-02-231-26/+85
* Squashed commit of the following:Andreas Huber2010-02-121-0/+14
* Add support for "album artist" tag.Marco Nelissen2010-02-111-0/+5
* Properly detect Adobe's .f4v file format as an mp4 ISO compliant file.Andreas Huber2010-02-101-1/+1
* Support the disc number and custom genre tags for mp4.Marco Nelissen2010-02-091-3/+33
* A little less verbosity in stagefright and special treatment for the error st...Andreas Huber2010-02-091-2/+2
* Apparently the generic mpeg4 file header does not describe the actual sampler...Andreas Huber2010-01-291-0/+96
* For mpeg4 files streamed through HTTP, cache the entire sampletable metadata ...Andreas Huber2010-01-281-0/+119
* Support for 'iTunes-style' metadata in .mp4 and .3gp files.Andreas Huber2010-01-201-12/+232
* Squashed commit of the following:Andreas Huber2010-01-191-10/+7
* Squashed commit of the following:Andreas Huber2010-01-141-2/+15
* Support for determining the mime type of media via metadata extraction.Andreas Huber2010-01-131-1/+21
* 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