- 1fc2d91 More Gigabeat button light fixes. Settings now work properly, startup does not cause the button lights to flash when disabled. Buttonlights are now shutdown on power off. by Karl Kurbjun · 18 years ago
- cbf6a66 Accpet FS#7141, Italian Language update by Alessio Lenzi by Jonathan Gordon · 18 years ago
- ab75d0e display error/boot messages in the sansa bootloader by Antonius Hellmann · 18 years ago
- 77771b0 How'd I miss that I'd left LOGFQUEUES enabled in my pre-commit diff? :/ by Michael Sevakis · 18 years ago
- e486ed0 SWCODEC Playback: Put a stop to the resume deadlock however crudely. Clean some unused lines out that no longer compatible. by Michael Sevakis · 18 years ago
- a21871c Fix errors. LOGFQUEUE should take formatting parameters now. by Michael Sevakis · 18 years ago
- d9839bc Silly fix for a silly comment mistake. by Michael Sevakis · 18 years ago
- 1c59b10 SWCODEC Playback: Seriously mess with it and get rid of (at least some ;) race conditions. by Michael Sevakis · 18 years ago
- e88078f Playback: Ensure some state coherency. paused implies playing and pause actions are bypassed if not playing. stopped implies not playing and not paused. Starting playback transistions to playing and not paused. by Michael Sevakis · 18 years ago
- 34e6b6b Fix red overlay plugins on archos. Linker scripts weren't prepared for those plugins using plugin library components. by Jens Arnold · 18 years ago
- 77a458a Move the old api out of the core and into the plugin lib. by Jonathan Gordon · 18 years ago
- b15ef98 Fix a warning by Karl Kurbjun · 18 years ago
- 6f95ab7 Add in buttonlight brightness setting for the Gigabeat, and setup the framework for future players that have adjustable button light brightness settings. Also fixed a bug in the backlight code when the brightness was set to 0. by Karl Kurbjun · 18 years ago
- 830576b Few more code cleanups to the button light work. This reduces the flickering of the backlight when a button is held (fewer sc606 writes). by Karl Kurbjun · 18 years ago
- 7ef0af0 Faster/Smoother fading on the Gigabeat by Karl Kurbjun · 18 years ago
- cf47875 fix the menus again, this time it stopped redrawing after coming out of setting screens by Jonathan Gordon · 18 years ago
- 2576d34 Fix Gigabeat english.lang target specific strings (should be gigabeatf rather then gigabeat) by Karl Kurbjun · 18 years ago
- bd07b3c Fix the red Gigabeat bootloader: Add a dummy for button_backlight_on with the rest of the backlight functions. by Karl Kurbjun · 18 years ago
- 0909797 Synced by Jonas Häggqvist · 18 years ago
- 4ae85e6 Revert the addition of the steal_codec_stack function. Replace by accessing the threads structure to grab the codec stack. Maybe a better solution exists. by Dave Chapman · 18 years ago
- 3d53e10 Reduce code size for players that do not have the 'Human Interface Luminescence Control' feature by Karl Kurbjun · 18 years ago
- f4a9dab Use a separate thread in test_codec, with the same (IRAM) stack as the main codec thread. Add a function to the plugin API to steal the codec thread, which test_codec copies and then restores. Now libmad can be benchmarked. by Dave Chapman · 18 years ago
- 173b611 Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disables USB PLL and the USB device clock (uneeded to connect to computer) - May offer some power savings. Changed how some pins are initialized. by Karl Kurbjun · 18 years ago
- 7cdd0fe Initial version of a test_codec plugin (viewer). This loads the audio file into the audio buffer and decodes it as fast as it can via a locally implemented version of the codec API. Intended for use when optimising codecs - so isn't built by default. Remember to add it to both plugins/SOURCES and viewers.config to enable it. Currently the codec is run in the main thread which means mpa.codec doesn't work - it requires more stack than is available on the main thread. The solution will be to create a new thread in the plugin which steals the main codec thread's IRAM stack, but that's not done yet. by Dave Chapman · 18 years ago
- 1feb8bd Minor header file cleanup - try and include the minimal number of files, and only where they are needed. by Dave Chapman · 18 years ago
- 9a011f3 Clean up the codec API - remove all unused (and in many cases inappropriate) functions, move functions used only by encoders into the HAVE_RECORDING part of the API and document the reasons for the more unexpected functions being present. by Dave Chapman · 18 years ago
- c5ec5f2 VBRfix description, part 2: actually this note was way outdated. Files recorded with rockbox should contain the vbr header - the hint about using it on files with broken/missing headers in general is enough. by Marianne Arnold · 18 years ago
- a8b7967 Code police - codecs shouldn't call GUI functions by Dave Chapman · 18 years ago
- e22f22b Accept FS#7123 - add h10_5gb strings Do the same for e200 by me by Jonathan Gordon · 18 years ago
- 5017c73 VBRfix description: No need to tell OndioSP owners about files they recorded with their player... by Marianne Arnold · 18 years ago
- baf9cf6 Fix my previous commit... menus will redraw correctly again by Jonathan Gordon · 18 years ago
- 1228820 Fix the menus so lines scroll again by Jonathan Gordon · 18 years ago
- 0e8a9e4 e200 viewer button changes: by Jonathan Gordon · 18 years ago
- f41497f Fix metadata reading for 64 bit sims. Closes FS#6690 by Nils Wallménius · 18 years ago
- 685005e e200: set the default values to stop the backlight turning off on boot, regardless of the setting by Jonathan Gordon · 18 years ago
- 35390cd FS #7115. Updated nynorsk translation by Karl Ove Hufthammer. by Thom Johansen · 18 years ago
- a34ce90 Emphasise the installation steps required to install Rockbox itself - hopefully less people will now skip this step by Dave Chapman · 18 years ago
- 23a8a9f When installing on the gigabeat don't use the cradle to connect to the pc. by Dominik Riebeling · 18 years ago
- 1b36be2 early proxy support on rbutil by Dominik Wenger · 18 years ago
- 5e7b140 integrated Manual for rbutil by Dominik Wenger · 18 years ago
- e9f08dc rbutil now ask before doing anything, plus minor gui changes by Dominik Wenger · 18 years ago
- a967523 Fix buffer overflow when adding a radio preset. by Magnus Holmgren · 18 years ago
- 3fb7c5c DancePuffDuo.wps and marquee.wps can use the nimbus-13 font now. Fixed the alignment issues that were there since the chicago-'12' font had been removed. by Marianne Arnold · 18 years ago
- 55ae940 Additions to the nimbus font family: nimbus-13 made from nimbus-12 with additional spacing, initial commit of nimbus-10 and nimbus-11 (hopefully meeting the style of the other fonts enough) - feel free to improve. by Marianne Arnold · 18 years ago
- a8140eb Enable KBD_CURSOR_KEYS and KBD_MODES on Gigabeat. Enter things any way you like. by Michael Sevakis · 18 years ago
- fd8dd68 Default HW_SAMPR_CAPS should be SAMPR_CAP_44, not 0. by Michael Sevakis · 18 years ago
- dfeeeeb Fix some errors by Michael Sevakis · 18 years ago
- 5d73049 Gigabeat: Remove the 8kHz for now because it doesn't seem to work too well. Also, HW_SAMPR_CAPS should always be defined for sim and target. by Michael Sevakis · 18 years ago
- 2aaf45e Get samplerate switching working in the sim to be similar to on target. Make all pcm functions available there as well. by Michael Sevakis · 18 years ago
- 621cf07 bugfixes in AS3514 shadow register handling, for details see patch #7101 by Antonius Hellmann · 18 years ago
- d68a516 date calculation corrected, fixes #7096 and #7097 by Antonius Hellmann · 18 years ago
- d7e8e38 Audio seemed never to want to stop stopping. A bad condition for plugins that want to stop audio and begin pcm playback immediately. Only do the stop if the state is playing. Properly wait for it to be done as well. by Michael Sevakis · 18 years ago
- 0658dce Make rbutil compile on Mac OS X by Dave Chapman · 18 years ago
- dde262b Support for Sansa E200 in rbutil by Dominik Wenger · 18 years ago
- 39939bb Remove some unused functions, no functional change by Dave Chapman · 18 years ago
- f097e13 Make the engineer2 WPS work again. Not sure the code does exactly what it should though... by Nicolas Pennequin · 18 years ago
- d989f19 No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a little too. by Michael Sevakis · 18 years ago
- 441a8d8 Sync the Mac OS X Makefile by Dave Chapman · 18 years ago
- 60f8641 New, better GUI for rbutil. (FS#6893) by Dominik Wenger · 18 years ago
- f48e0b5 Gigabeat: Get rid of the obsolete FIQ wrapper (not used on PP anymore FIY, but no change there). Use the FIQ stack for DMA address and size variables instead of globals. by Michael Sevakis · 18 years ago
- 7a2bc52 Enable playlist functions for m3u files by Hardeep Sidhu · 18 years ago
- 3c38fe4 Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with intended interface. by Michael Sevakis · 18 years ago
- aa220d5 Trim a bunch of long lines and fix an infinite loop and buffer overrun in the impossible case that a WPS line ends with a litteral string but without a newline char (wps_parser.c:774). by Nicolas Pennequin · 18 years ago
- 2a20bfe Make the ID3 info screen treat empty tag strings as 'no value', like the WPS does. by Magnus Holmgren · 18 years ago
- 05a158e Treat empty strings as 'no value' in conditionals, as it used to. by Magnus Holmgren · 18 years ago
- 378a140 Add a check for unclosed conditionals at the end of the WPS parsing in case we didn't reach the end of the file. Also a few minor other changes. by Nicolas Pennequin · 18 years ago
- 3494b21 FS #7093 by Dave Hooper: prevent crash when loading too many/long static strings in the wps by Peter D'Hoye · 18 years ago
- 12f2182 M5 needs a target specific screenshot (no radio but with rtc) by Martin Arver · 18 years ago
- 4e24bb9 e200: Add register defines for the LCD driver IC. by Michael Sevakis · 18 years ago
- 34cb104 Add missing space by Martin Arver · 18 years ago
- 61627ca Update images for the main menu. by Martin Arver · 18 years ago
- 26ff697 clean up and fix comments. no actual code change by Jonathan Gordon · 18 years ago
- 1fa5168 The menu code needs to know that the function wants a param... by Jonathan Gordon · 18 years ago
- 7e6af15 Better handling of strings in the WPS parser by detecting duplicates to avoid having two copies of the same string in the string buffer. by Nicolas Pennequin · 18 years ago
- 3a7760c Convert onplay.c to the new manu API. only plugins are still using the old API now by Jonathan Gordon · 18 years ago
- a05bb26 Gigabeat F/X: Correct the yielding in the ATA. Dump the unneeded DMA transfer complete interrupt in there too. Clean it out. by Michael Sevakis · 18 years ago
- 0987a6b This is how it should have been done. by Michael Sevakis · 18 years ago
- c7f84b6 ARM/PP: more optimized set_irq_level() by Michael Sevakis · 18 years ago
- 1990349 Speed up Portal Player i2c driver. It suffered the same priority inversion problems as the ATA driver once did. by Michael Sevakis · 18 years ago
- 482a203 Fixes for the boxes.wps. Add missing closing of conditionals that made the Archos (and iriver remotes/iFP) version fail completely and fix the defintion of the progress bar coordinate in the 220x176x16 version. by Marianne Arnold · 18 years ago
- 5073450 these should be static by Jonathan Gordon · 18 years ago
- fa67e5f Fix typo. by Jens Arnold · 18 years ago
- 39a6b5d Stop using the old menu API in the debug menu (using the new api causes massive bin increase, so fake the old api with existing code instead) (onplay.c and plugins are the only parts using th eold api now) by Jonathan Gordon · 18 years ago
- 4eaddc3 Use the new menu API by Jonathan Gordon · 18 years ago
- b1ff1ea Improved speed when deleting tags and prevent remaining ghost entries with database loaded in ram. by Miika Pekkarinen · 18 years ago
- 9270ada keep some #if 0'ed code in sync by Jonathan Gordon · 18 years ago
- caea20e show a splash instead of a menu when the chosen encoder format has no options by Jonathan Gordon · 18 years ago
- 1e51477 add a note that you can clear the settings on the Gigabeat by holding A during boot by Marcoen Hirschberg · 18 years ago
- 51a8968 update the manual after the POWER and A button switch by Marcoen Hirschberg · 18 years ago
- 810f717 make A the new 'clear settings' button for the Gigabeat as it was easy to accidentally trigger it with HOLD by Marcoen Hirschberg · 18 years ago
- 7eb8512 changed POWER to be the cancel/stop button and A to be the modifier button to prevent acidental shutdowns by Marcoen Hirschberg · 18 years ago
- 8397550 Accept FS #7058 by Alexander Levin: move the euro glyph to the right unicode position and fix the fontname of nimbus-19. by Marcoen Hirschberg · 18 years ago
- 441d803 removed unnecessary #if by Daniel Stenberg · 18 years ago
- b8a79b8 Clear the RWPS backdrop when a RWPS is loaded, not when a WPS is loaded. by Nicolas Pennequin · 18 years ago
- 832bbf7 AAC: More adjustments to how the frequency is read. Still not perfect, but this is probably as good as it can get. by Magnus Holmgren · 18 years ago
- 386d838 fix player warning by Jonathan Gordon · 18 years ago
- 09467f8 forgot to add Mauricio Peccorini tot eh credits file by Jonathan Gordon · 18 years ago
- ed8b3bb Accept FS#7080 by Mauricio Peccorini with some minor changes by me: by Jonathan Gordon · 18 years ago
- 5079812 avoid declaring shadow 'rc' variables (-Wshadow!) by Daniel Stenberg · 18 years ago
- 52ba1c6 Fix some naughty variable name reuse (hopefully correctly) by Jonathan Gordon · 18 years ago