summaryrefslogtreecommitdiffstats
path: root/apps/codecs/codec_crt0.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-28codec_main() prototype inside codec_crt0.c is no longer needed since it's in ...Michael Sevakis1-2/+0
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-22/+28
2010-10-10Invalidate the CPU cache after clearing bss, to make sure that bss variables ...Frank Gevaerts1-0/+4
2010-10-10Fix a few div0 cases forgotten in r27684 to enable enabling asm optimizations...Thomas Martitz1-1/+1
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-12/+16
2010-09-09codecs_crt0.c needs to call cpucache_invalidate after copying code around.Thomas Martitz1-4/+4
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-0/+4
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2009-02-27Mac doesn't handle placing variables in specific sections very well. Building...Tom Ross1-1/+1
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-3/+1
2009-01-24Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis1-0/+7
2009-01-23initialize the codecs API in the codec loader, using the same method as used ...Andrew Mahone1-6/+5
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-0/+2
2007-08-04Flush-out cleared sections on dual core targets when loading plugins and codecs.Michael Sevakis1-0/+4
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski1-0/+46