summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/SampleTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't initialize sync sample parameters until the endMarco Nelissen2017-03-221-9/+12
* Merge tag 'android-6.0.1_r66' into HEADJessica Wagantall2016-09-071-35/+137
|\
| * DO NOT MERGE - stagefright: fix integer overflow errorWonsik Kim2016-08-011-14/+15
| * Impose a size bound for dynamically allocated tables in stbl.Pawin Vongmasa2016-07-201-24/+126
* | Merge tag 'android-6.0.1_r46' into HEADJessica Wagantall2016-06-071-16/+22
|\ \ | |/
| * SampleTable.cpp: Fixed a regression caused by a fix for bugPawin Vongmasa2016-04-211-2/+5
| * Resolve merge conflict when cp'ing ag/931301 to mnc-mr1-releaseZach Jang2016-04-211-17/+20
* | Fix 64-bit comparisonMarco Nelissen2016-03-221-1/+6
* | Revert "Fixed comparison on 64 bit system"Keith Mok2016-03-221-1/+1
* | Fixed comparison on 64 bit systemKeith Mok2015-12-041-1/+1
* | Fix overflow check so it doesn't reject legitimate filesMarco Nelissen2015-11-291-1/+1
* | Fixed comparison so that both operands are treated as 64 bit.Dan Austin2015-11-051-1/+1
* | Fixed benign overflows triggered by tests CVE-2015-1538-1 andDan Austin2015-11-051-4/+9
|/
* libstagefright: fix handling of mSampleTimeEntries and mNumSampleSizes in Sam...Wei Jia2015-08-181-1/+13
* libstagefright: fix possible overflow in SampleTable.cppWei Jia2015-08-171-2/+2
* SampleTable: fix integer overflow checks.Wei Jia2015-06-041-2/+2
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-1/+1
* Fix integer overflow during MP4 atom processingJoshua J. Drake2015-04-091-0/+3
* Detect allocation failures and bail gracefullyJoshua J. Drake2015-04-091-5/+16
* Fix several ineffective integer overflow checksJoshua J. Drake2015-04-091-3/+3
* SampleTable: check integer overflow during table allocRobert Shih2014-07-281-0/+14
* stagefright: handle seeking to before first cue-point.Lajos Molnar2014-07-211-8/+8
* stagefright: Fix seeking in MPEG4 containerLajos Molnar2014-07-171-112/+77
* Expose sample duration in MPEG4Extractor.Robert Shih2014-04-251-1/+6
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Fix for 5754998 testPerformanceTransitionWithEffectOverlapping test failed.Hong Teng2011-12-161-0/+7
* Use binary search to discover closest sync sample index, replaceAndreas Huber2011-11-071-24/+25
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* Remove an O(n^2) algorithm in MPEG4Extractor.cpp to speed up seeks in long st...Andreas Huber2011-09-191-21/+80
* Make sure we have all the sample table metadata before declaring a track valid.Andreas Huber2011-08-171-0/+7
* Don't assert on malformed .mp4 content that contains fewer samples thanAndreas Huber2011-06-211-4/+8
* A fix to the MPEG4Extractor to support 16-bit sample sizes.Andreas Huber2011-05-121-1/+1
* Fix omx_tests to no longer refer to test files that are no longer available.Andreas Huber2011-04-271-0/+4
* Remove streamability verification, it's taking too long. Also...Andreas Huber2011-04-151-47/+112
* Make sure timestamps attached to encoded media are composition timestamps.Andreas Huber2011-02-031-0/+73
* Fixed an issue in SampleTable where the table index was incorrectly wrapped a...James Dong2010-11-211-1/+3
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-6/+6
* Remove annoying warning during mpeg4 extraction.Andreas Huber2010-10-271-1/+1
* Support for communicating if a buffer read from the _extractor_ is a sync sam...Andreas Huber2010-08-061-31/+45
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-17/+137
* Squashed commit of the following:Andreas Huber2010-01-191-244/+79
* Fix a few issues with determining the closest sample to a given time in the M...Andreas Huber2010-01-141-5/+19
* New API to instantiate a MediaExtractor given a URI and optional MIME type.Andreas Huber2009-10-231-15/+15
* Extract video thumbnails from the largest sync sample among the first 20.Andreas Huber2009-10-221-0/+47
* Separated private from public header files.Andreas Huber2009-10-131-1/+2
* Fix various compiler warnings accumulated over time.Andreas Huber2009-10-131-5/+5
* Fix a typo.Andreas Huber2009-08-271-1/+1
* assert => CHECK in stagefright.Andreas Huber2009-08-261-25/+5
* Squashed commit of the following:Andreas Huber2009-08-171-1/+1