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-06-21
preparation for sectioned linking (will remove dead functions/data)
Jörg Hohensohn
1
-4
/
+7
2005-06-20
Fixed a problem with playback when returning from usb mode.
Miika Pekkarinen
1
-0
/
+1
2005-06-20
The last commit mixed up the arguments of cpu_boost(). Fixed that and removed...
Jens Arnold
2
-8
/
+3
2005-06-20
Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ.
Miika Pekkarinen
2
-3
/
+10
2005-06-20
Backlight dimming is now flicker free on all situations.
Miika Pekkarinen
1
-0
/
+5
2005-06-20
Fixed glitches from crossfade.
Miika Pekkarinen
2
-5
/
+3
2005-06-20
Iriver: Backlight fading is now configurable. Added a function to stop the ba...
Jens Arnold
8
-225
/
+242
2005-06-20
Crossfade fixes.
Miika Pekkarinen
3
-12
/
+28
2005-06-20
Crossfade adjustments.
Miika Pekkarinen
1
-1
/
+2
2005-06-20
Musepack files should play (poorly) now.
Thom Johansen
1
-5
/
+5
2005-06-20
cpu_boost(true) was called twice.
Miika Pekkarinen
1
-1
/
+1
2005-06-20
Iriver: Properly apply sound settings on startup. Moved some inits to more ap...
Jens Arnold
1
-6
/
+7
2005-06-20
Added missing quote
Linus Nielsen Feltzing
1
-1
/
+1
2005-06-20
Patch #1223219 by Dave Wiard - Add all supported audio files with Create Play...
Linus Nielsen Feltzing
2
-25
/
+43
2005-06-20
Elapsed counter resets correctly when changing tracks.
Miika Pekkarinen
2
-3
/
+5
2005-06-19
iriver: Prescale the digital volume when boosting treble/bass by decreasing t...
Jens Arnold
4
-73
/
+75
2005-06-19
Added code to handle APEv2 tags for WavPack files, although this should be
Dave Bryant
1
-0
/
+292
2005-06-19
crossfade works much better but costs some cpu power if enabled.
Miika Pekkarinen
1
-14
/
+30
2005-06-19
Fixed the dreaded iRiver simulator crash
Linus Nielsen Feltzing
1
-1
/
+5
2005-06-19
Some re-desing to buffer filling and track loading code and a few bug
Miika Pekkarinen
2
-113
/
+124
2005-06-19
Only stop backlight pwm timer if display is fully dimmed either
Miika Pekkarinen
1
-2
/
+3
2005-06-19
Don't initialize id3 structure with zeros on software codec platforms
Miika Pekkarinen
1
-1
/
+3
2005-06-19
Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...
Andy
9
-2
/
+952
2005-06-18
prevent build failures for non-iriver targets
Daniel Stenberg
1
-0
/
+4
2005-06-18
make it build fine for H300 (keypads) as well
Daniel Stenberg
1
-0
/
+4
2005-06-18
pcm_playback.c is not for sims
Daniel Stenberg
1
-1
/
+1
2005-06-18
make it not attempt to build the sh1 assembler when build for H300
Daniel Stenberg
1
-0
/
+4
2005-06-18
reverted the ifdef change, this code really IS H120/H140-specific and thus
Daniel Stenberg
1
-3
/
+2
2005-06-18
Set up things identical for all MCF5249 devices, until we find a reason not to
Daniel Stenberg
1
-3
/
+3
2005-06-18
1) mpeg.c is only for MAS-devices
Daniel Stenberg
1
-4
/
+6
2005-06-18
behave the same way with the h300 keypad as with the h100 (for now at least)
Daniel Stenberg
2
-2
/
+4
2005-06-18
Initial setup for the H300 keypad
Daniel Stenberg
2
-2
/
+24
2005-06-18
Made the (iriver) use of GPIO1 depend on the presense of a coldfire cpu instead
Daniel Stenberg
1
-9
/
+5
2005-06-18
depend on CPU, not player model
Daniel Stenberg
1
-1
/
+1
2005-06-18
ifdef fix
Daniel Stenberg
1
-1
/
+1
2005-06-18
First attempt at seeking in FLAC files
Dave Chapman
1
-0
/
+12
2005-06-18
Add logf to the plugin interface (use the LOGF macro)
Dave Chapman
2
-0
/
+16
2005-06-18
Added %fc WPS tag to display codec type - moved codectype from track_info str...
Dave Chapman
6
-24
/
+88
2005-06-18
Initial support for iriver backlight dimming. Unfortunately dimming
Miika Pekkarinen
2
-3
/
+217
2005-06-18
Fixed MPEG header validation for layer 1 on iriver, and simplified it for arc...
Jens Arnold
1
-6
/
+5
2005-06-18
Proper MPEG layer 1 support.
Jens Arnold
3
-1
/
+4
2005-06-18
Center USB logo on all models
Andy
1
-1
/
+2
2005-06-18
Button adjustments for H1x0: added mode button for leaving menus and cancelli...
Jens Arnold
4
-19
/
+24
2005-06-18
Fix red gmini build.
Jens Arnold
1
-1
/
+1
2005-06-18
Iriver UDA1380 volume and balance handling is now done in sound.c, similar to...
Jens Arnold
8
-319
/
+116
2005-06-17
Simulator stub for remote lcd flip.
Jens Arnold
1
-0
/
+5
2005-06-17
iriver: LCD flip for H1x0 remote, some code cleanup.
Jens Arnold
4
-13
/
+60
2005-06-17
Fixed graphical glitch occuring in flipped lcd mode.
Jens Arnold
1
-0
/
+2
2005-06-17
Proper handling of the UDA1380 RESET signal
Linus Nielsen Feltzing
1
-0
/
+9
2005-06-17
Rename UI-v2.bmp to UI-recorderv2.bmp (Rec v2 win32 sim now builds)
Dave Chapman
1
-0
/
+0
[next]