summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libffmpegFLAC
AgeCommit message (Expand)AuthorFilesLines
2006-03-17Free one register extra so we can block load a bit more.Thom Johansen1-14/+12
2006-03-06Enable ARM optimisation.Thom Johansen2-0/+7
2006-03-06ARM assembler optimised LPC decode routine for FLAC (not yet enabled).Thom Johansen2-0/+273
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-02-13Convert to use common internal sample format.Thom Johansen2-2/+2
2006-02-07Patch #1426489 - Shorten codec optimisations from Mark ArigoDave Chapman2-62/+172
2006-01-18Profiling support, tools and documentation.Brandon Low1-1/+1
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren1-7/+4
2005-11-13Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...Dave Chapman1-5/+0
2005-11-12OopsDave Chapman1-0/+1
2005-11-11Move ff_log2_tab out of header file into its own .c fileDave Chapman2-10/+15
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman5-15/+475
2005-11-05Unrolled loops up to order 10 plus slight optimisation of default case.Thom Johansen1-80/+132
2005-11-03Add seekpoint parsing and dummy ICODE_ATTR macro to standalone FLAC test programDave Chapman2-5/+22
2005-11-03Move all code into IRAMDave Chapman4-6/+16
2005-10-28Enabled the FLAC EMAC optimisations.Thom Johansen2-0/+12
2005-10-28Add more useful error codes from decoderDave Chapman1-45/+30
2005-10-27Should be referring to libffmpegFLAC, not libalac - how did this work in the ...Dave Chapman1-5/+5
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing1-1/+1
2005-10-27Replaced jump table with a more efficient one.Thom Johansen1-14/+11
2005-10-27Assembler optimised LPC routines for Coldfire. Will enable them when codec ha...Thom Johansen2-0/+245
2005-10-26New FLAC decoder from the ffmpeg projectDave Chapman12-0/+2062