summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OggExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* stagefright: Fix seeking in MPEG4 container - do not mergeLajos Molnar2014-07-221-5/+9
* warnings be gone.Andreas Huber2014-04-111-5/+5
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
* 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-3/+3
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-20/+20
* OGG: To prevent mediaserver from crash by SIGFPE (divide by zero) and more gu...Dongwon Kang2011-06-201-2/+3
* Make sure the ogg extractor returns appropriate error codes.Andreas Huber2011-05-101-6/+13
* Provide better duration and seek accuracy if playing vorbis audio from a non-...Andreas Huber2011-03-021-16/+125
* Bug 1804058 FLAC extractorGlenn Kasten2011-02-031-16/+22
* Add support for the "compilation" tag in mp3, mp4 and ogg, and also addMarco Nelissen2011-01-071-0/+3
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-16/+16
* 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