1. 38a5aa1 Fix a few warnings by Dave Chapman · 19 years ago
  2. 89ed855 directory navigation in wps works as before (short then long next/prev) by Jonathan Gordon · 19 years ago
  3. 1ce86d6 Minor bugfixes for ipod keymap file by Jonathan Gordon · 19 years ago
  4. 5cc95ad X5: Assembler optimised remote LCD update. Speedup: 3 times @11MHz, 3.3 times @45MHz, +75% @124MHz. by Jens Arnold · 19 years ago
  5. acc153f Irivers: Faster remote LCD update. Maximum speedup (without ticking reduction): +32% @11MHz, 2.5 times @45MHz, +45% @124MHz. The speedup is data dependent, the worst case (every pixel having the opposite value from the previous one, in LCD data order) would see no speedup (except @45MHz), but it's a highly unlikely case. by Jens Arnold · 19 years ago
  6. 4746e67 pcm_recording.c hasn't been used since November 2005... by Dave Chapman · 19 years ago
  7. 5076c84 Oops - fix warnings for Player by Daniel Ankers · 19 years ago
  8. 0aec12f Threading changes in preparation for multiple core support by Daniel Ankers · 19 years ago
  9. e09dc8d Updated .svg logo from Frederik Vestre by Martin Arver · 19 years ago
  10. 2f2c280 Make sure mkmi4.sh has the right output filename when building for 5GB H10. by Barry Wardell · 19 years ago
  11. 70c8b75 use h10.c for H10 GB as well by Daniel Stenberg · 19 years ago
  12. 9913913 fix the H10 5GB mi4 creation by Daniel Stenberg · 19 years ago
  13. 5d6f625 add driver for Semtech SC606 LED driver (for backlight and button LEDs) by Marcoen Hirschberg · 19 years ago
  14. b992b4c fix the gigabeat keymap file for the chaining commit 90min ago by Jonathan Gordon · 19 years ago
  15. f59a37d fix gigabeat simulator build by Marcoen Hirschberg · 19 years ago
  16. e70e053 Add keymaps for the gigabeat by Marcoen Hirschberg · 19 years ago
  17. 9f25623 sorry by Jonathan Gordon · 19 years ago
  18. 56a16d7 Action lists no longer automatically "chain" to the CONTEXT_STD unless explicitly told to by Jonathan Gordon · 19 years ago
  19. d12f81d fixed the settings action context, time/eq/colour chooser/dbug screens by Jonathan Gordon · 19 years ago
  20. c8e69df Move FPS display out of video_out_rockbox.c and into mpegplayer.c. Also add frame-rate limiting and frame-skipping (skipping display only, not decoding) to try and achieve real-time playback. Frame-rate limiting and frame skipping (and FPS display) are enabled via options in a new menu and are currently all off by default. by Dave Chapman · 19 years ago
  21. 18cfe43 Fix errors when building H10 Normal build. by Barry Wardell · 19 years ago
  22. 2a8dfd6 Just some comment editing by Martin Scarratt · 19 years ago
  23. c8bd912 Button action code for recording screen. Shouldnt make any noticable difference in recording screen button operation except for H300 I-River remote, which should now work as expected, -10 button = LCD off by Martin Scarratt · 19 years ago
  24. 7847dde fix buttons in bookmark autoload query screen by Martin Scarratt · 19 years ago
  25. d1ee44a fix H1xx remote in filebrowser and some H3xx oddities, also TREE_OFF works now by Martin Scarratt · 19 years ago
  26. 9272dfd Functional, but minimal LCD driver for H10. by Barry Wardell · 19 years ago
  27. 6e0e0f9 Add keymaps for pitchscreen and graphical equalizer on H10 by Barry Wardell · 19 years ago
  28. 99c2dc5 Add new build target for iriver H10 5/6Gb. by Barry Wardell · 19 years ago
  29. 9fdb611 Added button actions for iriver iFP7xx. by Tomasz Malesinski · 19 years ago
  30. 2b415ef Iriver iFP7xx battery support (1xAA). by Tomasz Malesinski · 19 years ago
  31. 12f1a83 Added help text in minesweeper for iriver H10 by Barry Wardell · 19 years ago
  32. e5781a9 added description of Show Path setting, reordered file view options to the same order as the menu, use more macros. by Nils Wallménius · 19 years ago
  33. 7d6add5 changed the NODO to include relevant entries in the right manuals. by Nils Wallménius · 19 years ago
  34. bfe81e8 Update config file reference table. added missing settings, removed deprecated settings, corrected errors. by Nils Wallménius · 19 years ago
  35. d492cf3 changed HAVE_LCD_REMOTE to HAVE_REMOTE_LCD to mimic the code by Nils Wallménius · 19 years ago
  36. d198b4c Rework of iriver remote mappings, now follow the main screen layout. Please, test. Needs more work (especially for h300 NON-lcd remote), but is a good starting point. by Hristo Kovachev · 19 years ago
  37. bd7248d * Use fast multiplication macro in some more places. * Better pipelining on SH1. by Jens Arnold · 19 years ago
  38. 46ae870 Recorders: Fixed Resume/ WPS switch button, allows playing files again. by Jens Arnold · 19 years ago
  39. a19032c Iriver iFP7xx support in simulator. by Tomasz Malesinski · 19 years ago
  40. 09c3961 Fix for commas and periods eaten up by our macros. Do not use \ after a macro if followed by a , or a . Use nothing or {} instead. Thanks to Mikachu for noticing. by Martin Arver · 19 years ago
  41. 89e411b Slightly rewrote volume, channels and crossfeed settings. by Thom Johansen · 19 years ago
  42. f83f920 Increase the size of the screenshot for targets that have large displays. Should make the screenshots for that targets much more readable. by Dominik Riebeling · 19 years ago
  43. 7c95bdc Oops... Ill get it right this time *blush* by Martin Scarratt · 19 years ago
  44. d75fedf I-River Remote button support for yes/no screen. Also H1xx buttons = H3xx buttons for bookmarks. by Martin Scarratt · 19 years ago
  45. 155c553 Reverted the last clumsy language change that broke the language strings for non-iriver targets by Linus Nielsen Feltzing · 19 years ago
  46. c341da2 Bookmark support for I-river remotes, also renamed bookmark delete button as it has changed to RECORD - Sorry Linus ;) by Martin Scarratt · 19 years ago
  47. 32dd5e9 Patch #5750 by Mattias Mohr - More Play->NAVI translation on H-series players by Linus Nielsen Feltzing · 19 years ago
  48. 4ef5573 H3xx remote: restore stop button functionality in filebrowser Stop = Stop. by Martin Scarratt · 19 years ago
  49. 4293482 create the playlist directory instead of warning it doesnt exist when entering the playlist cataloge by Jonathan Gordon · 19 years ago
  50. 5119b18 H1xx remote: restore functionality of stop button as back button in filebrowser by Martin Scarratt · 19 years ago
  51. 567cb6e Clean up the video output code - remove the final traces of libvo (used by mpeg2dec) and remove unused code-paths from the main decoding loop. by Dave Chapman · 19 years ago
  52. f5e7867 Prevent unlikely endless loop. by Miika Pekkarinen · 19 years ago
  53. f70e45a Adding a slightly painful workaround to silence a compiler warning. by Daniel Stenberg · 19 years ago
  54. e5f1fe9 iAudio X5: draft of remote button mappings by Linus Nielsen Feltzing · 19 years ago
  55. dffcb9f iAudio X5: swap the remote REW and FF buttons by Linus Nielsen Feltzing · 19 years ago
  56. b973156 forgot to translate the splash messages by Jonathan Gordon · 19 years ago
  57. f178131 software keylock works again by Jonathan Gordon · 19 years ago
  58. 0b35bcf Guard against division by zero in the peak meter (the settings menu allows the user the set range min and max to the same value; maybe that should be changed too). by Magnus Holmgren · 19 years ago
  59. 07d3db2 really fix the yes/no screen now, also id3 viewer shows the status bar correctly by Jonathan Gordon · 19 years ago
  60. 5b71470 Port Tom Meyer's lcd_yuv_blit() optimisations for the ipod 5g to the ipod Photo/Color and Nano - gives a similar 10-15% speedup in mpegplayer. by Dave Chapman · 19 years ago
  61. 30f2373 bring back the Battery:Charging splash if you try turning off certain by Jonathan Gordon · 19 years ago
  62. b80266c Optimisations to lcd_yuv_blit by Tom Meyer - speeds up mpegplayer by about 10-15% by Dave Chapman · 19 years ago
  63. 10af966 stop id3 viewer eating keypress on entry by Jonathan Gordon · 19 years ago
  64. 5fc66e5 Automatic Gain Control during recording. At this point only compiled for iriver h1x0 and h3x0. Patch FS#4748 by Jvo Studer, Martin Scarratt and myself. by Peter D'Hoye · 19 years ago
  65. c5a24c6 Disable TC_RAMCACHE for archos. It doesn't make much sense with the small RAM, and disabling reduces binary size. by Jens Arnold · 19 years ago
  66. 6267c7b Greyscale tetrox backgrounds: 'Score' in bold plus some antialiasing. There's still room for improvement... by Jens Arnold · 19 years ago
  67. 675d708 Sudoku: Separate set of graphics for X5 and Nano. Fixes wrong colours (pure greyscale instead of blueish shades), and allows specific enhancements for colour. by Jens Arnold · 19 years ago
  68. 214ce3f Allow exiting of plugin whilst paused by Dave Chapman · 19 years ago
  69. f39add3 Remote button mappings for archos player & recorders. Made keymap-internal stuff static for better optimisation. by Jens Arnold · 19 years ago
  70. 0fec0f5 Make the EQ setting work again on X5 by Linus Nielsen Feltzing · 19 years ago
  71. 3b44ec9 Oops... small changes catch most errors by Peter D'Hoye · 19 years ago
  72. 6a8f06f Show a splash on successful eeprom write to let the user know something happened and it went well by Peter D'Hoye · 19 years ago
  73. 10d8ac6 Add HAVE_LCD_REMOTE to the x5 by Martin Arver · 19 years ago
  74. 0e07eff Add action maps for the standard and wps contexts. Add an option for HAVE_LCD_REMOTE as well by Martin Arver · 19 years ago
  75. f7db043 * fix pitchscreen by Jonathan Gordon · 19 years ago
  76. 871be00 Convert the "short ciruit operator madness" to plain and simple code that by Daniel Stenberg · 19 years ago
  77. f52e03f Add 'make bin' target to avoid building codecs and plugins by Linus Nielsen Feltzing · 19 years ago
  78. 5e5bfab * fixed the pitch screen key mappings for all targets, targets require a by Jonathan Gordon · 19 years ago
  79. 75765df Prevent accidental track skip when entering the WPS by Linus Nielsen Feltzing · 19 years ago
  80. 4902996 1. auto-detect and auto-use ccache if installed and present in $PATH by Daniel Stenberg · 19 years ago
  81. 56f2ca7 Assembler optimised crossfeed routine for ARM. Performance improvement is more than double. Should work fine, but watch your ears nevertheless. by Thom Johansen · 19 years ago
  82. 1dc62df Okay, use µs instead of us by Hristo Kovachev · 19 years ago
  83. f787242 remove remote button checking for taregts with no remote by Jonathan Gordon · 19 years ago
  84. 340de14 Fix the stupid text editor's silliness and use "us" for microsec by Hristo Kovachev · 19 years ago
  85. 86ca85b Reload directory on switching out of ID3 Database view. Stops the file browser from crashing in the sim and may fix FS#5521. Also turn off the list title in ID3 DB view. by Dan Everton · 19 years ago
  86. 475be66 put the timeouts back the way they were (sorry amiconn) by Jonathan Gordon · 19 years ago
  87. 5a78833 Add apps/keymaps to FILES. by Dan Everton · 19 years ago
  88. e9fd3d6 * Add keymap file for h10 (Thanks Barry Wardell) by Jonathan Gordon · 19 years ago
  89. 1fdb5bf Changed the button action code to allow both single-fire and multi-fire events to be triggered with _REPEAT. Also simplifies the code. * Made the button mapping tables const to save RAM when running rockbox from flash ROM. * Repaired button mappings for Ondio. * Repaired some more button mappings for player. * Added missing TREE_STOP for iriver, and fixed WPS skipping for recorder. by Jens Arnold · 19 years ago
  90. 013ab3d Added assembly lcd_yuv_blit for iAudio X5 and misc. display related changes by Michael Sevakis · 19 years ago
  91. 400ab9f Fixed my stupid mistake when I tried to restore the tree_exit behaviour by Linus Nielsen Feltzing · 19 years ago
  92. c4a59a2 eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, added debug entry for h3x0 that allows to write to the eeprom by Peter D'Hoye · 19 years ago
  93. 98c9f95 Clear file view title if the user turns it off. by Dan Everton · 19 years ago
  94. 1526fd7 Decent button mapping for Archos Player by Linus Nielsen Feltzing · 19 years ago
  95. 1adc87a Restored the old behaviour of TREE_EXIT by Linus Nielsen Feltzing · 19 years ago
  96. 99bb00b Removed annoying debug output by Linus Nielsen Feltzing · 19 years ago
  97. 45c57e5 * Make ID3 info screen usable again (and not exit right after enter), though maybe a few more buttons should cause an exit.\n* Also save a few bytes of code... by Magnus Holmgren · 19 years ago
  98. 0a3b551 Oops, only software codec platforms can do crossfade by Linus Nielsen Feltzing · 19 years ago
  99. 42f0ad3 Patch #5766 by Steve Bavin - Fix for various voice related crashes by Linus Nielsen Feltzing · 19 years ago
  100. 599fa9a fix "off-by-one" bug in paginated scrolling with the title by Jonathan Gordon · 19 years ago