summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Tweak Makefiles a bit to allow cross compiling Rockbox Utility.Dominik Riebeling2010-12-23
| | | | | | | | - pass AR to the lib Makefiles to make sure the correct one gets used. - create an archive index for archives. - simplify ucl Makefile a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28883 a1c6a512-1295-4272-9138-f99709370657
* Set APPVERSION for libmkamsboot and libmkmpioboot.Dominik Riebeling2010-12-23
| | | | | | | | | This avoids an ugly "file not found" error for version.sh when building with deploy.py since the latter doesn't retrieve version.sh. Doing so would be pointless since the export doesn't know about the version, and the svn version string isn't used when building with Rockbox Utility. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28882 a1c6a512-1295-4272-9138-f99709370657
* Fix a typo in commentAlexander Levin2010-12-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28881 a1c6a512-1295-4272-9138-f99709370657
* SPC Codec: Was broken on ARMv6 since EABI switch and somehow I failed to ↵Michael Sevakis2010-12-23
| | | | | | notice in the first place (and so did eveyone else it seems :). Some early-clobber constraints were needed on inline assemebly operands. In some places, they aren't necessary where they were used, so remove those. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28880 a1c6a512-1295-4272-9138-f99709370657
* Disktidy plugin: add .Spotlight-V100 directoriesRobert Menes2010-12-23
| | | | | | | | (created by Mac OS X) to the list of default files and directories to be cleaned. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28879 a1c6a512-1295-4272-9138-f99709370657
* Fix yellowThomas Martitz2010-12-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28878 a1c6a512-1295-4272-9138-f99709370657
* Redo raising the priority of the codec (and voice) thread to fix audio ↵Thomas Martitz2010-12-22
| | | | | | | | | dropouts under heavy UI load, such as during kinetic scrolling or pictureflow. Now it'll raise the priority gradually when under 70% and gradually decrease again in the same way. Previously it raised gradually when under 17% (way too late) and went straight back to default priority above 17% again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28877 a1c6a512-1295-4272-9138-f99709370657
* parse_testcodec.rb: add new 'pegase' filenames so they get a heading and fix ↵Nils Wallménius2010-12-22
| | | | | | printing of the MHz needed for realtime values. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28876 a1c6a512-1295-4272-9138-f99709370657
* MPEGPlayer: Some UI tweaking and bugfixingMichael Sevakis2010-12-22
| | | | | | | | | | * Allow skip-to-beginning in single-play mode; there is no 3-second delay in that case. * Properly handle and keep track of pauses caused by headphone removal. * Improve skipping over bad files - search in skip direction and allow it to be ended with the stop key. * Add the system message processing done elsewhere to all button queue waits. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28875 a1c6a512-1295-4272-9138-f99709370657
* Make usb_detect() return USB_UNPOWERED instead of USB_EXTRACTED. Without ↵Frank Gevaerts2010-12-21
| | | | | | that, not all needed disconnect handling is done in usb.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28874 a1c6a512-1295-4272-9138-f99709370657
* libwavpack: put some lookup tables in iram, speedup of 8-10% on coldfire (h300).Nils Wallménius2010-12-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28873 a1c6a512-1295-4272-9138-f99709370657
* aac: put two local structs on the stack as they are small and the codec uses ↵Nils Wallménius2010-12-21
| | | | | | little stack anyway ( < 20% on h300) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28872 a1c6a512-1295-4272-9138-f99709370657
* Add %tr to the manual.Alex Parker2010-12-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28871 a1c6a512-1295-4272-9138-f99709370657
* WM8750 - fix muted output when entering FM radio screen.Marcin Bukat2010-12-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28869 a1c6a512-1295-4272-9138-f99709370657
* Major speedup of iPod nano 2G. Part 6: Use faster LCD interface ↵Andree Buschmann2010-12-21
| | | | | | configuration. Tested for LDS and ILI type displays. Speedup is +99% for RGB and +5% for YUV. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28868 a1c6a512-1295-4272-9138-f99709370657
* HD300 - Fix bootloader freeze introduced in r28799. DMA transfer hangs for ↵Marcin Bukat2010-12-20
| | | | | | some reason when cpu runs @11MHz in bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28867 a1c6a512-1295-4272-9138-f99709370657
* Fix different enum comparison warning when building with gcc 4.5Nils Wallménius2010-12-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28866 a1c6a512-1295-4272-9138-f99709370657
* Fix problem with frequency increasing or preset advancing with long press of ↵Michael Chicoine2010-12-20
| | | | | | the down button while in FM Radio git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28864 a1c6a512-1295-4272-9138-f99709370657
* fix FS#11784 - classic_statusbar.sbs needed alignemtn fixing to show the ↵Jonathan Gordon2010-12-20
| | | | | | whole time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28863 a1c6a512-1295-4272-9138-f99709370657
* MPEGPlayer: Fix a bug where seeking a stream into the same frame more than ↵Michael Sevakis2010-12-20
| | | | | | once in a row causes it to report itself at the end in error; to fix it, pause streams rather than stopping them if the playback isn't stopped. Also, add one check so the engine can at rewind unseekable files to time 0. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28862 a1c6a512-1295-4272-9138-f99709370657
* iPod nano 2G: Use LCD_PHTIME = 0x22 for both LDS and ILI type of displays. ↵Andree Buschmann2010-12-19
| | | | | | Significantly improves speed on ILI type (factor of ~2.5x). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28861 a1c6a512-1295-4272-9138-f99709370657
* Check if creating the dictionary worked before accessing it, not afterwards.Dominik Riebeling2010-12-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28860 a1c6a512-1295-4272-9138-f99709370657
* Use more than one core in deployment script.Dominik Riebeling2010-12-19
| | | | | | | | | Try to detect the number of cores in the system and use that value for make -j. Gives a noticable speedup depending on the system (OS X doesn't seem to benefit from it). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28859 a1c6a512-1295-4272-9138-f99709370657
* iPod nano2g ILI type LCD displays need big endian configuration for the LCD ↵Andree Buschmann2010-12-19
| | | | | | interface. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28858 a1c6a512-1295-4272-9138-f99709370657
* Respect TARGET_DIR when building.Dominik Riebeling2010-12-19
| | | | | | | | When building out-of-tree (which is the case when building for Rockbox Utility) no objects should get placed in the source folder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28857 a1c6a512-1295-4272-9138-f99709370657
* Update the Czech translation.Mustapha Senhaji2010-12-19
| | | | | | | | Flyspray: FS#11815 Author: Marek Salaba git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28856 a1c6a512-1295-4272-9138-f99709370657
* MPEGPlayer: Move some code that's probably better situated in the stream ↵Michael Sevakis2010-12-19
| | | | | | manager rather than the parser. Fix visibility checking in video out. Extra message sending for new stream isn't needed; just do full decoder sequence reset when requesting dimensions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28855 a1c6a512-1295-4272-9138-f99709370657
* MPEGPlayer: Skip to next file when there is a problem with a video file in ↵Michael Sevakis2010-12-19
| | | | | | all-play mode, otherwise exit as usual. Only consider failures such as engine init issues or no file to view to be a plugin error but not problems with the video files themselves; the user is adequately informed already. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28854 a1c6a512-1295-4272-9138-f99709370657
* MPEGPlayer: Fix leakage of file decriptors if file wasn't accepted by ↵Michael Sevakis2010-12-19
| | | | | | playback engine-- code is now getting tested that couldn't be before. Also reset parser in stream init when it doesn't like the file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28853 a1c6a512-1295-4272-9138-f99709370657
* Fix problem with volume decreasing when pressing the menu button while in FM ↵Michael Chicoine2010-12-19
| | | | | | Radio git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28851 a1c6a512-1295-4272-9138-f99709370657
* MPEGPlayer playlist should as well support all viewer-handled file ↵Michael Sevakis2010-12-18
| | | | | | extensions...indeed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28850 a1c6a512-1295-4272-9138-f99709370657
* Manual: change wording slightly in the USB charging section.Alex Parker2010-12-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28849 a1c6a512-1295-4272-9138-f99709370657
* fix that make install fails on Cygwin.Teruaki Kawashima2010-12-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28848 a1c6a512-1295-4272-9138-f99709370657
* Stay in file browser (do not go to WPS) after adding a track to the playlist ↵Alexander Levin2010-12-17
| | | | | | via the hotkey (FS#11344 by Ryan Sawhill) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28847 a1c6a512-1295-4272-9138-f99709370657
* fix typo, thanks to Luka_S for catching thisMarcin Bukat2010-12-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28846 a1c6a512-1295-4272-9138-f99709370657
* HD300 - hacky workaround which makes USB bridge work in rockboxMarcin Bukat2010-12-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28845 a1c6a512-1295-4272-9138-f99709370657
* Fix headphone detection on iPod Nano 2G being inverted (regression from r28800)Michael Sparmann2010-12-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28843 a1c6a512-1295-4272-9138-f99709370657
* Avoid an obvious stall on everything newer then arm7tdmi. Note: this can ↵Michael Giacomelli2010-12-16
| | | | | | probably be made a lot faster on newer arm targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28842 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#11810 by Alexander Meshcheryakov. Boosts the CPU and limits LCD ↵Michael Giacomelli2010-12-16
| | | | | | update rate while recursively scanning files in the properties plugin, improving its scan speed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28841 a1c6a512-1295-4272-9138-f99709370657
* Manual - Sansa e200 player images: update the labels for scrolling ('back' ↵Marianne Arnold2010-12-15
| | | | | | and 'fwd' instead of 'up' and 'down') to match the c code and naming in the manual. This reflects a change made long ago (r16182). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28840 a1c6a512-1295-4272-9138-f99709370657
* HDD6330: implement lcd_set_flip() function.Szymon Dziok2010-12-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28839 a1c6a512-1295-4272-9138-f99709370657
* Add a newline to a debugf printing an error.Nils Wallménius2010-12-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28838 a1c6a512-1295-4272-9138-f99709370657
* Rename the NO_CONTEXT flag to NO_CONTEXT_MENU so that the name more clearly ↵Alexander Levin2010-12-15
| | | | | | conveys what the flag does git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28837 a1c6a512-1295-4272-9138-f99709370657
* remaining of FS#11777. Use rockbox_browse() to display playlists in Playlist ↵Teruaki Kawashima2010-12-15
| | | | | | Catalog. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28836 a1c6a512-1295-4272-9138-f99709370657
* set the sampling rate back to default on closing, Michael Stummvoll2010-12-15
| | | | | | | even it is not a clean shutdown (cleanshut setted) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28835 a1c6a512-1295-4272-9138-f99709370657
* FS#11765: Improve AMSv1 Battery Life by Lowering CPU and Peripheral clocks. ↵Fred Bauer2010-12-14
| | | | | | Unboosted CPU and peripheral clock is now 31MHz. Boosted CPU and pclk are 186MHz and 62MHz, respectively. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28834 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#11799 by Alexander Meshcheryakov. Improves the text viewer plugin ↵Michael Giacomelli2010-12-14
| | | | | | to write to the disk less often, and correct several minor bugs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28833 a1c6a512-1295-4272-9138-f99709370657
* Make it more clear that key lock is our software hold switch function.Michael Giacomelli2010-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28832 a1c6a512-1295-4272-9138-f99709370657
* FS#11777: enhancement for rockbox_browse()Teruaki Kawashima2010-12-14
| | | | | | | | | | * Add struct browse_context to be passed to rockbox_browse. * Show proper title when selecting e.g. .wps file or .sbs file from the settings menu. * Add select only mode to rockbox_browse(). when a file is selected, it's path is stored to buffer and the browser exits without 'playing' the file. this will allow to use the browser in more places to select file including plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28831 a1c6a512-1295-4272-9138-f99709370657
* Oops, the credit file wasn't updated for the previous revision aka FS#11691Mustapha Senhaji2010-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28830 a1c6a512-1295-4272-9138-f99709370657