Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -2/+2 | |
Get rid of CamelCase, and don't use a typedef, so we can forward-declare it, and unclutter the include dependencies. | |||||
2008-08-26 | moved code to crossfade.c | Max Kellermann | 1 | -0/+62 | |
decode.c should be a lot smaller; start by moving all code which handles cross-fading to crossfade.c. Also includes camelCase conversion. |