summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/WAVExtractor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the .wav extractor does not read data outside the bounds of the ↵Andreas Huber2010-09-161-1/+12
| | | | | | | 'data' box. Change-Id: Icf18f9224d97e6a78328dd429ebc3a3433e5cecd related-to-bug: 3007790
* Allow sniffers to return a packet of opaque data that the corresponding ↵Andreas Huber2010-08-251-1/+2
| | | | | | | 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-40/+76
| | | | | | | corresponding software decoder. Change-Id: I92685d09456c220b8c09842defb721bd55b0b9f6 related-to-bug: 2900021
* Support for communicating if a buffer read from the _extractor_ is a sync ↵Andreas Huber2010-08-061-0/+1
| | | | | | | sample or not. Change-Id: Ie71506224d937cfff1fa1273bfac31c47db8845f related-to-bug: 2900534
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
| | | | | | related-to-bug: 2858448 Change-Id: Ifb4b13b990fd5889113e47e2c62249ac43391fa1
* Support 24-bit LE PCM wave files in stagefright.Andreas Huber2010-01-291-1/+20
| | | | related-to-bug: 2300197
* Adds support for 8-bit (unsigned) PCM wave files.Andreas Huber2010-01-201-31/+69
| | | | related-to-bug: 2382428
* 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