aboutsummaryrefslogtreecommitdiff
path: root/2xsai.cpp
AgeCommit message (Collapse)Author
2002-05-05minimal optimization <g>Max Horn
svn-id: r4202
2002-05-04added some simple (8bit) 1x/2x/3x scalers, could probably be optimizedMax Horn
svn-id: r4187
2002-04-27MP3 CD tracks should now be working properly.Lionel Ulmer
Ludde, maybe you should check if Simon is still working OK as now the change of the sound playing handle is 'asynchronous' (ie if you call 'stop' on a sound, the handle will NOT be put to NULL right away, but at the next 'mix' thread call). Maybe we should completely remove this handle stuff and always use instead the index returned by the 'play_XXX' functions. svn-id: r4101
2002-04-24Add new Scale mode. Thanks Gregory Montoir.James Brown
svn-id: r4069
2002-04-18Fixed endian problems with 2xsaiLudvig Strigeus
svn-id: r3992
2002-04-12put 2xsai filter in a separate fileLudvig Strigeus
svn-id: r3911