summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix file descriptor leak that would cause a hard lockup every 7 filesStepan Moskovchenko2006-05-03
| | | | | | | played. A few other cosmetic changes. please, please no red build =) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9865 a1c6a512-1295-4272-9138-f99709370657
* Improvements to the sections regarding the File Menu and the Playlist ↵Michael DiFebbo2006-05-03
| | | | | | Submenu. Restructured File Menu section to track actual Rockbox menu order. Rewrote some portions of the Playlist Submenu section to make it more user-friendly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9864 a1c6a512-1295-4272-9138-f99709370657
* iPod: Bass/Treble settings need 5 bits, not 4 - fixes bug report #5276. ↵Dave Chapman2006-05-02
| | | | | | This also increases the CONFIG_BLOCK_VERSION on all platforms - this will reset your settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9863 a1c6a512-1295-4272-9138-f99709370657
* Player: Credits plugin correctly working with UTF-8. Patch by Marcoen ↵Jens Arnold2006-05-02
| | | | | | Hirschberg. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9862 a1c6a512-1295-4272-9138-f99709370657
* Stop playing current track before starting a new playlist with an offset ↵Hardeep Sidhu2006-05-02
| | | | | | (eg. bookmarks). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9861 a1c6a512-1295-4272-9138-f99709370657
* ipods - First implementation of pcf50605_init() function. This enables the ↵Dave Chapman2006-05-02
| | | | | | power-out in the Dock connector, which may help getting some accessories working - if they don't need to talk to the ipod via the Apple Accessory Protocol. Thanks to julius in IRC for testing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9860 a1c6a512-1295-4272-9138-f99709370657
* Oops, correctly calculate the interrupt number in UIE().Jens Arnold2006-05-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9859 a1c6a512-1295-4272-9138-f99709370657
* ----------------------------------------------------------------------Stepan Moskovchenko2006-05-01
| | | | | | | | | | | | Added Karl Kurbjun's sound output patch, cleaned up some output. Main file is now midiplay.c, midi2wav is still in there for anyone who wants it. Set sampling rate to 22k, and increased note decay time. Reduced number of concurrent active voices and made new notes replace used voices if none are available. This makes lag less apparent. I really hope this wont go red. (turns around and runs) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9858 a1c6a512-1295-4272-9138-f99709370657
* Fix red bootbox builds with gcc 4.x and -Os. Save a bit of code by not ↵Jens Arnold2006-05-01
| | | | | | including the never called UIE0..UIE3. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9857 a1c6a512-1295-4272-9138-f99709370657
* now use -Os with patched gccDaniel Stenberg2006-05-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9856 a1c6a512-1295-4272-9138-f99709370657
* Alert the user for gcc compiler version used for SH if not gcc4 with rockbox ↵Daniel Stenberg2006-05-01
| | | | | | patch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9855 a1c6a512-1295-4272-9138-f99709370657
* Caption-backlight: don't keep backlight on if paused as this keeps the ↵Peter D'Hoye2006-05-01
| | | | | | backlight on forever. Fixes bug 5050. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9854 a1c6a512-1295-4272-9138-f99709370657
* Properly set audio_is_initialized flag for swcodec devices ad use it when ↵Hardeep Sidhu2006-05-01
| | | | | | initializing crossfade. This should fix the problems with resuming playback at startup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9853 a1c6a512-1295-4272-9138-f99709370657
* Added description of 'Auto change directory' and 2 tag cache options to ↵Michael DiFebbo2006-05-01
| | | | | | Playback Settings section of manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9852 a1c6a512-1295-4272-9138-f99709370657
* Also clear WPS backdrop when shutting down (same fix as in usb event ↵Peter D'Hoye2006-05-01
| | | | | | handling). Fixes bug 5222 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9851 a1c6a512-1295-4272-9138-f99709370657
* Applied patch 2917: Fix retrieval of total sample count in get_vorbis_metadata.Magnus Holmgren2006-05-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9850 a1c6a512-1295-4272-9138-f99709370657
* Init voice before audio because audio needs to know the voice buffer size. ↵Peter D'Hoye2006-05-01
| | | | | | Seems to fix the occasional freeze at startup (if voice is used), and also seems to fix voice eating itself after playback. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9849 a1c6a512-1295-4272-9138-f99709370657
* Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done.Magnus Holmgren2006-05-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9848 a1c6a512-1295-4272-9138-f99709370657
* Call rb->yield() during the random game generation.Dave Chapman2006-05-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9847 a1c6a512-1295-4272-9138-f99709370657
* Bump the api version when something is added to the api!Jens Arnold2006-05-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9846 a1c6a512-1295-4272-9138-f99709370657
* Oops, fix Ondio builds.Zakk Roberts2006-05-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9845 a1c6a512-1295-4272-9138-f99709370657
* Patch #5056 by Jonathan Gordon, with rework and additions by me: Updated ↵Zakk Roberts2006-05-01
| | | | | | Viewer plugin. Replaces annoying mode-toggle key-combos with a settings menu, including a new 'Scroll by Line' option. I've also added a 'hands-free' auto-scroll feature and added lcd_setmargins to the plugin API, since we need it here. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9844 a1c6a512-1295-4272-9138-f99709370657
* Fix red builds?Peter D'Hoye2006-04-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9843 a1c6a512-1295-4272-9138-f99709370657
* Recording buffer offset must be passed on to the firmware calls, not the ↵Peter D'Hoye2006-04-30
| | | | | | other way around. Should fix yellow builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9842 a1c6a512-1295-4272-9138-f99709370657
* The recording buffer should not try to use the voice buffer, so map our ↵Peter D'Hoye2006-04-30
| | | | | | buffer after it. On swcodec targets, recording always uses this buffer so always notify the others that we did. Fixes bug 4754. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9841 a1c6a512-1295-4272-9138-f99709370657
* Synced, and some fixes/updates.Magnus Holmgren2006-04-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9840 a1c6a512-1295-4272-9138-f99709370657
* Ondio, gmini, ipod: Don't trigger vkeyboard accept if the button is already ↵Jens Arnold2006-04-30
| | | | | | pressed when entering it. Fixes inability to save a new game from sudoku on Ondio, and potential similar problems. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9839 a1c6a512-1295-4272-9138-f99709370657
* Silence 2 gcc4 warnings.Jens Arnold2006-04-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9838 a1c6a512-1295-4272-9138-f99709370657
* Fix one seeking bug: when seeking back to before a resume point, audio from ↵Magnus Holmgren2006-04-30
| | | | | | another track could be played. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9837 a1c6a512-1295-4272-9138-f99709370657
* Fix problem with loading bookmarks from the root folder (causing the ↵Magnus Holmgren2006-04-30
| | | | | | simulator to crash). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9836 a1c6a512-1295-4272-9138-f99709370657
* Fixed problem with incorrect first index after resumeHardeep Sidhu2006-04-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9835 a1c6a512-1295-4272-9138-f99709370657
* Fixed playlist control corruption on dircache systemsHardeep Sidhu2006-04-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9834 a1c6a512-1295-4272-9138-f99709370657
* Ooops. Fix red bootbox builds.Jens Arnold2006-04-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9833 a1c6a512-1295-4272-9138-f99709370657
* SH1: Moved exception vector table generation and weak aliasing into an asm ↵Jens Arnold2006-04-29
| | | | | | block. Allows building with gcc 4.x git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9832 a1c6a512-1295-4272-9138-f99709370657
* Clear wps backdrop on USB event when in wps. Fix for bug report 4752Peter D'Hoye2006-04-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9831 a1c6a512-1295-4272-9138-f99709370657
* Whoops...Zakk Roberts2006-04-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9830 a1c6a512-1295-4272-9138-f99709370657
* Boxes WPS for 320x240 LCDs (iPod 5G).Zakk Roberts2006-04-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9829 a1c6a512-1295-4272-9138-f99709370657
* ATA driver: * Don't lie to gcc about which parameters the assembler ↵Jens Arnold2006-04-29
| | | | | | optimised loops touch. Fixes problems with higher optimisation levels. Some slight tweaks for SH1. * Prevent the assembler loops from being inlined as this is less efficient than having them in IRAM (only relevant at higher optimisation levels). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9828 a1c6a512-1295-4272-9138-f99709370657
* Fix the first-frame memmove from pretending the data is interleaved, which ↵Thom Johansen2006-04-29
| | | | | | it isn't anymore. This should fix all remaining gapless problems with Musepack. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9827 a1c6a512-1295-4272-9138-f99709370657
* Move the screenshot in pacbox and add a caption to the general settings ↵Martin Arver2006-04-28
| | | | | | screen shot git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9826 a1c6a512-1295-4272-9138-f99709370657
* Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ↵Thom Johansen2006-04-27
| | | | | | in the last commit. Please let me know if you can hear any artifacts or get any broken files from this! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9825 a1c6a512-1295-4272-9138-f99709370657
* Fixed a bug where it didn't warn on lack of quotes as it was supposed to.Daniel Stenberg2006-04-27
| | | | | | | Now this treats a string given without quotes as "" (but still warns about it). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9824 a1c6a512-1295-4272-9138-f99709370657
* empty strings should be provided as "" and not as plain blanksDaniel Stenberg2006-04-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9823 a1c6a512-1295-4272-9138-f99709370657
* While waiting further and better improvements, this fixes the bug toDaniel Stenberg2006-04-27
| | | | | | | lcd_update_rect() I introduced previously. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9822 a1c6a512-1295-4272-9138-f99709370657
* Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both ↵Thom Johansen2006-04-27
| | | | | | Coldfire and ARM targets should benefit much from this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9821 a1c6a512-1295-4272-9138-f99709370657
* Converted sound settings chapter to use \settings macro.Thom Johansen2006-04-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9820 a1c6a512-1295-4272-9138-f99709370657
* Add new macro \setting for settings / menu entries. Used in tagcache section.Dominik Riebeling2006-04-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9819 a1c6a512-1295-4272-9138-f99709370657
* Fix the icons to not be target specific (by making them b/w)Martin Arver2006-04-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9818 a1c6a512-1295-4272-9138-f99709370657
* Add a caption to the sound setting screen. dos2unix'ed the file as well.Martin Arver2006-04-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9817 a1c6a512-1295-4272-9138-f99709370657
* Replaced remaining '#pragma interrupt' with ↵Jens Arnold2006-04-26
| | | | | | __attribute__((interrupt_handler)). It's cleaner this way, and fixes sh-elf-gcc 3.4.x builds with -Os or -O2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9816 a1c6a512-1295-4272-9138-f99709370657