Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-24 | AUDIO: Rename Vag to XA | Matthew Hoops | |
Vag is really an XA container, and one that we do not have a decoder for (nor need) | |||
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-04-18 | Merge pull request "New mixer mute handling." | Johannes Schickel | |
See https://github.com/scummvm/scummvm/pull/12 for more information. | |||
2011-04-14 | ALL: centre -> center | Max Horn | |
2011-04-13 | TINSEL: Clean up code a bit, since we now handle digital audio muting ↵ | Johannes Schickel | |
differently. | |||
2011-04-13 | TINSEL: Move custom ADPCM decoders to tinsel engine | Max Horn | |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-11-20 | TINSEL: Preliminary functionality for reading BE data files | Paul Gilbert | |
svn-id: r54392 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-10-22 | TINSEL: Load samples file for DW2 Demo | Paul Gilbert | |
svn-id: r53714 | |||
2010-09-11 | TINSEL: Fix for #3032780 - Mute not respected in DW1 | Paul Gilbert | |
svn-id: r52674 | |||
2010-09-11 | TINSEL: Fix for #3032778 - Mute not respected in DW2 | Paul Gilbert | |
svn-id: r52673 | |||
2010-04-17 | Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in Tinsel | Max Horn | |
svn-id: r48696 | |||
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn | |
svn-id: r48637 | |||
2010-02-03 | Yet more Flac -> FLAC changes for consistency. | Johannes Schickel | |
svn-id: r47847 | |||
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-28 | Hide VagStream implementation, only expose it via a factory method | Max Horn | |
svn-id: r47634 | |||
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-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Convert more engines from Mixer::playRaw to Mixer::playInputStream | Max Horn | |
svn-id: r47377 | |||
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 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵ | Max Horn | |
header common/types.h svn-id: r47180 | |||
2010-01-07 | Make VagStream a RewindableAudioStream. | Johannes Schickel | |
svn-id: r47132 | |||
2009-12-15 | Got rid of ReadStream::ioFailed() | Max Horn | |
svn-id: r46379 | |||
2009-11-02 | TINSEL: Turn config code into a simple C++ class | Max Horn | |
svn-id: r45617 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-27 | TINSEL: Formatting cleanup, remove a dead var, tweaked comment to ↵ | Max Horn | |
Get/SetNoBlocking svn-id: r45450 | |||
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn | |
svn-id: r45233 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-09-27 | TINSEL: cleanup | Max Horn | |
svn-id: r44416 | |||
2009-09-26 | FLAC support had a typo in detection, fixed | Martin Kiewitz | |
svn-id: r44379 | |||
2009-07-02 | Added support for compressed sample files (patch #2815426 by m_kiewitz) | Sven Hesse | |
svn-id: r42020 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-24 | tinsel: sound samples and speech support for Discworld PSX using VAG. Based ↵ | Fabio Battaglia | |
on a patch provided by clone2727 svn-id: r40852 | |||
2009-04-25 | Added code to enable Discworld 2 to play directly from the CD (only the ↵ | Paul Gilbert | |
first CD - Cd swap still doesn't work) or from files copied to the hard disk without the .smp/txt/idx files being properly renamed (again only for the first Cd). svn-id: r40141 | |||
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2009-01-17 | Since users need to rename the sound and index files in DW2, throw nice GUI ↵ | Filippos Karapetis | |
error messages when these files are not found before dying with an error svn-id: r35886 | |||
2009-01-12 | Cleanup | Filippos Karapetis | |
svn-id: r35838 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-01 | Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 ↵ | Filippos Karapetis | |
should be completable svn-id: r35196 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-07-24 | cleanup | Max Horn | |
svn-id: r33263 | |||
2008-07-23 | Added Tinsel engine to main repos (no news item for it ON PURPOSE) | Max Horn | |
svn-id: r33230 |