Age | Commit message (Expand) | Author |
2003-08-24 | small cleanup for the Ogg playback code | Max Horn |
2003-08-07 | my code was actually right. Rather the calling code is evil, it passes us odd... | Max Horn |
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 | Fixed type mismatch error compiling palmos port | Chris Apers |
2003-08-05 | more cleanup | Max Horn |
2003-08-05 | cleanup | Max Horn |
2003-08-05 | fix bug #783423 | 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-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 | 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 | converted ChannelMP3 to use new rate conversion scheme, too. Only thing missi... | Max Horn |
2003-08-01 | let the input stream handle the looping (by pretending to be of infinite size... | Max Horn |
2003-08-01 | implemented raw sound looping; some debug output enabled temporarily | Max Horn |
2003-07-31 | fixed MP3InputStream, now seems to work properly (kind of a surprise) | Max Horn |
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski |
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian |
2003-07-31 | removed the AudioInputStream::size method -> only eof() is really needed, and... | Max Horn |
2003-07-30 | fixed incorrect MSVC fixes; simplified readSample code (bugs #780167 and #780... | Max Horn |
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to work... | Max Horn |
2003-07-30 | Fixed MSVC errors | Jamieson Christian |
2003-07-29 | cleanup | Max Horn |
2003-07-29 | account for the data in the _buffer, too | Max Horn |
2003-07-29 | added VorbisInputStream | Max Horn |
2003-07-28 | make wrapped stream work (I can hear some music in CoMI now before it segfaul... | Max Horn |
2003-07-28 | rewrote the input streams, this should be more straightforward and inline sli... | Max Horn |
2003-07-28 | more work on WrappedMemoryStream (not yet tested) | Max Horn |
2003-07-28 | instead of 'int channels', use 'bool stereo' (less extensible, but then I don... | Max Horn |
2003-07-28 | use a single converter for both channels (if input data is stereo), for impro... | Max Horn |
2003-07-25 | move AudioInputStream implementations & makeInputStream into separate .cpp file | Max Horn |