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
/
apps
/
plugins
/
codecflac.c
(
unfollow
)
Commit message (
Expand
)
Author
2005-06-22
moved and renamed the codecs, gave the codecs a new extension (.codec),
Daniel Stenberg
2005-06-18
First attempt at seeking in FLAC files
Dave Chapman
2005-06-13
Configure CODEC_SET_FILEBUF_CHUNKSIZE - improves FLAC performance
Dave Chapman
2005-06-10
Much better UI performance and buffering times for MP3 and FLAC.
Miika Pekkarinen
2005-06-10
Added some basic codec configuration functionality.
Miika Pekkarinen
2005-06-09
Fixed pause indicator. Better UI response with FLAC and Ogg Vorbis.
Miika Pekkarinen
2005-06-09
Keep track of elapsed time during FLAC playback
Dave Chapman
2005-06-07
Correctly detect the end of stream, and correctly re-initialise the FLAC deco...
Dave Chapman
2005-06-07
Use proper enumeration for END_OF_STREAM test
Dave Chapman
2005-06-07
First attempt at codecflac.c
Dave Chapman
2005-02-25
Codec test plugins: use DEBUGF() instead of (not cleanly avaliable) printf().
Jens Arnold
2005-02-23
There is no iram for simulator plugins.
Jens Arnold
2005-02-22
Temporary solution for code and data in IRAM for iriver codecs
Linus Nielsen Feltzing
2005-02-18
Build the codec plugins in the simulator - only tested for X11
Dave Chapman
2005-02-18
Call button_clear_queue() before we start decoding - otherwise "open with" ex...
Dave Chapman
2005-02-16
First version
Dave Chapman