summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/matroska
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow sniffers to return a packet of opaque data that the corresponding ↵Andreas Huber2010-08-252-2/+5
| | | | | | | 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 communicating if a buffer read from the _extractor_ is a sync ↵Andreas Huber2010-08-061-0/+1
| | | | | | | sample or not. Change-Id: Ie71506224d937cfff1fa1273bfac31c47db8845f related-to-bug: 2900534
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
| | | | | | related-to-bug: 2858448 Change-Id: Ifb4b13b990fd5889113e47e2c62249ac43391fa1
* Support for thumbnail extraction in the Matroska extractor.Andreas Huber2010-05-252-41/+133
| | | | | Change-Id: I56f13fc4868baffe0bb8c2484d2753c766a73960 related-to-bug: 2483739
* Support for media extraction from .mkv/.mka Matroska files in stagefright.Andreas Huber2010-05-205-0/+4125
Change-Id: I4c26579828ad575523ccf58b0b5cb144046c04ca related-to-bug: 2483739