summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG4Extractor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Make sure we cache the sampleTable again if using the caching datasource.Andreas Huber2010-10-151-1/+3
* | Instead of asserting return a runtime error if the maximum sample size cannot...Andreas Huber2010-09-091-1/+5
* | Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber2010-08-251-3/+4
* | Be more lenient when validating ESDS information in mp4 audio tracks. Allow t...Andreas Huber2010-08-181-0/+8
* | Support for communicating if a buffer read from the _extractor_ is a sync sam...Andreas Huber2010-08-061-1/+10
* | Properly skip the 'skip' chunk in mpeg4 files.Andreas Huber2010-08-061-1/+0
* | Support finer seek control on MediaSources.Andreas Huber2010-07-211-4/+69
* | Support a single format change at the beginning of audio playback. This way t...Andreas Huber2010-07-201-66/+4
* | Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled.James Dong2010-07-191-4/+66
* | Properly identify malformed (too short) chunks in mpeg4 files.Andreas Huber2010-06-241-0/+8
* | Better sniffing of MPEG4 content by checking for a compatible sub-brand.Andreas Huber2010-05-271-1/+79
|/
* Fix sampleTable instantiation, this makes sure that the sample table refers t...Andreas Huber2010-05-141-1/+2
* Snif more 3GPP file types according to http://www.ftyps.com/3gpp.htmlJames Dong2010-04-131-0/+2
* Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we ...Andreas Huber2010-04-121-8/+26
* Support another kind of iso mpeg4 file.Andreas Huber2010-04-011-1/+1
* We no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon...Andreas Huber2010-03-151-51/+0
* Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files.Andreas Huber2010-03-151-7/+49
* 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