Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 519:72efeb4643b6 stable-1.0
Fixed uninitialized buffer in mpglib. (Thanks, Phil!).
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 06 Jul 2007 11:29:02 +0000 |
parents | 0f5888f9aef7 |
children | f33471c47efe |
comparison
equal
deleted
inserted
replaced
517:0f5888f9aef7 | 519:72efeb4643b6 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 07062007 - Fixed uninitialized buffer in mpglib. (Thanks, Phil!). | |
5 10292006 - Fixed bogus memory deference when SMPEG fails init (thanks, Chris!) | 6 10292006 - Fixed bogus memory deference when SMPEG fails init (thanks, Chris!) |
6 10272006 - FLAC 1.1.3 breaks their API _again_, so we try to do the right | 7 10272006 - FLAC 1.1.3 breaks their API _again_, so we try to do the right |
7 thing at build time. (Thanks, Josh!). | 8 thing at build time. (Thanks, Josh!). |
8 05122006 - Patched to get mpglib compiling again (thanks, Sam!). | 9 05122006 - Patched to get mpglib compiling again (thanks, Sam!). |
9 12172005 - Fixed gcc4 whining in playsound_simple.c. | 10 12172005 - Fixed gcc4 whining in playsound_simple.c. |