- d33645b MIDI: Optimize the new pitch bending code for a small speedup. by Stepan Moskovchenko · 17 years ago
- 1cc852c Fix core_sleep for targets that have not implemented it yet by Karl Kurbjun · 17 years ago
- 45d4345 Mpegplayer: Convert the assembler optimised ARM IDCT into a proper assembler file. Clean up the CPU selection in idct.c. by Jens Arnold · 17 years ago
- 4829f78 Apply Akio Idehara's fix for FS#7972 - Fix ARM's swp (xchg) inline assembly for gcc 4.2. Also avoids UNPREDICTABLE behavior that GCC should have always warned about. by Michael Sevakis · 17 years ago
- fc43b9d Mpegplayer: Assembler optimised IDCT for coldfire, based on FS #5995 by Karim Boucher. Put the IDCT block buffer in IRAM for better performance. The whole libmpeg2 decoder struct doesn't fit without throwing some libmad buffers out of IRAM, but then doesn't change performance significantly. Mpegplayer is quite usable now on X5; H300 is sort-of usable for widescreen. by Jens Arnold · 17 years ago
- 84f5c5c Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threading code in IRAM that should be there on PP502x. by Michael Sevakis · 17 years ago
- 2893660 When portable installation is finished set progress value to 100%. by Dominik Riebeling · 17 years ago
- 4bd1aac Mandelbrot: make increasing/decreasing iterations on X5/M5 actually usable (the buttoncombo was not possible before) and add necessary _PRE definitions to the defines and the button loop to prevent repeating the event accidentally (on some targets there was no control about how many steps one actually zoomed out on one button 'press'). Update the menu accordingly and fill out the blanks... by Marianne Arnold · 17 years ago
- d9b1f40 Updated italian translation. by Alessio Lenzi · 17 years ago
- 4c18152 Jewels: use 'Power' on M5/X5 to exit the plugin as in every other plugin. Mention this in the manual button table too and add the missing information for other targets as well. The table part in the tex file is restructured, a small workaround was necessary to make the Ipod manuals build correctly (is commented). Maybe someone with better tex skills could find a better solution? by Marianne Arnold · 17 years ago
- 1129ed7 Fix FS #7976. WMA metadata parser didn't store file size in metadata struct. by Thom Johansen · 17 years ago
- 294a4c0 Blackjack: small improvement in the c200 buttonmap - use the volume buttons instead of a combo, add the missing help text. Fill out the blank button table in the c200 manual. by Marianne Arnold · 17 years ago
- 6c002da Pong: small improvement in the c200 buttonmap; the left paddle is now controlled with the volume buttons. Also update the manual accordingly. by Marianne Arnold · 17 years ago
- b5f779b Parts of FS #7951 by Andree Buschmann. Faster YUV BLIT (means faster mpegplayer) for Ipods Nano and Video while we're waiting for the assembler ones. by Thom Johansen · 17 years ago
- 3688e94 Fix wrong button displayed for returning from database building screen, closes FS#7974 by Nils Wallménius · 17 years ago
- 9a8677c Fix yellow by Tom Ross · 17 years ago
- 437c3e4 Code police and clean up for rockboy. by Tom Ross · 17 years ago
- 0b911fe FS#7971 - mpegplayer - start menu loads quicker - menu clean up - code clean up by Robert Kukla · 17 years ago
- 94c23df Allow people to waste lots of memory and have 32000 tracks in a single playlist, should they so desire. by Steve Bavin · 17 years ago
- 1d1a17c Improved H10 ADC driver. We now do things exactly as the OF does. This includes shifting the readings by 0x14 when PLL is enabled. Battery voltages and remote/scrollpad values adjusted accordingly. We also now wait for the ADC to indicate the conversion is complete before reading the data, so hopefully we will get more reliably steady readings. by Barry Wardell · 17 years ago
- 8b44601 Disable highperf mode in the peakmeter for swcodec targets, as it makes no sense. Improves responsiveness a lot with a peakmeter-enabled wps on targets with slow lcd updates (e.g. G5). Added a comment why highperf mode is needed for MAS targets. by Jens Arnold · 17 years ago
- e9feb06 Oops made a mistake that messed up test_and_set selection. by Michael Sevakis · 17 years ago
- 19c280f Reenable icode in Rockboy for PP/Arm targets. Previously caused problems on Nano and Photo but these issues should no longer exist. by Tom Ross · 17 years ago
- 782aae4 Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Mini-1G. Simplify the pcm format selection #ifdefs. by Michael Sevakis · 17 years ago
- 9b1f1dd Fix a warning (no newline at end of file). by Michael Sevakis · 17 years ago
- 6f51399 Fix the red by Michael Sevakis · 17 years ago
- a9b2fb5 Finally full multicore support for PortalPlayer 502x targets with an eye towards the possibility of other types. All SVN targets the low-lag code to speed up blocking operations. Most files are modified here simple due to a name change to actually support a real event object and a param change to create_thread. Add some use of new features but just sit on things for a bit and leave full integration for later. Work will continue on to address size on sensitive targets and simplify things if possible. Any PP target having problems with SWP can easily be changed to sw corelocks with one #define change in config.h though only PP5020 has shown an issue and seems to work without any difficulties. by Michael Sevakis · 17 years ago
- a3fbbc9 These two files should have been part of the first 'fill out plugin button tables' commit but got overlooked. by Marianne Arnold · 17 years ago
- e250369 Add two missing 'robotfindskitten' screenshots and mention the buttons in the c200's robotfindskitten section. by Marianne Arnold · 17 years ago
- 3145ad5 Manual: fill out some more button tables in the plugin chapter especially for the c200 but added missing information or corrections for other players as well where found missing (mainly Gigabeat and H10). More to come... by Marianne Arnold · 17 years ago
- 0d3ca00 Fix warnings in test_fps. by Jens Arnold · 17 years ago
- b85b6be Coldfire targets: enable buffered writes by default. Speeds up all sorts of I/O that writes to ports: LCD update (except the functions using DMA on H300), ATA writes, .... Some timings had to be adjusted for the new configuration. by Jens Arnold · 17 years ago
- c08c081 Add the "build/" directory to svn:ignore. by Antoine Cellerier · 17 years ago
- c05ba51 Enable star transition on all targets and prevent lcd partial updating of 0 area rectangles. This should fix FS #6334. As I don't own one of the targets which were affected by this bug I can't confirm. by Antoine Cellerier · 17 years ago
- c2e5065 Oops, forgot to increment the plugin api version numbers. by Antoine Cellerier · 17 years ago
- d66b3c0 Remove the "invert scroll" code since it's not used anywhere anymore (and it was broken on color targets with gradients anyway). Closes FS #7875. by Antoine Cellerier · 17 years ago
- 2490700 Playlist viewer move live preview. Closes FS #7968. by Antoine Cellerier · 17 years ago
- 8714b75 Delay boosting and backlight on until after the menu selection is done. Fixes FS #7964. There remains an issue with the movie being loaded before the menu is shown. by Peter D'Hoye · 17 years ago
- 3a5509a Fix coldfire PCF50606 I2C driver, and iriver FM radio I2C driver. Both drivers had wrong timing, discovered while experimenting with buffered writes. by Jens Arnold · 17 years ago
- 52040a0 fix the wrong value being selected initially by Jonathan Gordon · 17 years ago
- 0f7f346 Integer setting changes to make all those settings consistant on the target. by Jonathan Gordon · 17 years ago
- 50eed82 Fix an improper file_exist check in zxbox. by Michael Sevakis · 17 years ago
- c03002b use the list context in credits which has to be defined for every target by Jonathan Gordon · 17 years ago
- 0b0c23f Fix some plugins that use NULL instead of -1 when not using a voice id in struct opt_items. Change as many '#define NULL 0' to '#define NULL ((void*)0)' as grep would find - somewehere the former is still hiding it seems. :\ by Michael Sevakis · 17 years ago
- 887ff33 Fix int settings being backwards on the player by Jonathan Gordon · 17 years ago
- 93434b4 Bugfix: The solid colour and gradient selector no longer extends to the left display margin when the text needs to scroll and the lcd margins are zeroed, e.g. overwriting the icon in the file browser when loading a file. by Jens Arnold · 17 years ago
- 85fba24 FS#7957 - hebrew lang update by Rani Hod by Jonathan Gordon · 17 years ago
- 58777c3 Fix FS#7952 - flip list settings didnt work properly by Jonathan Gordon · 17 years ago
- 1515ff8 MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it works. Tested on two by Stepan Moskovchenko · 17 years ago
- 99f9550 H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LCD controller. ~7% speedup on H300, ~5% speedup on X5. by Jens Arnold · 17 years ago
- 57418b2 Use the CLOCK_RATE define instead of 44100. by Antoine Cellerier · 17 years ago
- f1fead0 Turn on the backlight in the e200 booloader. This is necessary for when we replace the sansa bootloader altogether. by Barry Wardell · 17 years ago
- 080889a Add support for installing/replacing the bootloader in the PPBL section of the firmware partition. Allows installation of the Rockbox bootloader in place of the Sandisk one. This expects a plain bootloader binary with no header. Our Rockbox bootloader successfully boots both Rockbox and the OF when installed in this way. This makes it easy to get to a state where e200tool is required, so care is advised. by Barry Wardell · 17 years ago
- e6e5975 Update Swedish translation. by Magnus Holmgren · 17 years ago
- 9ca0587 Update francais language. Plus few minor changes. by Mustapha Senhaji · 17 years ago
- 9146f20 MP4 tag parser: guard against problems when the buffer is full. by Magnus Holmgren · 17 years ago
- d777a36 clean up the e200r installer app to make it more user friendly by Jonathan Gordon · 17 years ago
- e329a45 revert r14709, leaving the output in bootloader/ is fine by Jonathan Gordon · 17 years ago
- 04ad907 Fix warnings by being stricter about declaring volume min/max by Dan Everton · 17 years ago
- a537114 Fix broken sims by defining default volume min and max. by Dan Everton · 17 years ago
- 003a4a1 Make the volume range in the simulator match the target being simulated. by Dan Everton · 17 years ago
- cb4186c Improved FPS test plugin: * Better precision for low frame rates (take extra ticks into account). * Measure YUV blit framerate on colour targets. by Jens Arnold · 17 years ago
- a0f15c6 Add an icon and version text for the OS X bundle. by Barry Wardell · 17 years ago
- f96fc52 Cleanup more warnings on the M:Robe by Karl Kurbjun · 17 years ago
- b5e7261 FS#7913: mountpoint resolving on OS X. by Barry Wardell · 17 years ago
- b7a4e10 M:Robe - Fix compilation and remove some warnings by Karl Kurbjun · 17 years ago
- c9d1ab7 Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM sims (FS#7862 with a small addition by me) by Jonathan Gordon · 17 years ago
- 5fc117e Make the FLAC metadata parser a little more robust. by Magnus Holmgren · 17 years ago
- c9bd970 Oops, forgot the new file by Nils Wallménius · 17 years ago
- 8b78209 Update manual to reflect the introduction of the 'Theme Settings' menu, add descriptions of the new line selector options by Nils Wallménius · 17 years ago
- d160c10 H10 LCD driver size reductions: Un-inline a function for H10 20GB, and introduce lcd_write_reg() for H10 5/6GB. by Jens Arnold · 17 years ago
- abd8c39 Code police and simplify function a bit. by Dominik Riebeling · 17 years ago
- 79d358b Add new "actions" menu which allows accessing the install / uninstall actions from the menu. Manual and Info tab are still missing from the menu. by Dominik Riebeling · 17 years ago
- 611f2bc rbutil: add options to create .talk files only for Folders or only for Files or for Both. by Dominik Wenger · 17 years ago
- 9834093 Fix a crash when trying to download the manual. by Dominik Riebeling · 17 years ago
- 6d08116 Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to the by Stéphane Doyon · 17 years ago
- 84ed3fd Go to the WPS on a successful bookmark_mrb_load() from the MRB, by Stéphane Doyon · 17 years ago
- 2ee85c5 Voice already gets shutup when starting playback. It's also appropriate by Stéphane Doyon · 17 years ago
- 8aeed2d PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurable speedup on iPod Color, huge speedup on small H10 (a factor of 3). Should be a bit faster on big H10 too. * Big H10 changed bitmap format, so needs reconfiguring + full rebuild. * Better register naming for the mono LCD bridge. Register names for the colour LCD bridge. by Jens Arnold · 17 years ago
- e88ac4c Cosmetic change - change the "loading ..." splashes to "Loading...", as used everywhere else in Rockbox by Dave Chapman · 17 years ago
- c61e462 read_mp4_tag_string() may return a NULL in the pointer so no code should rely by Daniel Stenberg · 17 years ago
- 83ec896 FS#7931 - mpegplayer - resume on idle off - play files without start time of zero by Robert Kukla · 17 years ago
- 9875700 Accept FS #7933 by Mario Lang: bugfix in fireworks plugin by Peter D'Hoye · 17 years ago
- 40f5bb3 Bump version for new release with fixed OF loading on e200. by Barry Wardell · 17 years ago bootloader_c200_v3 bootloader_e200_v3
- 95a3e14 These functions haven't been implemented yet - remove their content to get Gigabeat S builds compiling again. by Will Robertson · 17 years ago
- 1c9ec20 Accept FS #7914 by Stijn Hisken with corrections and additions by me by Peter D'Hoye · 17 years ago
- 85058f5 Fix FS #5852 by trying to properly close and update the recorded file, and give the FAT the correct file info. Add filehandle checks to some file functions. by Peter D'Hoye · 17 years ago
- bcdb321 Enable recording for Sansa c200, the keymap is usable but maybe could still be improved later. by Marianne Arnold · 17 years ago
- c0c6cff Add the missing keymap for the c200, the plugin was compiled before but since there was no way to get to the menu it wasn't very usable... by Marianne Arnold · 17 years ago
- 16c0a46 Updated italian translation. by Alessio Lenzi · 17 years ago
- 803528e Add myself as maintainer for FM Recorder and V2 Recorder by Linus Nielsen Feltzing · 17 years ago
- 0b4a0fb We want to split by individual targets, not just builds. by Jens Arnold · 17 years ago
- 9afdf99 Add the vkeyboard line end beep to (swcodec) targets with non-modal keyboard. * Select modal keyboard and enable morse mode for iPod 1st/2nd gen. by Jens Arnold · 17 years ago
- 064de4c Slight code policing. by Jens Arnold · 17 years ago
- 100d343 Fix red Ondio builds. Hwcodec targets can't beep that way, so disable that beep for them.* Port the other vkeyboard enhancements (fixed character spelling and edit mode announcement) to the charcell vkeyboard (Player). by Jens Arnold · 17 years ago
- ddf33db Update the manual for r12321: the progressbar's y position is customisable. by Nicolas Pennequin · 17 years ago
- 1b89d58 Accessible keyboard: guard the beep with talk_menus_enabled() by Stéphane Doyon · 17 years ago
- 3e31d50 Export shutup() function from talk.c. by Stéphane Doyon · 17 years ago
- d529a38 Make the virtual keyboard easier to use for blind users. From FS#6324 by Stéphane Doyon · 17 years ago
- 0279c71 Voice the recording trigger settings screen. by Stéphane Doyon · 17 years ago