comparison CHANGELOG @ 514:6c4f29fc3d87

Ogg Vorbis files return samples in system byte order by default.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 28 Jul 2006 06:29:19 +0000
parents 006e3d6cd2fe
children 46d5f399cb35
comparison
equal deleted inserted replaced
513:006e3d6cd2fe 514:6c4f29fc3d87
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 05122005 - Patched to get mpglib compiling again (thanks, Sam!). 5 07282006 - Ogg Vorbis decoding defaults to system byte order now.
6 03312005 - Wedged in a temporary hack for Speex rewinding. 6 05122006 - Patched to get mpglib compiling again (thanks, Sam!).
7 03312006 - Wedged in a temporary hack for Speex rewinding.
7 12172005 - Fixed gcc4 whining in playsound_simple.c. 8 12172005 - Fixed gcc4 whining in playsound_simple.c.
8 12062005 - Trimmed a bunch of junk out of the build system, and now it works 9 12062005 - Trimmed a bunch of junk out of the build system, and now it works
9 on Mac OS X again. 10 on Mac OS X again.
10 10122005 - Check for libmodplug headers in two possible places (thanks, Tyler!) 11 10122005 - Check for libmodplug headers in two possible places (thanks, Tyler!)
11 10012005 - Added playsound_simple.c. 12 10012005 - Added playsound_simple.c.