- 025eed5 libwmapro: coldfire asm for vector_fixmul_window, gives a speedup of ~13%, drop the add_bias argument for the vector_fixmul_window function, since it was always 0 by Nils Wallménius · 14 years ago
- 53b5abd aiff metadata: fix format string (%zd for size_t) by Rafaël Carré · 14 years ago
- fc243f8 aiff codec: small clean up by Rafaël Carré · 14 years ago
- cb86bc7 aiff metadata: skip chunks larger than buffer by Rafaël Carré · 14 years ago
- 839d62f Fix FS#11497 - switching from a .cue to fm would show the cuesheet bars on the frequency bar thingy by Jonathan Gordon · 14 years ago
- f69e995 Fix potential buffer overflow. by Thomas Martitz · 14 years ago
- a3e6a86 Rewrite set_file() to be smaller and better readable, and a comment describing what it does. by Thomas Martitz · 14 years ago
- 6325ef9 codecs: mark some local variables with 'static' by Nils Wallménius · 14 years ago
- d92f817 Theme Editor: Added targetdb download to preferences dialog, fixed Cancel button on FontDownloader by Robert Bieber · 14 years ago
- e1e51f9 Theme Editor: Added recent docs/projects menus. Modified buildtargetdb.php to add a do-not-modify warning to the top of its output, and generated a new targetdb file with the warning in place by Robert Bieber · 14 years ago
- e024198 Replace remaining printf in midi plugin (fix yellow/red) by Michael Chicoine · 14 years ago
- 91a45d2 Rename printf to prevent naming conflict. Also change comment to conform with Rockbox standards. by Michael Chicoine · 14 years ago
- 803a0ed Fix USB ID retrieval on Windows 7. by Dominik Riebeling · 14 years ago
- d904597 Use browse_folder() for browsing eq presets and languages. by Thomas Martitz · 14 years ago
- 62f6618 Theme Editor: fix building on Windows. by Dominik Riebeling · 14 years ago
- 4e8ef93 Rockbox as an application: Fix a few yellows by Thomas Martitz · 14 years ago
- c853097 Move the array to where it belongs by Thomas Martitz · 14 years ago
- e513f69 Add default case back to silence gcc false positive abount ext and dir being used uninitialized. by Thomas Martitz · 14 years ago
- 9ecfcb0 A bit more cleanup in rockbox_browse(). by Thomas Martitz · 14 years ago
- d4b5922 Rewrite r21464 in a more compact/readable way. Reduces code duplication as well. by Thomas Martitz · 14 years ago
- 5215773 bootchart.h doesn't need _ansi.h, especially not in a relative path by Rafaël Carré · 14 years ago
- 2e73e5f database: fix include dirs by Rafaël Carré · 14 years ago
- a2029a7 Revert r27550 : we don't want to generate dependancies for firmware/ by Rafaël Carré · 14 years ago
- f1140dc include firmware.make unconditionally by Rafaël Carré · 14 years ago
- 33f5b60 strncpy.c / assert.h : need to include _ansi.h by Rafaël Carré · 14 years ago
- a72aa85 Move some gcc extensions to new gcc_extensions.h header by Rafaël Carré · 14 years ago
- 1828a75 Use MAX_PATH for array used for filename. by Thomas Martitz · 14 years ago
- ccdaf0a Remove rockbox 2.6 plugin API doc by Rafaël Carré · 14 years ago
- 67d61f2 $rbdir => $temp_dir where appropriate, shadowing $rbdir with the temp dir broke wpsbuild.pl (for rbdir != ".rockbox") by Thomas Martitz · 14 years ago
- 6ce2c67 Manual - Recording source settings description: replace target options with the correct features (needs one more in features.txt). Correct(s) wrong list of options in some manuals (e.g. Gigabeat S) at the same time. by Marianne Arnold · 14 years ago
- 7a1a72a Theme Editor: Added resource check to project export by Robert Bieber · 14 years ago
- 1035fa9 Manual: Correct spelling (US-->UK) for "centre" in touchscreen keymaps. by Alex Parker · 14 years ago
- 7668c43 Fix FS#11204 logf build on h300 hung on bootup by Nils Wallménius · 14 years ago
- 296ac7f Missed one. by Nils Wallménius · 14 years ago
- d3fd3a3 s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/ by Nils Wallménius · 14 years ago
- 4eda82b Delete useless include. by Nils Wallménius · 14 years ago
- 8556ad8 Theme Editor: Implemented zip file project export by Robert Bieber · 14 years ago
- 97b9a4b libatrac: Set the emac mode on coldfire, fixes whitenoise output if playing an atrac file after using a codec that sets macsr to integer mode. by Nils Wallménius · 14 years ago
- 7c33e1b Introduce macros for identical multiply-add blocks. by Andree Buschmann · 14 years ago
- 5297db9 Theme Editor: Added interface for project export, exporting files to zip is still todo by Robert Bieber · 14 years ago
- d15a4f6 Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote to the logo plugin. Fixes a warning when building with gcc 4.4.4. by Nils Wallménius · 14 years ago
- ee16696 The previous commit was broken, not only because of the red. Fix it. by Thomas Martitz · 14 years ago
- a0e83f3 Make %tx work as intended, so that it ignores the true case for non-RDS targets. by Thomas Martitz · 14 years ago
- 28ba570 pdbox: disable strict aliasing optimizations since pdbox breaks the strict aliasing rules which causes warnings. by Nils Wallménius · 14 years ago
- f3a0ae5 libmad: small tweak to coldfire inline asm, gives a slight speedup and now builds fine with gcc 4.4.4 by Nils Wallménius · 14 years ago
- e6fd3d0 Theme Editor: Switched back to Lorenzo Bettini's find/replace dialog (with some modifications) as he changed the license to LGPL v2.1 by Robert Bieber · 14 years ago
- b21b771 Theme Editor: Filled out the targets table in buildtargetdb.php and generated a new targetdb with it by Robert Bieber · 14 years ago
- 890295a Also fix Rockboy wrongly included in the Ipod Minis' manual. The option is just called 'ipodmini' because there is no difference between the two Minis important to the manual. Maybe the platform file should be renamed accordingly?. by Marianne Arnold · 14 years ago
- 7cb7c78 Fix Rockboy wrongly included in the Ondio manuals - the linebreak after the opening { made TeX ignore the first following option, a comment also escapes the linebreak and helps here. Also change the option to ONDIO_PAD as the keypad is the important criteria here. by Marianne Arnold · 14 years ago
- 3f0b93c Submit FS#11491. Refactor coldfire inline asm within libmad's synth_full() to gain better readability. Thanks to Nils Wallménius for supporting. by Andree Buschmann · 14 years ago
- f536f26 lcd-clip.h: mentions clipv2 by Rafaël Carré · 14 years ago
- 55a4520 Sansa clip+: fix display brightness for players with newer OLED controller type (and reorganise the variant detection a bit in the process) by Bertrik Sikken · 14 years ago
- 10e79de Correction to previous commit: fix condition to include backlight-target.h (not needed for clip+) by Bertrik Sikken · 14 years ago
- 4d6c816 Sansa Clip+: detect AMSv2 variant (just like was already done for fuze v2), this makes SD transfers work for newer clip+ players ("COMBO4E" type). Variable fuzev2_variant has been renamed to amsv2_variant. by Bertrik Sikken · 14 years ago
- 1ebdb89 as3525v1 USB: remove stubs if !defined(USE_ROCKBOX_USB) by Rafaël Carré · 14 years ago
- 7d9cc0e CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.h by Rafaël Carré · 14 years ago
- 2e60587 Sudoku coloured number display by Jens Arnold · 14 years ago
- 81ba38e Theme Editor: Wrote buildtargetdb.php to automatically generate a targetdb file from the target config files in /firmware/export/config. All that remains is to fill out the names of the targets and run the script to build the db by Robert Bieber · 14 years ago
- 2a2df28 Theme Editor: Changed default directories for fonts and targetdb, font downloader will now make download directory if it doesn't exist by Robert Bieber · 14 years ago
- d03929b Theme Editor: Added file filters with capitalized extensions for WPS, SBS, etc. files by Robert Bieber · 14 years ago
- 6e238f7 Theme Editor: Added support for upper-case wps file extensions by Robert Bieber · 14 years ago
- e86940c Support cross-compiling Theme Editor. by Dominik Riebeling · 14 years ago
- 1879481 Don't overwrite AR if it's been set from outside. by Dominik Riebeling · 14 years ago
- 5f6e43d More explanation to the convbdf options by Alexander Levin · 14 years ago
- 7c52284 Theme Editor: Implemented download and decompression of font pack in the preferences dialog. Dialog will also allow the user to set a directory for a custom target database, but the update button doesn't work yet. Also fixed the file filters for open file/open project actions and resized the preferences dialog by Robert Bieber · 14 years ago
- b72f475 manual: include rockboy on m5 and x5 (mistakenly disabled in previous commit) by Rafaël Carré · 14 years ago
- 876f6a9 manual: rockboy isn't built on all lcd bitmap targets by Rafaël Carré · 14 years ago
- 68e363b rockboy: simplify build condition by Rafaël Carré · 14 years ago
- 84f5e09 rockboy manual by Rafaël Carré · 14 years ago
- 4f5b390 Convert inline coldfire assembler to a 'real' assembler function, with tweaks by Buschel. Speeds up mpc decoding by ~1% on h300. by Nils Wallménius · 14 years ago
- f32294d Shorten: tweak some inline asm, use local lables to not cause problems when the function gets inlined, mark it as inline, tweak clobbers and use lea instead of add in one place. Fixes problems when building libffmpegFLAC with newer gcc. by Nils Wallménius · 14 years ago
- bd78dc7 The new Fuzev2 use the same FM chip than some Clip+ by Rafaël Carré · 14 years ago
- ed616c6 buttonlight for new fuzev2 by Rafaël Carré · 14 years ago
- c6b8386 Revert r26290 by Rafaël Carré · 14 years ago
- 92fdebb Add parse_testcodec.pl, a script for parsing and comparing test_codec.c logs and formatting them for the wiki. Written by me. by Michael Giacomelli · 14 years ago
- 8331bf1 Update Chinese (simple) translation - FS #11489 by Purling Nayuki by Bertrik Sikken · 14 years ago
- 36b8776 Clip manual: add zxbox and recording screens screenshots by Rafaël Carré · 14 years ago
- c57ba97 newer Fuzev2 doesn't seem to use B5 for button light by Rafaël Carré · 14 years ago
- 08c600c sd-as3525.c: disable widebus again, it causes read corruptions by Rafaël Carré · 14 years ago
- b221d6d as3525*: use atomic bit manipulation for CCU_IO by Rafaël Carré · 14 years ago
- 2549198 as3525*: disable_irq in system_reboot() by Rafaël Carré · 14 years ago
- e44b65c Support new Fuzev2 revisions (fuzev2_variant == 1) by Rafaël Carré · 14 years ago
- a083b9a TTA should be realtime on all targets now. by Nils Wallménius · 14 years ago
- 2e73e53 Make libdemac compile again on OSX x86 and x86_64 by replacing .rept with fancy preprocessor stuff. by Jens Arnold · 14 years ago
- e749794 Update of Czech language - FS #11488 by Marek Salaba by Bertrik Sikken · 14 years ago
- 81593e8 sd-as3525v2: remove unneeded prototypes by Rafaël Carré · 14 years ago
- 3f86a2c manual: restore '%' removed in r27485 by Rafaël Carré · 14 years ago
- c45e125 FS#11454 Tuning of codec compiler options Tested with h300 and sansa c200v1 by Nils Wallménius · 14 years ago
- 45fc5e3 Add a 'ab_repeat_buttons' feature by Rafaël Carré · 14 years ago
- 17d2edf Properly initialize tagcache headers when doing commit() during by Miika Pekkarinen · 14 years ago
- 7d4414e AB_REPEAT_ENABLE was never defined to 2 by Rafaël Carré · 14 years ago
- bff5e3d mkamsboot: take in account the additional 0x200 block when calculating size by Rafaël Carré · 14 years ago
- c2273cf Fix broken (html) manual: set seriesimg globally in preamble.tex to \specimg if it isn't defined in a target's platform file, otherwise tex tries to check for it and doesn't know which string to take. by Marianne Arnold · 14 years ago
- 3663213 Update Chinese (simple) translation - FS #11484 by Purling Nayuki by Bertrik Sikken · 14 years ago
- 63011c6 Revert accidental commit of "%z" support in r26071 (the implementation assumed size_t==long, which is not always the case in hosted environments) by Frank Gevaerts · 14 years ago
- 3cd1968 Add missing argument that broke building libskin_parser outside of Rockbox. by Dominik Riebeling · 14 years ago
- 3c4fb8a Theme Editor: Added column number to parser error messages by Robert Bieber · 14 years ago
- eb52a45 Theme Editor: If a pr project specifies a valid #target value, its settings are now loaded into the device configuration panel when the theme is loaded by Robert Bieber · 14 years ago
- ced4080 Manual: add \seriesimg to the OndioFM's and OndioSP's platform file and use it to clean up some Ondio specific screenshots. There are a few 'different to the Recorders' screenshots because Ondios don't have an RTC. Some were there twice to make them show in both manuals but not actually different - rename one of each real duplicate pairs to -ondio and delete the other. There are a few FM and SP specific ones that will stay as they are really different for the two (related to radio and recording). by Marianne Arnold · 14 years ago
- 81d11c3 manual: Play/Pause button for Clip keymap is 'Play' by Rafaël Carré · 14 years ago