Age | Commit message (Expand) | Author |
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 |
2003-08-02 | fix Vorbis music volume | Max Horn |
2003-08-02 | disable debug output | 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 | get rid of BUGGY_NEW_MP3_PLAYER | Max Horn |
2003-07-31 | revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this a... | Max Horn |
2003-07-31 | fixed MP3InputStream, now seems to work properly (kind of a surprise) | Max Horn |
2003-07-31 | icur was not being saved between rate conversion calls | Max Horn |
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski |
2003-07-31 | added new header file backends/intern.h; removed some stuff from common/syste... | Max Horn |
2003-07-31 | Fix for RC bug [780675] MI2: Reoccuring crash | Jamieson Christian |
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian |
2003-07-31 | make use of the new MP3InputStream in ChannelMP3CDMusic - but disabled by def... | Max Horn |
2003-07-31 | removed the AudioInputStream::size method -> only eof() is really needed, and... | Max Horn |
2003-07-31 | cleanup | 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 | Partial fix for bug #780167 ("SIMON1/2: Sound problems"). It seems to fix | Torbjörn Andersson |
2003-07-30 | Fixed MSVC errors | Jamieson Christian |
2003-07-29 | removed some debug output | Max Horn |
2003-07-29 | cleanup | Max Horn |
2003-07-29 | account for the data in the _buffer, too | Max Horn |
2003-07-29 | after looking at SAM and DOTT, it seems the actor-voice sync actually is *wor... | Max Horn |
2003-07-29 | some cleanup; moved around some stuff, preparing to unify more code of Channe... | Max Horn |
2003-07-29 | return immediately after commiting suicide; enable new rate conversion code | Max Horn |
2003-07-29 | hooked up ChannelVorbis to the new rate converter system, using VorbisInputSt... | Max Horn |
2003-07-29 | added VorbisInputStream | Max Horn |
2003-07-29 | added makeRateConverter factory function | Max Horn |
2003-07-29 | Fix mingw compile | Travis Howell |