summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-21Update Sansa Clip install instructions in the manual.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23682 a1c6a512-1295-4272-9138-f99709370657
2009-11-21Commit FS#10605 - stable playback on low memory swcodec targets by Matthias ↵Michael Giacomelli
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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23680 a1c6a512-1295-4272-9138-f99709370657
2009-11-20Add docs/COPYING to rbutil source folder and make checkout slightly more robust.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23679 a1c6a512-1295-4272-9138-f99709370657
2009-11-20Increase stack space for the Gigabeat S specific headphone thread to fix ↵Nils Wallménius
stack overflow when compiled with gcc 4.4 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23678 a1c6a512-1295-4272-9138-f99709370657
2009-11-20Merge mpeg_malloc_reason_t and mpeg2_alloc_t, add STATE_INTERNAL_NORETURN to ↵Andrew Mahone
mpeg2_state_t, to fix warnings with short enums. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23677 a1c6a512-1295-4272-9138-f99709370657
2009-11-20Add arm-elf-eabi target to rockboxdev.sh, selected with "e".Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23676 a1c6a512-1295-4272-9138-f99709370657
2009-11-20Fix codec and plugin issues on ARM EABI caused by .iram sometimes being ↵Andrew Mahone
assigned an incorrect load address. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23674 a1c6a512-1295-4272-9138-f99709370657
2009-11-20fix mono and hwcodec classic_statusbar so they actually loadJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23673 a1c6a512-1295-4272-9138-f99709370657
2009-11-20Disable -mlong-calls for ARM EABI.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23672 a1c6a512-1295-4272-9138-f99709370657
2009-11-20Short enum fixes for doom plugin.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23671 a1c6a512-1295-4272-9138-f99709370657
2009-11-20Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23670 a1c6a512-1295-4272-9138-f99709370657
2009-11-19Add --eabi to let configure prefer the arm-elf-eabi-* toolchain. Add ↵Thomas Martitz
--no-eabi to achieve the current behavior (which is still default). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23669 a1c6a512-1295-4272-9138-f99709370657
2009-11-19CheckWPS: set screen to SCREEN_MAIN when not a r{sb,wp}s.Maurus Cuelenaere
This fixes the potential bug of mislabeling an {sb,wp}s as remote while it's not. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23668 a1c6a512-1295-4272-9138-f99709370657
2009-11-19make checkwps able to check .rsbs files.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23667 a1c6a512-1295-4272-9138-f99709370657
2009-11-19Avoid possible memory corruptionNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23666 a1c6a512-1295-4272-9138-f99709370657
2009-11-18pcmbuf: better debug info, reinstate flush variable clearJeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23665 a1c6a512-1295-4272-9138-f99709370657
2009-11-18Unify fourcc macro and some style changesNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23664 a1c6a512-1295-4272-9138-f99709370657
2009-11-18Make svn properties consistent and set some missing onesNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23663 a1c6a512-1295-4272-9138-f99709370657
2009-11-18jpeg/png: Remove erased file name from list of file when change file.Teruaki Kawashima
Change trivial check of entries (entries is always > 0). Fix bug of r23632 that error message is shown when change file while there is only one file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23662 a1c6a512-1295-4272-9138-f99709370657
2009-11-18copy the classic_statusbar and rockbox_none .sbs's to .rsbs's also so remote ↵Jonathan Gordon
displays can use them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23661 a1c6a512-1295-4272-9138-f99709370657
2009-11-18Set svn:keywords property.Mohamed Tarek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23660 a1c6a512-1295-4272-9138-f99709370657
2009-11-18Handle mid-track resumes in RM.Mohamed Tarek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23659 a1c6a512-1295-4272-9138-f99709370657
2009-11-17Fix FS#10546 - metronome doesn't work on h1xx/h3xx.Torne Wuff
Button mapping table was wrong after some pluginlib_action changes a while ago. Same problem in the Ondio mappings, so I fixed that too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23658 a1c6a512-1295-4272-9138-f99709370657
2009-11-17initial hwcodec/112x64x1 sbsJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23657 a1c6a512-1295-4272-9138-f99709370657
2009-11-17Classic_statusbar.sbs images: make them proper 1-bit bitmaps, so that they ↵Marianne Arnold
work as expected with foreground and background colour and backdrops. I'd like to see the result being closer to the original too which also means small fixes to these images too but first things first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23656 a1c6a512-1295-4272-9138-f99709370657
2009-11-17jpeg/png: refactor use of buf.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23655 a1c6a512-1295-4272-9138-f99709370657
2009-11-17Fix previous commit on targets without bitmap supportJohannes Schwarz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23654 a1c6a512-1295-4272-9138-f99709370657
2009-11-17FS#10193 - Add a standart menu to rockblox and clean up the codeJohannes Schwarz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23653 a1c6a512-1295-4272-9138-f99709370657
2009-11-16mpeg.h/c cleanupJeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23652 a1c6a512-1295-4272-9138-f99709370657
2009-11-16Cleanup audio.h, related functionsJeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23651 a1c6a512-1295-4272-9138-f99709370657
2009-11-16Updated french translation.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23650 a1c6a512-1295-4272-9138-f99709370657
2009-11-16pcmbuf cleanupJeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23649 a1c6a512-1295-4272-9138-f99709370657
2009-11-16get ready for classic_statusbar... get it added to the .zip. buildwps.pl ↵Jonathan Gordon
needs fixing to work with .sbs files better git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23648 a1c6a512-1295-4272-9138-f99709370657
2009-11-16add some bmp strips needed for the rec screen which wernt already added...Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23647 a1c6a512-1295-4272-9138-f99709370657
2009-11-16Remove a left-over check for metadata info being ready that delayed the ↵Thomas Martitz
initial draw of the wps quite a bit (most notably on slowish hwcodec). The skin engine is safe against that, so draw it instantly and make another redraw once the metadata info is ready. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23646 a1c6a512-1295-4272-9138-f99709370657
2009-11-16Avoid two subsequent full update.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23645 a1c6a512-1295-4272-9138-f99709370657
2009-11-16Fix some drawing problems when displaying the WPS initially with sbs ↵Thomas Martitz
enabled. Move initial display of the wps to wps.c too. Should fix bug 3 of FS#10771. Also change GUI_EVENT_REFRESH event handling so that the passed drawing function is always called, not only when sbs or custom ui vp are used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23644 a1c6a512-1295-4272-9138-f99709370657
2009-11-15Fix typo and remove umnecessary {}Michael Chicoine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23643 a1c6a512-1295-4272-9138-f99709370657
2009-11-15Manual: Pictureflow chapter - foremost fixing the M3 manual but clean up the ↵Marianne Arnold
button table completely to make it more readable and be more accurate (this needed a small correction to the Iaudio remote keymap file). Update the note about playback and the menu item description while at it. Flyspray: FS#10712, Author: Michael Chicoine and me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23642 a1c6a512-1295-4272-9138-f99709370657
2009-11-15Change "r" back to "i" (i is for immediate, so no syntax error) and reclaim ↵Thomas Martitz
a bit binsize. Live with that those function don't build with -O0 since they rely on inlining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23641 a1c6a512-1295-4272-9138-f99709370657
2009-11-15use the EP_DIR() macro to go from USB_DIR_* to a 0 or 1 valueFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23640 a1c6a512-1295-4272-9138-f99709370657
2009-11-15Don't use the same completion_event for both directions. This could cause ↵Frank Gevaerts
problems on USB controllers that have IN and OUT endpoints with the same endpoint number (such as the arc controller) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23639 a1c6a512-1295-4272-9138-f99709370657
2009-11-15FS#10783 - WPS translationTomer Shalev
- Use the %Sx skin tag in WPS to translate 'Next Track', 'Next', and 'of' (X of Y tracks) - New conditional skin token 'Sr' which checks whether the currently loaded language is an RTL language (Hebrew/Arabic). It uses lang_is_rtl(). - Added Hebrew translation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23638 a1c6a512-1295-4272-9138-f99709370657
2009-11-15Partly revert r23625 (the TIMEOUT_NOBLOCK change), and add a comment ↵Thomas Martitz
explaining why (or trying to, at least). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23637 a1c6a512-1295-4272-9138-f99709370657
2009-11-15Consolidate some #ifdef code.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23636 a1c6a512-1295-4272-9138-f99709370657
2009-11-15Fix crash when selecting statusbar: custom in the menus without having a ↵Thomas Martitz
valid sbs loaded. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23635 a1c6a512-1295-4272-9138-f99709370657
2009-11-15Fix a few possible problems discovered in -O0 / eabi experiments.Thomas Martitz
- two essential parts of Sansa AMS drivers are optimzed away in newer gcc, so mark them volatile. - use "r" instead of "i" (which is apparently invalid syntax) for the input list in some inline assembly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23634 a1c6a512-1295-4272-9138-f99709370657
2009-11-15Fix scrolling lines that keep scrolling after exiting plugins and scrolling ↵Nils Wallménius
lines from the fm screen that keep scrolling in the radio context menu, closes FS#10616, git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23633 a1c6a512-1295-4272-9138-f99709370657
2009-11-15jpeg/png: change file list handling a bit.Teruaki Kawashima
* don't sort by plugin, use order of browser. * skip directories. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23632 a1c6a512-1295-4272-9138-f99709370657
2009-11-15jpeg/png: unify code to display image to draw_image(_rect).Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23631 a1c6a512-1295-4272-9138-f99709370657