- 2c29776 deploy.py: insert version number into sources. by Dominik Riebeling · 14 years ago
- 3184cbe Fix FS#12043. Next track was resumed when pausing and shutting down the player in the last seconds of a track. by Andree Buschmann · 14 years ago
- c7227a7 Fix a warning. by Dominik Riebeling · 14 years ago
- d1766a1 Rework parts of the replaygain code to be able to differentiate between 0.00 dB set intentionally and having no replaygain information at all. Bump codec api. by Andree Buschmann · 14 years ago
- f013252 Manual correction for entering quick screen from file browser by Michael Chicoine · 14 years ago
- 86f70de Properly remove the configuration dialog. by Dominik Riebeling · 14 years ago
- 1c635a8 OS X TTS: add pitch setting. by Dominik Riebeling · 14 years ago
- 746f01d Add capability to speak directly from the TTS engine. by Dominik Riebeling · 14 years ago
- 76c112c Update build instructions for Rockbox Utility. by Dominik Riebeling · 14 years ago
- 96fad95 Fix a warning. by Dominik Riebeling · 14 years ago
- 2f7cf08 Use template pattern for genlang url. by Dominik Riebeling · 14 years ago
- f608229 Sansa clip+: do not set GPIO B7 in the display driver, it's already used for FM radio I2C by Bertrik Sikken · 14 years ago
- eab630a AMSv2: fix dependency between button light and sd card control for fuze v2 variant 0 by Bertrik Sikken · 14 years ago
- a7354e7 Cosmetic change of a comment. by Andree Buschmann · 14 years ago
- 29164cc Changing convert_gain() also implicitly changed get_replaygain_int() which could lead to div by zero. This patch finds another way to fix the replaygain fallback. by Andree Buschmann · 14 years ago
- 4f7930b Fix for replaygain: Ensure fallback to track gain in case of missing album gain. by Andree Buschmann · 14 years ago
- ce755dd Only set volume on SYS_VOLUME_CHANGED the first time. Workaround for FS#12034. by Björn Stenberg · 14 years ago
- 277b8fb Delete empty dir. by Nils Wallménius · 14 years ago
- 81d67d0 Revert accidental commit of apps/plugins/SOURCES by Bertrik Sikken · 14 years ago
- 8351a1a AMSv2 sd: do not try to switch sd cards into high-speed mode. by Bertrik Sikken · 14 years ago
- 8c3fc23 remove set but unused variable by Rafaël Carré · 14 years ago
- cde3c9a maze: fix warning spotted by gcc 4.6.0 by Rafaël Carré · 14 years ago
- 5c4c691 AMSv2 sd: correct CLKENA settings (to stop sd clock when idle) for AMSv2 variant 1 players by Bertrik Sikken · 14 years ago
- 7d74fde AMSv2 sd: do sd slot switching with GPIO B5 only for AMSv2 variant 1 by Bertrik Sikken · 14 years ago
- 87aa86c Skin variables for touchscreen targets (origional implementation by Jens Theeß) by Jonathan Gordon · 14 years ago
- 9693813 Fix red by Jonathan Gordon · 14 years ago
- 443b134 Fix touchregions muting volume, and change &<action> to mean 'needs long press but only fire once'. Use *<action> for 'long press and allow repeats' by Jonathan Gordon · 14 years ago
- 86c4ec7 AMSv2 SD: use INTERNAL_AS3525 and SD_SLOT_AS3525 defines instead of a direct value by Bertrik Sikken · 14 years ago
- 502e9e9 AMSv2 SD: wait for response to command SD_STOP_TRANSMISSION instead of ignoring the response by Bertrik Sikken · 14 years ago
- 6512f0f AMSv2 SD: reorganise code to select 4-bit mode data transfer mode a bit and add comments by Bertrik Sikken · 14 years ago
- 2543340 AMSv2 SD: sd card communication speed can be changed back to full speed after CMD3 (SEND_RCA) by Bertrik Sikken · 14 years ago
- d9bc251 use correct define for gigabeat fx to enable lineout (was broken in r29588) by Robert Kukla · 14 years ago
- 8c1d114 Rockbox Utility: Replace OSDaB Zip with QuaZip. by Dominik Riebeling · 14 years ago
- 0258895 Fix error in Ohm's law formula as provided in FS#12023. Thanks to Leif Andersen. by Andree Buschmann · 14 years ago
- afe6ee4 Fix FS#12024. Scroll acceleration did not work -- at least reported for iRiver H10 -- caused by too short duration for button repeat recognition. by Andree Buschmann · 14 years ago
- 26f6307 iPod Classic storage driver: Fix some implicit casts, typos, ... by Michael Sparmann · 14 years ago
- 688545e fix warning, use unsigned variable by Rafaël Carré · 14 years ago
- 669313a SD AMSv2: fix r29625 by Rafaël Carré · 14 years ago
- e4da0c8 MAke manuals build again. Non scrollwheel targets don't have \ButtonScrollXX, so use \ActionStdXX instead. by Alex Parker · 14 years ago
- 04bd51f Scroll speed is increased every N seconds, not every N half seconds. by Andree Buschmann · 14 years ago
- 0897753 Submit parts of FS#12024. Describe the settings 'List Acceleration Start Delay' and 'List Acceleration Speed' in the manual. Correct the unit (seconds) for the first setting and change the text for the second setting. by Andree Buschmann · 14 years ago
- 671127c Commit FS#12000: confttv - try to make digits equally wide (-w to disable) by Magnus Holmgren · 14 years ago
- f4e152b Make repeat mode/shuffle work in the sbs also by Jonathan Gordon · 14 years ago
- 98881fd Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev needed to make it work. 'next' in the sbs changes list selection, 'wps_next' in sbs changes audio tracks. no difference in the wps by Jonathan Gordon · 14 years ago
- d3c796d AMSv2 SD: send 80 idle clocks before sending initial CMD0 (go idle state) by Bertrik Sikken · 14 years ago
- fc0ad4c AMSv2 SD: receive sd card command responses during initialisation instead of ignoring them by Bertrik Sikken · 14 years ago
- 3d3c0c5 AMSv2 SD: wait for previous data transfer completion before sending a command by Bertrik Sikken · 14 years ago
- 6bf0f65 AMSv2 SD: use a sleep instead of a udelay for 100 ms delay by Bertrik Sikken · 14 years ago
- 4823b2b Buffering should truncate if read() returns 0 since it's not a valid return there as there should be data left to read. The loop wouldn't break until there was a message in the queue. I just experienced the case with crosslinked files and read stopped making progress, returning 0 each time it was called. by Michael Sevakis · 14 years ago
- 82f2bb9 SD AMSv2: fix r29169 by Rafaël Carré · 14 years ago
- 1675e98 SD amsv2: remove double assignement by Rafaël Carré · 14 years ago
- e9c5190 Headroom in AAC SBR HF-generator's fixed point implementation of autocorrelation was too small. Fixes FS#12019. by Andree Buschmann · 14 years ago
- d1098f3 Fix MTP detection only working on e200v1. by Dominik Riebeling · 14 years ago
- 56d2145 Update copyright information in about box. We're still working on this. by Dominik Riebeling · 14 years ago
- faeb4d6 Add another delay in the AMSv2 sd controller driver as a work-around for SD initialisation problems, see FS#11870 by Bertrik Sikken · 14 years ago
- 5c47872 Theme Editor: Made touch area position relative to enclosing viewports by Robert Bieber · 14 years ago
- fa56504 Fix Rockbox Utility update detection on Linux 64bit. by Dominik Riebeling · 14 years ago
- e937a78 Forgot CREDITS in the prev commit. by Nils Wallménius · 14 years ago
- 5aaabbf FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain. by Nils Wallménius · 14 years ago
- 528e185 FS#12016 - Update Chinese Translation by Purling Nayuki by Bertrik Sikken · 14 years ago
- a1da319 Move maemo specific fields to the Package section by Thomas Jarosch · 14 years ago
- dad4c24 Prepare new maemo build by Thomas Jarosch · 14 years ago
- 72820f4 Add real maemo build bug tracker URL by Thomas Jarosch · 14 years ago
- e209002 Optimize memory consumption in the mp3data parser. The vbr-header parser will never need 1.800 byte of data. The maximum amount of data needed is 1/10 of this. by Andree Buschmann · 14 years ago
- c59a086 Local implementation of read_uint32be() in mp3data.c needs a major correction. by Andree Buschmann · 14 years ago
- c1a5b66 No need to save irq again after thread wakeup in queue_wait(_w_tmo), just disable it. by Michael Sevakis · 14 years ago
- 742980f Avoid magic numbers. Use the available defines to set up the bit mask to compare MPEG frame headers. by Andree Buschmann · 14 years ago
- 3706d6d Hopefully fix red now and reduce binsize for HWCODEC targets. This change implements a local read_uint32be() function within the mp3data parser. by Andree Buschmann · 14 years ago
- ea61fb8 Fix red. read_uint32be() was not implemented in sim builds for HWCODEC targets. by Andree Buschmann · 14 years ago
- f6c610d HD300: RECTRIGGER keymap by Marcin Bukat · 14 years ago
- 25246f7 More robust implementation of MPEG frame header search. The parser will not only search for the very first byte sequence that looks like a valid MPEG frame header. It will search for a valid MPEG frame header sequence, decode it, and probe if there is a consecutive MPEG frame header of the same type (MPEG version, layer, sampling frequency) at the expected position. This approach will reduce false detection of MPEG frame headers in case of errorous metadata or garbaged files. Fixes FS#12007. by Andree Buschmann · 14 years ago
- 8c46ddf Android: Implement app shutdown and thus, sleep timer. by Thomas Martitz · 14 years ago
- 046cec3 Android: Partly revert r29569 and only call the new getJavaEnvironment() when needed. by Thomas Martitz · 14 years ago
- efa9f13 Android: Fix widget albumart display on pre-2.2 devices. by Thomas Martitz · 14 years ago
- a0c6648 Fix FS#12012 - Radio Art broken since r29259 - Embedded album art support by Thomas Martitz · 14 years ago
- ccd5395 MPIO HD300: add KBD context keymap by Marcin Bukat · 14 years ago
- a4098e6 Sync test_codec to r29595. by Michael Sevakis · 14 years ago
- 56dd75d Purge buffer and codec APIs existing exclusively in support of mpa.codec and fix that to not require them: buf_get_offset and ci.advance_buffer_loc. Sort APIs; everything must become incompatible. :( by Michael Sevakis · 14 years ago
- dce7996 WM8750/51: properly apply recording gain by Marcin Bukat · 14 years ago
- 2e4259e recording.c by Marcin Bukat · 14 years ago
- c24c3eb Disable debug output in wave format parser by default. by Andree Buschmann · 14 years ago
- d9e8547 Submit FS#12009. Add embedded album art support for m4a. Thanks to Jason Yu. by Andree Buschmann · 14 years ago
- 55e7586 MPIO HD300: Enable line-in recording. Thanks Andriej Azariev for pointing out such capability of this DAP. by Marcin Bukat · 14 years ago
- f056669 fix red by Marcin Bukat · 14 years ago
- ae68278 WM8750/51 driver: by Marcin Bukat · 14 years ago
- 9c41252 Fixed a typo. (Thanks Jeff!) by Björn Stenberg · 14 years ago
- e50cc0e Listen to and follow external Android volume changes. (Based on FS#11914 by Maurus Cuelenaere) by Björn Stenberg · 14 years ago
- 606bed0 Update lang files to be inline with changes in r29584 by Marcin Bukat · 14 years ago
- a8dc45f slightly modified FS#11531 by me: WM8750/51 driver rework by Marcin Bukat · 14 years ago
- 8aed244 Add up skipped bytes when parsing for valid MPEG headers. by Andree Buschmann · 14 years ago
- ff1b2b7 Refactor reading of Xing/Info/Vbri tags to prepare for further changes. by Andree Buschmann · 14 years ago
- 92183d2 Improve visual feedback when testing TTS. by Dominik Riebeling · 14 years ago
- 1177651 Prepare new Pandora .pnd build by Thomas Jarosch · 14 years ago
- 0f440d1 Pandora port: Fix SDL detection, pkg-config is not supported by Thomas Jarosch · 14 years ago
- 7cac18f Use ringbuf_add in buffering when incrementing for initial allocation of non-wrapping data. The result of the shortcut would have been wrong if the handle used space exactly to the end of the buffer since buf_widx wouldn't have been properly wrapped to index 0. by Michael Sevakis · 14 years ago
- e86a7fb Fix FS#11894 - Sansa Clip+ Volume Buttons don't switch when Upside Down is activated by Bertrik Sikken · 14 years ago
- 8aa90b6 Android: allocate native_buffer locally, which does away with the need to hold by Maurus Cuelenaere · 14 years ago
- 204ac25 Android: Switch to pthread_cond+SIGEV_THREAD for tick task handling. by Thomas Martitz · 14 years ago
- 662ba48 Create GlobalRef in surfaceCreated, in accordance to r29572. by Thomas Martitz · 14 years ago
- 00f75c9 Use the pcm volume to add finer steps between every android stream volume step. by Björn Stenberg · 14 years ago