summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/matroska/MatroskaExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '91820d46b5f3065c2fded3cdf65d305715b33bb1' into HEADBill Yi2014-04-291-30/+50
|\
| * Allow for larger codec private dataMarco Nelissen2014-03-071-30/+50
* | libstagefright: fix 64-bit warningsColin Cross2014-04-141-1/+1
* | Fix aosp_arm64 mirror-aosp-master build 1119326Mark Salyzyn2014-04-111-4/+4
* | warnings be gone (4/4)Mark Salyzyn2014-04-111-2/+4
* | warnings be gone.Andreas Huber2014-04-111-1/+1
|/
* Adds VP9 decoding support for stagefright.hkuang2013-06-241-1/+3
* stagefright: matroska: don't crash on parsing errorLajos Molnar2013-03-271-2/+2
* The length information of the chunks making up vorbis codec specific infoAndreas Huber2012-11-151-14/+60
* Fixed redefinition of 'i' with a different type errorTareq A. Siraj2012-08-221-2/+2
* libstagefright/matroska: Fix build with gcc 4.7Bernhard Rosenkraenzer2012-05-241-3/+3
* Trust the Cues elementJohann2012-04-041-44/+22
* fix crash with cues at the beginning of the fileJohann2012-04-031-9/+4
* Use Cues to seek Matroska filesJohann2012-04-021-13/+97
* Experiment with seeking to closest frame instead of closest syncframeAndreas Huber2012-02-091-11/+60
* MatroskaExtractor: to support MPEG4 and MP3 codec.Dongwon Kang2012-01-151-12/+32
* 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
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-7/+7
* Support multiple NAL fragments per .mkv payloadAndreas Huber2011-09-281-47/+61
* Apparently keyframe status in audio tracks of .webm/.mkv files is unreliableAndreas Huber2011-09-071-5/+22
* The MatroskaExtractor will now publish a different mime-type "video/webm" ifAndreas Huber2011-08-221-2/+10
* Properly construct the ESDS metadata even if sizeof(codec-specific-data) != 2Andreas Huber2011-05-041-1/+7
* Fix a webm-seek issue introduced when adding support for streaming webmAndreas Huber2011-04-011-1/+4
* Squashed commit of the following:Andreas Huber2011-03-181-195/+136
* The .mkv parser lib leaves some tracks NULL if it doesn't support them.Andreas Huber2011-01-241-0/+6
* Properly parse Matroska lacing flags and extract all frames contained in a bl...Andreas Huber2011-01-111-55/+279
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-1/+1
* Proper support for variable NALsize lengths of AVC content in .mkv files.Andreas Huber2010-11-151-54/+67
* Upgrade to the latest version of libwebm to fix YouTube webm playback.Andreas Huber2010-10-281-2/+2
* Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber2010-08-251-1/+2
* Support for communicating if a buffer read from the _extractor_ is a sync sam...Andreas Huber2010-08-061-0/+1
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
* Support for thumbnail extraction in the Matroska extractor.Andreas Huber2010-05-251-41/+131
* Support for media extraction from .mkv/.mka Matroska files in stagefright.Andreas Huber2010-05-201-0/+504