summaryrefslogtreecommitdiff
path: root/apps/codecs/libFLAC
AgeCommit message (Collapse)Author
2006-12-11Delete libFLAC - it has't been used since October 2005Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11716 a1c6a512-1295-4272-9138-f99709370657
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing ↵Jens Arnold
messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11369 a1c6a512-1295-4272-9138-f99709370657
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11322 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Profiling support, tools and documentation.Brandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8375 a1c6a512-1295-4272-9138-f99709370657
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7663 a1c6a512-1295-4272-9138-f99709370657
2005-09-07Put some FLAC data in IRAM. Will clean up code later.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7496 a1c6a512-1295-4272-9138-f99709370657
2005-07-28Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7253 a1c6a512-1295-4272-9138-f99709370657
2005-07-18oops... should compile without warnings nowChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7187 a1c6a512-1295-4272-9138-f99709370657
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7186 a1c6a512-1295-4272-9138-f99709370657
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg
Fixed build output look in several Makefiles Fixed code to include autoconf.h Fixed code to use ROCKBOX_*_ENDIAN instead of previous attempts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6421 a1c6a512-1295-4272-9138-f99709370657
2005-04-01Smaller code size due to use of post-increment addressing. Move code out of ↵Thom Johansen
iram. Cosmetic changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6242 a1c6a512-1295-4272-9138-f99709370657
2005-03-08fix proto and function to kill two simulator warningsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6172 a1c6a512-1295-4272-9138-f99709370657
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg
SOURCES file. Hopefully this now works better for Mac OS X people. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6152 a1c6a512-1295-4272-9138-f99709370657
2005-03-03Use EXTRA_DEFINES for the SOURCES parsing in the codec makefilesLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6114 a1c6a512-1295-4272-9138-f99709370657
2005-03-03Broke H100 sim. I suck.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6110 a1c6a512-1295-4272-9138-f99709370657
2005-03-03Duplicate line and four space wide tabs, sorry about that.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6109 a1c6a512-1295-4272-9138-f99709370657
2005-03-03Added new coldfire assembly LPC decoder routine to libFLAC.Thom Johansen
Added clear accumulator policy. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6108 a1c6a512-1295-4272-9138-f99709370657
2005-03-02Handle .S files in the codec MakefilesLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6101 a1c6a512-1295-4272-9138-f99709370657
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe ↵Jens Arnold
others), to make plugins work properly in the simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6086 a1c6a512-1295-4272-9138-f99709370657
2005-02-22Temporary solution for code and data in IRAM for iriver codecsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6029 a1c6a512-1295-4272-9138-f99709370657
2005-02-21Oops, wrong file committedJean-Philippe Bernardy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6027 a1c6a512-1295-4272-9138-f99709370657
2005-02-21typoJean-Philippe Bernardy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6026 a1c6a512-1295-4272-9138-f99709370657
2005-02-19Thom Johansen's first EMAC optimisation for the Coldfire - about a 3%-4% speedupDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6024 a1c6a512-1295-4272-9138-f99709370657
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg
made by configure and various related adjustments. This has not yet been tested on cygwin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6001 a1c6a512-1295-4272-9138-f99709370657
2005-02-17More aggressive inlining for libFLACLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5999 a1c6a512-1295-4272-9138-f99709370657
2005-02-16Add libFLAC to the build systemDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5987 a1c6a512-1295-4272-9138-f99709370657
2005-02-16Fix some compiler warningsDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5986 a1c6a512-1295-4272-9138-f99709370657
2005-02-16Remove an internal FLAC debug function that uses FILE*Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5985 a1c6a512-1295-4272-9138-f99709370657
2005-02-16Initial import of libFLAC from flac-1.1.2.tar.gzDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5983 a1c6a512-1295-4272-9138-f99709370657