summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/SampleTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* stagefright: Fix seeking in MPEG4 container - do not mergeLajos Molnar2014-07-221-113/+78
* 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
* Squashed commit of the following:Andreas Huber2009-07-161-0/+598