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
/
codecs
/
flac.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Fix warnings
Brandon Low
2006-03-24
*
Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...
Brandon Low
2006-03-24
*
Prevent unaligned memory accesses whilst reading seektable - fixes FLAC playb...
Dave Chapman
2006-01-29
*
Part of the profiling patch to use a consistent return path in all codecs to ...
Brandon Low
2006-01-18
*
New codec loader, using the same mechanism as the new plugin loader. API vers...
Jens Arnold
2006-01-18
*
Don't include the .bss and .ibss sections in the binary image for codecs and ...
Jens Arnold
2006-01-08
*
More stable playback with reduced stuttering when skipping tracks.
Miika Pekkarinen
2005-11-18
*
The seek_time member of the codec API needs to be decremented before use as a...
Thom Johansen
2005-11-06
*
Enable replaygain for the new FLAC decoder
Dave Chapman
2005-11-02
*
Call ci->seek_complete() callback after processing a seek request (an old API...
Dave Chapman
2005-11-02
*
Fix bug with FLAC and ALAC output being half the correct volume. The DSP_SET...
Dave Chapman
2005-10-30
*
Skip ID3v2 tags at the start of a FLAC file.
Dave Chapman
2005-10-30
*
Optimizations to the FLAC-codec buffer requesting to eliminate the
Miika Pekkarinen
2005-10-30
*
Initial seeking support. This only seeks to the nearest point (before the ta...
Dave Chapman
2005-10-29
*
Add more useful error codes from decoder
Dave Chapman
2005-10-28
*
Prevent compiler warning for LOGF builds
Dave Chapman
2005-10-27
*
Zero the FLACContext during initialisation
Dave Chapman
2005-10-27
*
New FLAC decoder from the ffmpeg project
Dave Chapman
2005-10-26
*
Cleaned up the messy codec header and library system by merging codec.h, lib/...
Thom Johansen
2005-10-13
*
Fix red build with a comment for now.
Thom Johansen
2005-09-07
*
Code was a wild mix of different styles, cleaned it up somewhat.
Thom Johansen
2005-09-07
*
Added comments, Replay Gain, and resume/bookmarks for FLAC.
Ryan Jackson
2005-07-28
*
Separated buffering stuff from pcm_playback to pcmbuf. Renamed some
Miika Pekkarinen
2005-07-13
*
Initial DSP implementation. DSP supports resampling audio stream from
Miika Pekkarinen
2005-06-26
*
removed the use of the 2nd argument to codec_start() since no codec used
Daniel Stenberg
2005-06-22
*
moved and renamed the codecs, gave the codecs a new extension (.codec),
Daniel Stenberg
2005-06-22