index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libffmpegFLAC
Age
Commit message (
Expand
)
Author
2006-08-02
Fix erronous ARM assembler case for order 1 frames in the FLAC codec. Fixes F...
Thom Johansen
2006-03-17
Free one register extra so we can block load a bit more.
Thom Johansen
2006-03-06
Enable ARM optimisation.
Thom Johansen
2006-03-06
ARM assembler optimised LPC decode routine for FLAC (not yet enabled).
Thom Johansen
2006-02-24
prevent rockbox from using the wrong includes
Marcoen Hirschberg
2006-02-13
Convert to use common internal sample format.
Thom Johansen
2006-02-07
Patch #1426489 - Shorten codec optimisations from Mark Arigo
Dave Chapman
2006-01-18
Profiling support, tools and documentation.
Brandon Low
2005-12-05
Codec makefile cleanup: remove redundant things, don't generate dependency fi...
Magnus Holmgren
2005-11-13
Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...
Dave Chapman
2005-11-12
Oops
Dave Chapman
2005-11-11
Move ff_log2_tab out of header file into its own .c file
Dave Chapman
2005-11-11
Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...
Dave Chapman
2005-11-05
Unrolled loops up to order 10 plus slight optimisation of default case.
Thom Johansen
2005-11-03
Add seekpoint parsing and dummy ICODE_ATTR macro to standalone FLAC test program
Dave Chapman
2005-11-03
Move all code into IRAM
Dave Chapman
2005-10-28
Enabled the FLAC EMAC optimisations.
Thom Johansen
2005-10-28
Add more useful error codes from decoder
Dave Chapman
2005-10-27
Should be referring to libffmpegFLAC, not libalac - how did this work in the ...
Dave Chapman
2005-10-27
Support for a colon-separated path in APPEXTRA
Linus Nielsen Feltzing
2005-10-27
Replaced jump table with a more efficient one.
Thom Johansen
2005-10-27
Assembler optimised LPC routines for Coldfire. Will enable them when codec ha...
Thom Johansen
2005-10-26
New FLAC decoder from the ffmpeg project
Dave Chapman