summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/WAVExtractor.h
Commit message (Collapse)AuthorAgeFilesLines
* Extend WAV extractor for multichannelJean-Michel Trivi2012-03-091-0/+1
| | | | | | | Support multichannel (more than 2) audio in WAV. Support WAV_EXT format. Change-Id: If0e6cf28cb3096f4f148ff6583f7e01db8f8a901
* Remove RefBase.h dependency on TextOutput.hMathias Agopian2011-02-221-0/+1
| | | | Change-Id: I72cd6b98ef82b4868fe1c8ec87862cf43fb4ee73
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-1/+1
| | | | Change-Id: I3452bc2c0f1d990cc67285df2fce1f9f86ff8e10
* Allow sniffers to return a packet of opaque data that the corresponding ↵Andreas Huber2010-08-251-1/+3
| | | | | | | extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now. Change-Id: Icb77ae3ee95a69c7da25b4d3b8696c0a2d33028a related-to-bug: 2948754
* Support for extracting G.711 a-law and mu-law audio from WAV files and a ↵Andreas Huber2010-08-091-0/+1
| | | | | | | corresponding software decoder. Change-Id: I92685d09456c220b8c09842defb721bd55b0b9f6 related-to-bug: 2900021
* Adds support for 8-bit (unsigned) PCM wave files.Andreas Huber2010-01-201-0/+2
| | | | related-to-bug: 2382428
* Support for determining the mime type of media via metadata extraction.Andreas Huber2010-01-131-0/+2
|
* Adds a WAVExtractor for 16-bit signed PCM audio wave files.Andreas Huber2009-11-031-0/+61