Age | Commit message (Expand) | Author |
2003-08-16 | More corrections to the VAR_MUSIC_TIMER | Jamieson Christian |
2003-08-16 | Corrected timing mechanism for RO music streams. | Jamieson Christian |
2003-08-14 | Removed incorrect acknowledgements (copy/paste error) | Jamieson Christian |
2003-08-13 | ZeroInputStream::readBuffer didn't have the same signature as the base class ... | Bertrand Augereau |
2003-08-13 | Added PC Speaker and PCjr command line options, | Jamieson Christian |
2003-08-09 | added SoundMixer::pauseChannels for pausing SFX and keeping adlib music runni... | Robert Göffringmann |
2003-08-08 | Added generic send() option to MidiChannel. | Jamieson Christian |
2003-08-08 | Send All Notes Off to every channel on close | Jamieson Christian |
2003-08-07 | my code was actually right. Rather the calling code is evil, it passes us odd... | Max Horn |
2003-08-07 | Fix for Bug [780924] IMUSE: Pitchbend isn't reset when changing tracks | Jamieson Christian |
2003-08-07 | replace code in readBuffer by slightly less efficient but hopefully working c... | Max Horn |
2003-08-06 | Added comment to new macro | Jamieson Christian |
2003-08-06 | Changed readSample template function | Jamieson Christian |
2003-08-06 | some cleanup | Max Horn |
2003-08-06 | Fixed type mismatch error compiling palmos port | Chris Apers |
2003-08-05 | getting rid of g_mixer; removing lots of whitespace | Max Horn |
2003-08-05 | some cleanup; added Channel::getVolume, once somebody tells me what exactly i... | Max Horn |
2003-08-05 | begone, old mixer code | Max Horn |
2003-08-05 | more cleanup | Max Horn |
2003-08-05 | cleanup | Max Horn |
2003-08-05 | fix bug #783423 | Max Horn |
2003-08-05 | more cleanup (like the previous two, I just moved around code, to clearly sep... | Max Horn |
2003-08-05 | some more cleanup | Max Horn |
2003-08-05 | cleanup; removed some code duplication | Max Horn |
2003-08-05 | and finally VorbisInputStream::readBuffer. Once we verified the new readBuffe... | Max Horn |
2003-08-05 | optimized MP3InputStream::readBuffer (once more, I won't gurantee for correct... | Max Horn |
2003-08-05 | simplified code a bit | Max Horn |
2003-08-05 | optimized WrappedMemoryStream::readBuffer (It's almost 3 AM, so I don't trust... | Max Horn |
2003-08-05 | catch one potential problem, namely if eos is already reached when readBuffer... | Max Horn |
2003-08-05 | get rid of calls to the obsolete AudioInputStream::size method | Max Horn |
2003-08-04 | not really sure if using readBuffer would give any gain in CopyRateConverter | Max Horn |
2003-08-04 | renamed eof -> eos (end of stream); hid MP3/Vorbis stream classes completly (... | Max Horn |
2003-08-04 | fixed EOF handling of MP3 streams (subtract time from duration timer, instead... | Max Horn |
2003-08-02 | one addition less | Max Horn |
2003-08-02 | some more tweaks | Max Horn |
2003-08-02 | slightly cut down on the number of times eof() is called | Max Horn |
2003-08-02 | slightly optimized MP3InputStream::eof, and some cleanup | Max Horn |
2003-08-02 | don't use asserts in these tight spots | Max Horn |
2003-08-02 | optimize code flow a little | Max Horn |
2003-08-02 | cleanup | Max Horn |
2003-08-02 | added FLAG_REVERSE_STEREO support | Max Horn |
2003-08-02 | remove debug output | Max Horn |
2003-08-02 | fix for st_rate_flow, code is more straightforward now, too | Max Horn |
2003-08-02 | obsolete | Max Horn |
2003-08-02 | garhg | Max Horn |
2003-08-02 | previous mod was techincally incorrect, this one should be better (but might ... | Max Horn |
2003-08-02 | I think this fixes bug #780167 ("SIMON1/2: Sound problems"). When | Torbjörn Andersson |
2003-08-02 | oops | Max Horn |
2003-08-02 | converted ChannelMP3 to use new rate conversion scheme, too. Only thing missi... | Max Horn |
2003-08-02 | fix ChannelMP3CDMusic volume, too :-) | Max Horn |