- 012df14 2nd part of FS#12176. Tempo setting migrated to fixed point for libgme. by Andree Buschmann · 14 years ago
- 964a5e6 Manual: A few more spelling corrections. by Alex Parker · 14 years ago
- 39cc63e Manual: correct spelling of catalogue. by Alex Parker · 14 years ago
- 6013614 Manual: update %cs tag and make list more explicit. by Alex Parker · 14 years ago
- 3b07830 Fix typos in comments. Thanks ukleinek for pointing out. by Marcin Bukat · 14 years ago
- 1d2fae4 rk27xx sd driver fixes by Marcin Bukat · 14 years ago
- c23f576 Remove a floating point calculation from ay codec. by Andree Buschmann · 14 years ago
- d14c96d Remove 'set but not used' warning. by Andree Buschmann · 14 years ago
- 2bd2490 The manual should reflect that some synthesizer codecs are switched off for low memory targets. by Andree Buschmann · 14 years ago
- b8ae97f Fix yellow and red. Disable NSF, VGM, SGC and KSS formats for low memory targets for now. by Andree Buschmann · 14 years ago
- acb0917 Submit initial patch from FS#12176. Adds support for several new game music formats (AY, GBS, HES, KSS, SGC, VGM and VGZ) and replaces the current NSF and NSFE with a new implementation based on a port of the Game Music Emu library 'GME'. This first submit does not cover the full functionality provided by the author's original patch: Coleco-SGV is not supported, some GME-specific m3u-support has been removed and IRAM is not used yet. Further changes are very likely to follow this submit. Thanks to Mauricio Garrido. by Andree Buschmann · 14 years ago
- 93c6f13 Submit FS#12218. Add support for embedded album art for ASF tags. For now the support is limited to embedded pictures of max 64 KB size. by Andree Buschmann · 14 years ago
- 0bba82b woops by Jonathan Gordon · 14 years ago
- 835683b %cs (current screen) changes: by Jonathan Gordon · 14 years ago
- a668072 Fix replaygain for wma files which was broken since r29388. by Andree Buschmann · 14 years ago
- e918b7b Add a %cs item for the context menus by Jonathan Gordon · 14 years ago
- c027dc2 Database: Bug fix: The filename seek index is invalid if FLAG_DIRCACHE by Michael Hohmuth · 14 years ago
- fa81cdc Database: find_entry_ram: Avoid dircache use if it's not ready by Michael Hohmuth · 14 years ago
- 32dfc0c Add a plugin activity which to the %cs screen option list by Jonathan Gordon · 14 years ago
- 44ffa3e format/*printf: Add simple support for %p format specifier. by Thomas Martitz · 14 years ago
- 8207a4a FS#12132 patch 8: retrieve_entries: Decrease binsize by reenabling by Michael Hohmuth · 14 years ago
- e7c2449 Database: Fix array-bounds calculation when applying a format using by Michael Hohmuth · 14 years ago
- 4cb4735 Database: Fix memory-area bounds checking during database reload. by Michael Hohmuth · 14 years ago
- 95c1e7d Fix oops in r30242. I didn't want to change/reduce the buffer size. by Thomas Martitz · 14 years ago
- 589879b Plugin API/ABI got incompatible r30242. Bump and sort. by Thomas Martitz · 14 years ago
- 9809697 Cleanup tree.c cache handling a bit. by Thomas Martitz · 14 years ago
- fa5cf8e Database: Fix to support case-sensitive file systems containing audio by Michael Hohmuth · 14 years ago
- 7155be6 Sync rockbox to r475 of musepack's svn. by Andree Buschmann · 14 years ago
- 7bbd7da Tagcache: Rename global static variable for better readability. by Thomas Martitz · 14 years ago
- 68e066f #ifdef hell makes effectively suppressing this warning impossible, so stop trying by Frank Gevaerts · 14 years ago
- 038a608 Move the "warning suppression" down, so it comes after the last write to "remote", to ensure better warning avoidance by Frank Gevaerts · 14 years ago
- bd3056c Suppress a "variable 'remote' set but not used" warning that some gcc versions (rightly) emit for the m:robe 100 sim. The "correct" solution would be to add about twenty five more #ifdefs to a function that already has way too many of them, or to rewrite the entire function. by Frank Gevaerts · 14 years ago
- 00c0221 Make scrobbler_flush_cache() static by Frank Gevaerts · 14 years ago
- 9d8866c Mention that MSC mode is reset after installing rockbox on AMS players. by Michael Giacomelli · 14 years ago
- 86724a2 Remove dead rolo related code (boot_changed was never set to true). by Thomas Martitz · 14 years ago
- 94b4a8b revert r30226, which is apparently broken. by Frank Gevaerts · 14 years ago
- 935d3d7 FS#12132 patch 7: Add a new default format for untagged tracks: by Michael Hohmuth · 14 years ago
- eab7e74 FS#12132 patch 6, part 2: tagnavi.config: Add support for "basename" by Michael Hohmuth · 14 years ago
- accea18 FS#12132 patch 6, part 1: tagnavi.config: Add support for string by Michael Hohmuth · 14 years ago
- 936494f Lower the maximum brightness of the fuzev2 backlight even more. by Frank Gevaerts · 14 years ago
- 92b392e Reload the current playlist after reboot even if it has ended. (FS#11644) by Frank Gevaerts · 14 years ago
- ffded5f Move AFMT_MPA_L1 down in the enum as hwcodec can't play it. by Thomas Martitz · 14 years ago
- 32b5416 Dircache: Fix 2 nasty bugs introduced with the reworks starting with r30032. by Thomas Martitz · 14 years ago
- 564b696 FS#12210 - Bulgarian translation update by Vencislav Atanasov by Bertrik Sikken · 14 years ago
- 8fcb752 New language: Basque by Asier Arsuaga (FS#12205) by Jonas Häggqvist · 14 years ago
- 55c77e2 Fix a bug introduced in r27463 that caused the line spectral pair look up tables to overwrite the noise coding VLC tables. Should fix decoding of files that have both noise coding and line spectral pairs, which are usually very low bitrate WMAs. by Michael Giacomelli · 14 years ago
- 969903b Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char settings. by Jonathan Gordon · 14 years ago
- bb618db skin engine softlock support for touchscreens: by Jonathan Gordon · 14 years ago
- b9f3230 FS#12200 - July update of Czech language by Marek Salaba by Bertrik Sikken · 14 years ago
- ab759da Explain in more detail what the precut option for EQ does, and also mention that it requires EQ to be enabled to use it. by Michael Giacomelli · 14 years ago
- 1ec1808 Show cluster size in System Info dialog. by Dominik Riebeling · 14 years ago
- 743308e Take cluster size into account when calculating zip extracted size. by Dominik Riebeling · 14 years ago
- 3bb0fed FS#12198 - Romanian translation update by Sergiu Rotaru by Bertrik Sikken · 14 years ago
- d9bad6e Updated italian translation. by Alessio Lenzi · 14 years ago
- 7210d04 battery bench: fix redundant '#' in the battery bench instruction header by Bertrik Sikken · 14 years ago
- 5dfc343 Submit FS#12196. Adds support for embedded album art (jpg) with APEv2 tags. by Andree Buschmann · 14 years ago
- 62d666d Convert AMSv2 microphone samples from 14 to 16 bit before storing them. by Michael Giacomelli · 14 years ago
- c27ea29 Commit FS#12111 by Stephan Grossklass. Disables output mixer auto gain control on AMSv2. Should fix occasional distortion reported when running the player at very high output levels (e.g. at or above 0dB). by Michael Giacomelli · 14 years ago
- 855e3c6 imx233/fuze+: implement lcd_blit_yuv (untested) by Amaury Pouly · 14 years ago
- 1df8072 imx233/fuze+: cleanup sd code by Amaury Pouly · 14 years ago
- de13803 sbtools: fix version output, add support for options section and product/component versions in command files by Amaury Pouly · 14 years ago
- 0157c62 ipod nano 1g: enable readout of battery current through ADC channel 4066_ISTAT by Bertrik Sikken · 14 years ago
- 10a1e8a Fix musepack resume for resume positions > 7:30m. by Andree Buschmann · 14 years ago
- fa0f17d imx233/fuze+: move page table to dram by Amaury Pouly · 14 years ago
- eb90d95 imx233/fuze+: huge rework by Amaury Pouly · 14 years ago
- 06c9474 imx233/fuze+: prepare target to enable MMU by Amaury Pouly · 14 years ago
- 3f8bf5e imx233/fuze+: fix memory size and appextra configuration by Amaury Pouly · 14 years ago
- 82f70b8 imx233/fuze+: add SD detection support by Amaury Pouly · 14 years ago bootloader_ams_v4
- 85c32db imx233/fuze+: add pin irq support by Amaury Pouly · 14 years ago
- 7d1d4c6 imx233/fuze+: implement gpio interrupts by Amaury Pouly · 14 years ago
- 792dd33 imx233/fuze+: gives bootloader argument to main by Amaury Pouly · 14 years ago
- 56bc02c sbtools: add missing cariage return, implement boot mode command, add C++ style comments support by Amaury Pouly · 14 years ago
- 146e2eb Update Swedish translation. by Magnus Holmgren · 14 years ago
- c2a6214 Android: Fix crash on start up. by Thomas Martitz · 14 years ago
- 96f02a9 is_codec_thread() is not needed anymore since PCM buffer calls other than volume level are no longer made by the voice thread. by Michael Sevakis · 14 years ago
- 423d5a7 FS#12193 - Polish translation refresh by Wojciech Leśniak by Bertrik Sikken · 14 years ago
- 0dae1f6 FS#12180 - slovak lang update by Peter Lecký by Bertrik Sikken · 14 years ago
- aec2f31 Correct spelling of catalogue. by Alex Parker · 14 years ago
- 22332e8 Copy yesno_pop to hosted/yesno,c which is mildly annoying, maybe do a better fix later by Jonathan Gordon · 14 years ago
- d1fd4f0 Fix FS#8656 - Error saving non-current playlist file by Jonathan Gordon · 14 years ago
- a7c37ea Pull yesno_pop out of the radio code as it is a nice simple resuasble yesno api worth reusing by Jonathan Gordon · 14 years ago
- 2f620b8 ipod nano 1g: enable LCD invert by Bertrik Sikken · 14 years ago
- 1f72825 ipod nano 1g: show lcd type debug info, make more room for iap debug info by Bertrik Sikken · 14 years ago
- 061ff42 s/Playlist/Current Playlist/ in the playlist viewer context menu. by Jonathan Gordon · 14 years ago
- c7b08ae Add the playlist catalog option to the %cs manual text by Jonathan Gordon · 14 years ago
- 1b2ab07 Fix broken merge of my previous USB changes in the manual. by Michael Giacomelli · 14 years ago
- 97a4c1e FS#11808 - Major playlist handling changes (on disk playlists) by Jonathan Gordon · 14 years ago
- 4983d05 Remove to top/bottom quickscreen defaults. by Jonathan Gordon · 14 years ago
- ded03f4 Add back mention that rockbox will boot into the OF when powered by USB because the AMSv2 devices don't support USB yet. This used to be there but was mistakenly removed during recent edits. by Michael Giacomelli · 14 years ago
- b2f5247 Android: Change headphone detection to call into native. by Thomas Martitz · 14 years ago
- b8bfa84 Fix "variable 'result' set but not used" warning by Frank Gevaerts · 14 years ago
- 6c5c349 Disable ipod video battery capacity default detection for bootloader and simulator by Frank Gevaerts · 14 years ago
- aa27d47 Set the default battery capacity for ipod video properly depending on detected RAM size. by Frank Gevaerts · 14 years ago
- 354d8fb Commit FS#12188 - Fix perl scripts that used Switch by Sean Bartell. by Alex Parker · 14 years ago
- 31b7ecb rk27xx - use more correct function to map between percived lightness and PWM fill factor when setting backlight brightness by Marcin Bukat · 14 years ago
- 5d9b230 rk27xx - implement cache_commit_discard(). Cache is still not enabled in crt0.S by Marcin Bukat · 14 years ago
- f1c7fba rk27xx - add missing interrupt source by Marcin Bukat · 14 years ago
- 64b5f1c Android: Rework RunForegroundManager (again) by Thomas Martitz · 14 years ago
- 8fba4fb rk27xx - fix (hopefully) adc readings by Marcin Bukat · 14 years ago
- a5e7354 Android: Fix long unnoticed typo in function call, leading to the wrong function being called. by Thomas Martitz · 14 years ago