Mercurial > SDL_sound_CoreAudio
annotate CHANGELOG.txt @ 591:8faf61a640f0 tip
Resynced fixes for unit conversion bugs in the Ogg Tremor decoder from SoundDecoder/ALmixer.
Ogg Vorbis uses seconds and we multiply by 1000 to convert to milliseconds. But Ogg Tremor already uses milliseconds but I was still multiplying by 1000.
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Thu, 25 Oct 2012 16:34:18 -0700 |
parents | 247dbdf2f305 |
children |
rev | line source |
---|---|
0 | 1 /* |
2 * CHANGELOG. | |
3 */ | |
4 | |
557
247dbdf2f305
Abandoning CHANGELOG.txt ...
Ryan C. Gordon <icculus@icculus.org>
parents:
551
diff
changeset
|
5 Not maintaining CHANGELOG.txt by hand any more. This is why we have revision |
247dbdf2f305
Abandoning CHANGELOG.txt ...
Ryan C. Gordon <icculus@icculus.org>
parents:
551
diff
changeset
|
6 control tools to do it for us. :) |
247dbdf2f305
Abandoning CHANGELOG.txt ...
Ryan C. Gordon <icculus@icculus.org>
parents:
551
diff
changeset
|
7 |
247dbdf2f305
Abandoning CHANGELOG.txt ...
Ryan C. Gordon <icculus@icculus.org>
parents:
551
diff
changeset
|
8 Take a look at http://hg.icculus.org/icculus/SDL_sound/ for a complete list |
247dbdf2f305
Abandoning CHANGELOG.txt ...
Ryan C. Gordon <icculus@icculus.org>
parents:
551
diff
changeset
|
9 of changes. |
0 | 10 |
526
2df1f5c62d38
Updated my email address.
Ryan C. Gordon <icculus@icculus.org>
parents:
522
diff
changeset
|
11 --ryan. (icculus@icculus.org) |
0 | 12 |
557
247dbdf2f305
Abandoning CHANGELOG.txt ...
Ryan C. Gordon <icculus@icculus.org>
parents:
551
diff
changeset
|
13 /* end of CHANGELOG.txt ... */ |
0 | 14 |