1. e1f325d Cleared deprecated entries. by Jens Arnold · 19 years ago
  2. 6a703fe New plugin: Fire effect, developed by Kevin Ferrare, adapted to archos and optimised by me. by Jens Arnold · 19 years ago
  3. 74e4b25 New plugin: Plasma effect, developed by Mat Holton, imtegerised and extended by Kevin Ferrare. by Jens Arnold · 19 years ago
  4. 44964c6 Fixed the bootloader compile failure by disabling new directory cache by Miika Pekkarinen · 19 years ago
  5. ab78b04 Implemented directory caching. No more waiting for disk to spin up while by Miika Pekkarinen · 19 years ago
  6. 86e31d5 Added year separators by Björn Stenberg · 19 years ago
  7. 207c950 Cosmetic correction (doesn't affect compiled code) - use letohNN instead of htoleNN in update_fat_entry() by Dave Chapman · 19 years ago
  8. da6c0a0 Fix channel-swapping bug in iriver recordings. Left and Right channels should now be correctly written to the WAV file. by Dave Chapman · 19 years ago
  9. 9e19c95 Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - letoh16, letoh32, htole16, htole32, betoh16, betoh32, htobe16 and htobe32 by Dave Chapman · 19 years ago
  10. 1c3a83c Patch #1264727 by Dave Hooper, Colorize red cards on screens with LCD_DEPTH > 1 by Linus Nielsen Feltzing · 19 years ago
  11. af48260 Modified the viewers.config syntax slightly. The name field should now include by Daniel Stenberg · 19 years ago
  12. 8dd2ff5 removed plugins we no longer build nor include by Daniel Stenberg · 19 years ago
  13. 33e935c Added the "New" menu option. This allows you to manually enter and then save a new grid. Press the menu button when you have finished and enter the full path to save to including the .ss extension (e.g. /sudoku/new.ss). by Dave Chapman · 19 years ago
  14. 598be3a Make the load function handle some variations to the "standard" for .ss files. by Dave Chapman · 19 years ago
  15. 4bf7373 iRiver: remove some code that isn't needed any more. by Magnus Holmgren · 19 years ago
  16. 1cbac55 Grayscale lib on archos: Fixed bug introduced with the register usage change. Reusing a register twice won't work that well... by Jens Arnold · 19 years ago
  17. cfb073c Coldfire: New timer handling on CPU frequency change, adjusting the prescaler on the fly, for both tick and user timer. Precondition is that the higher frequencies are integer multiples of the base: now NORMAL is 45 MHz and MAX is 124 MHz. Removes the need for applications with longer timer periods (>= 10 ms) to boost the CPU all the time, e.g. the grayscale lib. Timer counts are now always based on the base frequency (CPU_FREQ). * Adjusted the RAM refresh timers to the new frequencies (all frequencies for H100) * All: Fixed the tick timer count being off by one. by Jens Arnold · 19 years ago
  18. 7190cf2 Ooops, players have no screendump. by Jens Arnold · 19 years ago
  19. 05042af Core: A graphics framework can now register a hook function to extend the core screendump routine. * Grayscale library: (1) Changed the screendump routine into a hook, and implemented it for H1x0. (2) The planar pixel setting routines now use one register less. Fixes build problem with developer builds (frame pointers enabled) on coldfire. by Jens Arnold · 19 years ago
  20. f0fe3c9 Fix some WavPack bugs by forcing DSP use even when not needed for sampling rate by Dave Bryant · 19 years ago
  21. a1de081 Ooops, forgot to fix that comment. by Jens Arnold · 19 years ago
  22. 1a40e10 H1x0: Changed lcd_blit() and the grayscale library to use the same internal format as on archos (1bpp). While the slowdown of the ISR is minimal (the intermediate buffers are in IRAM), the planar grayscale buffer takes only half the space for a given depth, and gray_update[_rect]() and unbuffered drawing/scrolling are faster because less data needs to be moved. It should also make porting of video.rock somewhat easier. * Archos recorders, Ondios: Some slight optimisations of the grayscale library. by Jens Arnold · 19 years ago
  23. 8b9c64f iriver: Idle CPU in the FM radio screen by Linus Nielsen Feltzing · 19 years ago
  24. 58384f0 iRiver: Make it possible to build Rockbox using GCC 4.0.1. by Magnus Holmgren · 19 years ago
  25. 9d256dc Fixed voice: entries; synced to english. by Jens Arnold · 19 years ago
  26. 50d99ef Fixed messed up voice: lines. Corrected entries depending on whether the voice: entries are actually used. by Jens Arnold · 19 years ago
  27. c1412f7 Fixed voicing of 'Trigger' menu item by Jens Arnold · 19 years ago
  28. 1302f97 Fix the read_uint32be function - it was overwriting before saving parts of the int. by Jonas Häggqvist · 19 years ago
  29. 0dd0d31 Fix for the problem that the iriver would not auto poweroff if a file had been played. Pointed out by Stephan Wezel in patch #1298779. Tested, and pause still remains on if skipping tracks, but if this causes problems, revert it. by Jonas Häggqvist · 19 years ago
  30. 086dd04 Fixed trigger enabling/disabling when cycling backwards through modes. by Jens Arnold · 19 years ago
  31. 893669c Rather obvious simplification of the mpeg frametime fraction calculation. by Jens Arnold · 19 years ago
  32. 87ebd36 Add libalac to non-existent iAudio build by Dave Chapman · 19 years ago
  33. 415f3bd Oops, forgot to guard a couple of calls to dsp_set_replaygain... by Magnus Holmgren · 19 years ago
  34. c694954 Skipping to the previous track from the last buffered track caused playback to stop after the last buffered track if it didn't originally fit completely in the file buffer. by Ryan Jackson · 19 years ago
  35. 4b711c2 Iriver: Added new ReplayGain type: track gain if shuffle mode is active, album gain otherwise. Properly apply ReplayGain settings on config file load. Bumped config version, so save your settings. by Magnus Holmgren · 19 years ago
  36. 9a625ef Add yield() calls inside the monolithic ALAC decode_frame() function - improves responsiveness of UI during ALAC decoding by Dave Chapman · 19 years ago
  37. cae670f Cascade errors back down to qtmovie_read() and correctly return an error on invalid ALAC files - should prevent crashes when attempting to play AAC files using ALAC decoder by Dave Chapman · 19 years ago
  38. ef26cd2 Deal with new "edts" tag in iTunes 5 encoded files - this fixes metadata reading and seeking in new ALAC files by Dave Chapman · 19 years ago
  39. d7ad24e H1x0 radio: Fixed the volume changing issue with non-flat tone controls. by Jens Arnold · 19 years ago
  40. 524b85f H1x0: More precise tuning; corrected xtal frequency in comments + #defines. by Jens Arnold · 19 years ago
  41. 9f41c6c Workaround for ALAC files that previousy wouldn't play. Libalac now skips unknown chunk IDs. Time display and seeking is broken for those files (the ones that played before still work). Patch by Alyssa Milburn. by Jonas Häggqvist · 19 years ago
  42. bccf586 Removed unnecessary codec_api struct. by Thom Johansen · 19 years ago
  43. 0647772 Fix bug in read_uint32be causing simulator warning by Dave Chapman · 19 years ago
  44. 94f31b5 Add ALAC to list of software codecs by Dave Chapman · 19 years ago
  45. 5a1b77f Add ALAC audio type by Dave Chapman · 19 years ago
  46. 139c1cb First version of ALAC (Apple Lossless) decoder by Dave Chapman · 19 years ago
  47. 8026f0f Reverse previous commit - it had uneffected side-effects. by Jonas Häggqvist · 19 years ago
  48. e85fe09 Sudoku: (Recorders) Changed menu button to F1. (Ondio) Changed menu button to long MODE. Short MODE only toggles once; use MODE+DOWN for toggle-repeat. That won't bring up the menu if you're fast enough. Should be easy using the thumb. by Jens Arnold · 19 years ago
  49. debbe97 First Rockbox version of ALAC decoder - porting to work in Rockbox environment and some simple (but significant) optimisations by Dave Chapman · 19 years ago
  50. 567718d Add ON button as an alternative toggle button for the iriver by Dave Chapman · 19 years ago
  51. b5f3365 iriver: proper wav file handling by Frederic Devernay (patch #1245261). Adapted the metadata part to the new metadata.c, and did a few minor changes in the codec. Some of the file format checks in the codec should IMHO be moved to metadata.c, but I left that for later. by Magnus Holmgren · 19 years ago
  52. 711b2e3 Initial (unmodified - for reference) import of David Hammerton's Apple Lossless (ALAC) decoder from http://crazney.net/programs/itunes/alac.html by Dave Chapman · 19 years ago
  53. 025873b Enable FM presets for iriver. Add a preset via the "add" option in the radio menu, and press ON/PLAY button to bring up the list of presets. by Dave Chapman · 19 years ago
  54. ccdae5d iriver: Metadata code cleanup: 1) Remove 4k static buffer. 2) Generalized tag parsing, so APE and Vorbis tags can share some code. 3) Code size reduction (800+ bytes). 4) Better UTF-8 parser (I hope...). 5) More consistent return value on errors. by Magnus Holmgren · 19 years ago
  55. aafb343 Fix to remote-hold check by Stephan Wezel - it always returned true when the remote wasn't present. by Jonas Häggqvist · 19 years ago
  56. c0f4559 Initial parser for the langv2 language file format by Daniel Stenberg · 19 years ago
  57. 747bba5 Credit scroll speed as sine wave in an attempt to beome more readable on the by Daniel Stenberg · 19 years ago
  58. 267d8a7 Rockbox 2.5 released. by Jonas Häggqvist · 19 years ago
  59. 8c1330b Fix warning by Dave Chapman · 19 years ago
  60. 548c1b7 Added menu interface to plugin API - needed by Sudoku by Dave Chapman · 19 years ago
  61. 6afb017 First version of Sudoku plugin by Dave Chapman · 19 years ago
  62. 1b79209 Avoid EMAC stall in MULT31_SHIFT15. by Thom Johansen · 19 years ago
  63. f60e620 DSP_* constants moved from playback.h to dsp.h. by Thom Johansen · 19 years ago
  64. 5f78b9a Restoration update by Jonas Häggqvist · 19 years ago
  65. 5d81b91 moo by Björn Stenberg · 19 years ago
  66. f5ec0fa iriver: fix problem with playing some long vorbis files (e.g., this week in tech, #21); the decoder would run out of memory and freeze rockbox. by Magnus Holmgren · 19 years ago
  67. 59c995f mention list by Björn Stenberg · 19 years ago
  68. 929205f corrected date by Björn Stenberg · 19 years ago
  69. 00d79d8 Wiki deletion by Linus Nielsen Feltzing · 19 years ago
  70. ba966c1 Archos recording/playback: (1) Xing header creation: * Now estimates the framecount from the recording time if the MAS frame counter saturates, so it always writes a valid Xing header. * Reverted my brainless short-xing-header change. This was only valid for layer 3. (2) Xing/VBRI header evaluation: Fixed possible overflow in bitrate calculation. (3) MPEG thread: Avoid double chunk size limiting for the rare case of 8 MB modded Ondios. by Jens Arnold · 19 years ago
  71. 0c1a2c7 iRiver: Fixed a crash when loading a new configuration file and audio by Miika Pekkarinen · 19 years ago
  72. 56fa2da Player and recorder use the same scrambler, and have the same size limits by Linus Nielsen Feltzing · 19 years ago
  73. e3e67ee Proper file numbering in the iriver PCM recording test code by Linus Nielsen Feltzing · 19 years ago
  74. e244f7f Added a dummy sys_poweroff() in the boot loader by Linus Nielsen Feltzing · 19 years ago
  75. 91216a5 The power thread now monitors the shutdown process and forces a poweroff if it takes more than 8 seconds. by Linus Nielsen Feltzing · 19 years ago
  76. 74353a7 The database is now always synched when entering USB mode or shutting down, and not only in the tree browser by Linus Nielsen Feltzing · 19 years ago
  77. 7b86bad Handle the different max binary size limits for the Archos models by Linus Nielsen Feltzing · 19 years ago
  78. 14f2e45 Replaced standard libmad accumulator sequence with EMAC optimised one. by Thom Johansen · 19 years ago
  79. 9e3b755 Nimbus-12: Minor adjustments, plus added a lot of missing characters by Linus Nielsen Feltzing · 19 years ago
  80. 7dec69d Safety net for devices with no hardware poweroff mechanism - hold STOP for several seconds to force a poweroff if the normal shutdown fails by Linus Nielsen Feltzing · 19 years ago
  81. 829f00e Fixed compiler error in the X11 iriver simulator by Linus Nielsen Feltzing · 19 years ago
  82. e6c6d22 Now panicf() shuts off the hard drive and lowers the CPU frequency, it also reboots if ON is pressed. by Linus Nielsen Feltzing · 19 years ago
  83. 4a2feaa Rockboy: Asm optimised updatepatpix() for coldfire. The vertical-mirroring pattern copy profits from burst mode (line aligned movem). by Jens Arnold · 19 years ago
  84. 2c0d04c Fixed comment. by Jens Arnold · 19 years ago
  85. 61a2550 ID3 tag priority setting wasn't applied on startup. by Jens Arnold · 19 years ago
  86. acdcdb0 iRiver: Correctly keeping playback paused when skipping tracks. by Miika Pekkarinen · 19 years ago
  87. ec9b202 Reworked handling of MPEG audio frame & file info: * Fixed frame size calculation for layer 1 (all versions) and layer 2 (V2/V2.5). * Exact frame time (expressed as a fraction) for way more precise playtime calculation at 44100/22050/11025Hz sample frequency. * Exact playtime<->position conversion for CBR also used for resume position. * More compact code, long policy. by Jens Arnold · 19 years ago
  88. 1996dca Put a couple of important layer 1/2 arrays in IRAM. by Thom Johansen · 19 years ago
  89. acabd28 Removed the risk of getting a zero CRC for a valid file. by Daniel Stenberg · 19 years ago
  90. 4a939ec Exact song length calculation for CBR mpeg audio files (without Info header). by Jens Arnold · 19 years ago
  91. c2779e5 Patch #1285659 by Stephan Wezel, adds the %bp tag to the WPS (external power adapter) by Linus Nielsen Feltzing · 19 years ago
  92. 34aa5c2 The previous commit had a distressing lack of words. This time I deliver the promised Christian Gangsta Rap. by Jonas Häggqvist · 19 years ago
  93. f73ec85 Added support for additional ID3v1 genres, including such gems as "Christian gangsta rap" and "Negerpunk". by Jonas Häggqvist · 19 years ago
  94. 04eedd0 WPS: 1) Increased the WPS buffer size from 800 to 1600 bytes, 2) Increased the number of images from 26 to 52, using both a-z and A-Z as image ID 3) Fixed a bug that inserted empty lines if an image tag was wrong by Linus Nielsen Feltzing · 19 years ago
  95. 561aaa1 WPS: 1) Bitmaps are drawn after formatting the entire WPS, 2) Most tags are now marked REFRESH_DYNAMIC, 3) Conditional bitmaps are now drawn with DRMODE_SOLID by Linus Nielsen Feltzing · 19 years ago
  96. 0c885ac Put some FLAC data in IRAM. Will clean up code later. by Thom Johansen · 19 years ago
  97. 4e9969b Removed another warning by Linus Nielsen Feltzing · 19 years ago
  98. 1a812e3 Removed a warning by Linus Nielsen Feltzing · 19 years ago
  99. 640b7cb Use splash() when displaying the end-of-playlist message by Linus Nielsen Feltzing · 19 years ago
  100. 51484e7 Properly stop the audio in the win32 simulated playback by Linus Nielsen Feltzing · 19 years ago