summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Fix references to those files.Nils Wallménius2009-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23710 a1c6a512-1295-4272-9138-f99709370657
* Rename files to avoid name clash with a commit soon to come.Nils Wallménius2009-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23709 a1c6a512-1295-4272-9138-f99709370657
* Add support for the MP4 file type 'isom'. Based on FS#10790 with an ↵Magnus Holmgren2009-11-22
| | | | | | additional fix, making the sample file play. Also updated some debug prints. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23708 a1c6a512-1295-4272-9138-f99709370657
* Update Swedish translation.Magnus Holmgren2009-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23706 a1c6a512-1295-4272-9138-f99709370657
* XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp ↵Jens Arnold2009-11-22
| | | | | | horizontally packed LCDs. * Faster pixel-wise upward scrolling on 2bpp vertically packed LCD coldfire targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23704 a1c6a512-1295-4272-9138-f99709370657
* buffering.c: cosmeticsRafaël Carré2009-11-22
| | | | | | remove tabs, remove trailing spaces, indentation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23697 a1c6a512-1295-4272-9138-f99709370657
* Plasma demo: (1) small speed optimisation. (2) Limit speed to 33fps. (3) ↵Jens Arnold2009-11-22
| | | | | | Boost if running too slow on targets with variable CPU frequency. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23696 a1c6a512-1295-4272-9138-f99709370657
* hopefully fix the sameplrate tokenJonathan Gordon2009-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23690 a1c6a512-1295-4272-9138-f99709370657
* FS#10781 - Scrolling doesn't stop when entering USB screen from WPSMichael Chicoine2009-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23687 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#10605 - stable playback on low memory swcodec targets by Matthias ↵Michael Giacomelli2009-11-21
| | | | | | 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
* Merge mpeg_malloc_reason_t and mpeg2_alloc_t, add STATE_INTERNAL_NORETURN to ↵Andrew Mahone2009-11-20
| | | | | | mpeg2_state_t, to fix warnings with short enums. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23677 a1c6a512-1295-4272-9138-f99709370657
* Fix codec and plugin issues on ARM EABI caused by .iram sometimes being ↵Andrew Mahone2009-11-20
| | | | | | assigned an incorrect load address. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23674 a1c6a512-1295-4272-9138-f99709370657
* Short enum fixes for doom plugin.Andrew Mahone2009-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23671 a1c6a512-1295-4272-9138-f99709370657
* Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS.Andrew Mahone2009-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23670 a1c6a512-1295-4272-9138-f99709370657
* Avoid possible memory corruptionNils Wallménius2009-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23666 a1c6a512-1295-4272-9138-f99709370657
* pcmbuf: better debug info, reinstate flush variable clearJeffrey Goode2009-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23665 a1c6a512-1295-4272-9138-f99709370657
* Unify fourcc macro and some style changesNils Wallménius2009-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23664 a1c6a512-1295-4272-9138-f99709370657
* Make svn properties consistent and set some missing onesNils Wallménius2009-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23663 a1c6a512-1295-4272-9138-f99709370657
* jpeg/png: Remove erased file name from list of file when change file.Teruaki Kawashima2009-11-18
| | | | | | | 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
* Set svn:keywords property.Mohamed Tarek2009-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23660 a1c6a512-1295-4272-9138-f99709370657
* Handle mid-track resumes in RM.Mohamed Tarek2009-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23659 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#10546 - metronome doesn't work on h1xx/h3xx.Torne Wuff2009-11-17
| | | | | | | 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
* jpeg/png: refactor use of buf.Teruaki Kawashima2009-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23655 a1c6a512-1295-4272-9138-f99709370657
* Fix previous commit on targets without bitmap supportJohannes Schwarz2009-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23654 a1c6a512-1295-4272-9138-f99709370657
* FS#10193 - Add a standart menu to rockblox and clean up the codeJohannes Schwarz2009-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23653 a1c6a512-1295-4272-9138-f99709370657
* mpeg.h/c cleanupJeffrey Goode2009-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23652 a1c6a512-1295-4272-9138-f99709370657
* Cleanup audio.h, related functionsJeffrey Goode2009-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23651 a1c6a512-1295-4272-9138-f99709370657
* Updated french translation.Mustapha Senhaji2009-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23650 a1c6a512-1295-4272-9138-f99709370657
* pcmbuf cleanupJeffrey Goode2009-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23649 a1c6a512-1295-4272-9138-f99709370657
* Remove a left-over check for metadata info being ready that delayed the ↵Thomas Martitz2009-11-16
| | | | | | 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
* Avoid two subsequent full update.Thomas Martitz2009-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23645 a1c6a512-1295-4272-9138-f99709370657
* Fix some drawing problems when displaying the WPS initially with sbs ↵Thomas Martitz2009-11-16
| | | | | | | | 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
* FS#10783 - WPS translationTomer Shalev2009-11-15
| | | | | | | | | - 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
* Partly revert r23625 (the TIMEOUT_NOBLOCK change), and add a comment ↵Thomas Martitz2009-11-15
| | | | | | explaining why (or trying to, at least). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23637 a1c6a512-1295-4272-9138-f99709370657
* Consolidate some #ifdef code.Thomas Martitz2009-11-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23636 a1c6a512-1295-4272-9138-f99709370657
* Fix crash when selecting statusbar: custom in the menus without having a ↵Thomas Martitz2009-11-15
| | | | | | valid sbs loaded. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23635 a1c6a512-1295-4272-9138-f99709370657
* Fix scrolling lines that keep scrolling after exiting plugins and scrolling ↵Nils Wallménius2009-11-15
| | | | | | 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
* jpeg/png: change file list handling a bit.Teruaki Kawashima2009-11-15
| | | | | | | * 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
* jpeg/png: unify code to display image to draw_image(_rect).Teruaki Kawashima2009-11-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23631 a1c6a512-1295-4272-9138-f99709370657
* sudoku: fix improper checking if loaded puzzle is valid. blocks also need to ↵Teruaki Kawashima2009-11-15
| | | | | | be checked. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23630 a1c6a512-1295-4272-9138-f99709370657
* Doom: test to see if it still needs Os on arm - that was set when the plugin ↵Karl Kurbjun2009-11-15
| | | | | | buffer was smaller on all of the targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23629 a1c6a512-1295-4272-9138-f99709370657
* pcmbuf: consolidate some similar codeJeffrey Goode2009-11-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23628 a1c6a512-1295-4272-9138-f99709370657
* Updated Hebrew languageTomer Shalev2009-11-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23627 a1c6a512-1295-4272-9138-f99709370657
* Fix peakmeter from delaying the initial display of the wps. Also change ↵Thomas Martitz2009-11-14
| | | | | | HZ/100 to TIMEOUT_NOBLOCK which is more appropriater in the get_action() call below. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23625 a1c6a512-1295-4272-9138-f99709370657
* Crossfade: crossfaded manual skips now start fading immediatelyJeffrey Goode2009-11-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23622 a1c6a512-1295-4272-9138-f99709370657
* Crossfade: fix shuffle OR manual skip functionality, verbiage and manualJeffrey Goode2009-11-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23621 a1c6a512-1295-4272-9138-f99709370657
* Fix HAVE_CROSSFADE definition in config to apply only to swcodec targetsJeffrey Goode2009-11-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23620 a1c6a512-1295-4272-9138-f99709370657
* Added crossfade tag to lang file stringsJeffrey Goode2009-11-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23619 a1c6a512-1295-4272-9138-f99709370657
* pcmbuf: consolidated some crossfade codeJeffrey Goode2009-11-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23618 a1c6a512-1295-4272-9138-f99709370657
* D2: Add a key combination (PLUS+MENU) to go to the WPS while in menus.Rob Purchase2009-11-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23616 a1c6a512-1295-4272-9138-f99709370657