Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-20 | AUDIO: Support Wave files with an initial fact chunk | Paul Gilbert | |
2016-09-02 | AUDIO: Disable MP3 decoding in Wave files if MAD dependency is disabled | Paul Gilbert | |
2016-09-02 | AUDIO: Add support for MP3 encoded data in WAVE files | Paul Gilbert | |
This is needed for playback of Starship Titanic speech data | |||
2016-06-19 | AUDIO: Make WAV streams seekable | Colin Snover | |
This allows raw PCM in WAVE containers to have duration and be seekable, and opens the door for ADPCM streams to be seekable later if necessary. This change is needed to avoid duplication of RIFF/WAVE container parsing for SCI engine, which uses raw PCM WAVE files and needs to be able to determine their lengths. | |||
2014-02-18 | AUDIO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-02-09 | AUDIO: Add support for RAW PCM wave stream with an incomplete packet | Bastien Bouclet | |
The last incomplete packet is ignored | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 |