summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG4Extractor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | am 510180f1: am 08e42967: Merge "Add support for retrieving location informat...James Dong2011-11-111-0/+35
|\ \ | |/
| * Add support for retrieving location information in mp4/3gpp filesJames Dong2011-11-101-0/+35
* | Adds handler type 'sbtl' to support subtitles in various containers.Insun Kang2011-11-101-2/+3
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-4/+4
|/
* Return a runtime error instead of assertion if seeking beyond EOS in mpeg4 fi...Andreas Huber2011-10-061-4/+6
* Make sure we have all the sample table metadata before declaring a track valid.Andreas Huber2011-08-171-0/+5
* - Retrieve is_drm in MediaMetadataRetriever.Gloria Wang2011-07-011-4/+0
* Timed text display format support:Gloria Wang2011-06-221-6/+56
* Extract embedded cover art (aka poster frame) in mp4 filesJames Dong2011-05-261-0/+24
* For out of band timed text support (timed text in a separate file).Gloria Wang2011-05-251-1/+1
* Claim support for .3gpp2 A/B files.Andreas Huber2011-05-171-0/+3
* Initial CL for the timed text support:Gloria Wang2011-05-031-1/+37
* Merge "Give PSP and QuickTime compatible mp4 files a chance to play"James Dong2011-04-251-0/+5
|\
| * Give PSP and QuickTime compatible mp4 files a chance to playJames Dong2011-04-071-0/+5
* | Remove the assertion and report content malform error to applicationJames Dong2011-04-221-5/+9
* | Remove streamability verification, it's taking too long. Also...Andreas Huber2011-04-151-86/+5
|/
* Reject streaming .mp4 files over http that are not muxed reasonably.Andreas Huber2011-03-031-7/+105
* mp4a box contains mp3 audio when the object type indication is 0x6bJames Dong2011-02-251-0/+8
* d263 may contain optional bitr box, and thus its size can be up to 23 bytesJames Dong2011-02-231-7/+14
* Make available h263 DSI information from MPEG4ExtractorJames Dong2011-02-111-0/+24
* Make sure timestamps attached to encoded media are composition timestamps.Andreas Huber2011-02-031-0/+14
* Expose average video frame rate via MPEG4ExtractorJames Dong2011-01-191-1/+16
* Fix the presentation video resolution when it is different from the actual im...James Dong2011-01-191-2/+4
* Add support for the "compilation" tag in mp3, mp4 and ogg, and also addMarco Nelissen2011-01-071-0/+11
* Give the standard not compliant video sample a chance if its size in the mp4 ...James Dong2010-12-151-0/+7
* Opted to recognize "h263" or "H263" boxes in an mp4 fileJames Dong2010-12-151-0/+4
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-28/+28
* Support post-decode video rotation.Andreas Huber2010-11-161-51/+94
* resolved conflicts for merge of 9084631d to gingerbread-plus-aospGloria Wang2010-10-251-31/+245
|\
| * DRM framework support:Gloria Wang2010-10-251-31/+245
* | 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