Age | Commit message (Expand) | Author |
2004-01-17 | Update BS2 cutscene player with changes from roever: overlay support (default... | James Brown |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-03 | renamed AudioInputStream -> AudioStream | Max Horn |
2003-12-26 | logic fix: we must do wrap around *before* read, not after. otherwise eosInte... | Max Horn |
2003-12-21 | Rewrote make*Stream factory functions to work around bug in MSVC6 (see bug re... | Max Horn |
2003-12-19 | distinguish between end of stream and end of data | Max Horn |
2003-12-19 | o Moved MP3 and Vorbis input streams to mp3.* resp. vorbis.* | Max Horn |
2003-12-17 | Made sure that *all* AudioInputStream 'know' their sample rate; removed point... | Max Horn |
2003-12-17 | changed the way 'streams' are handled: the finalization logic is now in the W... | Max Horn |
2003-11-07 | fix invalid typo fixes ;-) (BTW did anybody get comit mails for khalek's chan... | Max Horn |
2003-11-07 | spelling fixes | Jonathan Gray |
2003-08-13 | ZeroInputStream::readBuffer didn't have the same signature as the base class ... | Bertrand Augereau |
2003-08-07 | replace code in readBuffer by slightly less efficient but hopefully working c... | Max Horn |
2003-08-04 | renamed eof -> eos (end of stream); hid MP3/Vorbis stream classes completly (... | Max Horn |
2003-08-02 | slightly optimized MP3InputStream::eof, and some cleanup | 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-08-01 | #include cleanup (explicityl specify the location for headers from common/, s... | Max Horn |
2003-07-31 | removed the AudioInputStream::size method -> only eof() is really needed, and... | 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 |
2003-07-25 | reduced source code duplication | Max Horn |
2003-07-24 | added RateConverter classes as thin wrappers around st_* functions; renamed I... | Max Horn |
2003-07-24 | new files, based on SoX (http://sox.sf.net): better resampling code. Note tha... | Max Horn |