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-07
Minor corrections to FLAC seeking calculations
Adam Boot
1
-3
/
+3
2006-12-07
SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...
Michael Sevakis
1
-3
/
+18
2006-12-07
Always use a black backgound while displaying images in jpegviewer, and use t...
Nils Wallménius
3
-5
/
+31
2006-12-07
AAC/ALAC: Fix display of ReplayGain values (e.g., in the ID3 Info screen).
Magnus Holmgren
1
-3
/
+8
2006-12-07
AAC codec: accept M4B files.
Magnus Holmgren
2
-2
/
+4
2006-12-06
Make the AAC (and ALAC) codec more flexible when dealing with the MP4 file st...
Magnus Holmgren
1
-32
/
+33
2006-12-06
Fix an errant #if effecting targets with MEM <= 8
Mark Arigo
1
-4
/
+3
2006-12-06
Fix settings not saving to disk correctly, (fixes FS#6408)
Jonathan Gordon
4
-2
/
+10
2006-12-06
first step in audio driver unification: renaming the functions to audio_*
Marcoen Hirschberg
1
-23
/
+23
2006-12-06
Small change to PCM recording API for low latency effects. Latency can be as ...
Michael Sevakis
2
-2
/
+4
2006-12-05
Forgot to commit this.
Miika Pekkarinen
1
-2
/
+2
2006-12-05
Removed the cpu boost tracking debug feature for now because of
Miika Pekkarinen
5
-30
/
+26
2006-12-05
fix the analog clock on 'portrait' screens
Marcoen Hirschberg
1
-1
/
+1
2006-12-05
add gigabeat button defines
Marcoen Hirschberg
4
-6
/
+25
2006-12-04
fix metronome sync button
Jonathan Gordon
1
-1
/
+2
2006-12-03
Completed target tree move of the ata driver code. Some code cleanup.
Jens Arnold
1
-1
/
+1
2006-12-03
Make playlist catalog and playlist save screen handle .m3u/.m3u8 better. Also...
Magnus Holmgren
2
-10
/
+16
2006-12-03
oops, its not as simple as that...
Martin Scarratt
1
-2
/
+1
2006-12-03
Enable syncing button in the metronome for I-Rivers
Martin Scarratt
1
-0
/
+1
2006-12-03
Remove some unneeded code that caused problems for enhanced AAC files.
Magnus Holmgren
1
-52
/
+5
2006-12-03
Patch FS#6365 by Stephane Doyon, Fix x5 bookmark screen keys
Jonathan Gordon
1
-2
/
+2
2006-12-03
#if != #ifdef
Jonathan Gordon
1
-1
/
+1
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
[next]