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