summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/matroska/MatroskaExtractor.h
Commit message (Collapse)AuthorAgeFilesLines
* Fatal error while playing certain mkv files.Mazhar2015-12-071-1/+1
| | | | | | | | | | | In addTracks() function, the value of codecPrivateSize is zero for the certain mkv contents, which causes this fatal error. With this fix, error is returned whenever the value of codecPrivateSize is less than 2, to avoid the fatal error. Change-Id: I2f464deb7444d4c129aaa4d77bba35a3835bf7e1 Signed-off-by: gbhakteX <gurudattax.bhakte@intel.com> Signed-off-by: Mazhar <mazharx.sameullah@intel.com>
* MatroskaExtractor: track specific seekingRobert Shih2014-06-191-4/+7
| | | | | | | Divide cues based on tracks to support track specific seeking. Bug: 15595215 Change-Id: Ibb853b0955c62af72243ed29253f939d07628ae4
* Opus Matroska support in OpenMaxVignesh Venkatasubramanian2014-03-031-0/+1
| | | | | | | | Adding Openmax component for libopus software decoder. This can decode opus audio files embedded in matroska containers. Change-Id: I7e0691cfc6d719c4e927b9efbd05a3143be49abc Note: This CL is part of adding Opus support to Android.
* The MatroskaExtractor will now publish a different mime-type "video/webm" ifAndreas Huber2011-08-221-0/+1
| | | | | | | the doctype of the matroska file indicates that it is a webm file. Change-Id: I467f597690a841043ecd11d2a2cae93351820f1b related-to-bug: 5042137
* Squashed commit of the following:Andreas Huber2011-03-181-0/+9
| | | | | | | | | | | | | | | | | | | | commit ed615e2803839ef28e0eab50d17844c207083ad6 Author: Andreas Huber <andih@google.com> Date: Fri Mar 18 12:38:30 2011 -0700 Support for live streaming of webm content over http. Change-Id: Ie9ebd23d2c44d192d348b9fa3f3a0f3f28ac9e4c commit 9c50b1392471a3d652b4a875c823bee854f8855b Author: Andreas Huber <andih@google.com> Date: Thu Mar 17 13:33:22 2011 -0700 Upgrade to the latest version of libwebm. Change-Id: Ic7965dda84131a38f9d3c72b6acd2025ace939ce Change-Id: I3c993a89f749f05741594ef0ea47864e17ee783b
* Allow sniffers to return a packet of opaque data that the corresponding ↵Andreas Huber2010-08-251-1/+3
| | | | | | | extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now. Change-Id: Icb77ae3ee95a69c7da25b4d3b8696c0a2d33028a related-to-bug: 2948754
* Support for thumbnail extraction in the Matroska extractor.Andreas Huber2010-05-251-0/+2
| | | | | Change-Id: I56f13fc4868baffe0bb8c2484d2753c766a73960 related-to-bug: 2483739
* Support for media extraction from .mkv/.mka Matroska files in stagefright.Andreas Huber2010-05-201-0/+74
Change-Id: I4c26579828ad575523ccf58b0b5cb144046c04ca related-to-bug: 2483739