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
2006-12-01
Improved Sansa keymap. Based on version provided by Pavel Gnelitsa.
Barry Wardell
1
-92
/
+110
2006-12-01
Encoders: Mixdown to mono should round towards zero not -infinity.
Michael Sevakis
4
-6
/
+6
2006-11-30
More intuitive keymapping in pitch screen. Patch #6394 by Alexander Levin.
Peter D'Hoye
1
-5
/
+9
2006-11-30
Printing text right before clearing the display is not a very wise thing to d...
Peter D'Hoye
1
-1
/
+1
2006-11-30
Ooops... forgot about those charcells
Peter D'Hoye
1
-1
/
+4
2006-11-30
File and (recursive) directories properties in the file browser context menu....
Peter D'Hoye
8
-3
/
+409
2006-11-30
Prevent a stack overflow on iPod 5.5G due to increased sector size.
Miika Pekkarinen
1
-2
/
+2
2006-11-29
Read .m3u playlist files using the default code page (unless they start with ...
Magnus Holmgren
3
-4
/
+45
2006-11-29
Add support for compiling encoders without adjustable CPU frequency and/or IRAM.
Michael Sevakis
4
-23
/
+69
2006-11-29
Fixed FS#6389 - Sound disappears after pitch change and jump to the start of ...
Michael Sevakis
1
-0
/
+1
2006-11-28
Fix minor typo in the plugin playback control menu c->C
Nils Wallménius
1
-1
/
+1
2006-11-28
SWCODEC: Audio-related threads must be free of further tasks before returning...
Michael Sevakis
3
-31
/
+30
2006-11-27
Avoid calls to audio and talk functions in audio_get_buffer until init is com...
Michael Sevakis
1
-3
/
+4
2006-11-27
Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...
Jens Arnold
4
-7
/
+14
2006-11-26
FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder.
Tomasz Malesinski
5
-43
/
+98
2006-11-26
After FS#6357 I see that I left an unneeded call to pcm_play_stop in zxbox.c ...
Michael Sevakis
1
-5
/
+0
2006-11-26
Fixed the build error in FS#6357, patch 1.
Tomasz Malesinski
2
-2
/
+2
2006-11-26
Cube: Keep main colours and backdrop.
Jens Arnold
1
-5
/
+8
2006-11-26
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
Tomasz Malesinski
33
-437
/
+190
2006-11-26
Starfield should be white on black on colour targets, and disable backdrops.
Jens Arnold
1
-0
/
+8
2006-11-26
SWCODEC: Stop clicks between tracks when resampler is active by only switchin...
Michael Sevakis
16
-15
/
+23
2006-11-26
dont allow the ata callbacks to be run less than once every 30s unless
Jonathan Gordon
2
-4
/
+4
2006-11-26
ipod keypad fixes.. fixes bubbles
Jonathan Gordon
1
-6
/
+6
2006-11-26
fix metronome keys
Jonathan Gordon
1
-5
/
+12
2006-11-25
Fixed header parsing in AIFF. The minimum header size is 54 bytes for an audi...
Michael Sevakis
2
-38
/
+38
2006-11-25
Fixed bug in dither_init that was causing the AIFF playback at sample rates o...
Michael Sevakis
1
-2
/
+2
2006-11-25
Made the AGC functions compatible with non-latin languages following the
Shachar Liberman
33
-70
/
+3588
2006-11-25
Allow GPIO debug screen on Sansa. Also remove a warning from the NAND driver
Daniel Ankers
1
-1
/
+1
2006-11-25
Tag cache renamed to the less cryptic "Database" throughout the UI and manual...
Jonas Häggqvist
2
-16
/
+16
2006-11-25
Fix bug in large-value handling of gui_scrollbar_draw() that went unnoticed f...
Jens Arnold
1
-2
/
+1
2006-11-24
Fixed header calculation goofs that would've affected mono files and little-e...
Michael Sevakis
1
-6
/
+6
2006-11-24
Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...
Michael Sevakis
10
-0
/
+442
2006-11-23
Enable ReplayGain processing for AAC and ALAC (not really tested though). Als...
Magnus Holmgren
2
-2
/
+4
2006-11-23
Read frequency in MP4/AAC files from a different place, if available. Should ...
Magnus Holmgren
1
-1
/
+158
2006-11-23
iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API...
Michael Sevakis
4
-124
/
+18
2006-11-22
Priority overriding was not working correctly.
Miika Pekkarinen
1
-3
/
+7
2006-11-22
Audio bugfixes. Should wait for voice codec to reload before returning buffer...
Michael Sevakis
1
-7
/
+20
2006-11-22
Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriate
Daniel Ankers
3
-9
/
+5
2006-11-20
new usb logos for all screens, utilising lcd_bitmap_transparent() on colour d...
Marianne Arnold
12
-5
/
+27
2006-11-20
BMP loader: Using shifts for division by powers of 2 saves a bit on code size.
Jens Arnold
1
-10
/
+10
2006-11-20
BMP loader: Remote LCD format support.
Jens Arnold
1
-70
/
+123
2006-11-19
Solitaire: Repair card border and selection frame. Would it be better to make...
Jens Arnold
1
-0
/
+11
2006-11-19
Check if file has already been removed from DB when manually invoking
Miika Pekkarinen
2
-0
/
+13
2006-11-19
Fixed the dithering once more.
Jens Arnold
1
-8
/
+10
2006-11-19
please, oh please give me a green build so I can goto bed
Jonathan Gordon
2
-5
/
+5
2006-11-19
grr.. forgot to add these files
Jonathan Gordon
2
-0
/
+72
2006-11-19
* Move checkbox to plugin api (core never uses it)
Jonathan Gordon
15
-124
/
+31
2006-11-18
Complete rework of the BMP loader: * Support for 4 bit, 15/16 bit and 32 bit ...
Jens Arnold
1
-337
/
+340
2006-11-18
fix bubbles for good this time.
Jonathan Gordon
1
-2
/
+5
2006-11-18
fix ondios again. Add a context for left/right/fire actions which seems
Jonathan Gordon
2
-3
/
+64
[next]