- 51b3bbb Opps fix static ASM function on coldfire by Michael Giacomelli · 18 years ago
- a16d0f3 Code clean up: Move fixed point functions into their own files. Move various lookup tables into header files. by Michael Giacomelli · 18 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 · 18 years ago
- c7c21ae Remove tabs (I wonder why Anjuta decided to insert them there) by Peter D'Hoye · 18 years ago
- 11b559a Use splashes for errors in the properties plugin by Peter D'Hoye · 18 years ago
- 76855f0 File/Dir properties should at least print an error message when something goes wrong by Peter D'Hoye · 18 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 · 18 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 · 18 years ago
- 98d4e09 Increase filetypes array to make room for our latest supported audioformat by Peter D'Hoye · 18 years ago
- d4a9713 Updated Italian translation (FS#7389) by Jonathan Gordon · 18 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 · 18 years ago
- 48304ce Add .wmv and .asf as supported filetypes for the WMA codec by Dave Chapman · 18 years ago
- 92718a8 Oops, this change shouldn't have been committed by Dave Chapman · 18 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 · 18 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 · 18 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 · 18 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 · 18 years ago
- ede3731 Remove useless #ifdef, specify maximum field width for strings in the snprintf() call by Nils Wallménius · 18 years ago
- 473c191 Ooops. by Jens Arnold · 18 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 · 18 years ago
- 36de1a4 Gra, i really need to get some sleep. by Antoine Cellerier · 18 years ago
- a1c3b98 Add repeat for the alt buttons too. by Antoine Cellerier · 18 years ago
- 68ddbc0 Oops. by Antoine Cellerier · 18 years ago
- abf9232 control imporvements for iPod by DerPapst. by Antoine Cellerier · 18 years ago
- cd82964 Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. by Antoine Cellerier · 18 years ago
- 58f97f5 Really implement the simple strategy from hinversi. by Antoine Cellerier · 18 years ago
- 932b20e Vorbis: Apply various bugfixes from upstream Tremor. by Magnus Holmgren · 18 years ago
- 9af4289 Implement 2 simple AIs for reversi: by Antoine Cellerier · 18 years ago
- 2e80610 "Set Time/Date" screen. by Nils Wallménius · 18 years ago
- bccdc00 Starfield background should be black (this code from r11605 didn't make it past r13075). by Antoine Cellerier · 18 years ago
- 899feca Oops. Should fix compilation errors / warnings. by Antoine Cellerier · 18 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 · 18 years ago
- fd6a927 Fix X5/M5 compilation. by Antoine Cellerier · 18 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 · 18 years ago
- 6cfb906 include the re-renamed sokoban.levels file in FILES by Nils Wallménius · 18 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 · 18 years ago
- 189a5f8 Attempt red build fix. (/me crosses fingers) by Antoine Cellerier · 18 years ago
- 0cbb4cd Should fix X5/M5 compile errors. by Antoine Cellerier · 18 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 · 18 years ago
- 4e7b760 propset svn:keywords Id by Antoine Cellerier · 18 years ago
- b046b79 FS #6616 - "rocklife: Conway's Game of Life" by Matthias Wientapper. by Antoine Cellerier · 18 years ago
- cf089d3 * FS #7373 - Maze: Button changes for iPods * Use black as foreground color by Antoine Cellerier · 18 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 · 18 years ago
- fef4633 FS #6636 - "Maze generator plugin" by Matthias Wientapper. by Antoine Cellerier · 18 years ago
- f91d06d Apply FS #6702: More Sokoban Improvements. by Antoine Cellerier · 18 years ago
- 3f95ea5 Make the time in the statusbar always display --:-- when the RTC isn't set by Nicolas Pennequin · 18 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 · 18 years ago
- 13de658 If setting a bool, tell the settings code it is bool, not int. Fixes FS #7205 by Peter D'Hoye · 18 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 · 18 years ago
- 74aabc8 Make the '%mh' wps tag (to indicate keylock status) available on the Archos targets as well. by Marianne Arnold · 18 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 · 18 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 · 18 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 · 18 years ago
- 708ac7f Support aART (album artist) MP4 atom. by Dan Everton · 18 years ago
- a28d74e Fix rockboy for the H100's. Thanks for fixing the HW codec players Peter by Karl Kurbjun · 18 years ago
- 3490acb Fix red rockboy builds on archos. Somebody with more rockboy knowledge might want to check this fix ;) by Peter D'Hoye · 18 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 · 18 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 · 18 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 · 18 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 · 18 years ago
- 845b8da Limit minimum db scale value when switching from linear to logaritmic peakmeter scale. Fixes FS #7325 by Peter D'Hoye · 18 years ago
- 6ecb06f FS#7003 - Allow forward references of menus in tagnavi.config. by Miika Pekkarinen · 18 years ago
- ea255fb Prevent initial spinup when starting first file when in a stopped state on non-RTC targets. Fix some states that are dangerous on SWCODEC and could result in data loss. Had to make plugin API incopatible since specified numbered filename creation is enabled now on all non-RTC targets with recording; increase version and sort the items that looked like they had a place to go. by Michael Sevakis · 18 years ago
- 2d4ee36 Fix problems with the list when you change font size by Jonathan Gordon · 18 years ago
- 0baad43 Accept FS#7313 - make the menus talk more often by Jonathan Gordon · 18 years ago
- 3585ee7 change the fps calculation so setting changes are visible without delay by Marcoen Hirschberg · 18 years ago
- 95d4145 move button_loop to prepare for the next commit by Marcoen Hirschberg · 18 years ago
- b6ede21 Clear the whole colour list on new .colours load, rather than by Paul Louden · 18 years ago
- 62dab05 Correct a comment by Dave Chapman · 18 years ago
- 9727d15 Fix Database to use the foreground colour, as the colours feature has by Paul Louden · 18 years ago
- 01f90d6 Forgot to change the spelling in viewers.config. by Paul Louden · 18 years ago
- f8b5913 Make user-visible spelling "colours" rather than "colors". by Paul Louden · 18 years ago
- f01b661 Add a "Speed test folder" option for batch testing. When this option is selected, all files in the same directory as the selected file will be tested, and the results written to a numbered log file in the root. Thanks to Jens for his screen+file logging functions I stole from test_disk. by Dave Chapman · 18 years ago
- 5b25a6e Added one more filetype. ??? in .colors lets you set the color for all by Paul Louden · 18 years ago
- f206159 Fix new bug caused by my last commit. Since there was no apparent binary by Paul Louden · 18 years ago
- 4cb1072 Hopefully fix FS#7323. Store colors as fb_data. by Paul Louden · 18 years ago
- 1b947de s/icons/colors by Jonathan Gordon · 18 years ago
- 46e186f extend the text editor plugin to be able to modify the .colors file by Jonathan Gordon · 18 years ago
- 2d0cb07 Shrink binsize by using shorts instead of ints for colors by Brandon Low · 18 years ago
- f8682a0 Fix some bugs with the colors stuff. You can now specify folder color with the folder extension. by Brandon Low · 18 years ago
- 488de5e Fix yellow by Brandon Low · 18 years ago
- 74cbb0a Give color targets the ability to display each LCD line a different color and use this newfangled ability to provide themable colored file types. See the comments on read_color_theme_file and the sample.colors file provided for how to use this. .colors files go in themes directory for now. This separate line color function should be trivial to add to menus and wpss. by Brandon Low · 18 years ago
- 0b4b8f0 Fix 2 puzzle levels. Don't lose if no moves are left in puzzle mode, restart the current level. Score handling in puzzle mode is still kind of broken. by Antoine Cellerier · 18 years ago
- fa1a290 gigabeat remote: hold fast-forward to get to the context menu, hold rewind to get to the root of the file tree. by Marcoen Hirschberg · 18 years ago
- c1dc501 Ahem ... fix compilation. I also forgot to mention that puzzle images don't look good atm so if anyone wants to draw nice ones ... feel free to do so. by Antoine Cellerier · 18 years ago
- bbb9da3 Add "Puzzle" game type to jewels. Idea from Sam Hocevar's MonsterZ (http://sam.zoy.org/monsterz). by Antoine Cellerier · 18 years ago
- 9e0dfa1 move the speex and vorbis ogg parsers together in ogg.c by Marcoen Hirschberg · 18 years ago
- e5ee30e Correct the (C) year by Dave Chapman · 18 years ago
- 9a55052 Make RTC tags display hyphens instead of nothing on non-rtc targets. This makes WPSs that use RTC tags look decent again with the new separated RTC tag style by Brandon Low · 18 years ago
- e097b5f fix build for big-endian targets by Marcoen Hirschberg · 18 years ago
- 2175d1e split up the metadata parser by Marcoen Hirschberg · 18 years ago
- c3206a4 AAC: Add support for iTunes-style gapless playback. by Magnus Holmgren · 18 years ago
- 93af4fe Ignore SYS_CHARGER_DISCONNECTED event in yesno screen (other events may need to be filtered as well) as it made the auto-ROLO question close immediatly. by Peter D'Hoye · 18 years ago
- 06b32fa Make test_codec work in the sim again. by Dave Chapman · 18 years ago
- cdad9ab change the Gigabeat remote control mapping: long-play is stop. play resumes playback, the 'speaker' button brings you to the menu by Marcoen Hirschberg · 18 years ago
- da00840 Add missing voice string for 'Force mono'; thanks to James Teh. by Steve Bavin · 18 years ago
- bb12e55 Mandelbrot: slight speedup on coldfire targets. Only noticeable at high iteration depths with full precision. by Jens Arnold · 18 years ago
- cee61b5 Remove some unused code by Dave Chapman · 18 years ago
- 5bb7ede Replace VU meter menu with a new one using the new menu api, fixes some by Nils Wallménius · 18 years ago
- 61cf9b8 Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file by Nils Wallménius · 18 years ago