summaryrefslogtreecommitdiff
path: root/apps/codecs/codec_crt0.c (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis
2011-08-28codec_main() prototype inside codec_crt0.c is no longer needed since it's in ...Michael Sevakis
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis
2010-10-10Invalidate the CPU cache after clearing bss, to make sure that bss variables ...Frank Gevaerts
2010-10-10Fix a few div0 cases forgotten in r27684 to enable enabling asm optimizations...Thomas Martitz
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz
2010-09-09codecs_crt0.c needs to call cpucache_invalidate after copying code around.Thomas Martitz
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2009-02-27Mac doesn't handle placing variables in specific sections very well. Building...Tom Ross
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis
2009-01-24Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis
2009-01-23initialize the codecs API in the codec loader, using the same method as used ...Andrew Mahone
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis
2007-08-04Flush-out cleared sections on dual core targets when loading plugins and codecs.Michael Sevakis
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski
2006-08-12update the gigabeat code and move to target_treeMarcoen Hirschberg
2006-08-10Patch #5789 by Mike Sevakis - Proper shut down of Coldfire targetsLinus Nielsen Feltzing
2006-07-21iAudio X5: Fix sim buildLinus Nielsen Feltzing
2006-07-21Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.Linus Nielsen Feltzing
2006-02-27ATA power control on iAudio X5Linus Nielsen Feltzing
2006-02-23Power driver for iAudio X5Linus Nielsen Feltzing
2005-11-24Fixed disk icon display in remote status bar on iriver. * Rolled back led.c c...Jens Arnold
2005-11-20removed old statusbar and buttonbar codeKevin Ferrare
2005-06-04Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ...Jens Arnold
2005-02-19a bit nicer: delay of the disk activity indicator is supplied by app layerJörg Hohensohn
2005-02-19Ondio: disk indication in the status bar, to compensate for lacking LEDJörg Hohensohn
2005-02-05led driver for gminiJean-Philippe Bernardy
2004-11-02Adjusted for iriverLinus Nielsen Feltzing
2004-09-10avoid unused variable warning if no LEDJörg Hohensohn
2004-09-10no double negation, define present features, not absentJörg Hohensohn
2004-09-10Ondio has no LED (no RLOD possible ;-)Jörg Hohensohn
2004-06-22Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and bl...Linus Nielsen Feltzing
2003-11-07The code police strikes backLinus Nielsen Feltzing
2003-11-06set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn
2002-06-24remove tabs :)Alan Korr
2002-05-13Changing to C99 'bool' typeBjörn Stenberg
2002-04-26Simpler API and remove interrupt codeBjörn Stenberg
2002-04-23Moved driver to 'drivers' subdirBjörn Stenberg
2002-04-20Fixed REG and REG_ADDR style macrosBjörn Stenberg
2002-04-16include config.h properlyDaniel Stenberg
2002-03-28First versionBjörn Stenberg