- 8584a6b Sim needs a duplicate of the button_get_data implementation. by Michael Sevakis · 18 years ago
- cfe0013 Add support for text-format genres in .mp4 files (AAC/ALAC). by Magnus Holmgren · 18 years ago
- 873e0fd Wheel acceleration for e200. A general acceleration interface intended for use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right. by Michael Sevakis · 18 years ago
- 3213d4a Add a verbosity level command line option to the chackwps tool. This should make life easier for the themes.rockbox.org people. by Nicolas Pennequin · 18 years ago
- c897c24 Recorder V1: repair soft shutdown with the new action context handling. by Jens Arnold · 18 years ago
- f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 18 years ago
- 9d756e2 Queue song statistical data to the tagcache system and update entirely in background. Fixes ratings disappearing or not saving in the DB at all. Fixes also UI delay when stopping playback and new statistics are committed to DB. by Miika Pekkarinen · 18 years ago
- 6ed7722 Accept FS#7425 by Jani Kinnunen: Updated Finnish language file. by Nicolas Pennequin · 18 years ago
- 0843a07 Ooops by Kevin Ferrare · 18 years ago
- 5633dc6 This should fix dircache being disabled by my last commit. by Kevin Ferrare · 18 years ago
- a4189fc woops, fix the colour on the icons which are still black by Jonathan Gordon · 18 years ago
- 81ad14a Fix the lowercase 'a ring'. by Marianne Arnold · 18 years ago
- aedf68a Fix 'Set time & date' screen display when the name of the day or month was not 3 letters long (german language uses 2 for days) also fix displaying of unicode and clean up code. by Nils Wallménius · 18 years ago
- a07b60e Fix red and remove an unneeded file by Karl Kurbjun · 18 years ago
- fa3fc0c Commit FS #7379 - This patch fixes most of the sound problems from the previous version. This is a complete rewrite of VisualBoyAdvance's sound code from C++ to C. This patch also eliminates the need for some large tables giving more room in IRAM and the plugin buffer. by Karl Kurbjun · 18 years ago
- e9c09d4 Fix decoding of misc sample rates that no one ever uses by Michael Giacomelli · 18 years ago
- bc3ada2 Add incomplete support for files using noise coding but not LSP. In practice, this means files >= 20kbps will probably work, and those below will probably not. by Michael Giacomelli · 18 years ago
- 1e2094e FS#6679 : Estonian language by Rene Allkivi with a few tweaks by me. by Nicolas Pennequin · 18 years ago
- 011a325 Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) by Kevin Ferrare · 18 years ago
- 930278b mpegplayer: Refine the earlier additions and be more explicit about a message intent by renaming it. by Michael Sevakis · 18 years ago
- bab671e Fix nasty bug that causes low bitrate files to crash because of an incorrect assumption about MDCT window sizes on my part. Clears the way for further low bitrate fixes. by Michael Giacomelli · 18 years ago
- 40ea9d0 Fixes red hopefully by Kevin Ferrare · 18 years ago
- 21cc9a6 Dice plugin now works on remote and uses the action api ; cleaned up the code a little bit as well by Kevin Ferrare · 18 years ago
- b2585ce 'Fix' the 2 pixels that weren't in the right magic magenta transparent colour and showed as pink dot... by Marianne Arnold · 18 years ago
- 66bb96b Make the audio thread debug screen leavable on H10 (and potentially other targets where ACTION_STD_CANCEL is a two-part acion). by Jens Arnold · 18 years ago
- f888509 Slight speedup for iAudio remote LCD update when the CPU isn't boosted. by Jens Arnold · 18 years ago
- b8bd1ee MpegPlayer: Add a simple messaging scheme for sending stream commands. Remove the need to disable FIQ when adding to PCM buffer. by Michael Sevakis · 18 years ago
- 9511526 include the files in firmware/drivers/tuner in the tarballs by Nils Wallménius · 18 years ago
- ca0cc78 Fix the problem where settings stopped saving automatically by Jonathan Gordon · 18 years ago
- 9fe6e02 Demystify plugin would have crashed ... by Kevin Ferrare · 18 years ago
- e68a2e6 Remote keys support for the demystify plugin (added remote_directions to the plugins actions), updated key bindings in manual by Kevin Ferrare · 18 years ago
- f074b46 Cleaned up the demistify plugin a litle bit, switched the key handling to the action API by Kevin Ferrare · 18 years ago
- e6a3f7d Cosmetic changes - update a comment and add more info to a DEBUGF by Dave Chapman · 18 years ago
- 4102ed5 Revert cosmetic change and staticing of the rolo_restart() function, because it would break rolo for gigabeat if anyone ever implemented it (because ICODE_ATTR is defined to be null for gigabeats). by Nils Wallménius · 18 years ago
- fb102ba Fix my mistakes in some bits in the WM8751 header. Looks like adaptive boost has been turned on by mistake anyway. Correct that and make sure it is turned on intentionally with the #define. Organize a little bit in there. by Michael Sevakis · 18 years ago
- 8219912 simplified the codec specification part in configure by Daniel Stenberg · 18 years ago
- 3ea6eba Fix sim errors by Michael Sevakis · 18 years ago
- 8450149 Forgot to add a file as usual. by Michael Sevakis · 18 years ago
- 8552eff Make the SPC codec run like it used to on Coldfire before -Os crushed it. Build as a lib using the old -O option. Should not impact ARM targets. by Michael Sevakis · 18 years ago
- 76fa0f7e Make a private function static where possible, add a comment, make a small cosmetic change by Nils Wallménius · 18 years ago
- c74e9a0 Better keep those buffers a multiple of 32 bit, extends the number of unicode characters to 5 which is better too. by Peter D'Hoye · 18 years ago
- f58dc4b Fix a typo that would cause incorrect enums. by Michael Sevakis · 18 years ago
- 3ce7f0e fix warnings. by Dominik Riebeling · 18 years ago
- 7564ad8 - fix an endless autodetection loop when no user configuration is present by Dominik Riebeling · 18 years ago
- ad9db0c Reserve more bytes to display unicode in the recording trigger settings menu. Fixes FS #7192 by Peter D'Hoye · 18 years ago
- 97db2ab Fix the Makefile (and hopefully the OS X Makefile as well) after the talkfile commit and let talkfile.cpp build on non-Windows. Also fix incorrect meaning of DESTDIR in the Makefile. by Jonas Häggqvist · 18 years ago
- 8f3e56e Add an icon for talkfile button. Taken from gnome-icon-theme (GPL licensed). by Jonas Häggqvist · 18 years ago
- 497a1f0 Clean out unused code by Nils Wallménius · 18 years ago
- e9d6276 Fix yellow. by Michael Sevakis · 18 years ago
- a16035d Hopefully get the rest of the quirks out of the debug menus and save some size too. by Michael Sevakis · 18 years ago
- d4b4846 rbutil: Oops, forgot the new files. by Dominik Wenger · 18 years ago
- 1ad4b2c rbutil: first attempt to talk file creator. also pushed version to 3.2.6 by Dominik Wenger · 18 years ago
- 798e0d5 rbutil: Oops: his name is Hooper not Hopper. Sorry. by Dominik Wenger · 18 years ago
- 8c964e1 rbutil: fix unzipping (FS#7439) Thanks to Dave Hopper. by Dominik Wenger · 18 years ago
- 3d73b8e Use the multi-screen api in the usb and time screens by Jonathan Gordon · 18 years ago
- f22dd51 unused variable by Jonathan Gordon · 18 years ago
- 9dca6aa convert the last of the menus in text_editor to the new api by Jonathan Gordon · 18 years ago
- b43bf7e e200 doesnt have multiple batt capacities, so remove the option. by Jonathan Gordon · 18 years ago
- ba0a9c4 Hrm. Commit the other needed change too. :) by Michael Sevakis · 18 years ago
- d219491 Gigabeat: Add the funky foreground color support for transparent bitmaps. by Michael Sevakis · 18 years ago
- 6c21dc5 Remove a change that wasn't supposed to stick around. by Michael Sevakis · 18 years ago
- dc05124 e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen got broken again and was ignoring cancellation and not drawing the lines. by Michael Sevakis · 18 years ago
- a42a346 rbutil: fix the manual url for h100 and h120. by Dominik Wenger · 18 years ago
- 5309d73 rbutil caches no the preview images of the themes. by Dominik Wenger · 18 years ago
- 8235efb Dutch language file update by Peter D'Hoye · 18 years ago
- 7034296 rbutil: fix compilation in cygwin by Dominik Wenger · 18 years ago
- 74ad216 More battery updates, this time for gigabeat. FS #7433 from Johnathon Mihalop by Peter D'Hoye · 18 years ago
- e2014a9 unused param by Jonathan Gordon · 18 years ago
- 7d04c81 minor update to the debug screens to handle dynamic screens a bit better. And so there is no need to manually call the callback before enetering dbg_list() by Jonathan Gordon · 18 years ago
- 07b6cc4 Update Swedish translation. by Magnus Holmgren · 18 years ago
- b41cde5 fix radio screen by Jonathan Gordon · 18 years ago
- 4259eb1 make the radio debug screen auto-update by Jonathan Gordon · 18 years ago
- 7ade147 Correction for ipod video and nano battery type. FS #7216 by Andree Buschmann by Peter D'Hoye · 18 years ago
- 680afaf Fix all the red this time? by Michael Sevakis · 18 years ago
- ef65d91 FS#7353 - mktime() is only used by targets that have an RTC by Robert Keevil · 18 years ago
- 227a733 Fix typo in the debug disk info screen by Robert Keevil · 18 years ago
- 338aa0b Oops. Forgot to add a file. by Michael Sevakis · 18 years ago
- 7d759f6 Do some planned radio interface cleanup since adding in the LV24020LP. by Michael Sevakis · 18 years ago
- b51a20f include Car Adapter Mode description on all players that have it. Fixes FS#7431. by Dominik Riebeling · 18 years ago
- 60e7472 Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced with the current foreground colour by Jonathan Gordon · 18 years ago
- 5890f60 Fix radio screen, and use the actual card type name for the title in the disk screen on ondio and sansa by Jonathan Gordon · 18 years ago
- 1a059e5 Update francais language by me. by Mustapha Senhaji · 18 years ago
- cd54809 Makes the Adaptive Bass option not the default. To enable, you must uncomment the USE_ADAPTIVE_BASS in the config file and rebuild. by Steve Gotthardt · 18 years ago
- 828d719 Changes bass setting to use adaptive bass instead of linear bass. The datasheet recommends it and it should stop clipping on bass. by Steve Gotthardt · 18 years ago
- 4f9bffe Fix warnings. by Michael Giacomelli · 18 years ago
- 42bd5b4 WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use of it. ~1.5% speedup. by Jens Arnold · 18 years ago
- d7dd239 convert the disk info debug screen to a list. by Jonathan Gordon · 18 years ago
- 00251d1 e200: This should stop lockups on sansa with struck SD card insert detection. Hopefully no new troubles will rear up. by Michael Sevakis · 18 years ago
- 0257c5b e200: adc_read needs mutex since it is accessed from multiple threads and yields. Remove polling for conversion completion since it will always have completed by the time it can be read out. by Michael Sevakis · 18 years ago
- 9ac2756 Fix the above by including all required files and updating SOURCES. by Michael Giacomelli · 18 years ago
- 362f894 Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 which is how ffmpeg now does it and is also slightly faster. Add in defines for later VLC memory usage optization. Kill some header files that weren't needed and update others that were out of sync. We're now much closer to the current ffmpeg codec which should make fixing the remaining issues much easier. by Michael Giacomelli · 18 years ago
- a9df713 TAB and whitespace police by Dave Chapman · 18 years ago
- fe0d92d Make the ASF parser reject streams which are not wmav1 or wmav2. Also restore some DEBUGF error message to indicate why a file has been rejected. by Dave Chapman · 18 years ago
- 5737254 Give the plugin menu its own title (when configured). Fixes FS #7371 by Peter D'Hoye · 18 years ago
- 28b0c58 Don't assume files are WMAv2, instead actually check that they are and quit gracefully if they are not. by Michael Giacomelli · 18 years ago
- de4904a added missing extra null terminator to indicate end of WMA extension list by Adam Gashlin · 18 years ago
- ed4df23 convert the tagcache, database and radio debug screens to nice lists by Jonathan Gordon · 18 years ago
- f115804 make the debug menu nice and fast by Jonathan Gordon · 18 years ago
- a5278fa Rearrange and cleanup settings code by Jonathan Gordon · 18 years ago
- 50dc0ca same as previous commit, but more forgotten cases by Jonathan Gordon · 18 years ago