Age | Commit message (Expand) | Author |
2007-09-24 | Silence some warnings. | Johannes Schickel |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-30 | Tweak LinearRateConverter code so that opos is in the range [0,1[ instead of ... | Max Horn |
2007-06-29 | Added small explanatory comment | Max Horn |
2007-06-28 | Moved some fixed point code to its own header file; simplified the LinearRate... | Max Horn |
2007-06-16 | cleanup | Max Horn |
2007-06-16 | Avoid using the 'st_sample_t out[2]' arrays inside tight loops, as some compi... | Max Horn |
2007-06-16 | Tiny changes to help optimizer resolve array aliasing | Max Horn |
2007-06-16 | Patch #1717419: Optimisation for sound rate conversion code | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-02-22 | If an AudioStream returned a negative number in his readBuffer() method, then... | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-01-10 | A little more moving around #include's (last one for today ;-) | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-27 | Use SoundMixer::kMaxMixerVolume | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-03 | renamed AudioInputStream -> AudioStream | Max Horn |
2004-01-03 | replace read() by readBuffer() in CopyRateConverter | Max Horn |
2003-12-26 | logic fix: we must do wrap around *before* read, not after. otherwise eosInte... | Max Horn |
2003-12-19 | distinguish between end of stream and end of data | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-09-05 | optimized channel volume/pan handling | Max Horn |
2003-09-02 | moved volume and pan control into flow func | Paweł Kołodziejski |
2003-08-06 | some cleanup | Max Horn |
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-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 | 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 | 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-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 | removed the AudioInputStream::size method -> only eof() is really needed, and... | Max Horn |
2003-07-30 | Fixed MSVC errors | Jamieson Christian |
2003-07-29 | Fix mingw compile | Travis Howell |
2003-07-28 | instead of 'int channels', use 'bool stereo' (less extensible, but then I don... | Max Horn |
2003-07-28 | added CopyRateConverter (used if inrate == outrate) | Max Horn |