summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/matroska
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
* | media: -Werror re-enabledMark Salyzyn2014-04-151-1/+1
* | libstagefright: fix 64-bit warningsColin Cross2014-04-141-1/+1
* | Fix aosp_arm64 mirror-aosp-master build 1119326Mark Salyzyn2014-04-112-5/+5
* | warnings be gone (4/4)Mark Salyzyn2014-04-111-2/+4
* | warnings be gone.Andreas Huber2014-04-112-2/+2
|/
* Adds VP9 decoding support for stagefright.hkuang2013-06-241-1/+3
* stagefright: matroska: don't crash on parsing errorLajos Molnar2013-03-271-2/+2
* Merge "Match new paths and organization in external/libvpx"Ying Wang2012-12-121-1/+1
|\
| * Match new paths and organization in external/libvpxJohann2012-10-291-1/+1
* | 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
* am e20435de: Merge "Add NOTICE and MODULE_LICENSE_APACH2 to libs build under ...James Dong2012-06-132-0/+190
|\
| * Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* | 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
* Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files.James Dong2012-03-241-1/+0
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-1/+1
* 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-222-2/+11
* 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-182-195/+145
* Remove mkvparser code from /frameworks/baseJames Dong2011-02-223-5073/+3
* 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-113-55/+284
* 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-283-3533/+5067
* Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-151-1/+1
* Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber2010-08-252-2/+5
* 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-252-41/+133
* Support for media extraction from .mkv/.mka Matroska files in stagefright.Andreas Huber2010-05-205-0/+4125