1. 34d7db5 am 9435b498: am f38259cf: Merge "Fix bug in WAVExtractor for 24-bit per sample wav" by Glenn Kasten · 12 years ago
  2. 5163410 Fix bug in WAVExtractor for 24-bit per sample wav by cong.zhou · 12 years ago
  3. 2ed5cf0 Add GSM 6.10 decoder by Marco Nelissen · 12 years ago
  4. 4a315ab To make mimetype for WAV file consistent over SF. by Dongwon Kang · 12 years ago
  5. 06f6ae3 Fix build, WAVExtractor typo by Jean-Michel Trivi · 12 years ago
  6. 72b2b9b Tolerate 0 valid bits value in WAV_EXT by Jean-Michel Trivi · 12 years ago
  7. 3bed68c Extend WAV extractor for multichannel by Jean-Michel Trivi · 12 years ago
  8. f1d5aa1 Move away from MediaDebug and use ADebug instead by James Dong · 12 years ago
  9. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  10. 0b3f217 Do not change the number of bytes while converting 8-bit samples to 16-bit, by Gloria Wang · 13 years ago
  11. bbba88c Squashed commit of the following: by Andreas Huber · 13 years ago
  12. 70d3e26 Check whether WAVE extractor can be initialized successfully in the sniffer for WAVE by James Dong · 13 years ago
  13. f1e10e8 Fix an issue where the timestamp provided by WAVExtractor does not start with 0 by James Dong · 13 years ago
  14. 36fb207 Fix an issue where a fixed number of bits per sample is used for seek position calculation. by James Dong · 14 years ago
  15. c7fc37a 64-bit file size/offset support for media framework by James Dong · 14 years ago
  16. 104fcb8 Make sure the .wav extractor does not read data outside the bounds of the 'data' box. by Andreas Huber · 14 years ago
  17. 5a1c352 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
  18. 42d66f2 Support for extracting G.711 a-law and mu-law audio from WAV files and a corresponding software decoder. by Andreas Huber · 14 years ago
  19. 8bf59e7 Support for communicating if a buffer read from the _extractor_ is a sync sample or not. by Andreas Huber · 14 years ago
  20. abd1f4f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
  21. 984d8f4 Support 24-bit LE PCM wave files in stagefright. by Andreas Huber · 14 years ago
  22. f99f049 Adds support for 8-bit (unsigned) PCM wave files. by Andreas Huber · 15 years ago
  23. 7be6407 Support for determining the mime type of media via metadata extraction. by Andreas Huber · 15 years ago
  24. 0dba737 Adds a WAVExtractor for 16-bit signed PCM audio wave files. by Andreas Huber · 15 years ago