index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-28
Squeezed two very frequently used arrays in IRAM for a very nice performance ...
Thom Johansen
2
-2
/
+12
2005-10-28
Add more useful error codes from decoder
Dave Chapman
2
-48
/
+37
2005-10-28
USB power mode: Made the code ignore the power button (On for recorder fm/v2,...
Jens Arnold
1
-1
/
+3
2005-10-28
Add gui directory
Dave Chapman
1
-0
/
+1
2005-10-28
iso-8859-1 police
Dave Chapman
1
-1
/
+1
2005-10-28
Spell out that we use ISO 8859-1 at places, but we should rather remain
Daniel Stenberg
1
-0
/
+3
2005-10-28
The wonderful starfield plugin huhuhu
Kevin Ferrare
2
-0
/
+260
2005-10-28
Fixed Ondio and V2/FM compiling problems from the multiscreen patch
Linus Nielsen Feltzing
2
-4
/
+10
2005-10-28
Ooops, forgot to commit these
Linus Nielsen Feltzing
2
-0
/
+348
2005-10-28
1) Always enable the DSP. 2) Change codec to output one 32-bit array per cha...
Dave Chapman
3
-345
/
+354
2005-10-28
Initial multi screen support by Kévin Ferrare (Patch #1318081)
Linus Nielsen Feltzing
21
-714
/
+2518
2005-10-27
Should be referring to libffmpegFLAC, not libalac - how did this work in the ...
Dave Chapman
1
-5
/
+5
2005-10-27
Prevent compiler warning for LOGF builds
Dave Chapman
1
-0
/
+1
2005-10-27
Support for a colon-separated path in APPEXTRA
Linus Nielsen Feltzing
18
-21
/
+21
2005-10-27
Zero the FLACContext during initialisation
Dave Chapman
1
-0
/
+2
2005-10-27
Didn't mean to commit that...
Thom Johansen
1
-1
/
+1
2005-10-27
Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.
Thom Johansen
11
-22
/
+22
2005-10-27
Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.
Thom Johansen
4
-8
/
+8
2005-10-27
Replaced jump table with a more efficient one.
Thom Johansen
1
-14
/
+11
2005-10-27
Assembler optimised LPC routines for Coldfire. Will enable them when codec ha...
Thom Johansen
2
-0
/
+245
2005-10-26
New FLAC decoder from the ffmpeg project
Dave Chapman
17
-300
/
+2201
2005-10-23
X11 simulator: * Correctly redraw the window when it was destroyed by overlay...
Jens Arnold
2
-44
/
+40
2005-10-23
X11 simulator: Fixed margins and scaling (window zoom) for all simulated targ...
Jens Arnold
3
-37
/
+17
2005-10-22
Fixed the voice codec when no audio is playing. Now attenuating audio
Miika Pekkarinen
2
-4
/
+4
2005-10-22
Removed unneeded xxx2wav files.
Thom Johansen
2
-215
/
+0
2005-10-22
Fix downmixing problems in AC3/A52 decoder and small cleanup of unused code
Dave Chapman
1
-5
/
+3
2005-10-22
Seeking support for AC3/A52 files. We assume they are always CBR.
Dave Chapman
3
-5
/
+20
2005-10-22
Coldfire: slight optimisations of memset().
Jens Arnold
1
-12
/
+10
2005-10-21
We reserved two bits instead of one bit for the new skipped attribute.
Miika Pekkarinen
1
-1
/
+1
2005-10-21
iRiver: Fixed broken items skipping on playlist: Now skipping and
Miika Pekkarinen
5
-30
/
+113
2005-10-20
H1x0: Slight optimisation of the grayscale library.
Jens Arnold
2
-8
/
+10
2005-10-20
Now correctly interrupting the dircache rebuilding.
Miika Pekkarinen
2
-3
/
+24
2005-10-19
Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...
Jens Arnold
11
-74
/
+141
2005-10-19
Eliminated the warnings.
Miika Pekkarinen
1
-2
/
+2
2005-10-19
Do a transparent dircache rebuilding even if the rebuilding was
Miika Pekkarinen
1
-2
/
+21
2005-10-18
Coldfire: More compact init code.
Jens Arnold
1
-20
/
+14
2005-10-18
SH1: More compact init code, only doing the special vector copy for debug bui...
Jens Arnold
1
-39
/
+33
2005-10-18
H110/H115: Slightly longer initial SDRAM refresh cycle, correct comment.
Jens Arnold
1
-1
/
+1
2005-10-18
Fixed the playlist skipping with MusePack.
Miika Pekkarinen
1
-3
/
+4
2005-10-17
iriver: more codec library cleanup: remove codec_alloca and a some extraneous...
Magnus Holmgren
4
-32
/
+1
2005-10-16
Mandelbrot plugin: New fixed point routines, loosing a tiny bit of precision ...
Jens Arnold
1
-154
/
+182
2005-10-16
iRiver: The audio init fix caused problems if a voice file was present.
Magnus Holmgren
1
-4
/
+7
2005-10-16
Fixed beep setting strings in .cfg files.
Jens Arnold
1
-2
/
+2
2005-10-16
iriver: audio_init really needs to be called after playlist and tree init; de...
Magnus Holmgren
2
-8
/
+12
2005-10-16
Fixed the pops with musepack.
Miika Pekkarinen
1
-1
/
+1
2005-10-15
Fix compiler warnings in sim.
Dave Chapman
1
-2
/
+2
2005-10-14
Removed unused variable.
Jens Arnold
1
-2
/
+0
2005-10-14
Coldfire: (1) Keep the correct CRSEL and CLSEL values in the PLLCR register f...
Jens Arnold
1
-1
/
+4
2005-10-13
Previous fix introduced tons of comparison warnings, just cast for now instead.
Thom Johansen
1
-4
/
+3
2005-10-13
Use correct types to avoid sim warnings.
Thom Johansen
3
-3
/
+4
[next]