1. 9cfa47a "Bootbox" is a minimalistic rescue firmware for Archos models. Not working yet (Rolo problems). Created by configure script as bootloader. by Jörg Hohensohn · 19 years ago
  2. b6bd582 preparation for sectioned linking (will remove dead functions/data) by Jörg Hohensohn · 19 years ago
  3. be918cd Fixed a problem with playback when returning from usb mode. by Miika Pekkarinen · 19 years ago
  4. 78da1ff The last commit mixed up the arguments of cpu_boost(). Fixed that and removed the #ifdefs again, added #define cpui_boost(on_off) for fixed frequency platforms instead. by Jens Arnold · 19 years ago
  5. 387c4f2 Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ. by Miika Pekkarinen · 19 years ago
  6. 0cb7511 Backlight dimming is now flicker free on all situations. by Miika Pekkarinen · 19 years ago
  7. 5936246 Fixed glitches from crossfade. by Miika Pekkarinen · 19 years ago
  8. 61b9d34 Iriver: Backlight fading is now configurable. Added a function to stop the backlight from using timer1, freeing it for usage in plugins. Grouped together some related settings functions. by Jens Arnold · 19 years ago
  9. 3e88b58 Crossfade fixes. by Miika Pekkarinen · 19 years ago
  10. 644d073 Crossfade adjustments. by Miika Pekkarinen · 19 years ago
  11. cdcd651 Musepack files should play (poorly) now. by Thom Johansen · 19 years ago
  12. af53cef cpu_boost(true) was called twice. by Miika Pekkarinen · 19 years ago
  13. 6514435 Iriver: Properly apply sound settings on startup. Moved some inits to more appropriate places. by Jens Arnold · 19 years ago
  14. ad839ae Added missing quote by Linus Nielsen Feltzing · 19 years ago
  15. 9a89921 Patch #1223219 by Dave Wiard - Add all supported audio files with Create Playlist by Linus Nielsen Feltzing · 19 years ago
  16. cf18f96 Elapsed counter resets correctly when changing tracks. by Miika Pekkarinen · 19 years ago
  17. 12a0e22 iriver: Prescale the digital volume when boosting treble/bass by decreasing the mixer volume. by Jens Arnold · 19 years ago
  18. 2c28390 Added code to handle APEv2 tags for WavPack files, although this should be by Dave Bryant · 19 years ago
  19. fe8eb3b crossfade works much better but costs some cpu power if enabled. by Miika Pekkarinen · 19 years ago
  20. b08e2ac Fixed the dreaded iRiver simulator crash by Linus Nielsen Feltzing · 19 years ago
  21. 431e813 Some re-desing to buffer filling and track loading code and a few bug fixes. by Miika Pekkarinen · 19 years ago
  22. 6b3a14a Only stop backlight pwm timer if display is fully dimmed either on or off. by Miika Pekkarinen · 19 years ago
  23. 0a81bb3 Don't initialize id3 structure with zeros on software codec platforms by Miika Pekkarinen · 19 years ago
  24. e5d0872 Iriver: First attempt at recording. Use Info->Debug->PCM recording to test recording of wav-files. Seams to work fine except occasional 100 ms noise at pos 100 ms (not later) so initialization or synch problem.. by Andy · 19 years ago
  25. 2c0a58c prevent build failures for non-iriver targets by Daniel Stenberg · 19 years ago
  26. f77547c make it build fine for H300 (keypads) as well by Daniel Stenberg · 19 years ago
  27. 3a79a70 pcm_playback.c is not for sims by Daniel Stenberg · 19 years ago
  28. 6067b6a make it not attempt to build the sh1 assembler when build for H300 by Daniel Stenberg · 19 years ago
  29. 57e78a5 reverted the ifdef change, this code really IS H120/H140-specific and thus by Daniel Stenberg · 19 years ago
  30. 6dd2729 Set up things identical for all MCF5249 devices, until we find a reason not to by Daniel Stenberg · 19 years ago
  31. 2230791 1) mpeg.c is only for MAS-devices by Daniel Stenberg · 19 years ago
  32. 1753e98 behave the same way with the h300 keypad as with the h100 (for now at least) by Daniel Stenberg · 19 years ago
  33. 3dd7593 Initial setup for the H300 keypad by Daniel Stenberg · 19 years ago
  34. 33d4c33 Made the (iriver) use of GPIO1 depend on the presense of a coldfire cpu instead by Daniel Stenberg · 19 years ago
  35. f03bc29 depend on CPU, not player model by Daniel Stenberg · 19 years ago
  36. 5b6909b ifdef fix by Daniel Stenberg · 19 years ago
  37. defdf4b First attempt at seeking in FLAC files by Dave Chapman · 19 years ago
  38. 33001cb Add logf to the plugin interface (use the LOGF macro) by Dave Chapman · 19 years ago
  39. 961c9a3 Added %fc WPS tag to display codec type - moved codectype from track_info struct into mp3info struct, initialise it on MAS platforms, and add it to the WPS. by Dave Chapman · 19 years ago
  40. 2bfd258 Initial support for iriver backlight dimming. Unfortunately dimming by Miika Pekkarinen · 19 years ago
  41. b028772 Fixed MPEG header validation for layer 1 on iriver, and simplified it for archos. by Jens Arnold · 19 years ago
  42. e2cd581 Proper MPEG layer 1 support. by Jens Arnold · 19 years ago
  43. 59b7894 Center USB logo on all models by Andy · 19 years ago
  44. 9ed26cb Button adjustments for H1x0: added mode button for leaving menus and cancelling settings, removed unnecessary soft keylock from wps. by Jens Arnold · 19 years ago
  45. 9e86521 Fix red gmini build. by Jens Arnold · 19 years ago
  46. 4c7da88 Iriver UDA1380 volume and balance handling is now done in sound.c, similar to archos player; removed pcm_set_volume(). Implemented a dB-linear scale. Sorted & bumped plugin api. Removed audio test from the debug menu. by Jens Arnold · 19 years ago
  47. 22c15b7 Simulator stub for remote lcd flip. by Jens Arnold · 19 years ago
  48. bd1bb5f iriver: LCD flip for H1x0 remote, some code cleanup. by Jens Arnold · 19 years ago
  49. ba7dccf Fixed graphical glitch occuring in flipped lcd mode. by Jens Arnold · 19 years ago
  50. 752c34c Proper handling of the UDA1380 RESET signal by Linus Nielsen Feltzing · 19 years ago
  51. 55afc7c Rename UI-v2.bmp to UI-recorderv2.bmp (Rec v2 win32 sim now builds) by Dave Chapman · 19 years ago
  52. ffa3222 improved ifdef and wrapped long lines by Daniel Stenberg · 19 years ago
  53. 9a7ebfd ifdef corrections by Daniel Stenberg · 19 years ago
  54. de1b915 Iriver: Sleep timer now powers off the box even when the charger is connected. by Jens Arnold · 19 years ago
  55. a4a1a55 Let's actually take volume into account this time. by Thom Johansen · 19 years ago
  56. 17f6d65 Adjusted settings bitfield to properly keep the bass setting on H1x0, and save some bits on treble. Bumped config block version, so save your settings to a file before upgrading. by Jens Arnold · 19 years ago
  57. 3828c7d Balance support for UDA1380 based players. by Thom Johansen · 19 years ago
  58. 3de5e74 uda1380: Added bass/treble and recording functions by Andy · 19 years ago
  59. eadceed Broken code, too much crack for me. by Thom Johansen · 19 years ago
  60. 38c9d75 Proper UDA1380 bass and treble settings. by Thom Johansen · 19 years ago
  61. 53ce20a Killed all simulator warnings. by Miika Pekkarinen · 19 years ago
  62. c3fed62 Fixed the "last song bug". by Miika Pekkarinen · 19 years ago
  63. e941289 audio_is_initialized has to be set in playback.c. by Miika Pekkarinen · 19 years ago
  64. 65e6a63 The modifications are for all larger screens by Jonas Häggqvist · 19 years ago
  65. 92ea04a Added stubs for simulator to reduce some #ifdefs. by Miika Pekkarinen · 19 years ago
  66. 08636e1 Added define for the UDA1380 codec chip. by Thom Johansen · 19 years ago
  67. a7de2e2 use the 160 pixels wide logo for wider LCDs too (for now at least) by Daniel Stenberg · 19 years ago
  68. 6b60f9a LCD code depends on LCD model, not keypad by Daniel Stenberg · 19 years ago
  69. 8576114 early and not yet working support for H300 builds by Daniel Stenberg · 19 years ago
  70. 0482ff5 options for the H300 series by Daniel Stenberg · 19 years ago
  71. 5058f7d ID3 parser bug fix by Ray Lambert by Linus Nielsen Feltzing · 19 years ago
  72. 5b9eb29 Add A52/AC3 metadata parsing (samplerate, bitrate, track length) by Dave Chapman · 19 years ago
  73. 3ad485b Move metadata parsing code from playback.c into metadata.c by Dave Chapman · 19 years ago
  74. 88a89e0 There is no printf() in rockbox, but DEBUGF() has the intended effect in simulator. by Tomas Salfischberger · 19 years ago
  75. 184d82e Oops, simulator compiles now fine. by Miika Pekkarinen · 19 years ago
  76. 8d5822d Playlist changed are recognized correctly. by Miika Pekkarinen · 19 years ago
  77. fe8663c See my message on the mailinglist. This should kill all warnings left in the iriver builds. And the changes will be added to the next musepack minor release. by Tomas Salfischberger · 19 years ago
  78. 9b9d6e7 Another warning fixed (idtag.c:59: warning: implicit declaration of function `memcmp') by Tomas Salfischberger · 19 years ago
  79. 2ed84ec The synthVoice() function declaration was wrong (caused a warning). And because of that GCC didn't notice the error on line 390: synthVoice(currentVoice). by Tomas Salfischberger · 19 years ago
  80. ef72f99 Fixed a dead lock, file handle leak that caused wps to jam and by Miika Pekkarinen · 19 years ago
  81. 58c71e0 Pause and probably some crashes fixed. by Miika Pekkarinen · 19 years ago
  82. 6ab53ba Even more quiet audio initialization. by Miika Pekkarinen · 19 years ago
  83. 37f59a0 - add Andy Young's patch to make sound init more quiet by Marcoen Hirschberg · 19 years ago
  84. 24394b3 Increase FILEBUF_CHUNKSIZE to 128K - fixes pauses in high-bitrate AC3s by Dave Chapman · 19 years ago
  85. 58af47c Seeking forwards works a little better. Playlist handling still buggy. by Miika Pekkarinen · 19 years ago
  86. 789791e Configure CODEC_SET_FILEBUF_CHUNKSIZE - improves FLAC performance by Dave Chapman · 19 years ago
  87. d94cba6 Forward seeking fixed. Some comments added. by Miika Pekkarinen · 19 years ago
  88. 7dad7d3 Initial commit of actual WavPack codec... :) by Dave Bryant · 19 years ago
  89. 57c6f6e Initial pass at WavPack codec playback support (and my first commit...) by Dave Bryant · 19 years ago
  90. 7ac0b35 Remove TREE_RC_ENTER, it was redundant by Marcoen Hirschberg · 19 years ago
  91. fb369b0 Make remote-control code more complete by Marcoen Hirschberg · 19 years ago
  92. 7eb743e More codec loader corrections. by Miika Pekkarinen · 19 years ago
  93. e0037ad Codec loader fixed. Now switching between different codecs should work better. by Miika Pekkarinen · 19 years ago
  94. b56f424 Added menu button for remote (because the menu now supports the remote too). by Tomas Salfischberger · 19 years ago
  95. c19e0f0 Add remote control support to tree and menu. Move defines from wps.c to wps.h by Marcoen Hirschberg · 19 years ago
  96. 097444d Fixed some mp3 metadata reading performance problem. Next track by Miika Pekkarinen · 19 years ago
  97. 7cdae1a First attempt at gapless MP3 support using LAME header info. by Thom Johansen · 19 years ago
  98. 57f0ec1 Added support for reading LAME header delay and padding fields for proper gapless MP3 support. by Thom Johansen · 19 years ago
  99. ca19564 Enabled minor Tremor opt. by Thom Johansen · 19 years ago
  100. a1d75d3 Calculate accurate Ogg duration and bitrate by Dave Chapman · 19 years ago