summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/WAVExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure the .wav extractor does not read data outside the bounds of the 'da...Andreas Huber2010-09-161-1/+12
* Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber2010-08-251-1/+2
* Support for extracting G.711 a-law and mu-law audio from WAV files and a corr...Andreas Huber2010-08-091-40/+76
* Support for communicating if a buffer read from the _extractor_ is a sync sam...Andreas Huber2010-08-061-0/+1
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
* Support 24-bit LE PCM wave files in stagefright.Andreas Huber2010-01-291-1/+20
* Adds support for 8-bit (unsigned) PCM wave files.Andreas Huber2010-01-201-31/+69
* Support for determining the mime type of media via metadata extraction.Andreas Huber2010-01-131-0/+12
* Adds a WAVExtractor for 16-bit signed PCM audio wave files.Andreas Huber2009-11-031-0/+317