Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 480:00b61987b555
Fixed logic bug in .voc decoder that caused crash at open time.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 12 Nov 2004 08:21:04 +0000 |
parents | 35dfa9d9782e |
children | 9999f59cf591 |
comparison
equal
deleted
inserted
replaced
479:35dfa9d9782e | 480:00b61987b555 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 11122004 - Fixed automake nonsense. | 5 11122004 - Fixed automake nonsense. Fixed logic bug in voc decoder. |
6 05112004 - Added Sound_GetDuration() and moved total_time out of Sound_Sample | 6 05112004 - Added Sound_GetDuration() and moved total_time out of Sound_Sample |
7 struct and into it's opaque data...this fixes binary compatibility | 7 struct and into it's opaque data...this fixes binary compatibility |
8 with apps written for SDL_sound 1.0. | 8 with apps written for SDL_sound 1.0. |
9 05082004 - Started 1.1.0 development branch with code to determine the total | 9 05082004 - Started 1.1.0 development branch with code to determine the total |
10 length of a sample (thanks to Wesley, Eric, Wang, and Ahilan!)... | 10 length of a sample (thanks to Wesley, Eric, Wang, and Ahilan!)... |