summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OggExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Vorbis files may have more samples encoded that should be used, i.e. we have ...Andreas Huber2010-09-281-0/+77
* Ogg files can be tagged to be automatically looping, this setting always over...Andreas Huber2010-09-031-1/+5
* Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber2010-08-251-1/+2
* Make the OggExtractor less verbose.Andreas Huber2010-08-161-4/+4
* Support for communicating if a buffer read from the _extractor_ is a sync sam...Andreas Huber2010-08-061-0/+2
* A better fix for the OggExtractor referring to the sample rate while it hasn'...Andreas Huber2010-08-051-2/+8
* Fix divide by zero.Marco Nelissen2010-08-041-1/+1
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
* Convert a number of assertions into runtime errors (OggExtractor)Andreas Huber2010-05-261-20/+46
* Support for ogg(vorbis) metadata in stagefright including album art.Andreas Huber2010-05-251-14/+201
* Better seek handling and proper reset of the vorbis decoder after a discontin...Andreas Huber2010-05-111-1/+12
* A new OggExtractor/VorbisDecoder combo to support approximate seeking.Andreas Huber2010-05-071-0/+586