summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG4Extractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* stagefright: Fix seeking in MPEG4 container - do not mergeLajos Molnar2014-07-221-1/+1
* warnings be gone.Andreas Huber2014-04-111-3/+6
* Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-1/+1
* Added support for ID3v2 meta data in 3gp filesOscar Rydhé2014-01-161-1/+70
* stagefright: do not offload LD-AAC decodingEric Laurent2013-12-211-0/+3
* stagefright: fix offloading HE-AAC sampling rate.Eric Laurent2013-12-191-17/+23
* Merge commit '2381f06f374ee0cb8bca0edf5388394432b00e6d' into HEADThe Android Open Source Project2013-12-051-6/+20
|\
| * am 24605338: Merge "Fix metadata access" into klp-devMarco Nelissen2013-11-151-3/+6
| |\
| | * Fix metadata accessMarco Nelissen2013-11-151-3/+6
| * | am 92092b39: Merge "stagefright: limit default max-input-size for AVC" into k...Lajos Molnar2013-11-131-7/+18
| |\ \ | | |/
| | * stagefright: limit default max-input-size for AVCLajos Molnar2013-11-131-7/+18
* | | Fix SIGABRT when playing mp4 fileMarco Nelissen2013-11-251-0/+6
* | | Fixed data offset at parsing IPMP DescriptorsIchitaro Kohara2013-11-251-1/+2
|/ /
* | am ff58698e: am f36ae7ca: Merge "Added support for 3GPP meta data atoms"Marco Nelissen2013-08-191-2/+129
|\ \ | |/ |/|
| * Added support for 3GPP meta data atomsOscar Rydhé2013-08-131-2/+129
| * Fix sample info parsingMarco Nelissen2013-04-181-58/+83
| * Add support for common encryptionMarco Nelissen2013-04-081-8/+356
| * Parse SBR extension sample rateMarco Nelissen2013-03-141-9/+22
| * Add support for fragmented mp4 to MPEG4ExtractorMarco Nelissen2013-02-151-29/+853
| * Merge "Memory leak solved in MPEG4Extractor::parseChunk for cover art"Andreas Huber2012-12-031-6/+3
| |\
| | * Memory leak solved in MPEG4Extractor::parseChunk for cover artJens Gulin2012-11-191-6/+4
| * | Merge "Handle large AVCC chunks"Andreas Huber2012-11-201-6/+4
| |\ \
| | * | Handle large AVCC chunksJan Olof Svensson2012-11-191-6/+4
| | |/
| * | Changed parsing of trkn and disk from 8 bits to 16 bitsAndreas Lillvik2012-11-191-5/+7
| |/
| * Fix iTunSMPB parsing for AAC tracks encoded with NeroJohn Grossman2012-09-071-8/+19
| * Fragmented mp4 extractorMarco Nelissen2012-09-051-1/+2
* | Fail more gracefully on version mismatchMarco Nelissen2013-07-291-3/+3
* | Edit list uses timescale from movie headerMarco Nelissen2013-05-301-7/+10
* | Don't crash if no timescale was givenMarco Nelissen2013-05-291-0/+2
* | Add support for MPEG editlist gapless infoMarco Nelissen2013-05-231-0/+61
* | Fix sample info parsingMarco Nelissen2013-04-181-58/+83
* | Add support for common encryptionMarco Nelissen2013-04-081-8/+356
* | Parse SBR extension sample rateMarco Nelissen2013-03-141-9/+22
* | Add support for fragmented mp4 to MPEG4ExtractorMarco Nelissen2013-02-151-29/+853
* | Merge "Memory leak solved in MPEG4Extractor::parseChunk for cover art"Andreas Huber2012-12-031-6/+3
|\ \
| * | Memory leak solved in MPEG4Extractor::parseChunk for cover artJens Gulin2012-11-191-6/+4
* | | Merge "Handle large AVCC chunks"Andreas Huber2012-11-201-6/+4
|\ \ \
| * | | Handle large AVCC chunksJan Olof Svensson2012-11-191-6/+4
| |/ /
* | | Changed parsing of trkn and disk from 8 bits to 16 bitsAndreas Lillvik2012-11-191-5/+7
|/ /
* | 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