summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OggExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix benign unsigned overflow in OggExtractorChad Brubaker2015-11-051-2/+7
* Fix benign overflow in getTimeUsOfGranuleChad Brubaker2015-11-051-0/+6
* DO NOT MERGE Avoid size_t overflow in base64 decoding once againWonsik Kim2015-09-281-90/+12
* Ogg: avoid size_t overflow in base64 decodingWonsik Kim2015-09-281-5/+15
* Fix Ogg album artMarco Nelissen2015-08-071-4/+9
* Ogg Opus: handle cases where first sample has non 0 timeRobert Shih2015-06-081-1/+38
* stagefright: initial Ogg Opus supportRobert Shih2015-06-031-72/+369
* OggExtractor::verifyHeader: return errors instead of assertingMarco Nelissen2015-05-051-2/+6
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-9/+9
* am c9330d9a: am 89ee55cb: Merge "OggExtractor: ignore timestamp calculation f...Robert Shih2014-12-191-10/+8
|\
| * OggExtractor: ignore timestamp calculation for configuration packetsRobert Shih2014-12-181-10/+8
* | am 42495ddc: am 592f3bc8: Merge "Added support for YEAR metadata key from Vor...Glenn Kasten2014-12-011-0/+1
|\ \ | |/ |/|
| * Added support for YEAR metadata key from VorbisCommentsAndreas Lillvik2014-11-111-0/+1
* | Fix Ogg Vorbis packet timestampsMarco Nelissen2014-11-111-14/+61
|/
* stagefright: handle seeking to before first cue-point.Lajos Molnar2014-07-211-5/+9
* stagefright: Fix seeking in MPEG4 containerLajos Molnar2014-07-171-4/+4
* libstagefright: 64-bit compile warningsMark Salyzyn2014-06-261-9/+9
* warnings be gone.Andreas Huber2014-02-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