summaryrefslogtreecommitdiff
path: root/media/libstagefright/WAVExtractor.cpp
AgeCommit message (Expand)Author
2012-11-30Fix bug in WAVExtractor for 24-bit per sample wavcong.zhou
2012-09-05To make mimetype for WAV file consistent over SF.Dongwon Kang
2012-05-02Fix build, WAVExtractor typoJean-Michel Trivi
2012-05-02Tolerate 0 valid bits value in WAV_EXTJean-Michel Trivi
2012-03-09Extend WAV extractor for multichannelJean-Michel Trivi
2012-02-10Move away from MediaDebug and use ADebug insteadJames Dong
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-07-22Do not change the number of bytes while converting 8-bit samples to 16-bit,Gloria Wang
2011-05-11Squashed commit of the following:Andreas Huber
2011-03-30Check whether WAVE extractor can be initialized successfully in the sniffer f...James Dong
2011-03-15Fix an issue where the timestamp provided by WAVExtractor does not start with 0James Dong
2010-12-13Fix an issue where a fixed number of bits per sample is used for seek positio...James Dong
2010-11-1864-bit file size/offset support for media frameworkJames Dong
2010-09-16Make sure the .wav extractor does not read data outside the bounds of the 'da...Andreas Huber
2010-08-25Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber
2010-08-09Support for extracting G.711 a-law and mu-law audio from WAV files and a corr...Andreas Huber
2010-08-06Support for communicating if a buffer read from the _extractor_ is a sync sam...Andreas Huber
2010-07-21Support finer seek control on MediaSources.Andreas Huber
2010-01-29Support 24-bit LE PCM wave files in stagefright.Andreas Huber
2010-01-20Adds support for 8-bit (unsigned) PCM wave files.Andreas Huber
2010-01-13Support for determining the mime type of media via metadata extraction.Andreas Huber
2009-11-03Adds a WAVExtractor for 16-bit signed PCM audio wave files.Andreas Huber