Commits

[22625 total ]
Avatar
Use f_frsize when calculating the free disk space from the block count. Fixes wrong value on implementations with f_bsize != f_frsize.

by Dominik Riebeling (Using name ‘bluebrother’) on 2009-11-21 18:54 (about 16 hours ago)

Anon32
No SansaAMS have a recovery mode, and set the Rockbox bootloader to be in flash.

by alex on 2009-11-21 18:15 (about 17 hours ago)

Anon32
The Clip has no recovery mode.

by alex on 2009-11-21 18:06 (about 17 hours ago)

Anon32
Update Sansa Clip install instructions in the manual.

by alex on 2009-11-21 17:58 (about 17 hours ago)

Anon32
Commit FS#10605 - stable playback on low memory swcodec targets by Matthias Schneider. Should allow stable playback on targets with less then 4MB of RAM and sofware decoding such as the Sandisk Clip, c200v2, m200v4 and probably others. Fixes several problems in buffering that occured when the files to be buffered weren't much smaller then the ring buffer size. Fixes a bug where move_handle would corrupt the audio buffer when trying to copy a handle that both wrapped around the highest address in the ring buffer and overlapped part of the source and desination ranges. Moves the decision in playback.c about when to update the current track handle from audio_check_new_track to after the metadata has been buffered. Corrects several other minor pieces of code. I've logged about 100 hours without a crash on various players with this patch but its possible it breaks some combination of players and features I haven't thought to test.

by saratoga on 2009-11-21 17:00 (about 18 hours ago)

Avatar
Add docs/COPYING to rbutil source folder and make checkout slightly more robust.

by Dominik Riebeling (Using name ‘bluebrother’) on 2009-11-20 21:04 (1 day ago)

Avatar
Increase stack space for the Gigabeat S specific headphone thread to fix stack overflow when compiled with gcc 4.4

by Nils Wallménius (Using name ‘nls’) on 2009-11-20 16:42 (1 day ago)

Avatar
Merge mpeg_malloc_reason_t and mpeg2_alloc_t, add STATE_INTERNAL_NORETURN to mpeg2_state_t, to fix warnings with short enums.

by MilitantlyUnhelpful (Using name ‘unhelpful’) on 2009-11-20 11:58 (1 day ago)

Avatar
Add arm-elf-eabi target to rockboxdev.sh, selected with "e".

by MilitantlyUnhelpful (Using name ‘unhelpful’) on 2009-11-20 10:27 (2 days ago)

Avatar
Fix codec and plugin issues on ARM EABI caused by .iram sometimes being assigned an incorrect load address.

by MilitantlyUnhelpful (Using name ‘unhelpful’) on 2009-11-20 07:38 (2 days ago)