summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix FS#12181 - Playlist re-shuffle does not work (r30122)Thomas Martitz2011-07-06
| | | | | | | Dircache IDs can be 0, so to invalidate -1 must be used. Update the memset calls to reflect this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30125 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#12179 - Simulator build fails when using "configure --sdl-threads". ↵Michael Sevakis2011-07-06
| | | | | | HAVE_PRIORITY_SCHEDULING checks were missing to exclude priority calls when building without priority. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30124 a1c6a512-1295-4272-9138-f99709370657
* elftosb: remove duplicate code, merge two redundant fieldsAmaury Pouly2011-07-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30123 a1c6a512-1295-4272-9138-f99709370657
* Initialize the d_names_start pointer correctly in dircache. This shouldMiika Pekkarinen2011-07-04
| | | | | | | | prevent d_names data from being overwritten (likely causing garbage in file browser and other strange symptoms). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30122 a1c6a512-1295-4272-9138-f99709370657
* imx233: add missing i2c fileAmaury Pouly2011-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30121 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: replace software i2c by hardware i2c, make some code more ↵Amaury Pouly2011-07-03
| | | | | | correct, reduce code size of lcd init sequences git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30120 a1c6a512-1295-4272-9138-f99709370657
* Use playback channel directly for peakmeters and plugins using peak ↵Michael Sevakis2011-07-02
| | | | | | calculation. Also, for now, don't allow mixer playback to overlap recording, even if full duplex works. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30119 a1c6a512-1295-4272-9138-f99709370657
* sansa AMS bootloader: make strings staticRafaël Carré2011-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30118 a1c6a512-1295-4272-9138-f99709370657
* bootloaders: cleanupRafaël Carré2011-07-02
| | | | | | | | - make printf buffer static and local to printf() - use '\0' instead of 0 for setting char - remove unused dummy functions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30117 a1c6a512-1295-4272-9138-f99709370657
* as3525: make interrupts struct static and merge declaration & definitionRafaël Carré2011-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30116 a1c6a512-1295-4272-9138-f99709370657
* mkamsboot: remove useless castsRafaël Carré2011-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30115 a1c6a512-1295-4272-9138-f99709370657
* mkamsboot: correct old commentsRafaël Carré2011-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30114 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: simplify ssp pin codeAmaury Pouly2011-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30113 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style ↵Amaury Pouly2011-07-02
| | | | | | in mmc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30112 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: make config.h more correct, remove logo from bootloader, ↵Amaury Pouly2011-07-02
| | | | | | update linker file and crt0 to produce a single blob into dram git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30111 a1c6a512-1295-4272-9138-f99709370657
* elftosb: support 'strings' in section id, support load binary at address, ↵Amaury Pouly2011-07-02
| | | | | | support call/jump at address git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30110 a1c6a512-1295-4272-9138-f99709370657
* Allocate indices directly in ramcache header. Add version code toMiika Pekkarinen2011-07-01
| | | | | | | | tagcache state dump header. Debug: hdr-structure corruption might happen after rebuilding of dircache. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30109 a1c6a512-1295-4272-9138-f99709370657
* Fixed incorrect dircache reallocation during tagcache commit.Miika Pekkarinen2011-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30108 a1c6a512-1295-4272-9138-f99709370657
* Do not use double/float calculations but predefined tables in mod codec. ↵Andree Buschmann2011-06-30
| | | | | | Reduces codesize by several kilobytes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30107 a1c6a512-1295-4272-9138-f99709370657
* elftosb: add support for jumps/calls with one argumentAmaury Pouly2011-06-30
| | | | | | | sbtoelf: remove sb version check and print it in the basic info Thanks TheLemonMan ! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30106 a1c6a512-1295-4272-9138-f99709370657
* Use id3v2buf to read the title of MOD files. Avoids additional declaration ↵Andree Buschmann2011-06-30
| | | | | | of a 1KB buffer and saves a bit codesize as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30105 a1c6a512-1295-4272-9138-f99709370657
* imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu ↵Amaury Pouly2011-06-30
| | | | | | frequency changing, implement panic waiting git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30104 a1c6a512-1295-4272-9138-f99709370657
* Relax constraints for arm asm to not break when gcc decides to not inline ↵Nils Wallménius2011-06-30
| | | | | | the function but also throw in a FORCE_INLINE for good measure. Remove a redundant 'inline'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30103 a1c6a512-1295-4272-9138-f99709370657
* Add --lcdwidth and --lcdheight to help output.Jonas Häggqvist2011-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30102 a1c6a512-1295-4272-9138-f99709370657
* Get M5 building again by moving the downmix buffer out of IRAM for now. ↵Michael Sevakis2011-06-29
| | | | | | Everything should still work. It doesn't have any apparently measurable effect on pure playback CPU usage as seen from the buffering thread screen compared to earlier tests on the same file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30101 a1c6a512-1295-4272-9138-f99709370657
* Do some adjustments to alleviate IRAM congestion on some targets from ↵Michael Sevakis2011-06-29
| | | | | | r30097. Include removing pointless IRAM declarations in pcmbuf.c because that callback code runs at a fairly relaxed pace. M5 is still the biggest problem. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30100 a1c6a512-1295-4272-9138-f99709370657
* Get android to build. Forgo optimized mixing code for app builds for the ↵Michael Sevakis2011-06-29
| | | | | | moment; work it out later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30099 a1c6a512-1295-4272-9138-f99709370657
* Knock out at least some red/yellow from r30097.Michael Sevakis2011-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30098 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#12150 - Fully-functional audio mixer - and finally whip old ↵Michael Sevakis2011-06-29
| | | | | | limitations about playback of voice and other sounds when paused. Channels are independent in state and amplitude. Fade on stop/pause is handled by the channel's volume control rather than global volume which means it now works from anywhere. Opens up the possibility of plugin sounds during music playback by merely adding an additional channel enum. If any PCM drivers were not properly modified, see one of the last comments in the task for a description of the simple change that is expected. Some params are tunable in firmware/export/pcm-mixer.h as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30097 a1c6a512-1295-4272-9138-f99709370657
* FS#12172 - Update for serbian translation by Ivan PesicBertrik Sikken2011-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30096 a1c6a512-1295-4272-9138-f99709370657
* Remove leftover backslash from macro conversion in FRACTMUL_SHLThomas Jarosch2011-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30094 a1c6a512-1295-4272-9138-f99709370657
* FS#12171 - Polish translation update by Wojciech LesniakBertrik Sikken2011-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30093 a1c6a512-1295-4272-9138-f99709370657
* Forgot to update the short log for (unofficial) maemo buildThomas Jarosch2011-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30091 a1c6a512-1295-4272-9138-f99709370657
* Prepare new, unofficial pandora buildThomas Jarosch2011-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30090 a1c6a512-1295-4272-9138-f99709370657
* Prepare 3.9 release for maemoThomas Jarosch2011-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30089 a1c6a512-1295-4272-9138-f99709370657
* We have a 3.9 release, update builds.pmAlex Parker2011-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30086 a1c6a512-1295-4272-9138-f99709370657
* Update Danish translationJonas Häggqvist2011-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30084 a1c6a512-1295-4272-9138-f99709370657
* FS#12168 - Update Simp Chinese translation by Li JieRafaël Carré2011-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30081 a1c6a512-1295-4272-9138-f99709370657
* Reuse a general voice function instead of reinventing the wheel.Nils Wallménius2011-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30080 a1c6a512-1295-4272-9138-f99709370657
* Fix missing strings in nederlands translationBertrik Sikken2011-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30078 a1c6a512-1295-4272-9138-f99709370657
* Update US English translationJens Arnold2011-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30075 a1c6a512-1295-4272-9138-f99709370657
* Update German translationJens Arnold2011-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30074 a1c6a512-1295-4272-9138-f99709370657
* english.lang: remove trailing spacesRafaël Carré2011-06-25
| | | | | | Reduce the diff with english-us.lang git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30072 a1c6a512-1295-4272-9138-f99709370657
* Rockbox Utility: fix proxy password getting lost (FS#12166).Dominik Riebeling2011-06-25
| | | | | | | | | The proxy settings are stored as string representation in the configuration file. If username / password contains characters used as separators parsing the string again will cause wrong results. Percent-encode them before storing, and parse it as percent-encoded string when reading it back. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30071 a1c6a512-1295-4272-9138-f99709370657
* Fix bootloader uninstallation on Gigabeat F / X.Dominik Riebeling2011-06-25
| | | | | | | | | | | The "file" bootloader installation method usually can uninstall the bootloader. Some upgrade methods (like the Iaudio players) remove the bootloader file placed on the player after upgrading so those can't uninstall the bootloader. Instead of rejecting uninstallation for all players using this method check the current bootloader and only display an error if no suitable bootloader is found (which would happen in the Iaudio case). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30070 a1c6a512-1295-4272-9138-f99709370657
* Fix a source string whitespace error.Dominik Riebeling2011-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30069 a1c6a512-1295-4272-9138-f99709370657
* Define an LCD_DPI for the mini2440 (this change makes the mini2440 compile ↵Bertrik Sikken2011-06-25
| | | | | | again) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30068 a1c6a512-1295-4272-9138-f99709370657
* (Heavily) shorten the .lang string shown when generating the databaseJens Arnold2011-06-24
| | | | | | | for the Player in order to make it fit on the small LCD. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30066 a1c6a512-1295-4272-9138-f99709370657
* Submit FS#12142 by Sean Bartell with minor chnages by myself. Removes unused ↵Andree Buschmann2011-06-24
| | | | | | code and irrelevant files from libmad. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30065 a1c6a512-1295-4272-9138-f99709370657
* SPC Codec: Restore correct FIR buffer alignment when an address mask is ↵Michael Sevakis2011-06-24
| | | | | | used. It must be FIR_BUF_ALIGN. Fix Coldfire assembly constraint where an input parameter was also being written. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30063 a1c6a512-1295-4272-9138-f99709370657