comparison CHANGELOG @ 518:16cbfcb8d7fb

Fixed bogus memory deference when SMPEG fails init (thanks, Chris!).
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 29 Oct 2006 07:14:48 +0000
parents 46d5f399cb35
children 64ae7ac242b9
comparison
equal deleted inserted replaced
516:46d5f399cb35 518:16cbfcb8d7fb
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 10292006 - Fixed bogus memory deference when SMPEG fails init (thanks, Chris!)
5 10272006 - FLAC 1.1.3 breaks their API _again_, so we try to do the right 6 10272006 - FLAC 1.1.3 breaks their API _again_, so we try to do the right
6 thing at build time. (Thanks, Josh!). 7 thing at build time. (Thanks, Josh!).
7 07282006 - Ogg Vorbis decoding defaults to system byte order now. 8 07282006 - Ogg Vorbis decoding defaults to system byte order now.
8 05122006 - Patched to get mpglib compiling again (thanks, Sam!). 9 05122006 - Patched to get mpglib compiling again (thanks, Sam!).
9 03312006 - Wedged in a temporary hack for Speex rewinding. 10 03312006 - Wedged in a temporary hack for Speex rewinding.