- 82f70b8 imx233/fuze+: add SD detection support by Amaury Pouly · 13 years ago bootloader_ams_v4
- 85c32db imx233/fuze+: add pin irq support by Amaury Pouly · 13 years ago
- 7d1d4c6 imx233/fuze+: implement gpio interrupts by Amaury Pouly · 13 years ago
- 792dd33 imx233/fuze+: gives bootloader argument to main by Amaury Pouly · 13 years ago
- 56bc02c sbtools: add missing cariage return, implement boot mode command, add C++ style comments support by Amaury Pouly · 13 years ago
- 146e2eb Update Swedish translation. by Magnus Holmgren · 13 years ago
- c2a6214 Android: Fix crash on start up. by Thomas Martitz · 13 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 · 13 years ago
- 423d5a7 FS#12193 - Polish translation refresh by Wojciech Leśniak by Bertrik Sikken · 13 years ago
- 0dae1f6 FS#12180 - slovak lang update by Peter Lecký by Bertrik Sikken · 13 years ago
- aec2f31 Correct spelling of catalogue. by Alex Parker · 13 years ago
- 22332e8 Copy yesno_pop to hosted/yesno,c which is mildly annoying, maybe do a better fix later by Jonathan Gordon · 13 years ago
- d1fd4f0 Fix FS#8656 - Error saving non-current playlist file by Jonathan Gordon · 13 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 · 13 years ago
- 2f620b8 ipod nano 1g: enable LCD invert by Bertrik Sikken · 13 years ago
- 1f72825 ipod nano 1g: show lcd type debug info, make more room for iap debug info by Bertrik Sikken · 13 years ago
- 061ff42 s/Playlist/Current Playlist/ in the playlist viewer context menu. by Jonathan Gordon · 13 years ago
- c7b08ae Add the playlist catalog option to the %cs manual text by Jonathan Gordon · 13 years ago
- 1b2ab07 Fix broken merge of my previous USB changes in the manual. by Michael Giacomelli · 13 years ago
- 97a4c1e FS#11808 - Major playlist handling changes (on disk playlists) by Jonathan Gordon · 13 years ago
- 4983d05 Remove to top/bottom quickscreen defaults. by Jonathan Gordon · 13 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 · 13 years ago
- b2f5247 Android: Change headphone detection to call into native. by Thomas Martitz · 13 years ago
- b8bfa84 Fix "variable 'result' set but not used" warning by Frank Gevaerts · 13 years ago
- 6c5c349 Disable ipod video battery capacity default detection for bootloader and simulator by Frank Gevaerts · 13 years ago
- aa27d47 Set the default battery capacity for ipod video properly depending on detected RAM size. by Frank Gevaerts · 13 years ago
- 354d8fb Commit FS#12188 - Fix perl scripts that used Switch by Sean Bartell. by Alex Parker · 13 years ago
- 31b7ecb rk27xx - use more correct function to map between percived lightness and PWM fill factor when setting backlight brightness by Marcin Bukat · 13 years ago
- 5d9b230 rk27xx - implement cache_commit_discard(). Cache is still not enabled in crt0.S by Marcin Bukat · 13 years ago
- f1c7fba rk27xx - add missing interrupt source by Marcin Bukat · 13 years ago
- 64b5f1c Android: Rework RunForegroundManager (again) by Thomas Martitz · 13 years ago
- 8fba4fb rk27xx - fix (hopefully) adc readings by Marcin Bukat · 13 years ago
- a5e7354 Android: Fix long unnoticed typo in function call, leading to the wrong function being called. by Thomas Martitz · 13 years ago
- 5721d4c Forgot to add new class file in r30161. by Thomas Martitz · 13 years ago
- 02b2b28 Android: Slightly rework logging to logcat by offloading duplicated code to a new helper class. by Thomas Martitz · 13 years ago
- 33de9cd Android: Refactor some of the glue code. by Thomas Martitz · 13 years ago
- 788e246 Remove empty folders as well. by Dominik Riebeling · 13 years ago
- f56e453 Remove all themes but Cabbiev2. by Dominik Riebeling · 13 years ago
- 1b7ff72 Revert "Introduce bsearch() and use it in tagtree.c." by Thomas Martitz · 13 years ago
- 76b6db3 Android: Fix sporadic force closes. by Thomas Martitz · 13 years ago
- 74ab227 Introduce bsearch() and use it in tagtree.c. by Thomas Martitz · 13 years ago
- e097081 Change System Info filesystem details to table. by Dominik Riebeling · 13 years ago
- 60468fe Implement reading the volume label on OS X. by Dominik Riebeling · 13 years ago
- 5eb2f60 Revert r30030 "Remove unused code path from playlist_create_ex()." by Thomas Martitz · 13 years ago
- 6f39269 AAC: Another gapless fix, this one for the end of the file. The real size of the last frame was lost in r29727, as indicated by Yusaku Inui in FS#12185, so bring it back. Now the decoded length of test1_nero.m4a (in FS#12185) only differs by one sample compared to Foobar2000 (Rockbox has one more leading sample, for some reason). Also moved a few lines to a better place. by Magnus Holmgren · 13 years ago
- 3a72910 Prefill the playlist filename with .m3u8 when creating a new playlist in the catalog by Jonathan Gordon · 13 years ago
- e0d4a6f OS X: remove translation for menu entries handled separately. by Dominik Riebeling · 13 years ago
- 9c9bc12 Move some helper functions out of Autodetection. by Dominik Riebeling · 13 years ago
- b7fe90a The mountpoint is stored with normalized separators. by Dominik Riebeling · 13 years ago
- 99408dd Add custom delegate for showing the mountpoint combo box entries. by Dominik Riebeling · 13 years ago
- 94bc289 Show drive label in main dialog. by Dominik Riebeling · 13 years ago
- 39f7968 Remove BrowseDirTree. by Dominik Riebeling · 13 years ago
- c9f70fe Show volume labels on Windows. by Dominik Riebeling · 13 years ago
- 241f28e Replace mountpoint selection with combo box. by Dominik Riebeling · 13 years ago
- 21a3871 Show the total size of the volume along with the free space. by Dominik Riebeling · 13 years ago
- cad91ed rk27xx - fix backlight driver - now one can set brightness by Marcin Bukat · 13 years ago
- 302c0b7 Update manual to mention that we support embedded album art in MP4/M4A files. by Michael Giacomelli · 13 years ago
- d77373f Add USB ID for Ipod Nano 5G to list of incompatible devices. by Dominik Riebeling · 13 years ago
- 5a26811 imx233/fuze+: make SOURCES more correct, implement i2c for fmradio by Amaury Pouly · 13 years ago
- 9e8d7dc Fix FS#12179 - Simulator build fails when using "configure --sdl-threads" by Thomas Martitz · 13 years ago
- a802eba The voice PCM buffer has nothing to do with the playback PCM buffer any longer. Allocate it independently from the playback engine's PCM buffer and only when voice is required. Additionally, allocate actual space for the crossfade buffer only when using crossfade. Will save 18.3KB when neither is needed (10.3KB for voice and 8.0KB for crossfade). by Michael Sevakis · 13 years ago
- d8cb05e Voice doesn't have to consume 100% CPU while waiting for an output buffer to be available. Use 'sleep(0)' instead of 'yield()' while polling. by Michael Sevakis · 13 years ago
- b2dbc2f Fix r30130 red. New functions in misc.c shouldn't be compiled if '__PCTOOL__' is defined. by Michael Sevakis · 13 years ago
- 5663e1c Have mpegplayer use the mixer (the playback channel, since it's mutually exclusive to audio playback) so the clicks and skip beep can be used according to user settings. Introduce some system sound functions to make easier playing event sounds from various places and convert files calling 'beep_play' to use 'system_sound_play' and 'keyclick_click'. Event sound could be become themeable. by Michael Sevakis · 13 years ago
- f1a5a25 Update french translation, shorten string for Archos Player. by Mustapha Senhaji · 13 years ago
- db22fc8 FS#12173 Romanian translation update by Sergiu Rotaru. by Mustapha Senhaji · 13 years ago
- 00dfcb8 Fix FS#12181 - Playlist re-shuffle does not work (r30122) by Thomas Martitz · 13 years ago
- 185fddb Fix FS#12179 - Simulator build fails when using "configure --sdl-threads". HAVE_PRIORITY_SCHEDULING checks were missing to exclude priority calls when building without priority. by Michael Sevakis · 13 years ago
- 9cc0dab elftosb: remove duplicate code, merge two redundant fields by Amaury Pouly · 13 years ago
- e06bb54 Initialize the d_names_start pointer correctly in dircache. This should by Miika Pekkarinen · 13 years ago
- 86c64d4 imx233: add missing i2c file by Amaury Pouly · 13 years ago
- e36b20c imx233/fuze+: replace software i2c by hardware i2c, make some code more correct, reduce code size of lcd init sequences by Amaury Pouly · 13 years ago
- 22b6def Use playback channel directly for peakmeters and plugins using peak calculation. Also, for now, don't allow mixer playback to overlap recording, even if full duplex works. by Michael Sevakis · 13 years ago
- 8c954e2 sansa AMS bootloader: make strings static by Rafaël Carré · 13 years ago
- e595582 bootloaders: cleanup by Rafaël Carré · 13 years ago
- a1e1892 as3525: make interrupts struct static and merge declaration & definition by Rafaël Carré · 13 years ago
- 1a6172d mkamsboot: remove useless casts by Rafaël Carré · 13 years ago
- 621524e mkamsboot: correct old comments by Rafaël Carré · 13 years ago
- e34eaf3 imx233/fuze+: simplify ssp pin code by Amaury Pouly · 13 years ago
- 88f75d0 imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style in mmc by Amaury Pouly · 13 years ago
- 82ecc75 imx233/fuze+: make config.h more correct, remove logo from bootloader, update linker file and crt0 to produce a single blob into dram by Amaury Pouly · 13 years ago
- fed7780 elftosb: support 'strings' in section id, support load binary at address, support call/jump at address by Amaury Pouly · 13 years ago
- 337e922 Allocate indices directly in ramcache header. Add version code to by Miika Pekkarinen · 13 years ago
- 563a185 Fixed incorrect dircache reallocation during tagcache commit. by Miika Pekkarinen · 13 years ago
- f27028d Do not use double/float calculations but predefined tables in mod codec. Reduces codesize by several kilobytes. by Andree Buschmann · 13 years ago
- 143d451 elftosb: add support for jumps/calls with one argument by Amaury Pouly · 13 years ago
- 1a1ac92 Use id3v2buf to read the title of MOD files. Avoids additional declaration of a 1KB buffer and saves a bit codesize as well. by Andree Buschmann · 13 years ago
- 617d1e9 imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu frequency changing, implement panic waiting by Amaury Pouly · 13 years ago
- 4a04c47 Relax constraints for arm asm to not break when gcc decides to not inline the function but also throw in a FORCE_INLINE for good measure. Remove a redundant 'inline'. by Nils Wallménius · 13 years ago
- ed0f1ae Add --lcdwidth and --lcdheight to help output. by Jonas Häggqvist · 13 years ago
- 8c47ed1 Get M5 building again by moving the downmix buffer out of IRAM for now. 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. by Michael Sevakis · 13 years ago
- 5ff641f Do some adjustments to alleviate IRAM congestion on some targets from 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. by Michael Sevakis · 13 years ago
- 40ff071 Get android to build. Forgo optimized mixing code for app builds for the moment; work it out later. by Michael Sevakis · 13 years ago
- 7996d6d Knock out at least some red/yellow from r30097. by Michael Sevakis · 13 years ago
- a2b6703 Commit FS#12150 - Fully-functional audio mixer - and finally whip old 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. by Michael Sevakis · 13 years ago
- 8411614 FS#12172 - Update for serbian translation by Ivan Pesic by Bertrik Sikken · 13 years ago
- 366686b Remove leftover backslash from macro conversion in FRACTMUL_SHL by Thomas Jarosch · 13 years ago
- cc7a872 FS#12171 - Polish translation update by Wojciech Lesniak by Bertrik Sikken · 13 years ago
- 52a0017 Forgot to update the short log for (unofficial) maemo build by Thomas Jarosch · 13 years ago
- 51df0c9 Prepare new, unofficial pandora build by Thomas Jarosch · 13 years ago