summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/matroska/MatroskaExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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