1. 5d73049 Gigabeat: Remove the 8kHz for now because it doesn't seem to work too well. Also, HW_SAMPR_CAPS should always be defined for sim and target. by Michael Sevakis · 18 years ago
  2. 2aaf45e Get samplerate switching working in the sim to be similar to on target. Make all pcm functions available there as well. by Michael Sevakis · 18 years ago
  3. 621cf07 bugfixes in AS3514 shadow register handling, for details see patch #7101 by Antonius Hellmann · 18 years ago
  4. d68a516 date calculation corrected, fixes #7096 and #7097 by Antonius Hellmann · 18 years ago
  5. d7e8e38 Audio seemed never to want to stop stopping. A bad condition for plugins that want to stop audio and begin pcm playback immediately. Only do the stop if the state is playing. Properly wait for it to be done as well. by Michael Sevakis · 18 years ago
  6. 0658dce Make rbutil compile on Mac OS X by Dave Chapman · 18 years ago
  7. dde262b Support for Sansa E200 in rbutil by Dominik Wenger · 18 years ago
  8. 39939bb Remove some unused functions, no functional change by Dave Chapman · 18 years ago
  9. f097e13 Make the engineer2 WPS work again. Not sure the code does exactly what it should though... by Nicolas Pennequin · 18 years ago
  10. d989f19 No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a little too. by Michael Sevakis · 18 years ago
  11. 441a8d8 Sync the Mac OS X Makefile by Dave Chapman · 18 years ago
  12. 60f8641 New, better GUI for rbutil. (FS#6893) by Dominik Wenger · 18 years ago
  13. f48e0b5 Gigabeat: Get rid of the obsolete FIQ wrapper (not used on PP anymore FIY, but no change there). Use the FIQ stack for DMA address and size variables instead of globals. by Michael Sevakis · 18 years ago
  14. 7a2bc52 Enable playlist functions for m3u files by Hardeep Sidhu · 18 years ago
  15. 3c38fe4 Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with intended interface. by Michael Sevakis · 18 years ago
  16. aa220d5 Trim a bunch of long lines and fix an infinite loop and buffer overrun in the impossible case that a WPS line ends with a litteral string but without a newline char (wps_parser.c:774). by Nicolas Pennequin · 18 years ago
  17. 2a20bfe Make the ID3 info screen treat empty tag strings as 'no value', like the WPS does. by Magnus Holmgren · 18 years ago
  18. 05a158e Treat empty strings as 'no value' in conditionals, as it used to. by Magnus Holmgren · 18 years ago
  19. 378a140 Add a check for unclosed conditionals at the end of the WPS parsing in case we didn't reach the end of the file. Also a few minor other changes. by Nicolas Pennequin · 18 years ago
  20. 3494b21 FS #7093 by Dave Hooper: prevent crash when loading too many/long static strings in the wps by Peter D'Hoye · 18 years ago
  21. 12f2182 M5 needs a target specific screenshot (no radio but with rtc) by Martin Arver · 18 years ago
  22. 4e24bb9 e200: Add register defines for the LCD driver IC. by Michael Sevakis · 18 years ago
  23. 34cb104 Add missing space by Martin Arver · 18 years ago
  24. 61627ca Update images for the main menu. by Martin Arver · 18 years ago
  25. 26ff697 clean up and fix comments. no actual code change by Jonathan Gordon · 18 years ago
  26. 1fa5168 The menu code needs to know that the function wants a param... by Jonathan Gordon · 18 years ago
  27. 7e6af15 Better handling of strings in the WPS parser by detecting duplicates to avoid having two copies of the same string in the string buffer. by Nicolas Pennequin · 18 years ago
  28. 3a7760c Convert onplay.c to the new manu API. only plugins are still using the old API now by Jonathan Gordon · 18 years ago
  29. a05bb26 Gigabeat F/X: Correct the yielding in the ATA. Dump the unneeded DMA transfer complete interrupt in there too. Clean it out. by Michael Sevakis · 18 years ago
  30. 0987a6b This is how it should have been done. by Michael Sevakis · 18 years ago
  31. c7f84b6 ARM/PP: more optimized set_irq_level() by Michael Sevakis · 18 years ago
  32. 1990349 Speed up Portal Player i2c driver. It suffered the same priority inversion problems as the ATA driver once did. by Michael Sevakis · 18 years ago
  33. 482a203 Fixes for the boxes.wps. Add missing closing of conditionals that made the Archos (and iriver remotes/iFP) version fail completely and fix the defintion of the progress bar coordinate in the 220x176x16 version. by Marianne Arnold · 18 years ago
  34. 5073450 these should be static by Jonathan Gordon · 18 years ago
  35. fa67e5f Fix typo. by Jens Arnold · 18 years ago
  36. 39a6b5d Stop using the old menu API in the debug menu (using the new api causes massive bin increase, so fake the old api with existing code instead) (onplay.c and plugins are the only parts using th eold api now) by Jonathan Gordon · 18 years ago
  37. 4eaddc3 Use the new menu API by Jonathan Gordon · 18 years ago
  38. b1ff1ea Improved speed when deleting tags and prevent remaining ghost entries with database loaded in ram. by Miika Pekkarinen · 18 years ago
  39. 9270ada keep some #if 0'ed code in sync by Jonathan Gordon · 18 years ago
  40. caea20e show a splash instead of a menu when the chosen encoder format has no options by Jonathan Gordon · 18 years ago
  41. 1e51477 add a note that you can clear the settings on the Gigabeat by holding A during boot by Marcoen Hirschberg · 18 years ago
  42. 51a8968 update the manual after the POWER and A button switch by Marcoen Hirschberg · 18 years ago
  43. 810f717 make A the new 'clear settings' button for the Gigabeat as it was easy to accidentally trigger it with HOLD by Marcoen Hirschberg · 18 years ago
  44. 7eb8512 changed POWER to be the cancel/stop button and A to be the modifier button to prevent acidental shutdowns by Marcoen Hirschberg · 18 years ago
  45. 8397550 Accept FS #7058 by Alexander Levin: move the euro glyph to the right unicode position and fix the fontname of nimbus-19. by Marcoen Hirschberg · 18 years ago
  46. 441d803 removed unnecessary #if by Daniel Stenberg · 18 years ago
  47. b8a79b8 Clear the RWPS backdrop when a RWPS is loaded, not when a WPS is loaded. by Nicolas Pennequin · 18 years ago
  48. 832bbf7 AAC: More adjustments to how the frequency is read. Still not perfect, but this is probably as good as it can get. by Magnus Holmgren · 18 years ago
  49. 386d838 fix player warning by Jonathan Gordon · 18 years ago
  50. 09467f8 forgot to add Mauricio Peccorini tot eh credits file by Jonathan Gordon · 18 years ago
  51. ed8b3bb Accept FS#7080 by Mauricio Peccorini with some minor changes by me: by Jonathan Gordon · 18 years ago
  52. 5079812 avoid declaring shadow 'rc' variables (-Wshadow!) by Daniel Stenberg · 18 years ago
  53. 52ba1c6 Fix some naughty variable name reuse (hopefully correctly) by Jonathan Gordon · 18 years ago
  54. 3d44a20 Accept FS7078, try to show the last playlist if no audio is being played by Jonathan Gordon · 18 years ago
  55. 5b5d101 Fix a .icons loading bug which caused the tango iconset to not load. by Jonathan Gordon · 18 years ago
  56. 91a86da Rockboxed-wps: solved the mystery of the one vanishing battery symbol on Archos screens... this bmp file was rle-compressed. by Marianne Arnold · 18 years ago
  57. 1cf2ec3 Change some ifdefs for the recent backdrop changes (fixes the yellow builds) and move the backdrop files. by Nicolas Pennequin · 18 years ago
  58. 9db669e Add the 'WPS Context Menu' to the wps keytable in the Player's manual. For some reason it was 'nopt'ed out even though the ActionWpsContext did exist by Marianne Arnold · 18 years ago
  59. 7fdfa56 Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, but the groundwork is laid for main backdrops too (all that's really needed are menus to set/clear them). by Nicolas Pennequin · 18 years ago
  60. 205ec32 Make recording complain about every little file I/O problem (error on close() failure and fsync() failure). Why? I guess we will find out the disk is full about 1/2 sector sooner on average when the file APIs actually detect this correctly. :/ by Michael Sevakis · 18 years ago
  61. 2a2b8d8 Make bitmaps use the right format in a RWPS and prevent a backdrop tag in a RWPS from clearing the main display's backdrop. This also allows future backdrop support for LCD remotes by making the parsing code aware of whether the display for a WPS is a remote or not. by Nicolas Pennequin · 18 years ago
  62. 70e2846 oops, wrong return value by Jonathan Gordon · 18 years ago
  63. a2740d9 convert the playlist viewer menus to the newer API by Jonathan Gordon · 18 years ago
  64. 680acbf fix a stupid bug which didnt check the flag correctly (caused the player to crash trying to access the shutdown options context menu) by Jonathan Gordon · 18 years ago
  65. 6ac306a Add a new commandline switch to the simulator: "--debugwps". It enables printing of advanced (and very verbose) WPS debugging information. Also make the debugging code a bit cleaner. by Nicolas Pennequin · 18 years ago
  66. 4ddc764 Small fix to prevent crashing when attempting to use non-mono bitmaps in a RWPS. by Nicolas Pennequin · 18 years ago
  67. ab707b8 AAC: Improve SBR detection, to fix incorrect frequency on some files (and hopefully not break others :). by Magnus Holmgren · 18 years ago
  68. 72e6dd5 Do the clamping a little better. by Michael Sevakis · 18 years ago
  69. 0d032d1 mpeglayer: Give the simulator YCbCr blit similar behavior to the target. by Michael Sevakis · 18 years ago
  70. 2e2cf06 Oops. This shouln't have been added. by Nicolas Pennequin · 18 years ago
  71. d7fd989 WPS Parser: On parse failure, print a (hopefully) useful error message with line number (sim only). by Nicolas Pennequin · 18 years ago
  72. 7027c6a FS#7036: Power saving improvements for Sansa. Shutdown LCD controller when backlight is off and shutdown ATA controller when the disk isn't being accessed. Frequency scaling is not enabled yet as it was apparently causing some problems. by Barry Wardell · 18 years ago
  73. 27b4a64 AIFF COMM chunks might be larger than 18 bytes. by Jens Arnold · 18 years ago
  74. 77a8683 make the moving smarter so you dont have to select the top card of a column to move the whole column by Jonathan Gordon · 18 years ago
  75. 1245d0f clean up some #include's by Christian Gmeiner · 18 years ago
  76. cd8870c fix a bug which made menus using the old API and a callback function to not work correctly by Jonathan Gordon · 18 years ago
  77. 4dcc32c fix bootloader by Jonathan Gordon · 18 years ago
  78. 4b1d1b4 e200: Make the wheel light timeout configurable (under settings > system) (FS#7067) by Jonathan Gordon · 18 years ago
  79. 6bf86b7 Ooooops, fix warning. by Jens Arnold · 18 years ago
  80. 54866bd Don't need all those #include's. by Barry Wardell · 18 years ago
  81. 5070f41 Consolidated several potential places of return from WPS into one. Fixes the 'Return from WPS at end of playlist always brings up the root menu.' bug on hwcodec. by Jens Arnold · 18 years ago
  82. ee80bca Fix build errors. by Barry Wardell · 18 years ago
  83. f43e50d Move PortalPlayer system.c code into the target tree. by Barry Wardell · 18 years ago
  84. 0a643b8 Fix some very probable typo's. by Barry Wardell · 18 years ago
  85. 9d3694c Fix FS#7056 - dont display garbage if the viewer icon set and the main iconset have different icon heights by Jonathan Gordon · 18 years ago
  86. 814d402 More strict WPS parsing and displaying code. If there are errors, WPS loading will fail and the default WPS will be displayed. by Nicolas Pennequin · 18 years ago
  87. eb85f14 No more type punning where it's not funny. by Michael Sevakis · 18 years ago
  88. 8676dc2 Missed a couple. Hopefully fix all warnings. by Michael Sevakis · 18 years ago
  89. 26d242a General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. by Michael Sevakis · 18 years ago
  90. cf6f4cf Bookmark screen fixes: 1) Make the 'Load bookmark?' prompt follow the status bar setting, and also actually display the statusbar. 2) Call the LCD update function on charcell devices. by Magnus Holmgren · 18 years ago
  91. 7f3c66f Fix the playlist viewer so only 1 line flashes when you move a track by Jonathan Gordon · 18 years ago
  92. c49d5dd Coldfire targets: Adjusted PLL settings (lowest possible VCO clock for each setting) and IDE timing (especially it's faster now on M5+X5). * Added/updated table showing the necessary settings (PLL, refresh, waitstates, IDE timing) for each possible clock frequency. by Jens Arnold · 18 years ago
  93. b1f0049 Fix the undefined char symbols appearing in many output lines. This printf does neither support nor need \n. by Jens Arnold · 18 years ago
  94. c69f032 Player: Fix the dollar sign for old LCD. by Jens Arnold · 18 years ago
  95. 045d3cc mpegplayer: Fix jumping past the frame waiting if Limit FPS is on but Skip Frames is not. Fixes FS#7055 though this was just a general mistake and not limited to the sim. by Michael Sevakis · 18 years ago
  96. 335de0b Clean up that warning and pull out an unneeded #ifdef by Karl Kurbjun · 18 years ago
  97. 8a1fd8c Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself. This build fixes the problems seen with the latest builds on the Gigabeat X. Added View IO Ports under the Debug menu for the Gigabeat. Make sure you grab the latest bootloader from the Wiki as the old bootloader will not work properly with new builds. by Karl Kurbjun · 18 years ago
  98. dd0f1c7 so totally out of date I removed them completely by Daniel Stenberg · 18 years ago
  99. 48d90d3 1) make the mkinfo work with sizes even when make -j is used by Daniel Stenberg · 18 years ago
  100. 49be3fa A bit more readable code. Also saves one buffer. by Jens Arnold · 18 years ago