Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
c537d5958e8b421ac4f9bef6c8b9e7425a6cf167
/
apps
/
codecs
/
mod.c
c537d59
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
by Michael Sevakis
· 13 years ago
85e4025
Enforce that codecs wait for their metadata in a proper-ish and consistent manner. Sort of a halfway patch; best would be to give them an internal copy of the current track information which lasts unaltered by playback until a track switch or unload.
by Michael Sevakis
· 14 years ago
5c4ef78
Simplify some expressions using the ? operator
by Bertrik Sikken
· 15 years ago
13f08d7
Enable strict aliasing optimizations for codecs on gcc versions >= 4.0, fix alising violations that this uncovered, gives small speedups for most codecs, FS#10801
by Nils Wallménius
· 15 years ago
6427d12
Calculate watermark from bitrate and harddisk spinup time.
by Björn Stenberg
· 16 years ago
8e22f7f
Make local functions static in codecs, where possible.
by Bertrik Sikken
· 16 years ago
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
d23f78b
fix FS#9042 - MOD codec: SoundTracker variant MOD files will not play
by Robert Kukla
· 16 years ago
c0f7eb9
FS #8680. MOD codec by Rainer Sinsch.
by Thom Johansen
· 16 years ago