summaryrefslogtreecommitdiff
path: root/media/libstagefright/OggExtractor.cpp
AgeCommit message (Expand)Author
2012-02-10Move away from MediaDebug and use ADebug insteadJames Dong
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-06-20OGG: To prevent mediaserver from crash by SIGFPE (divide by zero) and more gu...Dongwon Kang
2011-05-10Make sure the ogg extractor returns appropriate error codes.Andreas Huber
2011-03-02Provide better duration and seek accuracy if playing vorbis audio from a non-...Andreas Huber
2011-02-03Bug 1804058 FLAC extractorGlenn Kasten
2011-01-07Add support for the "compilation" tag in mp3, mp4 and ogg, and also addMarco Nelissen
2010-11-1864-bit file size/offset support for media frameworkJames Dong
2010-09-28Vorbis files may have more samples encoded that should be used, i.e. we have ...Andreas Huber
2010-09-03Ogg files can be tagged to be automatically looping, this setting always over...Andreas Huber
2010-08-25Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber
2010-08-16Make the OggExtractor less verbose.Andreas Huber
2010-08-06Support for communicating if a buffer read from the _extractor_ is a sync sam...Andreas Huber
2010-08-05A better fix for the OggExtractor referring to the sample rate while it hasn'...Andreas Huber
2010-08-04Fix divide by zero.Marco Nelissen
2010-07-21Support finer seek control on MediaSources.Andreas Huber
2010-05-26Convert a number of assertions into runtime errors (OggExtractor)Andreas Huber
2010-05-25Support for ogg(vorbis) metadata in stagefright including album art.Andreas Huber
2010-05-11Better seek handling and proper reset of the vorbis decoder after a discontin...Andreas Huber
2010-05-07A new OggExtractor/VorbisDecoder combo to support approximate seeking.Andreas Huber