1. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  2. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  3. 48810fd OGG: To prevent mediaserver from crash by SIGFPE (divide by zero) and more guarding in getMetaData(). by Dongwon Kang · 13 years ago
  4. f5c9995 Make sure the ogg extractor returns appropriate error codes. by Andreas Huber · 13 years ago
  5. c655790 Provide better duration and seek accuracy if playing vorbis audio from a non-streaming source. by Andreas Huber · 13 years ago
  6. f9f223e Bug 1804058 FLAC extractor by Glenn Kasten · 14 years ago
  7. ee35aff Add support for the "compilation" tag in mp3, mp4 and ogg, and also add by Marco Nelissen · 14 years ago
  8. b1262a8 64-bit file size/offset support for media framework by James Dong · 14 years ago
  9. 38ae220 Vorbis files may have more samples encoded that should be used, i.e. we have to trim samples at the end of the stream. This is crucial for proper looping of some audio files. by Andreas Huber · 14 years ago
  10. 9fee0b2 Ogg files can be tagged to be automatically looping, this setting always overrides the MediaPlayer's setLooping setting. by Andreas Huber · 14 years ago
  11. efdd088 Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now. by Andreas Huber · 14 years ago
  12. 3386c38 Make the OggExtractor less verbose. by Andreas Huber · 14 years ago
  13. ad98d38 Support for communicating if a buffer read from the _extractor_ is a sync sample or not. by Andreas Huber · 14 years ago
  14. 1f7fba1 A better fix for the OggExtractor referring to the sample rate while it hasn't been initialized yet. by Andreas Huber · 14 years ago
  15. 0fc9f34 Fix divide by zero. by Marco Nelissen · 14 years ago
  16. 6624c9f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
  17. eae953b Convert a number of assertions into runtime errors (OggExtractor) by Andreas Huber · 14 years ago
  18. c6c62e1 Support for ogg(vorbis) metadata in stagefright including album art. by Andreas Huber · 14 years ago
  19. 34c7070 Better seek handling and proper reset of the vorbis decoder after a discontinuity (seek) by Andreas Huber · 14 years ago
  20. 388379f A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 14 years ago