summaryrefslogtreecommitdiff
path: root/media/libstagefright/MPEG4Extractor.cpp
AgeCommit message (Expand)Author
2012-09-07Fix iTunSMPB parsing for AAC tracks encoded with NeroJohn Grossman
2012-09-05Fragmented mp4 extractorMarco Nelissen
2012-04-25Add Fraunhofer AAC encoder with AAC-ELD support.Dave Burke
2012-03-23Fix the file mimetype reported by the mpeg4 extractor.Andreas Huber
2012-03-21Parse gapless info from mp4 filesMarco Nelissen
2012-01-31First step of refactoring 'timedtext' code.Insun Kang
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block
2011-12-05resolved conflicts for merge of 07bacabe to masterAndreas Huber
2011-12-05Properly identify how much metadata we need to cache in order to instantiateAndreas Huber
2011-11-11am 510180f1: am 08e42967: Merge "Add support for retrieving location informat...James Dong
2011-11-10Add support for retrieving location information in mp4/3gpp filesJames Dong
2011-11-10Adds handler type 'sbtl' to support subtitles in various containers.Insun Kang
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-10-06Return a runtime error instead of assertion if seeking beyond EOS in mpeg4 fi...Andreas Huber
2011-08-17Make sure we have all the sample table metadata before declaring a track valid.Andreas Huber
2011-07-01- Retrieve is_drm in MediaMetadataRetriever.Gloria Wang
2011-06-22Timed text display format support:Gloria Wang
2011-05-26Extract embedded cover art (aka poster frame) in mp4 filesJames Dong
2011-05-25For out of band timed text support (timed text in a separate file).Gloria Wang
2011-05-17Claim support for .3gpp2 A/B files.Andreas Huber
2011-05-03Initial CL for the timed text support:Gloria Wang
2011-04-25Merge "Give PSP and QuickTime compatible mp4 files a chance to play"James Dong
2011-04-22Remove the assertion and report content malform error to applicationJames Dong
2011-04-15Remove streamability verification, it's taking too long. Also...Andreas Huber
2011-04-07Give PSP and QuickTime compatible mp4 files a chance to playJames Dong
2011-03-03Reject streaming .mp4 files over http that are not muxed reasonably.Andreas Huber
2011-02-25mp4a box contains mp3 audio when the object type indication is 0x6bJames Dong
2011-02-23d263 may contain optional bitr box, and thus its size can be up to 23 bytesJames Dong
2011-02-11Make available h263 DSI information from MPEG4ExtractorJames Dong
2011-02-03Make sure timestamps attached to encoded media are composition timestamps.Andreas Huber
2011-01-19Expose average video frame rate via MPEG4ExtractorJames Dong
2011-01-19Fix the presentation video resolution when it is different from the actual im...James Dong
2011-01-07Add support for the "compilation" tag in mp3, mp4 and ogg, and also addMarco Nelissen
2010-12-15Give the standard not compliant video sample a chance if its size in the mp4 ...James Dong
2010-12-15Opted to recognize "h263" or "H263" boxes in an mp4 fileJames Dong
2010-11-1864-bit file size/offset support for media frameworkJames Dong
2010-11-16Support post-decode video rotation.Andreas Huber
2010-10-25resolved conflicts for merge of 9084631d to gingerbread-plus-aospGloria Wang
2010-10-25DRM framework support:Gloria Wang
2010-10-15Make sure we cache the sampleTable again if using the caching datasource.Andreas Huber
2010-09-09Instead of asserting return a runtime error if the maximum sample size cannot...Andreas Huber
2010-08-25Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber
2010-08-18Be more lenient when validating ESDS information in mp4 audio tracks. Allow t...Andreas Huber
2010-08-06Support for communicating if a buffer read from the _extractor_ is a sync sam...Andreas Huber
2010-08-06Properly skip the 'skip' chunk in mpeg4 files.Andreas Huber
2010-07-21Support finer seek control on MediaSources.Andreas Huber
2010-07-20Support a single format change at the beginning of audio playback. This way t...Andreas Huber
2010-07-19Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled.James Dong