- 0e16bd3 Fix bootloader error reporting as per patch FS#7314. Thanks again to James Teh. by Steve Bavin · 18 years ago
- f927a14 Include the new autodection.cpp file in the Makefiles by Dave Chapman · 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
- d88d255 Added profont license. by Paul Louden · 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
- b578062 rbutil: Add quessing of the Drive letter via Windows API, also restructuring for future Device detection via pid and vid. by Dominik Wenger · 18 years ago
- 2199808 Sansa stuff shouldn't use the ipod structure. Thanks to Domonoky for noticing this error. by Antoine Cellerier · 18 years ago
- 5547c13 On linux, guess the mount point for ipods (tested) and sansas (untested). by Antoine Cellerier · 18 years ago
- eb3e102 Fix up #endif. by Steve Bavin · 18 years ago
- 0255489 remove dead code and unmatched #endif by Marcoen Hirschberg · 18 years ago
- 8e02e45 add missing define by Marcoen Hirschberg · 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
- 70fc62c ProFont is a great font that comes in a variety of sizes and is very readable in all of them by Brandon Low · 18 years ago
- 8768ee8 PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port A uses bit 32 and port F,H use bit 33. Please add futher GPIOx_IRQ/MASK defines and associations to pp5024.h as they are discovered. I guess the SD card patch will need a small update to properly detect insertion. by Michael Sevakis · 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
- 56780e3 Initial integration of a --format option, based on fat32format.exe. The main limitation is that it only works on disks with 512-byte sectors - it needs adapting to the 2048-byte sector ipods. It has only been tested on Linux and Mac OS X, with a 60GB ipod Color, but appears to work.... When this feature has been more widely tested, the intention is to add code to convert the information in an Apple Partition Map (which can currently be read by ipodpatcher) to a DOS partition table, and hence allow conversion of Macpods to Winpods. by Dave Chapman · 18 years ago
- 9e0dfa1 move the speex and vorbis ogg parsers together in ogg.c by Marcoen Hirschberg · 18 years ago
- 7420d5a set the keywords 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
- 2837380 Oops, forgot to set keywords prop by Dave Chapman · 18 years ago
- 6b71382 ARM assembler predictor decoding function. This increases my -c1000 test track from around 94% realtime on an ipod to around 104% realtime, but yields only a tiny speedup (453% to 455%) on the Gigabeat. Including this optimisation, total decoding time for my 245.70s -c1000 test track on an ipod is 236.06s, with the predictor decoding taking 51.40s of that time - meaning the predictor decoding is only about 22% of the total decoding time. by Dave Chapman · 18 years ago
- c7f9ca4 Accept FS#7264 'Build with -Os switch for coldfire targets'. by Nils Wallménius · 18 years ago
- f50bd11 now back to green by Christian Gmeiner · 18 years ago
- ff67c12 fix red by Christian Gmeiner · 18 years ago
- d1178d2 * changed pararmeter of audiohw_mute from int to bool by Christian Gmeiner · 18 years ago
- 2f1a262 Cosmetic change - "ipod2c" should be "bin2c" in the comments in the generated .c/.h files by Dave Chapman · 18 years ago
- 23279cd some little more work on audio codec driver unification - more will follow by Christian Gmeiner · 18 years ago
- cfe0f48 Make the screen draw correctly with the user iconset by Jonathan Gordon · 18 years ago
- c0e6e20 Oops. I should respect the simulator #ifdefs more. by Steve Bavin · 18 years ago
- 541f403 ..and add a couple of comments. by Steve Bavin · 18 years ago
- 53b1aaf ...forgot one. by Steve Bavin · 18 years ago
- 24d9f59 When recording, disable voice menus without actually modifying user settings. Patch FS#7272, fixes bug FS #6163 by Steve Bavin · 18 years ago
- 0fba85f Accept both 0xb and 0xc as valid partition types for an ipod FAT32 partition. Some tools (e.g. fat32format) set the type to 0xc, and the Apple bootloader doesn't appear to care. by Dave Chapman · 18 years ago
- e94adbb A few fixes to the About panel. by Antoine Cellerier · 18 years ago
- 1bc4ce9 Simplify code (use + operator to concatenate strings instead of Printf()). Please revert if use of Printf was intentional. by Antoine Cellerier · 18 years ago
- 71eedc7 When clicking on one of the rbutil actions, ask the user if he wants to try autodetecting his device if none was selected. by Antoine Cellerier · 18 years ago
- d86e1a4 Add "Select All" button to the themes installer. Remove a bunch of tabs. by Antoine Cellerier · 18 years ago
- 2cda994 Move the root_menu() call out of tree.c. by Jonathan Gordon · 18 years ago
- 601ede7 C optimisations to the predictor decoding - create a single function for decoding stereo streams, and reorganise to minimise the number of variables used. My -c1000 test track now decodes at 93% realtime on PortalPlayer (was 78%), 187% on Coldfire (was 170%) and 447% on Gigabeat (was 408%). by Dave Chapman · 18 years ago
- 57440d5 Fix a minor annoyance with the last commit where selecting an item could result in having empty space under the list. by Jonathan Gordon · 18 years ago
- f4d0f05 Really fix FS#7274 by Jonathan Gordon · 18 years ago
- 4354878 Fix metronome errors for hw codec. by Michael Sevakis · 18 years ago
- 4597ebe Plugins that play sound must be sure to set inputs and outputs on audio muxed targets. Add strict adherence to the interface protocols. Make sure playback sets the playback output as well. by Michael Sevakis · 18 years ago
- 19cc9d0 fix Tab navigation in rbutil, and make it also look at other places for rbutil.ini. by Dominik Wenger · 18 years ago
- f3145ba simple fix for FS#7274 - selected item might not be shown when a list is drawn in paged scroll mode by Jonathan Gordon · 18 years ago
- 6131996 Define and use a local APE_MAX function to make the standalone demac decoder compile again. by Dave Chapman · 18 years ago
- bcac364 Fix small preprocessor goofup. by Michael Sevakis · 18 years ago
- 2d48d0f Straighten out some audio path APIs and misc. audio stuff. Having recording is not a prerequisite to having input/output source selection which is probably most useful when adding a audio input features like FM to a new port without forcing recording to be implemented first. by Michael Sevakis · 18 years ago
- a85793f Build Tremor with -O3 for coldfire targets, gives a slight increase in speed, remember to make clean. by Nils Wallménius · 18 years ago
- 7b1d90a Seeking and resume support for Monkey's Audio by Dave Chapman · 18 years ago
- 691a078 Add test_codec to viewers.config. As Jens pointed out, if it's not built, it won't be included in the target viewers.config, so it does no harm to include it. by Dave Chapman · 18 years ago
- ddab569 Correct the parsing of v3.97 Monkey's Audio files. by Dave Chapman · 18 years ago
- 09b247f Don't just display an error message, abort. by Dave Chapman · 18 years ago
- 6e314e5 Fix typo in error message - thanks to Bryan Childs for spotting by Dave Chapman · 18 years ago
- 4f711da Fix a bug concerning difficulty, pointed out by DerPapst in IRC. by Paul Louden · 18 years ago
- a1c73f2 Include the Xobox chapter in the Recorder/Ondio manuals (adding a screenshot and keymaps) since it is now available there too. by Marianne Arnold · 18 years ago
- e75fa17 Another voice update, hopefully with less typos than before. by Steve Bavin · 18 years ago
- bb0b082 Attempt to clarify the voice options. by Steve Bavin · 18 years ago
- 3823486 Add a mode the lists which doesnt show the selection marker. by Jonathan Gordon · 18 years ago
- a1f0a83 Forgot this one. We should maybe use enums more... by Steve Bavin · 18 years ago
- ca5ee3c Update the manual for the new voice config. by Steve Bavin · 18 years ago
- 6fd10ba Separate out voice options for .talk clips (FS #7249). This removes the assumptions about what to speak if a .talk clip is not available for a particular file or directory, by Steve Bavin · 18 years ago
- 4403405 Include mac decoder in tarballs by Nils Wallménius · 18 years ago
- 7a16069 e200: Better sync of display enabling and display update. The display would be remain stale after being turned back on with no screen activity. Block out the fiddling with DMA when writing to driver framebuffer. Melts seem too rare to catch now. There seems to be no significant advantage from an appearance point of view to be meddling around with the transfer anyway. by Michael Sevakis · 18 years ago
- 66f42ac show the version in the rockbox info screen by Jonathan Gordon · 18 years ago
- 9e7b3ca increase the SD stack. by Jonathan Gordon · 18 years ago
- eae3a6a Assumption about there being MPEG1-only samplerates available and therefore MPEG1-only bitrates for recording is no longer valid. Fix that. by Michael Sevakis · 18 years ago
- e8c94d8 * Speed up the level transition in Star for iPod Video (else it's sloooooow). by Antoine Cellerier · 18 years ago
- d90042d Fix drawing on overlaping qixes on B&W displays. by Antoine Cellerier · 18 years ago
- 45cfca8 Yet some more optimisation and recorder/ondio related bug fixing for Xobox. by Antoine Cellerier · 18 years ago
- d49cf31 language fix by Daniel Stenberg · 18 years ago
- d89eba1 As ususual, fix the sim errors. by Michael Sevakis · 18 years ago
- 21a4a87 Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed integration work into recording and the AS3514 audio driver. Do a little AS3514 fiq_record tweak to have it all work nicely from the start. by Michael Sevakis · 18 years ago
- af4cd0a iCatcher updates: 1) Add APE icon for Monkey's Audio files; 2) Use a backdrop on greyscale targets to free some image tags (thanks to Marianne Arnold for the suggestion). However, there are still five codecs without icons (SID, ADX, NSF, Speex and SPC), and only two free image slots left... by Dave Chapman · 18 years ago
- c995ae8 Make v3.97 APE files work in Rockbox by Dave Chapman · 18 years ago
- 6c31a9a Backdrop code should now be surrounded by #if LCD_DEPTH > 1 by Dave Chapman · 18 years ago
- 8dcd605 Correct a comment (thanks to Markun for spotting) by Dave Chapman · 18 years ago
- b42c20f FS#7260 - updated Italian translation by Jonathan Gordon · 18 years ago
- 0150e4d Fix bitmap drawing for b&w targets on xobox. by Antoine Cellerier · 18 years ago
- cdc295d Add recorder and ondio support to Xobox. by Antoine Cellerier · 18 years ago
- 89fee25 Xobox: really make it fast. Plays smoothly on Video iPod even at fastest speed. by Antoine Cellerier · 18 years ago
- 57aa674 Apply FS#7183. Also change to use documented ways to avoid inlining of functions. by Magnus Holmgren · 18 years ago
- 188b601 Update the description of the %fc audio codec enumeration by Dave Chapman · 18 years ago
- 5202742 Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is an extremely CPU-intensive codec, and that the decoding speed is directly related to the compression level (-c1000, -c2000, -c3000, -c4000 or -c5000) used when encoding the file. Current performance is: -c1000 to -c3000 are realtime on a Gigabeat, -c1000 is realtime on Coldfire targets (H100, H300 and Cowon), and nothing is realtime on PortalPlayer targets (iPods, H10, Sansa). Hopefully this can be improved. More information at FS #7256. by Dave Chapman · 18 years ago