1. 57418b2 Use the CLOCK_RATE define instead of 44100. by Antoine Cellerier · 17 years ago
  2. e6e5975 Update Swedish translation. by Magnus Holmgren · 17 years ago
  3. 9ca0587 Update francais language. Plus few minor changes. by Mustapha Senhaji · 17 years ago
  4. 9146f20 MP4 tag parser: guard against problems when the buffer is full. by Magnus Holmgren · 17 years ago
  5. 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
  6. 5fc117e Make the FLAC metadata parser a little more robust. by Magnus Holmgren · 17 years ago
  7. 6d08116 Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to the by Stéphane Doyon · 17 years ago
  8. 84ed3fd Go to the WPS on a successful bookmark_mrb_load() from the MRB, by Stéphane Doyon · 17 years ago
  9. 2ee85c5 Voice already gets shutup when starting playback. It's also appropriate by Stéphane Doyon · 17 years ago
  10. e88ac4c Cosmetic change - change the "loading ..." splashes to "Loading...", as used everywhere else in Rockbox by Dave Chapman · 17 years ago
  11. c61e462 read_mp4_tag_string() may return a NULL in the pointer so no code should rely by Daniel Stenberg · 17 years ago
  12. 83ec896 FS#7931 - mpegplayer - resume on idle off - play files without start time of zero by Robert Kukla · 17 years ago
  13. 9875700 Accept FS #7933 by Mario Lang: bugfix in fireworks plugin by Peter D'Hoye · 17 years ago
  14. 1c9ec20 Accept FS #7914 by Stijn Hisken with corrections and additions by me by Peter D'Hoye · 17 years ago
  15. 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
  16. bcdb321 Enable recording for Sansa c200, the keymap is usable but maybe could still be improved later. by Marianne Arnold · 17 years ago
  17. 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
  18. 16c0a46 Updated italian translation. by Alessio Lenzi · 17 years ago
  19. 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
  20. 064de4c Slight code policing. by Jens Arnold · 17 years ago
  21. 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
  22. 1b89d58 Accessible keyboard: guard the beep with talk_menus_enabled() by Stéphane Doyon · 17 years ago
  23. 3e31d50 Export shutup() function from talk.c. by Stéphane Doyon · 17 years ago
  24. d529a38 Make the virtual keyboard easier to use for blind users. From FS#6324 by Stéphane Doyon · 17 years ago
  25. 0279c71 Voice the recording trigger settings screen. by Stéphane Doyon · 17 years ago
  26. a07e939 fix yellow and some house cleaning by Robert Kukla · 17 years ago
  27. fd3fe45 FS#7487 - mpegplayer - video start time seek with resume by Robert Kukla · 17 years ago
  28. 9ff4057 Hopefully the last fix for crosscompilation of sims with mingw32. by Nicolas Pennequin · 17 years ago
  29. b8eb2a8 Oops. Fix red. by Nicolas Pennequin · 17 years ago
  30. ef9abe4 Keep track of the number of opened files in the sim to enforce the same limit as on target. by Nicolas Pennequin · 17 years ago
  31. 26e47f2 Use dynamic menu voice callbacks to speak menu item names in the by Stéphane Doyon · 17 years ago
  32. 5acf091 Add a voice callback to dynamic menus, along side the text_callback. by Stéphane Doyon · 17 years ago
  33. f619f81 Change loop structure for sample synthesizing. Gives a nice speedup on both coldfire and arm targets. by Nils Wallménius · 17 years ago
  34. d712e25 Get test_codec running again on PortalPlayer targets. by Michael Sevakis · 17 years ago
  35. 1630188 Make sure that audio_resume() is not called in interrupt context when car adapter mode is enabled. Fixes FS#7304. by Linus Nielsen Feltzing · 17 years ago
  36. 46b7028 Keep a 2 pixel margin in the instructions screen. by Jonas Häggqvist · 17 years ago
  37. 548886a Use the userfont for the instructions. by Jonas Häggqvist · 17 years ago
  38. 52336cd Add instructions on all targets. Somewhat hackish, I'm afraid, but works reasonably well. by Jonas Häggqvist · 17 years ago
  39. 59f523c Save some more space by not allocating arrays large enough to hold more than NUM_BOGUS (defined at compile-time) elements. by Jonas Häggqvist · 17 years ago
  40. 1de4972 Forgot about the case conversion rule for one string :) by Mustapha Senhaji · 17 years ago
  41. 27588ed Do the checking arm targets in a nicer way in the makefile by Nils Wallménius · 17 years ago
  42. 7ad3e2f Update francais language and fix a typo in the english file. by Mustapha Senhaji · 17 years ago
  43. 5f1ec30 Name all button light functions and variables consistently starting with buttonlight_ . by Jens Arnold · 17 years ago
  44. 7d34565 Don't get the dircache size while dircache is still initializing. If done during shutdown, it will force a foreground scan on next boot. by Magnus Holmgren · 17 years ago
  45. d7d6b78 Accept FS#7897 with some changes by me. moves the code to talk time/date out of main_menu.c to make it hopefully more useful. by Jonathan Gordon · 17 years ago
  46. 6077e5b Unify PCM interface just above the hardware driver level for all targets including the sims. Perform lockout of audio callback when changing states. Weird new playback or recording trouble? Check before and after this revision first though things seem quite sound. by Michael Sevakis · 17 years ago
  47. f6de0d4 Discontinue any use of 'swp(b)' on PP5020. While clocking is stable, some testing revealed this instruction can still cause problems without concurrent access. Make sure mpegplayer is safe while not using spinlock (no longer atomic) between cores to protect the stream byte counters - use nonwrapping head and tail pointers. by Michael Sevakis · 17 years ago
  48. a513330 Updated italian translation. by Alessio Lenzi · 17 years ago
  49. 4443fcb Accept FS#7864 - minor menu cleanup to move theme settings into a new themes menu. patch to update the manual would be welcome :p by Jonathan Gordon · 17 years ago
  50. c27ae40 Reduce memory usage so that we can include all messages on all platforms by Nils Wallménius · 17 years ago
  51. 1d79129 Get rid of unnecessary memory acesses in a loop, gives slight speedup by Nils Wallménius · 17 years ago
  52. 44f3706 Exclude some more messages for targets with only little space for plugins to allow them to build. by Jonas Häggqvist · 17 years ago
  53. ef7affa New plugin: robotfindskitten - a zen simulation. More (or less) information on robotfindskitten.org. by Jonas Häggqvist · 17 years ago
  54. e49247e get_metadata(): Clear the destination mp3entry to avoid having bogus pointers appear in it. by Nicolas Pennequin · 17 years ago
  55. 6ac7947 Ooops by Linus Nielsen Feltzing · 17 years ago
  56. 5118f48 A loop with one iteration is a little strange, also put it inside an #if block to not rely on gcc otimizing it away by Nils Wallménius · 17 years ago
  57. a26ccde Platform specific button descriptions for battery bench. Fixes FS#7893 by Linus Nielsen Feltzing · 17 years ago
  58. 8219f28 Make synthVoice return int instead of short, gives a nice speed up also add a comment by Nils Wallménius · 17 years ago
  59. bd4aea3 Increased the talk thumbnail size to 64Kbytes by Linus Nielsen Feltzing · 17 years ago
  60. ca46a3d Increase output buffer size to 32kB, results in less buffer missing in general and avoids buffer misses when lcd remote is plugged in while playing and ticking reduction is enabled. Increase max voices used on coldfire targets to 24 and reduce voices used on pp targets to 16. Put one more struct in iram for a slight speedup on coldfire. Fix comments in midiutil.h by Nils Wallménius · 17 years ago
  61. e1940b8 Optimisation of the midi player, reducing the number of multiplications and memory accesses inside a very frequently executed loop, also does shifting of the whole sample when synthing is done which improves accurracy slightly, ~10% fewer buffer misses by Nils Wallménius · 17 years ago
  62. 84fcf96 Oops, forgot one file by Nils Wallménius · 17 years ago
  63. cb9ba11 Remove wrapper for pressNote and make the function externally visible by Nils Wallménius · 17 years ago
  64. b0a3736 FS#7682 by Daniel Dalton - Enable voice in the wakeup alarm screen by Linus Nielsen Feltzing · 17 years ago
  65. 4ebe692 Put a struct in iram for a small speedup on coldfire by Nils Wallménius · 17 years ago
  66. 1ba018b Add drum names, make cowbell a default instrument (no way to remap them from UI yet). Add non-static by Stepan Moskovchenko · 17 years ago
  67. 38f9533 Minesweeper for the c200. The slightly smaller tiles made for this will also be used by the small H10 now, thought that was fair and it also complies with the comment about the number of tiles above. by Marianne Arnold · 17 years ago
  68. 5a78a06 Just temporarily disable talk menus, in case the player is reset whilst in mpegplayer. by Steve Bavin · 17 years ago
  69. 1b0b77d Didn't mean to commit that change by Karl Kurbjun · 17 years ago
  70. efb103f Missing keymap commit by Karl Kurbjun · 17 years ago
  71. af97e93 Commit FS #7881 by Mark Arigo - enable radio on the Sansa c200. It seems that many (if not all) c200s have the radio hardware even if you can't use it with the original firmware... by Marianne Arnold · 17 years ago
  72. 51a8a1e This should fix the voice issues in menus in mpegplayer. by Michael Sevakis · 17 years ago
  73. a4f0de0 Doom: * Fix voicing numerous options as 'yes'. voice_id is an id, not a pointer. *Fix struct menu_item <-> struct opt_items messup (caused no problems but still...). by Jens Arnold · 17 years ago
  74. 36a69c7 C200: Make graphical EQ and colour chooser buttons work properly. by Jens Arnold · 17 years ago
  75. c39018b Updated italian translation. by Alessio Lenzi · 17 years ago
  76. 605949d Hide symbols by default on 64 bit sim buildsto avoid clashing, fixes crashing on track change with the same codec, crashing in calculator and text display in midiplay by Nils Wallménius · 17 years ago
  77. 6d0ee55 Fix signed/unsigned warning by Steve Bavin · 17 years ago
  78. 4d34457 Thanks to Nico_P, struct track_info can now be internal to playback.c by Steve Bavin · 17 years ago
  79. 67f5082 Use a struct mp3entry instead of a struct trackinfo for temporary storage of the metadata. by Nicolas Pennequin · 17 years ago
  80. ded94e6 FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) added by Marcoen Hirschberg · 17 years ago
  81. b8753ff move structures around in the header files by Marcoen Hirschberg · 17 years ago
  82. 6b559b2 disable the ARM optimized MDCT for the Gigabeat for now as it creates a data abort by Marcoen Hirschberg · 17 years ago
  83. 479a6a7 Turn on 'Recursively insert directories' by default by Nils Wallménius · 17 years ago
  84. cebfc40 Fix cliplight setting being saved twice to -cfg files, closes FS#7857 by Nils Wallménius · 17 years ago
  85. f9664e7 Unroll a frequently executed loop a little for a small speedup by Nils Wallménius · 17 years ago
  86. 035529c Enable auto reply for queue messages sent with queue_send. It's only nescessary to use queue_reply to return a value other than zero or to return a result before waiting on the queue again. by Michael Sevakis · 17 years ago
  87. 34308c1 Fix a few solitaire game saving issues: Add a "Save and Quit" menu entry. Using "Quit" will delete the save file if it exists. Save on power off seems to work fine. Save on USB doesn't work (are file IOs disabled when USB is plugged?) by Antoine Cellerier · 17 years ago
  88. a56b653 Move some more files around and get the main build compiling by Karl Kurbjun · 17 years ago
  89. 0f5d9f9 first part of usbstack patches -> show and use selection of usb stack mode only, if by Christian Gmeiner · 17 years ago
  90. 6386dbe static/inline/iram raid gives nice speedup by Nils Wallménius · 17 years ago
  91. 1ed54f4 Maybe 25 was too much with the new decay rates. by Stepan Moskovchenko · 17 years ago
  92. 414724e MIDI: Kick up number of voices and decrease the decay rate, taking by Stepan Moskovchenko · 17 years ago
  93. c6c7b73 Fix bug that caused only half the output buffer to be used, gives a quite nice speedup on coldifre, clean up some commented out #ifdefs by Nils Wallménius · 17 years ago
  94. 3de61b4 Revert changes to nonenglish langfiles intoduced by FS#7859 in r14895. It's not a good idea to change the source strings because genlang won't tell the translators the source string has changed. by Nicolas Pennequin · 17 years ago
  95. aaf3e32 MIDI: Fix off by one error with the guitar. Wow, I can't believe the off-keyness is finally fixed. by Stepan Moskovchenko · 17 years ago
  96. d1e3060 MIDI: Fix two year old loop bug that caused distortion on some instruments. I been looking for this one by Stepan Moskovchenko · 17 years ago
  97. 23a89b0 Accept FS#7859 by David Bishop: Replace "Show ID3 Info" by "Show Track Info". by Nicolas Pennequin · 17 years ago
  98. bb62942 Bubbles for Sansa c200. by Marianne Arnold · 17 years ago
  99. 7cbc161 Make bubbles use one background picture that is the size of the display instead of combining a 'left' and sometimes a 'right' bmp. This way it's clearer how the background is generated and adapting to new display sizes should be easier. by Marianne Arnold · 17 years ago
  100. 7eedcb4 Fix buggy gradient display when a coloured file is selected in the browser. Thanks to smably for the report. by Nicolas Pennequin · 17 years ago