1. c5d3857 Fix html manuals for targets with remote keymaps. For some reason using an \opt in preamble.tex with an underscore in the name breaks html manuals (but not pdf). by Alex Parker · 16 years ago
  2. 8839f18 Move Archos battery runtime estimation defines into config files instead of powermgmt.h. Replace old default values (which were actually the Archos Player currents) with a new default (1mA). This should give nonsense runtime estimates (instead of semi-reasonable but completely wrong estimates) on all players that do not have a battery current defined. Hopefully this will remind people that they should define the battery current when they start a new port. by Michael Giacomelli · 16 years ago
  3. ed75cc0 Sansa AMS : use the aligned buffer in bss for all DMA transfers by Rafaël Carré · 16 years ago
  4. eaa9df3 Fix yellow introduced in r21561 by Alexander Levin · 16 years ago
  5. fb79ae4 Build archos timer code for ONDIO (fix red) by Rafaël Carré · 16 years ago
  6. 44bf409 Make the get_time on non-RTC sims behave like target, i.e. always return a constant time (FS#10390) by Alexander Levin · 16 years ago
  7. ffefe0c Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h by Rafaël Carré · 16 years ago
  8. c5dedd7 Remove the TIMER_* macros and declare target-specific functions in timer.h by Rafaël Carré · 16 years ago
  9. 89ccd5c Remove int_prio argument from timer_register, and move the only use for it into alpine_cdc plugin, since this plugin is only built on SH7034 by Rafaël Carré · 16 years ago
  10. b955dff Move PP (last target) timer code in target tree by Rafaël Carré · 16 years ago
  11. b3ed33d Move SH7034 timer code in the target tree by Rafaël Carré · 16 years ago
  12. c34ca87 Move coldfire timer code in the target tree by Rafaël Carré · 16 years ago
  13. 15a7f5e Move PNX0101 timer code in the target tree by Rafaël Carré · 16 years ago
  14. e0640c3 Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP to reflect what they does exactly. by Rafaël Carré · 16 years ago
  15. 15e40dd Move Sansa AMS timer code in the target tree by Rafaël Carré · 16 years ago
  16. 2c10af5 Do not modify the passed in parameter string (FS#10392 by Jonas Häggqvist) by Alexander Levin · 16 years ago
  17. 529855e Sansa AMS: correct sd_select_bank() in SD driver by Rafaël Carré · 16 years ago
  18. e84a98b Remove svn:mime-type from this file. by Jonas Häggqvist · 16 years ago
  19. e8f75ed Add an utility to easily find the assembled instructions at a specific memory location in a Rockbox binary by Maurus Cuelenaere · 16 years ago
  20. 41ff287 Add remote keymapping to the manual for the iriver H100. Plugins have not yet been done and currently just have a blank column. Most plugins only quit via the remote anyway at this point. Please notify of any errors/omissions (I'm sure there are some). by Alex Parker · 16 years ago
  21. 7df759c Create an udacodec interface (similar to ascodec and wmcoded) and adapt/implement it for the iriver h1xx/h3xx and the meizus. by Bertrik Sikken · 16 years ago
  22. c3f9ab4 Add manual H100 remote keymap file. by Alex Parker · 16 years ago
  23. 2b92fe2 Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.lua by Maurus Cuelenaere · 16 years ago
  24. e7db6f9 Fix typo & red by Maurus Cuelenaere · 16 years ago
  25. 8f082f5 Also update the manual by Maurus Cuelenaere · 16 years ago
  26. 681ca21 Lua: by Maurus Cuelenaere · 16 years ago
  27. 8e4098b Change manual remote keymap define to HAVE_REMOTE_KEYMAP to be more consistent with other edefs. by Alex Parker · 16 years ago
  28. ce5dc3a Add RTC driver for Seiko S35390A (used in the Meizu M3 and possibly other Meizus) by Bertrik Sikken · 16 years ago
  29. 79642ea meizu_dfu: by Bertrik Sikken · 16 years ago
  30. 8a21372 FS#10099: new lib, which displays formatted text on every target; also supports viewport by Johannes Schwarz · 16 years ago
  31. 41baca7 Trivial changes to Mazezam to fix the red on 3G iPods. by Magnus Holmgren · 16 years ago
  32. 815dcfd Use hand-written constants table on ARMv5+ for JPEG IDCT, and load four 16-bit constants at a time with ldrd. Not useful for ARMv4, since one load per constant would still be needed, and limited range of ldrsh would force multiple copies of table. by Andrew Mahone · 16 years ago
  33. 99ae7bc Create the output directory in the dependency rule instead of depending on it to prevent recreating it every time. Thanks to amiconn for clarifying the issue. by Dominik Riebeling · 16 years ago
  34. c33373e S5L8700: implement i2c driver (used for communicating with the RTC and the codec in the meizus) by Bertrik Sikken · 16 years ago
  35. 660daa5 Meizu M3: implement logarithmic brightness curve (curve provided by markun) and increase PWM frequency for the backlight. by Bertrik Sikken · 16 years ago
  36. 13d0b52 rbutil: move ProgressloggerInterface to base/ by Dominik Wenger · 16 years ago
  37. b6143b0 rbutil: make the test TTS Function use aplay or play on Linux. by Dominik Wenger · 16 years ago
  38. 959d07d FS#10294: reform the weird buttons in maze and mazezam for Fuze, E200 and ipod3G by Johannes Schwarz · 16 years ago
  39. 89eb14e Use single-instruction shift-and-saturate in place of range_limit for JPEG on ARMv6. Only affects the 16-point horizontal-pass IDCT. by Andrew Mahone · 16 years ago
  40. aff3380 Make sure the build folder is created before trying to generate the dependencies file. Fixes issues building Rockbox Utility and voice file creation. by Dominik Riebeling · 16 years ago
  41. 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
  42. 07a55a7 rbutil: add a Button to test a TTS Engine. Remove a old .ui file. by Dominik Wenger · 16 years ago
  43. 20bf8aa rbutil: improve voice and talk generation. by Dominik Wenger · 16 years ago
  44. 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
  45. c2565c9 fix small issues in xobox (part of FS#10283 by Teruaki Kawashima) by Johannes Schwarz · 16 years ago
  46. 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
  47. e2b018e Fix a typo in jpeg_idct4h which caused garbled JPEGs on ARMv5. by Rob Purchase · 16 years ago
  48. 5fe6ca6 More helpful output when illegal arguments are used. by Jonas Häggqvist · 16 years ago
  49. 4b578b6 Update Lua manual page by Maurus Cuelenaere · 16 years ago
  50. ccc712b c200 doesn't have \ActionTreeStop anymore since r21373, so don't try to use it. by Frank Gevaerts · 16 years ago
  51. 3ff84e5 Lua: add the package library by Maurus Cuelenaere · 16 years ago
  52. 48f4512 Also fix the iRiver H10 by Maurus Cuelenaere · 16 years ago
  53. e59c4ff Fix some forgotten OR's in some button-target.h files by Maurus Cuelenaere · 16 years ago
  54. af980d8 Lua: expose BUTTON_* defines by Maurus Cuelenaere · 16 years ago
  55. 7a8e1e8 Clear the display before showing the splash (part of FS#10138 by Teruaki Kawashima) by Alexander Levin · 16 years ago
  56. 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
  57. 8acc86c Onda VX747: fix DEFAULT_BRIGHTNESS_SETTING by Maurus Cuelenaere · 16 years ago
  58. 20e5ffe Onda VX747: make backlight setting range from 1->16 instead of 0->15 by Maurus Cuelenaere · 16 years ago
  59. 119cfda Do not unnecessarily change and restore the status bar setting (part of FS#10138 by Teruaki Kawashima) by Alexander Levin · 16 years ago
  60. 5acfa34 Use a logarithmic scale for the Onda VX747 backlight (thanks to Bertrik Sikken) by Maurus Cuelenaere · 16 years ago
  61. 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
  62. 095f417 Change c200 to c200* everywhere since the c200v2 is identical to the c200. by Jonas Häggqvist · 16 years ago
  63. 8b5d32f Correct the slight misalignment of the clock (FS#10334 by Andre Lupa) by Alexander Levin · 16 years ago
  64. 388e31c Fix FS#10378: Lua crashes when loading non-existing files by Maurus Cuelenaere · 16 years ago
  65. 3127150 Updated italian translation. by Alessio Lenzi · 16 years ago
  66. f62388f TCC78x: Enable interrupts/threading in the bootloader (required now that the storage driver yields). by Rob Purchase · 16 years ago
  67. 5e24a2c Fix an error in the TCC NAND driver which caused a panic on startup for certain users. by Rob Purchase · 16 years ago
  68. 4e3f39f Fix Red by Karl Kurbjun · 16 years ago
  69. 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
  70. 1910d02 fix a typo in comments (audio CD duration is not 74 or 80 hours) by Rafaël Carré · 16 years ago
  71. 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
  72. d86cf99 Sansa AMS debug: small fixes by Rafaël Carré · 16 years ago
  73. 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
  74. 670ce68 Actually adapt SOURCES too. by Thomas Martitz · 16 years ago
  75. 8fb4aea FS#10284 - "Sansa e200v2 & Fuze: Merge the button driver into 1 file" by Dustin Skoracki by Thomas Martitz · 16 years ago
  76. f96f623 Oops. by Steve Bavin · 16 years ago
  77. aecf2b1 Meizu lcd-m3: whitespace fixes by Bertrik Sikken · 16 years ago
  78. 40d9b21 Allow use of timestretch with semitones in the pitchscreen. Rename variables to clarify the meaning of 'speed'. by Steve Bavin · 16 years ago
  79. 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
  80. 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
  81. 4b83175 Center the list on the currently loaded file in the following screens (FS#10093): by Jonas Häggqvist · 16 years ago
  82. c99ab56 Fix more missing mutex_init calls. by Bertrik Sikken · 16 years ago
  83. ee1d8d1 FS#10365 - Optional debug output for albumart.c by Thomas Martitz · 16 years ago
  84. 78914f3 FS#10364 - Optional debug output for vorbis.c by Jeffrey Goode. by Thomas Martitz · 16 years ago
  85. 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
  86. 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
  87. 04451b4 Fix missing i2c mutex initialisation for telechips. by Bertrik Sikken · 16 years ago
  88. 3236c62 Deprecate LANG_REPLAYGAIN_ENABLE in all languages, which r21415 failed to do. by Jonas Häggqvist · 16 years ago
  89. 74bcdcc Properly match IDs - require a perfect match, not just a substring match. Oops. by Jonas Häggqvist · 16 years ago
  90. 1a98e97 c200v2 : fix FM radio, the c200v2 uses the internal oscillator like others Sansa AMS by Rafaël Carré · 16 years ago
  91. cb2c947 Sansa c200v1 & c200v2 LCD: higher performance when writing pixels by Rafaël Carré · 16 years ago
  92. 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
  93. 05e3aad Fix a typo by Alexander Levin · 16 years ago
  94. 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
  95. d485925 Remove viewport menu from star and remove useless button macros in code.(FS#10281) by Johannes Schwarz · 16 years ago
  96. 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
  97. e70a23a Remove the setting from the list as well by Alexander Levin · 16 years ago
  98. 18ddbfe Update manual (include changes from r21414) by Alexander Levin · 16 years ago
  99. 4120946 Fix e200v2 radio problem (missing Si4702 initialisation) by Bertrik Sikken · 16 years ago
  100. 13b8e80 Deprecate the string made unnecessary in r21414 by Alexander Levin · 16 years ago