- 3152bfc ARM assembly 8-point IDCT, both passes. No ARMv5/6 optimizations yet, aside from usat for final output. by Andrew Mahone · 16 years ago
- 07a55a7 rbutil: add a Button to test a TTS Engine. Remove a old .ui file. by Dominik Wenger · 16 years ago
- 20bf8aa rbutil: improve voice and talk generation. by Dominik Wenger · 16 years ago
- 73d2574 FS#10283 simplify plugins' menus by using stringlist with callback (by Teruaki Kawashima - some minor changes by myself) by Johannes Schwarz · 16 years ago
- c2565c9 fix small issues in xobox (part of FS#10283 by Teruaki Kawashima) by Johannes Schwarz · 16 years ago
- 057a580 ignore write data if the length doesn't match what we expect. This avoids the data corruption caused by FS#10319, but doesn't solve the root cause yet (patch by Martin Ritter) by Frank Gevaerts · 16 years ago
- e2b018e Fix a typo in jpeg_idct4h which caused garbled JPEGs on ARMv5. by Rob Purchase · 16 years ago
- 5fe6ca6 More helpful output when illegal arguments are used. by Jonas Häggqvist · 16 years ago
- 4b578b6 Update Lua manual page by Maurus Cuelenaere · 16 years ago
- ccc712b c200 doesn't have \ActionTreeStop anymore since r21373, so don't try to use it. by Frank Gevaerts · 16 years ago
- 3ff84e5 Lua: add the package library by Maurus Cuelenaere · 16 years ago
- 48f4512 Also fix the iRiver H10 by Maurus Cuelenaere · 16 years ago
- e59c4ff Fix some forgotten OR's in some button-target.h files by Maurus Cuelenaere · 16 years ago
- af980d8 Lua: expose BUTTON_* defines by Maurus Cuelenaere · 16 years ago
- 7a8e1e8 Clear the display before showing the splash (part of FS#10138 by Teruaki Kawashima) by Alexander Levin · 16 years ago
- 1f64522 Delete the save file immediately after loading it to avoid false tries at the end (part of FS#10138 by Teruaki Kawashima, minor modification by me) by Alexander Levin · 16 years ago
- 8acc86c Onda VX747: fix DEFAULT_BRIGHTNESS_SETTING by Maurus Cuelenaere · 16 years ago
- 20e5ffe Onda VX747: make backlight setting range from 1->16 instead of 0->15 by Maurus Cuelenaere · 16 years ago
- 119cfda Do not unnecessarily change and restore the status bar setting (part of FS#10138 by Teruaki Kawashima) by Alexander Levin · 16 years ago
- 5acfa34 Use a logarithmic scale for the Onda VX747 backlight (thanks to Bertrik Sikken) by Maurus Cuelenaere · 16 years ago
- 763a7d7 Ensure that the file handle is always closed in text editor plugin (part of FS#10138 by Teruaki Kawashima, minor modifications by me) by Alexander Levin · 16 years ago
- 095f417 Change c200 to c200* everywhere since the c200v2 is identical to the c200. by Jonas Häggqvist · 16 years ago
- 8b5d32f Correct the slight misalignment of the clock (FS#10334 by Andre Lupa) by Alexander Levin · 16 years ago
- 388e31c Fix FS#10378: Lua crashes when loading non-existing files by Maurus Cuelenaere · 16 years ago
- 3127150 Updated italian translation. by Alessio Lenzi · 16 years ago
- f62388f TCC78x: Enable interrupts/threading in the bootloader (required now that the storage driver yields). by Rob Purchase · 16 years ago
- 5e24a2c Fix an error in the TCC NAND driver which caused a panic on startup for certain users. by Rob Purchase · 16 years ago
- 4e3f39f Fix Red by Karl Kurbjun · 16 years ago
- 19cb444 M:Robe 500: RTC is now working, Added some SPI flexibility per end device and modified the interrupt handler for the tsc2100 which should make it more reliable. by Karl Kurbjun · 16 years ago
- 1910d02 fix a typo in comments (audio CD duration is not 74 or 80 hours) by Rafaël Carré · 16 years ago
- 743dcf7 Implement PWM backlight driver for the Meizus. Update Meizu M3 bootloader to control brightness with the touch strip. by Bertrik Sikken · 16 years ago
- d86cf99 Sansa AMS debug: small fixes by Rafaël Carré · 16 years ago
- 28a2b45 Add an explicit rule to compile bin2c - r21272 broke compilation of sansapatcher on at least Linux because Make's implicit rule for compiling bin2c was being used, which uses CC, which was set to i586-mingw32msvc-gcc. by Dave Chapman · 16 years ago
- 670ce68 Actually adapt SOURCES too. by Thomas Martitz · 16 years ago
- 8fb4aea FS#10284 - "Sansa e200v2 & Fuze: Merge the button driver into 1 file" by Dustin Skoracki by Thomas Martitz · 16 years ago
- f96f623 Oops. by Steve Bavin · 16 years ago
- aecf2b1 Meizu lcd-m3: whitespace fixes by Bertrik Sikken · 16 years ago
- 40d9b21 Allow use of timestretch with semitones in the pitchscreen. Rename variables to clarify the meaning of 'speed'. by Steve Bavin · 16 years ago
- 659425f Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by Jeffrey Goode, taken from FS#10366. by Thomas Martitz · 16 years ago
- 67c86a7 TCC78x: Make the NAND driver yield during reads (thanks to bertrik for spotting the obvious error that caused this to crash until now). Fixes the D2 'delay before playback starts' bug. by Rob Purchase · 16 years ago
- 4b83175 Center the list on the currently loaded file in the following screens (FS#10093): by Jonas Häggqvist · 16 years ago
- c99ab56 Fix more missing mutex_init calls. by Bertrik Sikken · 16 years ago
- ee1d8d1 FS#10365 - Optional debug output for albumart.c by Thomas Martitz · 16 years ago
- 78914f3 FS#10364 - Optional debug output for vorbis.c by Jeffrey Goode. by Thomas Martitz · 16 years ago
- ed83831 Change the X5/M5 remote keymapping to match the M3 way, improving consistency with the button labels. The most important change is that VOL+/VOL- are moving up/down in lists, NEXT enters submenus or selects, PREV exists or cancels. There are a few more slight differences. * Fix M3 remote button mapping in the vkeyboard: moving up/down was switched and select/accept didn't work. by Jens Arnold · 16 years ago
- a98c54f Do not use lcd_blit_yuv() if MEMORYSIZE <= 2, since mpegplayer won't run anyway (and won't build) by Rafaël Carré · 16 years ago
- 04451b4 Fix missing i2c mutex initialisation for telechips. by Bertrik Sikken · 16 years ago
- 3236c62 Deprecate LANG_REPLAYGAIN_ENABLE in all languages, which r21415 failed to do. by Jonas Häggqvist · 16 years ago
- 74bcdcc Properly match IDs - require a perfect match, not just a substring match. Oops. by Jonas Häggqvist · 16 years ago
- 1a98e97 c200v2 : fix FM radio, the c200v2 uses the internal oscillator like others Sansa AMS by Rafaël Carré · 16 years ago
- cb2c947 Sansa c200v1 & c200v2 LCD: higher performance when writing pixels by Rafaël Carré · 16 years ago
- 1f07151 Remove the 'hand-made' MASCODEC UseOption from the platform files and replace it with other options which automatically parsed from features.txt. Also clean up some outdated left-overs and add some missing information (e.g. be more accurate in the config file section). Try to use the most appropriate features - masd and/or masf depending on their characteristics, large_plugin_buffer in the jpegviewer chapter as this is the restricting factor etc. by Marianne Arnold · 16 years ago
- 05e3aad Fix a typo by Alexander Levin · 16 years ago
- 931ff0b Much cleaner version of r21411 - add three column button tables capability to the manual. To use, add remote_keymap to the platform file, then button tables can be used in the form Main Button & Remote Button & Description. If remote_keymap is defined in the platform file but additional buttons are not added to the button tables, then the decription will appear in the remote key column, but the manual should still build. Thanks to bluebrother for pointing out! by Alex Parker · 16 years ago
- d485925 Remove viewport menu from star and remove useless button macros in code.(FS#10281) by Johannes Schwarz · 16 years ago
- fa4135e Fix delays in generic i2c driver, reduce delays in ams sansa fmradio i2c driver (tested on m200v4, clip, e200v2, fuze). by Bertrik Sikken · 16 years ago
- e70a23a Remove the setting from the list as well by Alexander Levin · 16 years ago
- 18ddbfe Update manual (include changes from r21414) by Alexander Levin · 16 years ago
- 4120946 Fix e200v2 radio problem (missing Si4702 initialisation) by Bertrik Sikken · 16 years ago
- 13b8e80 Deprecate the string made unnecessary in r21414 by Alexander Levin · 16 years ago
- 8589fcb Merge the "Replaygain Off" option into the replaygain type; eliminate the "On/Off" setting (FS#10356). All WPS tags should work as before. by Alexander Levin · 16 years ago
- 01bcd2c The define is remote_keymap - good place for a typo that. by Alex Parker · 16 years ago
- 60c0474 Prepare the manual to have two or three column button map tables so that remote keymaps can be added. by Alex Parker · 16 years ago
- b76faec Make ATA poweroff an advanced build option for the Player. by Jens Arnold · 16 years ago
- 96904ba Plugin for testing LCD driver and greylib drawing performance. by Jens Arnold · 16 years ago
- cfd2f2c More translations for arabic by Raafat Akkad (FS#10355). by Jonas Häggqvist · 16 years ago
- e4cb136 Keep simulators happy. by Miika Pekkarinen · 16 years ago
- 8e2bdca A bunch of stability fixes into tagcache engine and database browser. Mainly data retrieval problems, races, data corruption of sorted index files at the end with junk data, access to unitialized memory and so on. Should fix FS#8710 and may fix FS#8414. by Miika Pekkarinen · 16 years ago
- d79d239 No need to run a command here. by Jens Arnold · 16 years ago
- f81ce59 Enable charging on the Sansa Fuze (charging/discharging curves are still uncalibrated) by Bertrik Sikken · 16 years ago
- f289b9f Faster idct for ARMv6. Overall mpegplayer speedup is quite minimal though. by Jens Arnold · 16 years ago
- e7c4cd9 Add the Onda V747 and V747+ sim builds as well. by Jonas Häggqvist · 16 years ago
- ba97d7d Add some more sims, and fix a bug which would make it also build c200 if you asked for c200v2. by Jonas Häggqvist · 16 years ago
- 78c3f1c Forgot to commit the change to keyboard.c to make the line edit mode acctually work on the c200. (belongs to r21373) by Marianne Arnold · 16 years ago
- 5829420 * Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX747+ in scramble and configure by Maurus Cuelenaere · 16 years ago
- d13f497 Document the ability to start playback from Pictureflow to the manual. by Alex Parker · 16 years ago
- cbbf032 Display speed as relative to real-time, not timestretch amount. by Steve Bavin · 16 years ago
- c88ee0b Finally commit a few improvements to the c200 (last version of FS#8824): In lists - long instead of short Rec to switch to the recording screen for consistency, one button 'resume' on long Right (disables the forced horizontal scrolling on long Left/Right though). WPS - put context menu on long Select for consistency, frees the short Down for entering the quickscreen. Virtual keyboard - enable line edit mode, additionally better navigating of the input line (Volume Up/Down to move left/right, backspace on Rec) and move accept to long Select -- see patch description for details (and everything I might forgot). Change the manual accordingly. by Marianne Arnold · 16 years ago
- 346da2f Fix a few HID contexts to use proper preconditons (no more pause-before-stop and stop event flooding). by Jens Arnold · 16 years ago
- e82be6e Language updates: by Jonas Häggqvist · 16 years ago
- 01363ec Update japanese translation for Rockbox Utility (FS#10349 by Yoshihisa Uchida). by Dominik Riebeling · 16 years ago
- 638df10 jz4740_tools : bin2c.c location has changed by Rafaël Carré · 16 years ago
- ab658ba added myself to the committers by Johannes Schwarz · 16 years ago
- 5c24131 Fixed searches from tagcache when there is a sudden need to open a tag file on the fly. Thanks to Andrew Mahoney for pointing out the issue. by Miika Pekkarinen · 16 years ago
- 02a3740 Slightly rearrange statements. No functional change but RAM and binary are reduced. by Alexander Levin · 16 years ago
- 498ad46 2-point and 1-point JPEG IDCT ARM assembly, remove comment in jpeg_load.c about inline asm, change loop condition to be a bit safer in case of bad values being passed. by Andrew Mahone · 16 years ago
- 895357b Philips SA9200: add the UI sim by Mark Arigo · 16 years ago
- df8f64d Philips SA9200: 1) reset all devices in system_init, 2) revert an earlier change in the sd driver, 3) properly detect the charger, 4) add lcd register defines. by Mark Arigo · 16 years ago
- a61196f Philips SA9200: Working touchpad and button lights! Also, improvements to the keymap (still needs work). by Mark Arigo · 16 years ago
- 6a0d931 Core JPEG decoder improvements: by Andrew Mahone · 16 years ago
- 4c58ad2 Clean up the Synaptics touchpad driver. by Mark Arigo · 16 years ago
- 753064f Sansa AMS: fix yellow for models with buttonlight & without multivolume by Rafaël Carré · 16 years ago
- e2ec2fe Apply FS#10306 to Sansa c200v2 (fix build in the same time) by Rafaël Carré · 16 years ago
- 1e787a9 FS#10306 by Thomas Martitz : button light doesn't change on SD transfers on Sansa AMS (Fuze & e200v2) by Rafaël Carré · 16 years ago
- efb9343 Initial script to automate rbutil release builds. by Dominik Riebeling · 16 years ago
- 75ddf20 s/echo -e/printf to make it run more portably by Daniel Stenberg · 16 years ago
- 3270795 1) use buildv- as prefix for the dirs this creates while building so that it by Daniel Stenberg · 16 years ago
- 4070f03 Confirm USB VID/PID of Samsung YH920 by Rafaël Carré · 16 years ago
- fa9339a c200v2 simulator by Rafaël Carré · 16 years ago
- 7c6a725 Fix red by Maurus Cuelenaere · 16 years ago