summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OggExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE Avoid size_t overflow in base64 decoding once againWonsik Kim2015-09-181-90/+12
* am 3c4216e5: am 2fa6a5ad: am 4d27a468: am 92efd0c5: am b5611b84: Merge "Rever...Wonsik Kim2015-09-161-12/+90
|\
| * am 2fa6a5ad: am 4d27a468: am 92efd0c5: am b5611b84: Merge "Revert "Avoid size...Wonsik Kim2015-09-161-12/+90
| |\
| | * am 92efd0c5: am b5611b84: Merge "Revert "Avoid size_t overflow in base64 deco...Wonsik Kim2015-09-161-12/+90
| | |\
| | | * Revert "Avoid size_t overflow in base64 decoding once again"Wonsik Kim2015-09-111-12/+90
| * | | am c259acce: am f7c40163: am 5f5fc26c: am 322e2dc5: Merge "Avoid size_t overf...Wonsik Kim2015-09-161-90/+12
| |\ \ \ | | |/ /
| | * | am 5f5fc26c: am 322e2dc5: Merge "Avoid size_t overflow in base64 decoding onc...Wonsik Kim2015-09-161-90/+12
| | |\ \ | | | |/
| | | * Avoid size_t overflow in base64 decoding once againWonsik Kim2015-09-091-90/+12
| * | | am eda49b16: am 3f79dbfc: am d77786c6: am a6c650a9: am 436b32d1: am d2605273:...Wonsik Kim2015-09-031-5/+15
| |\ \ \ | | |/ /
| | * | am d77786c6: am a6c650a9: am 436b32d1: am d2605273: Ogg: avoid size_t overflo...Wonsik Kim2015-09-031-5/+15
| | |\ \ | | | |/
| | | * am 436b32d1: am d2605273: Ogg: avoid size_t overflow in base64 decodingWonsik Kim2015-09-031-5/+15
| | | |\
| | | | * Ogg: avoid size_t overflow in base64 decodingWonsik Kim2015-09-031-5/+15
| * | | | am 648ec9da: am 92b5c47a: am 32739430: am fbf55d85: am 80c17e0d: am 450e1015:...Marco Nelissen2015-08-081-4/+9
| |\ \ \ \ | | |/ / /
| | * | | am 32739430: am fbf55d85: am 80c17e0d: am 450e1015: Fix Ogg album artMarco Nelissen2015-08-081-4/+9
| | |\ \ \ | | | |/ /
| | | * | am 80c17e0d: am 450e1015: Fix Ogg album artMarco Nelissen2015-08-081-4/+9
| | | |\ \ | | | | |/
| | | | * Fix Ogg album artMarco Nelissen2015-08-081-4/+9
* | | | | Avoid size_t overflow in base64 decoding once againWonsik Kim2015-09-071-90/+12
* | | | | Ogg: avoid size_t overflow in base64 decodingWonsik Kim2015-09-031-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