Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-05 | Remove unsafe getTotalPlayTime from AudioStream. | Johannes Schickel | |
svn-id: r47037 | |||
2010-01-05 | Add a "getLength" function to SeekableAudioStream. | Johannes Schickel | |
svn-id: r47036 | |||
2010-01-05 | Add some basic documentation to the new Channel interface. | Johannes Schickel | |
svn-id: r47034 | |||
2010-01-05 | - Do not calculate left/right channel volume every SimpleChannel::mix call ↵ | Johannes Schickel | |
anymore, but do it once - Notify a channel, when it's channel volume type changed from inside MixerImpl::setVolumeForSoundType svn-id: r47033 | |||
2010-01-05 | Get rid of public variables in Channel. | Johannes Schickel | |
svn-id: r47032 | |||
2010-01-05 | Create a generic Channel interface for the default Mixer implementation. | Johannes Schickel | |
svn-id: r47031 | |||
2010-01-05 | - Fix a bug in Channel::pause for recursive pausing. | Johannes Schickel | |
- Fix bug in Channel:getElapsedTime, when called while the channel is paused. svn-id: r47029 | |||
2010-01-05 | Oops somehow I must have missed CopyRateConverter::flow, in r47014. | Johannes Schickel | |
svn-id: r47016 | |||
2010-01-05 | Use the return value of RateConverter::flow to calculate the decoded samples ↵ | Johannes Schickel | |
and not the upper bound "len". (This should only be a difference when the audio stream has no more samples left) svn-id: r47015 | |||
2010-01-05 | Make RateConverter::flow return the number of sample pairs written, like ↵ | Johannes Schickel | |
it's documented in the .cpp file. svn-id: r47014 | |||
2010-01-05 | - Add a new SeekableAudioStream interface. Soon to be used to replace audio ↵ | Johannes Schickel | |
stream specific looping code by generic code in Mixer... - Adapted some existing AudioStreams to implement that interface (not tested!) svn-id: r47013 | |||
2010-01-04 | Switch Channel::getElapsedTime() to use a Timestamp for its computations | Max Horn | |
svn-id: r46995 | |||
2010-01-04 | Make some improvements for Audio::Timestamp. | Max Horn | |
* Add convertToFramerate() method * Add framerate() method * Add operator == and != * Improve frameDiff() to work for two timestamps with distinct framerates * Improve Doxygen comments svn-id: r46994 | |||
2010-01-03 | - Remove unsafe default constructor of Audio::Timestamp. | Johannes Schickel | |
- Add an assert which prevents the _frameRate from being 0 in the Audio::Timestamp constructor. svn-id: r46958 | |||
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson | |
before freeing it, which isn't necessary. svn-id: r46941 | |||
2010-01-02 | SCI/new music code: Don't stop notes when looping for a hold | Willem Jan Palenstijn | |
svn-id: r46897 | |||
2010-01-01 | This time properly fix getTotalPlayTime for looped FLAC, MP3 and VORBIS ↵ | Johannes Schickel | |
audio streams. svn-id: r46863 | |||
2010-01-01 | Mention in documentation of AudioStream::setNumLoops, that this function ↵ | Johannes Schickel | |
also resets the number of loops played counter. svn-id: r46862 | |||
2010-01-01 | Properly reset _numPlayedLoops in setNumLoops in all AudioStream ↵ | Johannes Schickel | |
implementations implementing setNumLoops. svn-id: r46861 | |||
2010-01-01 | init _numPlayedLoops inside LinearMemoryStream | Martin Kiewitz | |
svn-id: r46857 | |||
2010-01-01 | Fix getTotalPlayTime for MP3, FLAC, Vorbis and LinearMemoryStream after the ↵ | Johannes Schickel | |
latest loop related changes. svn-id: r46838 | |||
2010-01-01 | Implemented setNumLoops() for common audio streams. | Eugene Sandulenko | |
Implemented getNumPlayedLoops() for common audio streams. Requested by m_kriewitz. svn-id: r46836 | |||
2010-01-01 | Extend doxygen comment for setNumLoops() | Eugene Sandulenko | |
svn-id: r46832 | |||
2010-01-01 | Added setNumLoops() for linear memory streams, enables looping of samples in sci | Martin Kiewitz | |
svn-id: r46821 | |||
2010-01-01 | Adding setNumLoops() to AudioStream class | Martin Kiewitz | |
svn-id: r46819 | |||
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia | |
svn-id: r46773 | |||
2009-12-30 | Fix bug #2923380 (AMIGAOS4: Compiler error) | Jordi Vilalta Prat | |
svn-id: r46753 | |||
2009-12-29 | Add Mohawk engine code. Part 2/3: common code changes. | Eugene Sandulenko | |
svn-id: r46728 | |||
2009-12-09 | Typo... | Johannes Schickel | |
svn-id: r46319 | |||
2009-12-09 | This is hopefully fixing compilation of the fluidsynth code. | Johannes Schickel | |
svn-id: r46318 | |||
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn | |
svn-id: r46316 | |||
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn | |
svn-id: r46315 | |||
2009-12-07 | Rename the MT-32 emulator driver name from "MT-32" to "MT-32 Emulation to ↵ | Johannes Schickel | |
avoid confusion. svn-id: r46271 | |||
2009-11-26 | Fix warnings. | Johannes Schickel | |
svn-id: r46145 | |||
2009-11-26 | Add patch #2839048 - MM C64 sound/music player, with minor changes. | Travis Howell | |
svn-id: r46143 | |||
2009-11-25 | Extend documentation slightly. | Johannes Schickel | |
svn-id: r46141 | |||
2009-11-25 | Do not fall back to a auto detection of the OPL emulator, when the user ↵ | Johannes Schickel | |
selected OPL emulator does not support a mode asked for. We will now output a warning to the user in this case. That should be fine, since SCI is the only engine so far, which uses Dual OPL2 emulation. Albeit this is not supported by our MAME emulator the user will still get sound output, since the SCI engine will do proper recovery and fallback to single OPL2 emulation, which is supported by the MAME emulator. In case a engine would require a specifc mode (like OPL3) and the user selects MAME emulation, this might result in no sound output (or a crash), in case the engine does not take any care of testing whether the OPL creation succeeded. But luckily so far no engine does this, so it should be fine to not worry about that for now. svn-id: r46140 | |||
2009-11-25 | Fix 'randomly placed' doxygen comments (which lead to incorrect ↵ | Max Horn | |
documentation, e.g. some of those ended up as doxygen comment for various namespaces, such as Common) svn-id: r46136 | |||
2009-11-14 | Remove Igor engine | Max Horn | |
svn-id: r45898 | |||
2009-11-03 | Fix for bug #2890038 (FT: Crashes when entering inventory) | Max Horn | |
svn-id: r45638 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-11-02 | Enhance VOC debug output | Max Horn | |
svn-id: r45615 | |||
2009-10-18 | cleanup | Max Horn | |
svn-id: r45236 | |||
2009-10-14 | cleanup | Max Horn | |
svn-id: r45098 | |||
2009-10-14 | Patch #2834677: Wave/ADPCM Endianness Fixes | Max Horn | |
svn-id: r45095 | |||
2009-10-09 | Remove some unused variables | Max Horn | |
svn-id: r44853 | |||
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn | |
svn-id: r44802 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-10-03 | If an error occured on constructing a VorbisInputStream, return 0 from ↵ | Andre Heider | |
makeVorbisStream, just like makeFlacStream does. svn-id: r44556 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 |