- 51b3bbb Opps fix static ASM function on coldfire by Michael Giacomelli · 17 years ago
- a16d0f3 Code clean up: Move fixed point functions into their own files. Move various lookup tables into header files. by Michael Giacomelli · 17 years ago
- 5717a0a Shorten the coldfire fixmul32() by 2 instructions and use one register less. Smaller code, but practically no speed change. by Jens Arnold · 17 years ago
- c7c21ae Remove tabs (I wonder why Anjuta decided to insert them there) by Peter D'Hoye · 17 years ago
- 11b559a Use splashes for errors in the properties plugin by Peter D'Hoye · 17 years ago
- 76855f0 File/Dir properties should at least print an error message when something goes wrong by Peter D'Hoye · 17 years ago
- 4aeab55 Replace some 64 bit multiplies with assembly on Coldfire targets. Codec lots closer to realtime on those targets now. by Thom Johansen · 17 years ago
- 9337efd Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in main menu. Also changes a small naming inconsistency. by Peter D'Hoye · 17 years ago
- 98d4e09 Increase filetypes array to make room for our latest supported audioformat by Peter D'Hoye · 17 years ago
- c09fcc4 Fix serious bug in FAT filename check, preventing most files from being created (if they contain a '.', no less). Also allow a few more chars in the long filename and make the code a bit smaller (as in FS #6358). by Magnus Holmgren · 17 years ago
- d4a9713 Updated Italian translation (FS#7389) by Jonathan Gordon · 17 years ago
- 1419347 The WMA decoder crashes when attempting to decode files encoded at less than 32kbps, so reject them at the metadata parsing stage. Current SVN ffmpeg can decode these files, so hopefully this can be fixed. by Dave Chapman · 17 years ago
- 48304ce Add .wmv and .asf as supported filetypes for the WMA codec by Dave Chapman · 17 years ago
- 92718a8 Oops, this change shouldn't have been committed by Dave Chapman · 17 years ago
- 9cb40ea WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and add new files to apps/FILES by Dave Chapman · 17 years ago
- fe163c5 Proper filename checking in the FAT driver (FS#7222 and FS#6358) by Jonathan Gordon · 17 years ago
- c728247 Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. by Dave Chapman · 17 years ago
- 2ca895b Fix FS#7387 - trying to go into the file browser when the last folder was on the MMC/mSD card (which was removed) would go into an infinite loop. by Jonathan Gordon · 17 years ago
- 7b861ec More PP502x clock setup rework. This should fix the freezes on PP5020 once and for all. Enabled clock scaling for H10. * CPUFREQ_MAX changed to 78MHz * To be cleaned up soon. by Jens Arnold · 17 years ago
- ede3731 Remove useless #ifdef, specify maximum field width for strings in the snprintf() call by Nils Wallménius · 17 years ago
- 7d5deaa H1x0: Increase delay during button reads. Hopefully fixes the scroll down problem (see forum thread 11081.0). by Magnus Holmgren · 17 years ago
- 473c191 Ooops. by Jens Arnold · 17 years ago
- fe23dc8 Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compatible here, so define the PP5022 targets properly, and introduce a CPU_PP502x macro for easier family check. Improves stability on PP5020 (less freezing, tested with Mini G1) and reduces clock change penalty (500us on PP5020; uses the relock bit on PP5022). by Jens Arnold · 17 years ago
- 36de1a4 Gra, i really need to get some sleep. by Antoine Cellerier · 17 years ago
- a1c3b98 Add repeat for the alt buttons too. by Antoine Cellerier · 17 years ago
- 68ddbc0 Oops. by Antoine Cellerier · 17 years ago
- abf9232 control imporvements for iPod by DerPapst. by Antoine Cellerier · 17 years ago
- cd82964 Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. by Antoine Cellerier · 17 years ago
- 58f97f5 Really implement the simple strategy from hinversi. by Antoine Cellerier · 17 years ago
- 932b20e Vorbis: Apply various bugfixes from upstream Tremor. by Magnus Holmgren · 17 years ago
- 9af4289 Implement 2 simple AIs for reversi: by Antoine Cellerier · 17 years ago
- e76e138 move handling of shared manuals (like h100 series) to a new setting in rbutil.ini instead of a hardcoded list. by Dominik Riebeling · 17 years ago
- 2e80610 "Set Time/Date" screen. by Nils Wallménius · 17 years ago
- 6fa9d4d Rename playback.text to the less confusing name browsing_and_playing.tex (as that is the name of the chapter) by Nils Wallménius · 17 years ago
- fdafa29 Include virtual keyboard button table in sansa manuals by Nils Wallménius · 17 years ago
- 78f9a1e include everything in the docs dir in tarballs by Nils Wallménius · 17 years ago
- bccdc00 Starfield background should be black (this code from r11605 didn't make it past r13075). by Antoine Cellerier · 17 years ago
- 899feca Oops. Should fix compilation errors / warnings. by Antoine Cellerier · 17 years ago
- 86437ae Add possibility to use colors in starfield plugin using Play/Select. Based on idea by Nathan Hand in FS #2834. by Antoine Cellerier · 17 years ago
- fd6a927 Fix X5/M5 compilation. by Antoine Cellerier · 17 years ago
- b4b34f0 FS #6509 - "Plugin for playing reversi game" by Alexander Levin + changes by me to make it compile due to the menu api change and compile for e200. by Antoine Cellerier · 17 years ago
- 9789acc Fix yellow by Nils Wallménius · 17 years ago
- df155c8 Change unsigned long to uint32_t and long to int32_t to fix a crash in by Nils Wallménius · 17 years ago
- 6cfb906 include the re-renamed sokoban.levels file in FILES by Nils Wallménius · 17 years ago
- 1167e3c Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with some tweaks. All testers have given the green light. (Now for the RED ?? ;). by Michael Sevakis · 17 years ago
- 189a5f8 Attempt red build fix. (/me crosses fingers) by Antoine Cellerier · 17 years ago
- 0cbb4cd Should fix X5/M5 compile errors. by Antoine Cellerier · 17 years ago
- ec7252c Some more sokoban changes from Sean Morrisey's FS #6702. (includes moving the default level file back to the previous filename) by Antoine Cellerier · 17 years ago
- 4e7b760 propset svn:keywords Id by Antoine Cellerier · 17 years ago
- b046b79 FS #6616 - "rocklife: Conway's Game of Life" by Matthias Wientapper. by Antoine Cellerier · 17 years ago
- cf089d3 * FS #7373 - Maze: Button changes for iPods * Use black as foreground color by Antoine Cellerier · 17 years ago
- da5910e Shutdown and powermanagement cleanup: * Use the proper function for determining whether the battery level is safe, and get rid of the extra one. Low battery warning now appears at 10% or less. * Don't delay shutdown artificially by 3 seconds due to low/critical battery warning. * Shutdown at critical battery level: Skip all disk-hitting housekeeping, make sure dircache stops, and don't mark disk as clean in eeprom. by Jens Arnold · 17 years ago
- 63c266e Now automatically patches gcc-3.4.6 when built on x86_64. (FS#6564) by Björn Stenberg · 17 years ago
- fef4633 FS #6636 - "Maze generator plugin" by Matthias Wientapper. by Antoine Cellerier · 17 years ago
- f91d06d Apply FS #6702: More Sokoban Improvements. by Antoine Cellerier · 17 years ago
- 7a11082 FS#7361 by Rhino Tanga: Move the id3 tag buffer size into a #define by Nicolas Pennequin · 17 years ago
- 3f95ea5 Make the time in the statusbar always display --:-- when the RTC isn't set by Nicolas Pennequin · 17 years ago
- 0350bf2 rbutil: fix segfault if there is no rbutil.ini. It terminates now nicely. by Dominik Wenger · 17 years ago
- 34b0ca4 Add a missing install: label - thanks to Bryan Childs for spotting by Dave Chapman · 17 years ago
- a1eb162 make htlatex use the name element for anchors instead of id. by Dominik Riebeling · 17 years ago
- 070417d Forget all the nonsense with C delay loops. 'volatile' on the variable makes bloated code and a volatile, blank asm block inside may or may not be optimized out. Use asm delay loops instead for Coldfire. Radio i2c driver also needs NACK after reading last tuner byte. Get the volatile off the Ondio loops (not needed here now). Maybe this is straightened out now. by Michael Sevakis · 17 years ago
- 1092268 Woops. Forgot to remove the param to fmradio_i2c_ack. It was always called with 0 for a parameter anyway. by Michael Sevakis · 17 years ago
- 9614612 Bit banged TEA5767 i2c driver was broken by -Os because delay loops were optimized away. Last byte was being acked when reading so fix that too. Calling all developers: seek out any C delay loops and make sure they're volatile. by Michael Sevakis · 17 years ago
- 126d81e Fix up the ACK generation in the Coldfire i2c driver. by Michael Sevakis · 17 years ago
- fcd3a49 attempt to fix -u by Daniel Stenberg · 17 years ago
- 7fb0f71 Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin controller. Add some clocking registers to 'View I/O ports'. by Michael Sevakis · 17 years ago
- 13de658 If setting a bool, tell the settings code it is bool, not int. Fixes FS #7205 by Peter D'Hoye · 17 years ago
- e50cba9 Give recording related menu entries a recording icon (settings and radio menus). FS #7302 with small addition by me. by Peter D'Hoye · 17 years ago
- e9baf60 Fix sim errors. Every extra byte feels guilt-free. ;) by Michael Sevakis · 17 years ago
- 74aabc8 Make the '%mh' wps tag (to indicate keylock status) available on the Archos targets as well. by Marianne Arnold · 17 years ago
- 6bba70b current_tick really does need to be volatile since gcc can optimize away checking the value otherwise - found out the hard way. :) by Michael Sevakis · 17 years ago
- 2a0f5a4 Updating the minesweeper chapter in the manual to reflect the recent changes of the controls, add missing button descriptions (alternatives and the gigabeat keymap), replace the outdated 160x128 greyscale screenshot with a new one. by Marianne Arnold · 17 years ago
- 07b7877 Simple coldfire assembly strlen() function, 20-25% faster than the c by Nils Wallménius · 17 years ago
- dfa4e64 Minesweeper enhancements (FS #7327, FS #7335, some further changes by me): * Make info splash display number of flags and number of mines. * Directions on iPod use Left/Right/Menu/Play now, with Select for flagging and long Select for exploring. Additionally, Scroll Left/Right goes left/right with wrapping to the previos/next line at the edges. * Make info splash work on Iaudios. * Swap main explore and flag buttons on recorder (and av300) to make them consistent with the other tragets and the rest of the minesweeper world. * On irivers, Rec can be used as an alternative for flagging, making one-handed playing easier on H1x0. * Removed unused macros. by Jens Arnold · 17 years ago
- 0fd69f6 Gigabeat: Turn off more devices that aren't needed or not needed right away. Tests ok on my unit. Will check currents later. by Michael Sevakis · 17 years ago
- 00dd149 When building the database and a track doesn't have an album artist tag, copy the value from the artist tag. This should make browsing through album artist in the database a bit nicer. Same as FS# 7342 but different. You may need to rebuild your database to actually see any change. by Dan Everton · 17 years ago
- 708ac7f Support aART (album artist) MP4 atom. by Dan Everton · 17 years ago
- a28d74e Fix rockboy for the H100's. Thanks for fixing the HW codec players Peter by Karl Kurbjun · 17 years ago
- 3490acb Fix red rockboy builds on archos. Somebody with more rockboy knowledge might want to check this fix ;) by Peter D'Hoye · 17 years ago
- f783617 Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out so the volume always gets updated. Make sure i2s is off at boot and set to proper mode before audio hardware is initialized. Make pausing pcm instant instead of waiting until the end of the current DMA transfer. by Michael Sevakis · 17 years ago
- fc9ed84 Kill g++ warning. by Antoine Cellerier · 17 years ago
- 3bec38e SWCODEC: Get rid of unneeded pcm_mute() calls. Leave the only ones that seem to be needed for WM codecs. by Michael Sevakis · 17 years ago
- a92fc62 rbutil: make autodetection silent on startup. by Dominik Wenger · 17 years ago
- 9d0e4e1 rbutil: attempt autodetection at startup. by Dominik Wenger · 17 years ago
- e596a80 Yet another fine scrobbling patch by Robert Keevil that fixes FS #5495: audio_set_track_changed_event() skips first track in playlist by Peter D'Hoye · 17 years ago
- f0fc547 rbutil: bump version to 0.3.2.5 by Dominik Wenger · 17 years ago
- 12d2d0f A patch by Robert Keevil that's been in the tracker way to long, fixes FS #6213: Audioscrobbler incorrectly submits last song by Peter D'Hoye · 17 years ago
- 78c4553 Sound improvements for rockboy - players now sync the sound (The gigabeat now plays at a steady 60 fps as long as the frameskip is set properly). If a new sample is not available a blank buffer is used. All devices use 44.1 kHz for gameboy sound now so no more high pitched sounds. Added a screen rotation option. Removed unscaled code for devices with a screensize smaller than the gameboy. All buttons are now configurable. Scroll wheel devices still have button configuration problems though. by Karl Kurbjun · 17 years ago
- 16ca78d Nicer doom button, still based on gnome-icons-theme, just a newer by Jonas Häggqvist · 17 years ago
- 845b8da Limit minimum db scale value when switching from linear to logaritmic peakmeter scale. Fixes FS #7325 by Peter D'Hoye · 17 years ago
- df43715 only go into USB mode when the cradle is powered by Marcoen Hirschberg · 17 years ago
- c8899d7 if a proxy is set, pre-fill the proxy setting dialog with the old value. by Dominik Riebeling · 17 years ago
- 8b27d2c Adjust the rbutil unix-style Makefile to the new icons. by Dominik Riebeling · 17 years ago
- 8d7ce65 fix a warning. by Dominik Riebeling · 17 years ago
- 87a6d0a rbutil: forgot to delete the old button images. by Dominik Wenger · 17 years ago
- 84f5939 rbutil: Add nice Buttons (FS 7294, heavily modified). Buttons are from the gnome-icon-theme (GPL) and are in png format. In rbutil/icons there is bin2c.c which can convert those pngs to *.c and *.h. Call it with bin2c *.png (shell expansion). The Makefile (Linux/ Mac) needs updates to use this. by Dominik Wenger · 17 years ago
- f5936c0 rbutil: Upps.. i hope the last one. :-/ by Dominik Wenger · 17 years ago
- 802db8e rbutil: Upps.. by Dominik Wenger · 17 years ago
- 6924152 rbutil: reworked device detection, now uses rockbox-info.txt and the patchers to detect the device. by Dominik Wenger · 17 years ago
- 00cc66c Fix the (hopefully) last dash issue when building the manual. by Dominik Riebeling · 17 years ago