index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rbcodec
/
codecs
/
mod.c
(
unfollow
)
Commit message (
Expand
)
Author
2015-01-11
Limit more variables to file scope
Thomas Jarosch
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
2012-05-08
Remove STATICIRAM hack
Nils Wallménius
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2011-08-28
Commit work started in FS#12153 to put timing/position information in PCM
Michael Sevakis
2011-06-30
Do not use double/float calculations but predefined tables in mod codec. Redu...
Andree Buschmann
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
2011-02-20
Enforce that codecs wait for their metadata in a proper-ish and consistent ma...
Michael Sevakis
2010-01-01
Simplify some expressions using the ? operator
Bertrik Sikken
2009-11-29
Enable strict aliasing optimizations for codecs on gcc versions >= 4.0, fix a...
Nils Wallménius
2009-01-10
Calculate watermark from bitrate and harddisk spinup time.
Björn Stenberg
2008-12-29
Make local functions static in codecs, where possible.
Bertrik Sikken
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-26
fix FS#9042 - MOD codec: SoundTracker variant MOD files will not play
Robert Kukla
2008-05-21
FS #8680. MOD codec by Rainer Sinsch.
Thom Johansen