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
/
libFLAC
Age
Commit message (
Expand
)
Author
2006-01-18
Profiling support, tools and documentation.
Brandon Low
2005-10-27
Support for a colon-separated path in APPEXTRA
Linus Nielsen Feltzing
2005-09-07
Put some FLAC data in IRAM. Will clean up code later.
Thom Johansen
2005-07-28
Added comments, Replay Gain, and resume/bookmarks for FLAC.
Ryan Jackson
2005-07-18
oops... should compile without warnings now
Christian Gmeiner
2005-07-18
Added CPU_COLDFIRE define - one step closer to iAudio-port
Christian Gmeiner
2005-05-07
Fixed makefiles for autoconf.g include.
Daniel Stenberg
2005-04-01
Smaller code size due to use of post-increment addressing. Move code out of i...
Thom Johansen
2005-03-08
fix proto and function to kill two simulator warnings
Daniel Stenberg
2005-03-06
Use the new generic SRC build "macro" in tools/makesrc.inc to process the
Daniel Stenberg
2005-03-03
Use EXTRA_DEFINES for the SOURCES parsing in the codec makefiles
Linus Nielsen Feltzing
2005-03-03
Broke H100 sim. I suck.
Thom Johansen
2005-03-03
Duplicate line and four space wide tabs, sorry about that.
Thom Johansen
2005-03-03
Added new coldfire assembly LPC decoder routine to libFLAC.
Thom Johansen
2005-03-02
Handle .S files in the codec Makefiles
Linus Nielsen Feltzing
2005-02-28
Get malloc() and friends out of the way for the cygwin linker (and maybe othe...
Jens Arnold
2005-02-22
Temporary solution for code and data in IRAM for iriver codecs
Linus Nielsen Feltzing
2005-02-21
Oops, wrong file committed
Jean-Philippe Bernardy
2005-02-21
typo
Jean-Philippe Bernardy
2005-02-19
Thom Johansen's first EMAC optimisation for the Coldfire - about a 3%-4% speedup
Dave Chapman
2005-02-18
Unified build system to use SOURCES for sim builds too, a single Makefile-look
Daniel Stenberg
2005-02-17
More aggressive inlining for libFLAC
Linus Nielsen Feltzing
2005-02-16
Add libFLAC to the build system
Dave Chapman
2005-02-16
Fix some compiler warnings
Dave Chapman
2005-02-16
Remove an internal FLAC debug function that uses FILE*
Dave Chapman
2005-02-16
Initial import of libFLAC from flac-1.1.2.tar.gz
Dave Chapman