aboutsummaryrefslogtreecommitdiff
path: root/sound/rate.cpp
AgeCommit message (Expand)Author
2007-09-24Silence some warnings.Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-30Tweak LinearRateConverter code so that opos is in the range [0,1[ instead of ...Max Horn
2007-06-29Added small explanatory commentMax Horn
2007-06-28Moved some fixed point code to its own header file; simplified the LinearRate...Max Horn
2007-06-16cleanupMax Horn
2007-06-16Avoid using the 'st_sample_t out[2]' arrays inside tight loops, as some compi...Max Horn
2007-06-16Tiny changes to help optimizer resolve array aliasingMax Horn
2007-06-16Patch #1717419: Optimisation for sound rate conversion codeMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-22If an AudioStream returned a negative number in his readBuffer() method, then...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-01-10A little more moving around #include's (last one for today ;-)Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Use SoundMixer::kMaxMixerVolumeMax Horn
2004-01-06updated copyright noticeMax Horn
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03replace read() by readBuffer() in CopyRateConverterMax Horn
2003-12-26logic fix: we must do wrap around *before* read, not after. otherwise eosInte...Max Horn
2003-12-19distinguish between end of stream and end of dataMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-09-05optimized channel volume/pan handlingMax Horn
2003-09-02moved volume and pan control into flow funcPaweł Kołodziejski
2003-08-06some cleanupMax Horn
2003-08-04not really sure if using readBuffer would give any gain in CopyRateConverterMax Horn
2003-08-04renamed eof -> eos (end of stream); hid MP3/Vorbis stream classes completly (...Max Horn
2003-08-02one addition lessMax Horn
2003-08-02some more tweaksMax Horn
2003-08-02slightly cut down on the number of times eof() is calledMax Horn
2003-08-02optimize code flow a littleMax Horn
2003-08-02cleanupMax Horn
2003-08-02added FLAG_REVERSE_STEREO supportMax Horn
2003-08-02remove debug outputMax Horn
2003-08-02fix for st_rate_flow, code is more straightforward now, tooMax Horn
2003-08-02garhgMax Horn
2003-08-02previous mod was techincally incorrect, this one should be better (but might ...Max Horn
2003-08-02I think this fixes bug #780167 ("SIMON1/2: Sound problems"). WhenTorbjörn Andersson
2003-07-31icur was not being saved between rate conversion callsMax Horn
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
2003-07-31removed the AudioInputStream::size method -> only eof() is really needed, and...Max Horn
2003-07-30Fixed MSVC errorsJamieson Christian
2003-07-29Fix mingw compileTravis Howell
2003-07-28instead of 'int channels', use 'bool stereo' (less extensible, but then I don...Max Horn
2003-07-28added CopyRateConverter (used if inrate == outrate)Max Horn