Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-11-01 | ENGINES: Remove some 'using' statements | Max Horn | |
svn-id: r54001 | |||
2010-09-26 | AGOS: Hopefully fix bug #3000876 ("FF: Crackling/static popping") | Torbjörn Andersson | |
We want the WAV stream in playSounData() to contain the entire WAV data, but the size we read does not include the eight first bytes. svn-id: r52908 | |||
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn | |
svn-id: r48637 | |||
2010-03-08 | Tweak makeVOCDiskStream | Max Horn | |
* now takes a SeekableReadStream *pointer* like (almost) all other audiostream factories * fix potential memory leak in it * rename takeOwnershipOfStream to disposeAfterUse for consistency svn-id: r48184 | |||
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel | |
- Rename makeFlacStream to makeFLACStream. svn-id: r47846 | |||
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel | |
svn-id: r47716 | |||
2010-01-26 | AGOS: Turn BaseSound into a subclass of Common::NonCopyable | Max Horn | |
svn-id: r47581 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn | |
svn-id: r47492 | |||
2010-01-23 | Update comments. | Travis Howell | |
svn-id: r47461 | |||
2010-01-23 | Fix regressions, only the Amiga CD32 version of Simon the Sorcerer 1 used ↵ | Travis Howell | |
signed sound data. svn-id: r47460 | |||
2010-01-23 | AGOS: Further unify code related to compressed sound | Max Horn | |
svn-id: r47458 | |||
2010-01-23 | AGOS: Fix memory leak in Sound::loadSfxTable | Max Horn | |
svn-id: r47457 | |||
2010-01-23 | AGOS: Turn BaseSound::makeAudioStream into a pure virtual method | Max Horn | |
svn-id: r47456 | |||
2010-01-23 | AGOS: Unify code related to compressed sound | Max Horn | |
svn-id: r47455 | |||
2010-01-23 | AGOS: Get rid of FLAG_LOOP usage | Max Horn | |
svn-id: r47454 | |||
2010-01-23 | AGOS: Start to refactor sound handling | Max Horn | |
svn-id: r47453 | |||
2010-01-22 | AGOS: Add FIXME for a memory leak | Max Horn | |
svn-id: r47452 | |||
2010-01-22 | AGOS: cleanup | Max Horn | |
svn-id: r47451 | |||
2010-01-22 | AGOS: Rearrange sound code a bit | Max Horn | |
svn-id: r47450 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Get rid of Mixer::playRaw for good | Max Horn | |
svn-id: r47394 | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47334 | |||
2010-01-08 | Since AudioStream looping is no longer handled by the Mixer, drop ↵ | Johannes Schickel | |
Mixer::playAudioStreamLooping. (There's Audio::makeLoopingAudioStream). svn-id: r47160 | |||
2010-01-07 | Cleanup. | Johannes Schickel | |
svn-id: r47133 | |||
2010-01-07 | Make makeWAVStream return a RewindableAudioStream. | Johannes Schickel | |
svn-id: r47129 | |||
2009-12-28 | Create the stream dynamically in playSoundData(), to avoid a crash (spotted by | Torbjörn Andersson | |
salty-horse) when makeWAVStream() deletes it. svn-id: r46676 | |||
2009-10-14 | Patch #2834677: Wave/ADPCM Endianness Fixes | Max Horn | |
svn-id: r45095 | |||
2009-08-15 | Fix regression, that caused multiple sounds in Simon the Sorcerer 2 to be ↵ | Travis Howell | |
cut off. svn-id: r43400 | |||
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol ↵ | Neil Millstone | |
STREAM_AUDIO_FROM_DISK to enable. See patch #2834001. svn-id: r43357 | |||
2009-05-04 | Fix the car chase scene in PN. | Travis Howell | |
svn-id: r40299 | |||
2009-03-08 | Add initial support for Personal Nightmare. | Travis Howell | |
Thanks to dreammaster for file decompression and icon decoding code. NOTE: setjmp/longjmp code will require conversion for portability. svn-id: r39216 | |||
2009-01-27 | Add/Update comments. | Travis Howell | |
svn-id: r36094 | |||
2009-01-27 | Add looping support to makeVOCStream(). | Travis Howell | |
svn-id: r36093 | |||
2009-01-27 | Extended makeWAVStream by a 'disposeAfterUse' param; changed makeWAVStream ↵ | Max Horn | |
to directly return the AudioStream created by makeADPCMStream svn-id: r36085 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-08-14 | Fixed a memory leak in Agos | Christopher Page | |
svn-id: r33852 | |||
2008-04-17 | Fix bug #1932150 - SIMON1: Sousaphone Bug. | Travis Howell | |
svn-id: r31527 | |||
2007-11-16 | Changed Audio::makeADPCMStream so that the stream passed to it can ↵ | Max Horn | |
automatically be disposed svn-id: r29517 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn | |
svn-id: r28111 | |||
2007-06-10 | Fix adjusting music volume in Puzzle Pack games. | Travis Howell | |
svn-id: r27269 | |||
2007-06-10 | Fix single sound effect, failing to play multiple times regression, caused ↵ | Travis Howell | |
by changes for PP in the past. svn-id: r27267 | |||
2007-06-06 | Fix pausing sound effects in earlier games. | Travis Howell | |
svn-id: r27150 | |||
2007-06-03 | Fixed serious memory leak in AGOS engine (sound looping code was leaking) | Max Horn | |
svn-id: r27065 |