summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/WAVExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* warnings be gone.Andreas Huber2014-04-111-2/+2
* am 9435b498: am f38259cf: Merge "Fix bug in WAVExtractor for 24-bit per sampl...Glenn Kasten2012-12-171-2/+4
|\
| * Fix bug in WAVExtractor for 24-bit per sample wavcong.zhou2012-11-301-2/+4
* | Add GSM 6.10 decoderMarco Nelissen2012-11-161-11/+50
|/
* To make mimetype for WAV file consistent over SF.Dongwon Kang2012-09-051-2/+1
* Fix build, WAVExtractor typoJean-Michel Trivi2012-05-021-1/+1
* Tolerate 0 valid bits value in WAV_EXTJean-Michel Trivi2012-05-021-3/+9
* Extend WAV extractor for multichannelJean-Michel Trivi2012-03-091-10/+72
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-3/+3
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-3/+3
* Do not change the number of bytes while converting 8-bit samples to 16-bit,Gloria Wang2011-07-221-1/+3
* Squashed commit of the following:Andreas Huber2011-05-111-0/+2
* Check whether WAVE extractor can be initialized successfully in the sniffer f...James Dong2011-03-301-0/+5
* Fix an issue where the timestamp provided by WAVExtractor does not start with 0James Dong2011-03-151-2/+1
* Fix an issue where a fixed number of bits per sample is used for seek positio...James Dong2010-12-131-1/+1
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-6/+6
* 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