Age | Commit message (Expand) | Author |
2010-01-06 | Add more comparision operators to Timestamp | Max Horn |
2010-01-06 | Change the way Timestamp stores its data. | Max Horn |
2010-01-06 | The current AIFF stream implementations returns a SeekableAudioStream, reflec... | Johannes Schickel |
2010-01-06 | Change the AudioStream::openStreamFile API to return SeekableAudioStreams and... | Johannes Schickel |
2010-01-05 | - Put the new factories for MP3, Vorbis and FLAC in place. | Johannes Schickel |
2010-01-05 | Properly initialize _pos in LoopingChannel. | Johannes Schickel |
2010-01-05 | Implement Timestamp::operator== as equality in time. | Johannes Schickel |
2010-01-05 | Cleanup. | Johannes Schickel |
2010-01-05 | Update ARM version of rate filler code in line with LordHoto's change | Robin Watts |
2010-01-05 | Cleanup. | Johannes Schickel |
2010-01-05 | - Initial implementation of looping of SeekableAudioStreams in Mixer. | Johannes Schickel |
2010-01-05 | Remove unsafe getTotalPlayTime from AudioStream. | Johannes Schickel |
2010-01-05 | Add a "getLength" function to SeekableAudioStream. | Johannes Schickel |
2010-01-05 | Add some basic documentation to the new Channel interface. | Johannes Schickel |
2010-01-05 | - Do not calculate left/right channel volume every SimpleChannel::mix call an... | Johannes Schickel |
2010-01-05 | Get rid of public variables in Channel. | Johannes Schickel |
2010-01-05 | Create a generic Channel interface for the default Mixer implementation. | Johannes Schickel |
2010-01-05 | - Fix a bug in Channel::pause for recursive pausing. | Johannes Schickel |
2010-01-05 | Oops somehow I must have missed CopyRateConverter::flow, in r47014. | Johannes Schickel |
2010-01-05 | Use the return value of RateConverter::flow to calculate the decoded samples ... | Johannes Schickel |
2010-01-05 | Make RateConverter::flow return the number of sample pairs written, like it's... | Johannes Schickel |
2010-01-05 | - Add a new SeekableAudioStream interface. Soon to be used to replace audio s... | Johannes Schickel |
2010-01-04 | Switch Channel::getElapsedTime() to use a Timestamp for its computations | Max Horn |
2010-01-04 | Make some improvements for Audio::Timestamp. | Max Horn |
2010-01-03 | - Remove unsafe default constructor of Audio::Timestamp. | Johannes Schickel |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2010-01-02 | SCI/new music code: Don't stop notes when looping for a hold | Willem Jan Palenstijn |
2010-01-01 | This time properly fix getTotalPlayTime for looped FLAC, MP3 and VORBIS audio... | Johannes Schickel |
2010-01-01 | Mention in documentation of AudioStream::setNumLoops, that this function also... | Johannes Schickel |
2010-01-01 | Properly reset _numPlayedLoops in setNumLoops in all AudioStream implementati... | Johannes Schickel |
2010-01-01 | init _numPlayedLoops inside LinearMemoryStream | Martin Kiewitz |
2010-01-01 | Fix getTotalPlayTime for MP3, FLAC, Vorbis and LinearMemoryStream after the l... | Johannes Schickel |
2010-01-01 | Implemented setNumLoops() for common audio streams. | Eugene Sandulenko |
2010-01-01 | Extend doxygen comment for setNumLoops() | Eugene Sandulenko |
2010-01-01 | Added setNumLoops() for linear memory streams, enables looping of samples in sci | Martin Kiewitz |
2010-01-01 | Adding setNumLoops() to AudioStream class | Martin Kiewitz |
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia |
2009-12-30 | Fix bug #2923380 (AMIGAOS4: Compiler error) | Jordi Vilalta Prat |
2009-12-29 | Add Mohawk engine code. Part 2/3: common code changes. | Eugene Sandulenko |
2009-12-09 | Typo... | Johannes Schickel |
2009-12-09 | This is hopefully fixing compilation of the fluidsynth code. | Johannes Schickel |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn |
2009-12-07 | Rename the MT-32 emulator driver name from "MT-32" to "MT-32 Emulation to avo... | Johannes Schickel |
2009-11-26 | Fix warnings. | Johannes Schickel |
2009-11-26 | Add patch #2839048 - MM C64 sound/music player, with minor changes. | Travis Howell |
2009-11-25 | Extend documentation slightly. | Johannes Schickel |
2009-11-25 | Do not fall back to a auto detection of the OPL emulator, when the user selec... | Johannes Schickel |
2009-11-25 | Fix 'randomly placed' doxygen comments (which lead to incorrect documentation... | Max Horn |
2009-11-14 | Remove Igor engine | Max Horn |