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
path:
root
/
apps
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
Add gui directory
Dave Chapman
1
-0
/
+1
2005-10-28
iso-8859-1 police
Dave Chapman
1
-1
/
+1
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
20
-702
/
+2506
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
16
-17
/
+17
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
16
-296
/
+2197
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
2
-5
/
+17
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
1
-1
/
+1
2005-10-19
Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...
Jens Arnold
3
-7
/
+9
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
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-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
2005-10-13
Cleaned up the messy codec header and library system by merging codec.h, lib/...
Thom Johansen
11
-34
/
+162
2005-10-12
Musepack: emacified multiplication routines, gives a nice speed boost.
Jens Arnold
2
-3
/
+62
2005-10-12
Cosmetic changes and cleanup. Removed all unused mad_timer code and a couple ...
Thom Johansen
1
-89
/
+61
2005-10-12
Skip buffer refill after end of playlist (conf_watermark == 0). With 'move to...
Ryan Jackson
1
-2
/
+3
2005-10-11
Disabled dynamic range compression.
Thom Johansen
1
-1
/
+1
2005-10-10
Cleaned up code. Now passes full precision samples to the playback engine, an...
Thom Johansen
1
-171
/
+122
2005-10-10
Not finding an APE tag for a Musepack file isn't fatal.
Thom Johansen
1
-4
/
+1
2005-10-10
Synced.
Mats Lidell
1
-11
/
+35
2005-10-10
iRiver/Vorbis: And don't specify -O2 twice...
Magnus Holmgren
1
-1
/
+1
2005-10-10
iRiver/Vorbis: Actually use the rule in the makefile.
Magnus Holmgren
1
-2
/
+2
[next]