1. f619f81 Change loop structure for sample synthesizing. Gives a nice speedup on both coldfire and arm targets. by Nils Wallménius · 17 years ago
  2. d712e25 Get test_codec running again on PortalPlayer targets. by Michael Sevakis · 17 years ago
  3. 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
  4. 46b7028 Keep a 2 pixel margin in the instructions screen. by Jonas Häggqvist · 17 years ago
  5. 548886a Use the userfont for the instructions. by Jonas Häggqvist · 17 years ago
  6. 0553385 Still on the post-big-commit policing. Correct a function call order. Comment a couple things. by Michael Sevakis · 17 years ago
  7. 52336cd Add instructions on all targets. Somewhat hackish, I'm afraid, but works reasonably well. by Jonas Häggqvist · 17 years ago
  8. 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
  9. 2b2c536 Upon uninstallation only remove a file if it isn't used in another section. A possible problematic case would've been two themes installing the same font. by Dominik Riebeling · 17 years ago
  10. 22cf8ad Use i10n for numbers using QLocale. by Dominik Riebeling · 17 years ago
  11. 4512f1a Finally get packed samples to work in a nice way on H10 in IIS mode. Add some more register defs. by Michael Sevakis · 17 years ago
  12. 1de4972 Forgot about the case conversion rule for one string :) by Mustapha Senhaji · 17 years ago
  13. 27588ed Do the checking arm targets in a nicer way in the makefile by Nils Wallménius · 17 years ago
  14. 7ad3e2f Update francais language and fix a typo in the english file. by Mustapha Senhaji · 17 years ago
  15. 25441b3 When changing cache path update the size information. by Dominik Riebeling · 17 years ago
  16. 7edf4fd One file was hoding from the 'hold vs. long' commit. ;) by Marianne Arnold · 17 years ago
  17. d1e2f52 c200: First implemention of lcd_yuv_blit(). mpegplayer works now, but speed can be optimized more and dithering is not yet implemented. by Jens Arnold · 17 years ago
  18. e3e0a3a Replace all occurances of 'Hold ButtonX' with 'Long ButtonX' in the button tables like it was agreed on. by Marianne Arnold · 17 years ago
  19. 1f0d06f * Use proper definitions for the PP (mono) LCD bridge. * Clean up pp5002.h a bit. by Jens Arnold · 17 years ago
  20. 1dd9feb Add new action descriptions for the alarm screen, correct the buttons for ipods and add a short description of the 'alarm wake up screen'. by Nils Wallménius · 17 years ago
  21. 5f1ec30 Name all button light functions and variables consistently starting with buttonlight_ . by Jens Arnold · 17 years ago
  22. 0464c36 Fix red bootloader build. by Jens Arnold · 17 years ago
  23. 4efd9c4 c200: Make the backlight react on unlocking hold as intended. by Jens Arnold · 17 years ago
  24. 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
  25. 29473fe c200: Switch the 'menu' button light as well. by Jens Arnold · 17 years ago
  26. 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
  27. 32f8c40 Fix some yellow that went unnoticed earlier. by Michael Sevakis · 17 years ago
  28. 856ca78 Use halfword IIS FIFO mode for H10. Won't save interrupts but seems it should be the DMA compatible mode. Setup pcm-pp.c to ease evaluating setting up PortalPlayer targets for DMA audio and for building an inventory of proper I2S settings and transfer sizes for all. by Michael Sevakis · 17 years ago
  29. fc8bc5c Oops. Correct reversed DSP mode A/B bits for WM8731/21. by Michael Sevakis · 17 years ago
  30. 51967f4 Remove a setting of a register during H10 reset that shouldn't have been included in my previous commit. Not evaluated properly. by Michael Sevakis · 17 years ago
  31. 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
  32. 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
  33. a513330 Updated italian translation. by Alessio Lenzi · 17 years ago
  34. 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
  35. a819c74 Avoid additional spaces introduced by latex for every 'opt' which made it look weird in every manual pdf except the Player's. by Marianne Arnold · 17 years ago
  36. fc7413d Fill out some plugin button tables in the c200 manual. by Marianne Arnold · 17 years ago
  37. 8383bff TAB policing - no code changes by Dave Chapman · 17 years ago
  38. 7543c5a C200 manual: corrections and minor additions with regards to the use of some buttons. by Marianne Arnold · 17 years ago
  39. 18e87ff Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interrupts on COP but pulse it through the control interface. Don't mess with LCD clocking during clock changes. Give a reset register a name (DEV_OFF_MASK). by Michael Sevakis · 17 years ago
  40. c27ae40 Reduce memory usage so that we can include all messages on all platforms by Nils Wallménius · 17 years ago
  41. 1d79129 Get rid of unnecessary memory acesses in a loop, gives slight speedup by Nils Wallménius · 17 years ago
  42. 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
  43. 464cb93 Set missing keyword prop on the robotfindskitten manual file. by Jonas Häggqvist · 17 years ago
  44. ef7affa New plugin: robotfindskitten - a zen simulation. More (or less) information on robotfindskitten.org. by Jonas Häggqvist · 17 years ago
  45. e49247e get_metadata(): Clear the destination mp3entry to avoid having bogus pointers appear in it. by Nicolas Pennequin · 17 years ago
  46. 6ac7947 Ooops by Linus Nielsen Feltzing · 17 years ago
  47. 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
  48. a26ccde Platform specific button descriptions for battery bench. Fixes FS#7893 by Linus Nielsen Feltzing · 17 years ago
  49. 8219f28 Make synthVoice return int instead of short, gives a nice speed up also add a comment by Nils Wallménius · 17 years ago
  50. bd4aea3 Increased the talk thumbnail size to 64Kbytes by Linus Nielsen Feltzing · 17 years ago
  51. ed96797 Oops, I should not add typos to weblinks. by Dominik Riebeling · 17 years ago
  52. 43d577e When detecting a macpod cancel bootloader installation. Add a link to IpodConverstionToFAT32 wiki page. by Dominik Riebeling · 17 years ago
  53. 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
  54. 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
  55. cc5b50b Change a couple udelay() in e200 lcd driver to sleep() since sleep() was the intent. by Michael Sevakis · 17 years ago
  56. 17b1993 The UNCACHED_ADDR macro should not adjust addresses in the bootloader. by Michael Sevakis · 17 years ago
  57. 84d28e8 Fix up the recording monitoring for e200 and I expect for c200 as well whenever recording is enabled there. by Michael Sevakis · 17 years ago
  58. 84fcf96 Oops, forgot one file by Nils Wallménius · 17 years ago
  59. cb9ba11 Remove wrapper for pressNote and make the function externally visible by Nils Wallménius · 17 years ago
  60. b0a3736 FS#7682 by Daniel Dalton - Enable voice in the wakeup alarm screen by Linus Nielsen Feltzing · 17 years ago
  61. 940e899 PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets with one. Kill all the now unneeded cache flushing and i2s tweaking on e200 so clicking is no worry. Write the driver framebuffer at uncached addresses. Recording monitoring may be a little noisy in the left channel for the moment when not boosted and will be addressed. All seems to work as advertised including flash ROM dump. by Michael Sevakis · 17 years ago
  62. bee29d2 C200-manual: add some more screenshots. by Marianne Arnold · 17 years ago
  63. 6dd3f44 I2S buffer level adjustment is not necessary on c200 as there is no memory mapped framebuffer that requires constant cache flushing like on e200. by Jens Arnold · 17 years ago
  64. 4ebe692 Put a struct in iram for a small speedup on coldfire by Nils Wallménius · 17 years ago
  65. 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
  66. 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
  67. 5a78a06 Just temporarily disable talk menus, in case the player is reset whilst in mpegplayer. by Steve Bavin · 17 years ago
  68. 3dd25e8 Add a bunch of screenshots to the c200 manual by Marianne Arnold · 17 years ago
  69. 5d94ca6 Throw myself in the docs ;) by Stepan Moskovchenko · 17 years ago
  70. 8d40842 Get the main build actually compiling - remove the RTC for now since it breaks the build by Karl Kurbjun · 17 years ago
  71. 1b0b77d Didn't mean to commit that change by Karl Kurbjun · 17 years ago
  72. efb103f Missing keymap commit by Karl Kurbjun · 17 years ago
  73. e6d8db5 Add a couple of recent new files to the CLEANALL rule by Dave Chapman · 17 years ago
  74. 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
  75. 51a8a1e This should fix the voice issues in menus in mpegplayer. by Michael Sevakis · 17 years ago
  76. 4748dc3 Fix a little bug I introduced earier than can cause i2s to fail to start with voice running on pp5020. by Michael Sevakis · 17 years ago
  77. 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
  78. 36a69c7 C200: Make graphical EQ and colour chooser buttons work properly. by Jens Arnold · 17 years ago
  79. 2af3755 It seems we want the plugins fix for sapi as well. by Jonas Häggqvist · 17 years ago
  80. 8ab2cb5 Fix 64 bit simulator warning. by Jens Arnold · 17 years ago
  81. 29f07cd Move the "plugins" correction into a Festival-specific switch. by Jonas Häggqvist · 17 years ago
  82. fa1e731 Correct a dodgy logf call. by Nicolas Pennequin · 17 years ago
  83. c39018b Updated italian translation. by Alessio Lenzi · 17 years ago
  84. 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
  85. 6d0ee55 Fix signed/unsigned warning by Steve Bavin · 17 years ago
  86. b6dab33 Ok. Really fix red by Michael Sevakis · 17 years ago
  87. c9f6994 Fix red. Finish adding the remaining file. by Michael Sevakis · 17 years ago
  88. c90c18e Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533 by Steve Bavin · 17 years ago
  89. 15b7321 Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no recording. Provide reg bit definitions for those. Add some temporary hacks pcm-pp to prevent crashing when playing after recording. Make playback start after recording on pp5020. Get wm8731 to monitor recording but plans are to do that digitally. by Michael Sevakis · 17 years ago
  90. 4d34457 Thanks to Nico_P, struct track_info can now be internal to playback.c by Steve Bavin · 17 years ago
  91. 227181d Make codepage Win-1250 actually work on charcell. by Jens Arnold · 17 years ago
  92. f463a44 Enable lcd contrast adjustment on Sansa c200 by Mark Arigo · 17 years ago
  93. b11b470 Small typographic enhancements. by Dominik Riebeling · 17 years ago
  94. 67f5082 Use a struct mp3entry instead of a struct trackinfo for temporary storage of the metadata. by Nicolas Pennequin · 17 years ago
  95. ded94e6 FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) added by Marcoen Hirschberg · 17 years ago
  96. b8753ff move structures around in the header files by Marcoen Hirschberg · 17 years ago
  97. 6b559b2 disable the ARM optimized MDCT for the Gigabeat for now as it creates a data abort by Marcoen Hirschberg · 17 years ago
  98. 479a6a7 Turn on 'Recursively insert directories' by default by Nils Wallménius · 17 years ago
  99. 6f35664 Just noticed that the file format table still did not mention '.gigabeat' in the Gigabeat manual. by Marianne Arnold · 17 years ago
  100. 274c2b8 touchpad calibration (very simple calibration screen is in mrobe500.c by Jonathan Gordon · 17 years ago