Mercurial > sdl-ios-xcode
log src/audio/SDL_audiocvt.c @ 5096:124cda437b07
age | author | description |
---|---|---|
2010-01-24 | Sam Lantinga | Fixed bug #926 |
2009-11-25 | Sam Lantinga | Add error messages for failure cases |
2009-01-14 | Sam Lantinga | indent |
2009-01-12 | Sam Lantinga | Fixed Visual C++ build |
2009-01-11 | Ryan C. Gordon | First shot at new audio resampling code. |
2009-01-10 | Sam Lantinga | Fixed Visual C++ release build for Visual C++ 2005 |
2008-12-20 | Sam Lantinga | indent |
2008-12-19 | Ryan C. Gordon | More resampling fixes. |
2008-12-19 | Ryan C. Gordon | Allocate SDL_AudioCVT::coeff before using it. |
2008-12-19 | Ryan C. Gordon | Use SDL_zerop instead of SDL_memset. |
2008-12-19 | Ryan C. Gordon | Zero out SDL_AudioCVT struct before using it, to ensure it's all initialized. |
2008-12-08 | Sam Lantinga | Updated copyright date |
2008-10-12 | Sam Lantinga | Don't include <math.h> when HAVE_MATH_H isn't defined |
2008-10-04 | Sam Lantinga | Final merge of Google Summer of Code 2008 work... |
2008-09-15 | Sam Lantinga | Updated Visual C++ build |