Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-29 | return immediately after commiting suicide; enable new rate conversion code | Max Horn | |
svn-id: r9273 | |||
2003-07-29 | hooked up ChannelVorbis to the new rate converter system, using ↵ | Max Horn | |
VorbisInputStream svn-id: r9272 | |||
2003-07-29 | added VorbisInputStream | Max Horn | |
svn-id: r9271 | |||
2003-07-29 | added makeRateConverter factory function | Max Horn | |
svn-id: r9270 | |||
2003-07-29 | Fix mingw compile | Travis Howell | |
svn-id: r9269 | |||
2003-07-29 | cleanup | Max Horn | |
svn-id: r9266 | |||
2003-07-29 | Added FIXME | Max Horn | |
svn-id: r9265 | |||
2003-07-28 | fix vc compilation | Paweł Kołodziejski | |
svn-id: r9263 | |||
2003-07-28 | checkin for LavosSpawn: 'work around bug #778105 (line width exceeded)' | Max Horn | |
svn-id: r9262 | |||
2003-07-28 | experimental new rate conversion code (use SOX_HACK to en-/disable it); note ↵ | Max Horn | |
that right now only the linear filter works, the high quality resample in resample.cpp is in flux; right now the top priority for me is to get MP3/Vorbis resampling working svn-id: r9261 | |||
2003-07-28 | fix for bug #776169 | Max Horn | |
svn-id: r9259 | |||
2003-07-28 | make wrapped stream work (I can hear some music in CoMI now before it ↵ | Max Horn | |
segfaults :-) svn-id: r9258 | |||
2003-07-28 | moved st_gcd to resample.cpp | Max Horn | |
svn-id: r9257 | |||
2003-07-28 | rewrote the input streams, this should be more straightforward and inline ↵ | Max Horn | |
slightly better (the fact that the main AudioInputStream methods are virtual still means that no inlining can take place there; but of course, if we did change that, all the rate converters would have to exist in 8, instead of currently 2, compiled versions) svn-id: r9256 | |||
2003-07-28 | <memory.h> is not a standard header file. (Merge from branch-0-5-0.) | Marcus Comstedt | |
svn-id: r9255 | |||
2003-07-28 | no need to zero these variables twice | Max Horn | |
svn-id: r9254 | |||
2003-07-28 | more work on WrappedMemoryStream (not yet tested) | Max Horn | |
svn-id: r9253 | |||
2003-07-28 | removed _encbyte (it's only used locally) | Max Horn | |
svn-id: r9252 | |||
2003-07-28 | Fix for bug #778060 ("DOTT: Subtitle drawing glitch"). | Torbjörn Andersson | |
svn-id: r9249 | |||
2003-07-28 | StopSpeech -> StopSpeechBS2 (avoid conflict wiht SpeechSynthesis framework ↵ | Max Horn | |
on OS X) svn-id: r9248 | |||
2003-07-28 | change version to 0.5.3-cvs allowing room for two follow up minor releases... | Jonathan Gray | |
svn-id: r9247 | |||
2003-07-28 | fix shadow'd vars | Jonathan Gray | |
svn-id: r9245 | |||
2003-07-28 | fix shadow warning | Max Horn | |
svn-id: r9244 | |||
2003-07-28 | fixed const errors | Max Horn | |
svn-id: r9243 | |||
2003-07-28 | unification | Max Horn | |
svn-id: r9242 | |||
2003-07-28 | correct cflags variables | Jonathan Gray | |
svn-id: r9241 | |||
2003-07-28 | fix some VC7 warnings | Jonathan Gray | |
svn-id: r9240 | |||
2003-07-28 | instead of 'int channels', use 'bool stereo' (less extensible, but then I ↵ | Max Horn | |
don't think we'll ever support 5.1 sound :-)); fixed a bug in st_rate_flow where it sometimes would overflow the output buffer; made CopyRateConverter a template, too, increasing efficency svn-id: r9239 | |||
2003-07-28 | match prototype | Jonathan Gray | |
svn-id: r9238 | |||
2003-07-28 | rename _DEBUG define to _BS2_DEBUG to stop it conflicting with VC | Jonathan Gray | |
svn-id: r9237 | |||
2003-07-28 | substitute long int for LARGE_INTEGER | Jonathan Gray | |
svn-id: r9236 | |||
2003-07-28 | replace DWORD usage with uint32 | Jonathan Gray | |
svn-id: r9235 | |||
2003-07-28 | rename memory struct as well | Jonathan Gray | |
svn-id: r9234 | |||
2003-07-28 | rename functions with windows specific names | Jonathan Gray | |
svn-id: r9233 | |||
2003-07-28 | rename _mkdir | Jonathan Gray | |
svn-id: r9232 | |||
2003-07-28 | undefine these functions for now but in the long run we should probably ↵ | Jonathan Gray | |
rename them svn-id: r9231 | |||
2003-07-28 | -Werror cleanup | Jonathan Gray | |
svn-id: r9230 | |||
2003-07-28 | add bs2demo target for broken sword 2 demo | Jonathan Gray | |
svn-id: r9229 | |||
2003-07-28 | added vc7 files for bs2 | Paweł Kołodziejski | |
svn-id: r9228 | |||
2003-07-28 | it would be nice if people would update functions when adding qualifiers to ↵ | Jonathan Gray | |
prototypes svn-id: r9227 | |||
2003-07-28 | missed one | Jonathan Gray | |
svn-id: r9226 | |||
2003-07-28 | Ooops | Travis Howell | |
svn-id: r9225 | |||
2003-07-28 | A few warnings | Travis Howell | |
svn-id: r9224 | |||
2003-07-28 | Ooops | Travis Howell | |
svn-id: r9223 | |||
2003-07-28 | Compiles on mingw now | Travis Howell | |
svn-id: r9222 | |||
2003-07-28 | big FIXME | Max Horn | |
svn-id: r9221 | |||
2003-07-28 | fixed yet more warnings | Max Horn | |
svn-id: r9220 | |||
2003-07-28 | fixed more warnings | Max Horn | |
svn-id: r9219 | |||
2003-07-28 | more warnings | Max Horn | |
svn-id: r9218 | |||
2003-07-28 | update for bs2 | Jonathan Gray | |
svn-id: r9217 |