summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG4Extractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* MPEG4Extractor.cpp: handle chunk_size > SIZE_MAXreplicant-4.2-0004replicant-4.2Nick Kralevich2015-08-311-1/+1
* Fix integer underflow in covr MPEG4 processingJoshua J. Drake2015-08-311-0/+4
* Fix integer overflow when handling MPEG4 tx3g atomJoshua J. Drake2015-08-311-0/+7
* Prevent integer overflow when processing covr MPEG4 atomsJoshua J. Drake2015-08-311-1/+5
* Fix null-pointer-dereferences accessing the SampleTableJoshua J. Drake2015-08-311-0/+18
* MPEG4Extractor: still more NULL derefernce fixesJoshua J. Drake2015-08-311-0/+41
* libstagefright: Add support for frame-by-frame modeShalaj Jain2013-02-191-0/+7
* Squashed commit of updates from CodeAuroraMingming Yin2013-02-061-6/+9
* Squashed commit of audio changes from CodeAuroravivek mehta2012-12-231-1/+69
* Fix iTunSMPB parsing for AAC tracks encoded with NeroJohn Grossman2012-09-071-8/+19
* Fragmented mp4 extractorMarco Nelissen2012-09-051-1/+2
* Add Fraunhofer AAC encoder with AAC-ELD support.Dave Burke2012-04-251-12/+10
* Fix the file mimetype reported by the mpeg4 extractor.Andreas Huber2012-03-231-1/+2
* Parse gapless info from mp4 filesMarco Nelissen2012-03-211-0/+45
* First step of refactoring 'timedtext' code.Insun Kang2012-01-311-2/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-3/+3
* resolved conflicts for merge of 07bacabe to masterAndreas Huber2011-12-051-23/+94
|\
| * Properly identify how much metadata we need to cache in order to instantiateAndreas Huber2011-12-051-23/+94
* | 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