Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 520:64ae7ac242b9
Fixed uninitialized buffer in mpglib. (Thanks, Phil!).
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 06 Jul 2007 11:29:02 +0000 |
parents | 16cbfcb8d7fb |
children | 205a9b400da2 |
comparison
equal
deleted
inserted
replaced
518:16cbfcb8d7fb | 520:64ae7ac242b9 |
---|---|
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 07282006 - Ogg Vorbis decoding defaults to system byte order now. | 9 07282006 - Ogg Vorbis decoding defaults to system byte order now. |
9 05122006 - Patched to get mpglib compiling again (thanks, Sam!). | 10 05122006 - Patched to get mpglib compiling again (thanks, Sam!). |