Mercurial > sdl-ios-xcode
log src/audio/SDL_audiotypecvt.c @ 5051:a69e36365766
age | author | description |
---|---|---|
2010-09-19 | Sam Lantinga | Fixed crashing loading 48KHz audio, contributed by Terry Welsh |
2010-01-24 | Sam Lantinga | Fixed bug #926 |
2009-12-28 | Ryan C. Gordon | Fixed buffer overflows in resamplers. |
2009-01-12 | Sam Lantinga | Fixed Visual C++ build |
2009-01-11 | Ryan C. Gordon | First shot at new audio resampling code. |
2009-01-02 | Ryan C. Gordon | Fixed off-by-one in audio converters, when growing a data type's size. |
2009-01-02 | Ryan C. Gordon | Avoid unnecessary assignment in generated audio type converters. |
2008-12-08 | Sam Lantinga | Updated copyright date |
2006-09-01 | Ryan C. Gordon | Fixed broken audio conversions between float and unsigned datatypes. |
2006-08-28 | Sam Lantinga | Added source color and alpha modulation support. |
2006-08-24 | Ryan C. Gordon | First shot at new audio data types (int32 and float32). |