1. 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
  2. c69f032 Player: Fix the dollar sign for old LCD. by Jens Arnold · 18 years ago
  3. 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
  4. 335de0b Clean up that warning and pull out an unneeded #ifdef by Karl Kurbjun · 18 years ago
  5. 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
  6. dd0f1c7 so totally out of date I removed them completely by Daniel Stenberg · 18 years ago
  7. 48d90d3 1) make the mkinfo work with sizes even when make -j is used by Daniel Stenberg · 18 years ago
  8. 49be3fa A bit more readable code. Also saves one buffer. by Jens Arnold · 18 years ago
  9. b7d93d0 Oops, mistake added by me. by Paul Louden · 18 years ago
  10. 0c2858a FS#7057 from Bryan Childs, manual update regarding unworking features on by Paul Louden · 18 years ago
  11. 76cc6f7 provide CPU and Manufacturer as well, and moved around the makefile somewhat by Daniel Stenberg · 18 years ago
  12. 0a1d482 more info added to the output file, some comments added to the code by Daniel Stenberg · 18 years ago
  13. f080ff0 clean rockbox-info.txt as well by Daniel Stenberg · 18 years ago
  14. 10d11ff introducing rockbox-info.txt by Daniel Stenberg · 18 years ago
  15. f6209cc a little extra poke to get the sim to build by Daniel Stenberg · 18 years ago
  16. 77854b7 Removed the question for simulator type and skipped the check for sound by Daniel Stenberg · 18 years ago
  17. ef1109a refuse to continue if pwd contains space, since the rest of the script by Daniel Stenberg · 18 years ago
  18. 5a79536 Changing colours didn't save settings. by Jens Arnold · 18 years ago
  19. 2fd7c3c Make the simulator work with unicode filenames on windows. This includes both file operations and console (debug) output. Note that the console window _must_ be configured to use a truetype font for proper unicode display. by Jens Arnold · 18 years ago
  20. 5d173ea brickmania for the e200. (screen cant rotate, so using half the screen is better than nothing) by Jonathan Gordon · 18 years ago
  21. 15dfe87 move audio drivers together into a subdir by Marcoen Hirschberg · 18 years ago
  22. f725ef1 move to target tree by Marcoen Hirschberg · 18 years ago
  23. 6ffbe38 move the iriver ifp7xx and other pnx0101 related files together in the target tree by Marcoen Hirschberg · 18 years ago
  24. 710a9ca allow the backlight on hold setting to work correctly on sansa by Jonathan Gordon · 18 years ago
  25. 01c0fb4 mpegplayer: Better frame dropping code adapted to the using correct timestamps change. Even smoother frames. Higher FPS and smoother when having to drop than before (Around 15fps regulated for Elephants Dream on x5 which is a dismal situation, up from around 12 or so). by Michael Sevakis · 18 years ago
  26. 0b11d98 Rockpaint plugin: protect against loading bitmaps that are too big. Fixes FS #7040 by Peter D'Hoye · 18 years ago
  27. b44b660 Fix build for those who don't want to build tagcache by Brandon Low · 18 years ago
  28. 392a4ef Fix logf builds on devices that support remotes. by Magnus Holmgren · 18 years ago
  29. 36a2e30 Move the inbuilt filetype info into filetypes.c and rename the defines. by Jonathan Gordon · 18 years ago
  30. f44f961 move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based) by Marcoen Hirschberg · 18 years ago
  31. c3dcc87 Allow rockboy to run while music is playing with smaller roms. Works on players that do not use the IRAM macros. Only tested on the Gigabeat as I think that is the only player that will run rockboy well with music. Also simplified the sound and reduced the code size a bit. by Karl Kurbjun · 18 years ago
  32. 521d6a5 H100 S/PDIF recording: Check and clear the correct interrupt bits when recording from digital in. by Michael Sevakis · 18 years ago
  33. 8f8510e Since the greyscale remote deserved an own iconset the greyscale main screens should have one too. (They also had their own viewer icons already.) by Marianne Arnold · 18 years ago
  34. 5e6e7c5 hmm.... do it a bit nicerly by Jonathan Gordon · 18 years ago
  35. 7056391 Only trigger a wheel press once per click like the OF by Jonathan Gordon · 18 years ago
  36. 27643c6 Initialise the custom icons array correctly instead of just using the ? for all filetypes by Jonathan Gordon · 18 years ago
  37. e9610dc Remove unneeded #include, comment the filename define by Jonathan Gordon · 18 years ago
  38. 69e1f75 Gigabeat: Use the volume up/down buttons for zooming in the JPEG viewer by Linus Nielsen Feltzing · 18 years ago
  39. 754d919 explicitly set *loaded_ok = false; when given "" for a filename. by Jonathan Gordon · 18 years ago
  40. 79a8b41 Fix loadable remote icons. fb_data != fb_remote_data ... by Jens Arnold · 18 years ago
  41. f87eaf3 Fix non-working default viewer icons. Remote viewer icons work now, but still not properly. by Jens Arnold · 18 years ago
  42. ded87cf Fix yellow... by Jens Arnold · 18 years ago
  43. 539c513 Temporary fix for remote bitmap functions in the multi-screen API. Fixed icon.c to use this. Also fixed crash due to missing assignment of lcd_bitmap[_part] for monochrome main LCDs. by Jens Arnold · 18 years ago
  44. e346a4c forgot to add this viewers iconset for greyscale targets by Jonathan Gordon · 18 years ago
  45. 62994d4 Reduce code size a bit. by Magnus Holmgren · 18 years ago
  46. fd951ab make the folder icons play nice when you load a viewers theme (sorry, this is it from me tonight... ) by Jonathan Gordon · 18 years ago
  47. a9c1df4 * its name[rows][columns] you drongo! by Jonathan Gordon · 18 years ago
  48. b6658bb Santiy check shouldnt have been commented out by Jonathan Gordon · 18 years ago
  49. 4a16739 Some gremlins got into my computer again and changed all my code! by Jonathan Gordon · 18 years ago
  50. 3124134 woops by Jonathan Gordon · 18 years ago
  51. ccaf24a Fix the wavplay icon by Jonathan Gordon · 18 years ago
  52. bfa5577 copy+paste mistake by Jonathan Gordon · 18 years ago
  53. 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 18 years ago
  54. 7afe2e8 Oops. Have to do dropping based on future frame type but based upon the current one's lateness otherwise nice screen garbage can result from dropping/drawing the wrong ones. A small amount of refinement will be needed here later. by Michael Sevakis · 18 years ago
  55. eb4dcd8 mpegplayer: Better sync, smoother frames - corrected a few minor flaws. Keep timestamps 32-bit in stead of 33 - a 45kHz clock is good enough for humans. Increase pts queue size since the mpeg buffer is now filled when buffering the audio stream. Cleanup frame drop code a little too. by Michael Sevakis · 18 years ago
  56. 7a5d401 Moved SH1 ADC to target tree. by Jens Arnold · 18 years ago
  57. 36ba4b0 A bit of clarification of code origin. No code change. by Jens Arnold · 18 years ago
  58. ce05add Revert recording/repeat timer for now. It is useful as a feature, but didn't receive enough testing on multiple targets, and fixing it is non-trivial. Later reversal would be complicated because of .lng spreading. * The patch should probably redone in a different way, as it's huge for what it does... * Issues: (1) The repeat timer setting has NULL pointer hits. (2) The multi-int setting screen breaks with proportional fonts, and with somewhat larger fonts. (3) On some targets, all values except the leftmost one are unreachable. * Hint: The timer itself would be much simpler if it'd just store & compare ticks (497 days before it wraps). by Jens Arnold · 18 years ago
  59. 49cf05c Hopefully fix the 64-bit warning. by Nicolas Pennequin · 18 years ago
  60. d226bfd fix typo by Christian Gmeiner · 18 years ago
  61. f53a8f8 Added autoscore tag (%ra) to wps. by Miika Pekkarinen · 18 years ago
  62. 1c0f414 Reverted FS#6949 as we have a strict policy against anonymous contributions. by Miika Pekkarinen · 18 years ago
  63. 947eb50 adapt some values by Christian Gmeiner · 18 years ago
  64. 8a5ecc8 * save more power, as we dont need the mixer (yet) by Christian Gmeiner · 18 years ago
  65. 4995232 Recording countdown timer and repeat timer - see FS #6297 for more details by Martin Scarratt · 18 years ago
  66. 3c6e46c FS#6949 - WPS tag for database autoscore. Author wanted to remain anonymous. by Miika Pekkarinen · 18 years ago
  67. 483c87a Oops, the condition was wrong. Sorry about that :) by Nicolas Pennequin · 18 years ago
  68. 2e1169b * Make the WPS parser close open conditionals on new sublines and comments as well as new lines. by Nicolas Pennequin · 18 years ago
  69. ac94641 e200: Use cached memory for the yuv chroma buffer. Gives some speedup. Align lcd_driver_framebuffer to the same alignment as lcd_framebuffer. The need for this became apparent when the first change cause aligment & 3 != 0 and the screen was wrapped one pixel right with a black pixel at (0, 0). by Michael Sevakis · 18 years ago
  70. 291be03 Woops forgot a file by Michael Sevakis · 18 years ago
  71. f4b5a72 mpeg2dec in mpegplayer: Do a little code slashing and organizing. Much more to come I think. by Michael Sevakis · 18 years ago
  72. 32bd59d Better error checking for the image display tag (%xdn). Should prevent problems with the former crossfeed tag (%xd) when used in a conditional construct. by Nicolas Pennequin · 18 years ago
  73. bf51888 Accept FS#7018, Updated italian translation by Alessio Lenzi by Jonathan Gordon · 18 years ago
  74. d803cf5 Heh. Better way to load the PROCESSOR_ID address. Thanks Thom. :) by Michael Sevakis · 18 years ago
  75. 036168c PP5020/PP5024: Add ASM optimized inline current_core. by Michael Sevakis · 18 years ago
  76. 0b7bb31 Simplification, queue pointers don't wrap (except at INT_MAX, but the calculation is still correct in this case). Implemented queue_count() for the simulator. by Jens Arnold · 18 years ago
  77. 9bfa237 mpegplayer: Get it in better shape for dual core targets. Utilize the newly added cache stuff. Add a mutex to core shared buffer variables. I'd prefer to have a true spinlock there but this will do for the moment and protect the data. Nonetheless I can't seem to crash it on an e200 any longer and the display garbage is gone. by Michael Sevakis · 18 years ago
  78. 3d6436e fix volume of left headphone by Christian Gmeiner · 18 years ago
  79. 20c6bf5 Do the target shuffle again a better way by including from higher levels by Michael Sevakis · 18 years ago
  80. ca6f4ab * make it louder - inspired by FS #6911 by Christian Gmeiner · 18 years ago
  81. 17c93f9 Fix an off-by-one bug (hitting when menu titles are enabled) in the oldmenu wrapper. by Jens Arnold · 18 years ago
  82. 427fff4 Add -rfb option for reading the main firmware (OSOS image) as a binary file. by Dave Chapman · 18 years ago
  83. 266707f Build libmad separately for mpegplayer. This provides flexibility to adjust things like IRAM usage independently - use #ifdef MPEGPLAYER in libmad to make any mpegplayer specific changes. by Dave Chapman · 18 years ago
  84. bd6cb34 Hrmph. Forgot the other instance of cache hacking. by Michael Sevakis · 18 years ago
  85. c0b463d Fix 3G errors. by Michael Sevakis · 18 years ago
  86. d95c390 Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the core for newborn threads. In doing so, move more ARM stuff to the target tree and organize it to make a clean job of it. If anything isn't appropriate for some particular device give a hollar or even just fix it by some added #ifdefing. I was informed that the PP targets are register compatible so I'm going off that advice. The Sansa likes it though. by Michael Sevakis · 18 years ago
  87. e10f455 Simplify the readshort/readlong/readstr functions - move the bounds checking into the calling function (which allows bounds-checking in chunks) and change the readshort/readlong functions (which now always succeed) to return the value read instead of a result code. Indirectly closes FS #7026 by Dave Chapman · 18 years ago
  88. 5d2b1e3 rename ACTION_WPSAB_RESET to ACTION_WPS_ABRESET to be more consistent with the rest by Marcoen Hirschberg · 18 years ago
  89. c97f0c6 Remove the crossfeed WPS tag from the manual. by Nicolas Pennequin · 18 years ago
  90. 2ea39db FS#7020. Make the behaviour of '#' more consistent. It now requires escaping by a '%' to be displayed. If it is not escaped, the following text will be interpreted as a comment (including the newline character). by Nicolas Pennequin · 18 years ago
  91. c05ee02 Removed unused struct member from gui_synclist, and reordered struct members of gui_list for optimal packing. by Jens Arnold · 18 years ago
  92. 6be6156 Fix sim crashes on long filenames. Patch by Sean Morrisey with some minor changes by me. Fixes FS #6009 by Peter D'Hoye · 18 years ago
  93. 6222b2e Fix bootloader warning. by Jens Arnold · 18 years ago
  94. 47bf6c5 Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. by Jens Arnold · 18 years ago
  95. 734278b Consistency fix: pressing play (on) button also takes you to the WPS just like elsewhere. Fixes FS #6743 by Peter D'Hoye · 18 years ago
  96. ddf8300 Switch to mi4 format for Rockbox binary on H10 and Sansa. This means we now only have one binary format to deal with on this target. Users with bootloaders older than 20 March 2007 will have to update. Up to date ones are already on download.rockbox.org since that date. by Barry Wardell · 18 years ago
  97. 5e47daa Now track total playtime should be accessible as well by using Pm and Ps virtual tags. by Miika Pekkarinen · 18 years ago
  98. 9d9937a Added virtual tags in database to break track length to minutes and seconds. by Miika Pekkarinen · 18 years ago
  99. ec88dff Make resuming a directory bookmark more robust (e.g., when the directory no longer exists). by Magnus Holmgren · 18 years ago
  100. e6de6e5 FS#7002 - Fix a bug in parser of tagnavi.config preventing to set first menu as the root menu. by Miika Pekkarinen · 18 years ago