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
2013-06-12
imxtools: move hwemul to its own directory
Amaury Pouly
25
-0
/
+0
2013-06-10
Enable key lock in radio screen
Amaury Pouly
2
-2
/
+2
2013-06-09
Fix rockblox instadrop behaviour
Max Zerzouri
1
-1
/
+4
2013-06-09
Fix warning (move variable into #ifdef section).
Thomas Martitz
1
-2
/
+2
2013-06-09
Fix reds (this code needs #ifdef HAVE_ALBUMART)
Thomas Martitz
1
-0
/
+2
2013-06-09
Only show mountpoints containing a supported filesystem in dropdown.
Dominik Riebeling
2
-4
/
+4
2013-06-09
Add note to AMS bootloader installation about OF file.
Dominik Riebeling
1
-17
/
+19
2013-06-09
time-sync: allow passing an arbitrary time.
Dominik Riebeling
1
-5
/
+19
2013-06-09
Don't pass -Wno-unused-local-typedefs on OS X.
Dominik Riebeling
1
-1
/
+1
2013-06-09
Treat arch flags separately when building libraries.
Dominik Riebeling
1
-5
/
+5
2013-06-09
Fix multiple problems in radioart.c
Thomas Martitz
1
-13
/
+22
2013-06-09
skin_engine: Fix albumart logic on skin reloading.
Thomas Martitz
3
-22
/
+24
2013-06-09
Fix temporary files stored in current folder on first start.
Dominik Riebeling
1
-5
/
+5
2013-06-09
Suppress unused-local-typedefs warning with Qt4.
Dominik Riebeling
1
-0
/
+5
2013-06-09
Rework langstat.
Dominik Riebeling
2
-52
/
+58
2013-06-09
Don't pass ar output to /dev/null.
Dominik Riebeling
2
-3
/
+2
2013-06-05
Fix color of files with no extension.
Boris Gjenero
1
-1
/
+1
2013-05-31
Argh, move a comment to the (now) proper location. :)
Michael Sevakis
2
-2
/
+1
2013-05-31
Have voice fire an event when it starts and stops playing.
Michael Sevakis
3
-15
/
+27
2013-05-31
Should use HAVE_RECORDING, not AUDIO_HAVE_RECORDING in playback.c
Michael Sevakis
1
-1
/
+1
2013-05-31
Just init audio thread event with Q_NULL instead of SYS_TIMEOUT.
Michael Sevakis
1
-1
/
+1
2013-05-31
Some corrections after 5857c44.
Michael Sevakis
3
-7
/
+18
2013-05-31
Refactor audio thread to run both recording and playback.
Michael Sevakis
11
-517
/
+506
2013-05-30
pcm_record: Track initialization state
Michael Sevakis
1
-1
/
+19
2013-05-30
PP Sansa: Use better I2S divider settings for 48kHz.
Michael Sevakis
1
-2
/
+2
2013-05-27
Missed removing a couple unwanted includes in previous commit.
Michael Sevakis
3
-3
/
+7
2013-05-27
Remove explicit config.h and system.h includes from DSP code.
Michael Sevakis
16
-31
/
+34
2013-05-26
SPC Codec ARMv5: I didn't have fast gauss quite right.
Michael Sevakis
1
-5
/
+5
2013-05-24
df1704: Add filter roll-off selection.
Andrew Ryabinin
2
-0
/
+16
2013-05-24
Add DAC's oversampling filter roll-off selection to sound settings.
Andrew Ryabinin
9
-0
/
+96
2013-05-24
Remove data_abort_handler from ARM crt0 files.
Boris Gjenero
3
-15
/
+0
2013-05-23
Fix return address when data_abort_handler skips faulting instruction.
Boris Gjenero
1
-1
/
+1
2013-05-23
Fix 6e211ab errors and warnings.
Michael Sevakis
1
-0
/
+6
2013-05-23
Remove dsp_callback because DSP is now library code, not app code.
Michael Sevakis
6
-81
/
+21
2013-05-23
buflib: Remove compulsory IRQ disable during buffer move.
Michael Sevakis
1
-16
/
+2
2013-05-23
SPC Codec: Add ARMv5 optimized code. Easy peasy.
Michael Sevakis
4
-1
/
+291
2013-05-22
USB: Detect charging-only mode upon cable insert, not host detect.
Michael Sevakis
1
-5
/
+15
2013-05-21
Fix CPU boosting in test_codec.
Michael Sevakis
1
-7
/
+11
2013-05-21
SPC Codec: Simplify configuration and assume nothing need be disabled.
Michael Sevakis
1
-33
/
+21
2013-05-21
SPC Codec: Have metadata parser fill in frequency and bitrate.
Michael Sevakis
1
-0
/
+2
2013-05-21
SPC Codec: Need to restore a bit more data from cached waves.
Michael Sevakis
2
-59
/
+53
2013-05-21
Opus: fix glitch caused by 2e9aa3d
Nils Wallménius
1
-6
/
+6
2013-05-21
Fix FS#9577 - SNES player missing tracks on certain SPCs
Michael Sevakis
2
-44
/
+85
2013-05-21
Fix 87021f7 errors. There is no this->echo_pos when SPC_NOECHO != 0.
Michael Sevakis
1
-1
/
+1
2013-05-21
SPC Codec: Refactor for CPU and clean up some things.
Michael Sevakis
12
-1295
/
+1690
2013-05-19
Opus: fix seeking to start of track
Nils Wallménius
1
-2
/
+3
2013-05-19
Opus: avoid allocating space for comment packets
Nils Wallménius
1
-0
/
+6
2013-05-18
Fix opus craches with large embedded album art
Nils Wallménius
4
-44
/
+42
2013-05-18
builds.pm: Add HiFi E.T MA9.
bootloader_hifietma9_v1
Andrew Ryabinin
1
-0
/
+4
2013-05-17
FS#12854 - ipod-time-sync sets wrong day
rbutil/mkamsboot/mkamsboot.c
Boris Gjenero
1
-1
/
+1
[next]