1. 2811854 bootbox is not a module by Daniel Stenberg · 20 years ago
  2. 101872f no more codecbuf in here by Daniel Stenberg · 20 years ago
  3. 8c4bc22 this code is for uda1380 only by Daniel Stenberg · 20 years ago
  4. 31efab4 removed the use of the 2nd argument to codec_start() since no codec used by Daniel Stenberg · 20 years ago
  5. 1f3d08d fixed make clean for the codec lib by Daniel Stenberg · 20 years ago
  6. 1dd672f moved and renamed the codecs, gave the codecs a new extension (.codec), by Daniel Stenberg · 20 years ago
  7. b7aaa64 H1x0: rolo_restart() now uses the actual destination address to start the code. Some asm optimisation. by Jens Arnold · 20 years ago
  8. 4fd457a New WPS image code, introducing a new format :) by Tomas Salfischberger · 20 years ago
  9. 714358a Initial linear interpolating resampler. This resampler really needs to be ripped out of the codec, and put into the playback system. Optimising probably wouldn't hurt either, currently it slows down playback quite a bit. by Thom Johansen · 20 years ago
  10. 1a558da Moved to logf.h by Tomas Salfischberger · 20 years ago
  11. 2c7a173 My gcc v3.3.5 choked on the bool type, solved with this include. by Tomas Salfischberger · 20 years ago
  12. fcc282c OOps, bad handling of tick_remove_task() by Linus Nielsen Feltzing · 20 years ago
  13. b5a0f70 New debug screen for sw codec audio thread by Linus Nielsen Feltzing · 20 years ago
  14. 8f2a3e9 Increased max number of tick tasks by Linus Nielsen Feltzing · 20 years ago
  15. 6d4b78b Image support for the WPS. by Tomas Salfischberger · 20 years ago
  16. 83b4a83 Better values for the iriver battery by Marcoen Hirschberg · 20 years ago
  17. 03ba079 Synced by Jonas Häggqvist · 20 years ago
  18. 2de7bca Should work on Windows 95/98/ME as well now by Jonas Häggqvist · 20 years ago
  19. 292b77b Coldfire: slight memset() optimisation. by Jens Arnold · 20 years ago
  20. 6aa8525 fix for Ondio by Jörg Hohensohn · 20 years ago
  21. 1b4e309 no if(!usb_detect()) check around the autorock execution since we have early usb detection by Jörg Hohensohn · 20 years ago
  22. 36e2393 allow smaller .ucl, to test bootbox by Jörg Hohensohn · 20 years ago
  23. aee2425 CODECS lists the codec plugins, so that the Makefile knows what ones to by Daniel Stenberg · 20 years ago
  24. ecf2f747 Daniel's fix that loads codecs in their own memory space by Linus Nielsen Feltzing · 20 years ago
  25. 2f2b9ea The iriver simulator now uses the correct LCD driver by Linus Nielsen Feltzing · 20 years ago
  26. 1b3622d Use asm optimised memset() in vorbis_apply_window. by Pedro Vasconcelos · 20 years ago
  27. ae45ec5 Made Supported the default File View option by Linus Nielsen Feltzing · 20 years ago
  28. 8caf175 memset() on coldfire now exploits burst mode whenever possible, giving another speed increase of up to 2.4 times for large blocks. Added a slight optimisation for small blocks as well. by Jens Arnold · 20 years ago
  29. ac0bc83 Assembler optimised memset() for coldfire. Speed increase ranging from a few percent (small blocks) to 4 times (large unaligned blocks). Slight optimisation for SH1 as well. by Jens Arnold · 20 years ago
  30. ebe3a6b Added bootbox by Linus Nielsen Feltzing · 20 years ago
  31. a0add0c Rolo problem fixed by Jörg Hohensohn · 20 years ago
  32. 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 · 20 years ago
  33. b6bd582 preparation for sectioned linking (will remove dead functions/data) by Jörg Hohensohn · 20 years ago
  34. be918cd Fixed a problem with playback when returning from usb mode. by Miika Pekkarinen · 20 years ago
  35. 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 · 20 years ago
  36. 387c4f2 Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ. by Miika Pekkarinen · 20 years ago
  37. 0cb7511 Backlight dimming is now flicker free on all situations. by Miika Pekkarinen · 20 years ago
  38. 5936246 Fixed glitches from crossfade. by Miika Pekkarinen · 20 years ago
  39. 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 · 20 years ago
  40. 3e88b58 Crossfade fixes. by Miika Pekkarinen · 20 years ago
  41. 644d073 Crossfade adjustments. by Miika Pekkarinen · 20 years ago
  42. cdcd651 Musepack files should play (poorly) now. by Thom Johansen · 20 years ago
  43. af53cef cpu_boost(true) was called twice. by Miika Pekkarinen · 20 years ago
  44. 6514435 Iriver: Properly apply sound settings on startup. Moved some inits to more appropriate places. by Jens Arnold · 20 years ago
  45. ad839ae Added missing quote by Linus Nielsen Feltzing · 20 years ago
  46. 9a89921 Patch #1223219 by Dave Wiard - Add all supported audio files with Create Playlist by Linus Nielsen Feltzing · 20 years ago
  47. cf18f96 Elapsed counter resets correctly when changing tracks. by Miika Pekkarinen · 20 years ago
  48. 12a0e22 iriver: Prescale the digital volume when boosting treble/bass by decreasing the mixer volume. by Jens Arnold · 20 years ago
  49. 2c28390 Added code to handle APEv2 tags for WavPack files, although this should be by Dave Bryant · 20 years ago
  50. fe8eb3b crossfade works much better but costs some cpu power if enabled. by Miika Pekkarinen · 20 years ago
  51. b08e2ac Fixed the dreaded iRiver simulator crash by Linus Nielsen Feltzing · 20 years ago
  52. 431e813 Some re-desing to buffer filling and track loading code and a few bug fixes. by Miika Pekkarinen · 20 years ago
  53. 6b3a14a Only stop backlight pwm timer if display is fully dimmed either on or off. by Miika Pekkarinen · 20 years ago
  54. 0a81bb3 Don't initialize id3 structure with zeros on software codec platforms by Miika Pekkarinen · 20 years ago
  55. 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 · 20 years ago
  56. 2c0a58c prevent build failures for non-iriver targets by Daniel Stenberg · 20 years ago
  57. f77547c make it build fine for H300 (keypads) as well by Daniel Stenberg · 20 years ago
  58. 3a79a70 pcm_playback.c is not for sims by Daniel Stenberg · 20 years ago
  59. 6067b6a make it not attempt to build the sh1 assembler when build for H300 by Daniel Stenberg · 20 years ago
  60. 57e78a5 reverted the ifdef change, this code really IS H120/H140-specific and thus by Daniel Stenberg · 20 years ago
  61. 6dd2729 Set up things identical for all MCF5249 devices, until we find a reason not to by Daniel Stenberg · 20 years ago
  62. 2230791 1) mpeg.c is only for MAS-devices by Daniel Stenberg · 20 years ago
  63. 1753e98 behave the same way with the h300 keypad as with the h100 (for now at least) by Daniel Stenberg · 20 years ago
  64. 3dd7593 Initial setup for the H300 keypad by Daniel Stenberg · 20 years ago
  65. 33d4c33 Made the (iriver) use of GPIO1 depend on the presense of a coldfire cpu instead by Daniel Stenberg · 20 years ago
  66. f03bc29 depend on CPU, not player model by Daniel Stenberg · 20 years ago
  67. 5b6909b ifdef fix by Daniel Stenberg · 20 years ago
  68. defdf4b First attempt at seeking in FLAC files by Dave Chapman · 20 years ago
  69. 33001cb Add logf to the plugin interface (use the LOGF macro) by Dave Chapman · 20 years ago
  70. 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 · 20 years ago
  71. 2bfd258 Initial support for iriver backlight dimming. Unfortunately dimming by Miika Pekkarinen · 20 years ago
  72. b028772 Fixed MPEG header validation for layer 1 on iriver, and simplified it for archos. by Jens Arnold · 20 years ago
  73. e2cd581 Proper MPEG layer 1 support. by Jens Arnold · 20 years ago
  74. 59b7894 Center USB logo on all models by Andy · 20 years ago
  75. 9ed26cb Button adjustments for H1x0: added mode button for leaving menus and cancelling settings, removed unnecessary soft keylock from wps. by Jens Arnold · 20 years ago
  76. 9e86521 Fix red gmini build. by Jens Arnold · 20 years ago
  77. 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 · 20 years ago
  78. 22c15b7 Simulator stub for remote lcd flip. by Jens Arnold · 20 years ago
  79. bd1bb5f iriver: LCD flip for H1x0 remote, some code cleanup. by Jens Arnold · 20 years ago
  80. ba7dccf Fixed graphical glitch occuring in flipped lcd mode. by Jens Arnold · 20 years ago
  81. 752c34c Proper handling of the UDA1380 RESET signal by Linus Nielsen Feltzing · 20 years ago
  82. 55afc7c Rename UI-v2.bmp to UI-recorderv2.bmp (Rec v2 win32 sim now builds) by Dave Chapman · 20 years ago
  83. ffa3222 improved ifdef and wrapped long lines by Daniel Stenberg · 20 years ago
  84. 9a7ebfd ifdef corrections by Daniel Stenberg · 20 years ago
  85. de1b915 Iriver: Sleep timer now powers off the box even when the charger is connected. by Jens Arnold · 20 years ago
  86. a4a1a55 Let's actually take volume into account this time. by Thom Johansen · 20 years ago
  87. 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 · 20 years ago
  88. 3828c7d Balance support for UDA1380 based players. by Thom Johansen · 20 years ago
  89. 3de5e74 uda1380: Added bass/treble and recording functions by Andy · 20 years ago
  90. eadceed Broken code, too much crack for me. by Thom Johansen · 20 years ago
  91. 38c9d75 Proper UDA1380 bass and treble settings. by Thom Johansen · 20 years ago
  92. 53ce20a Killed all simulator warnings. by Miika Pekkarinen · 20 years ago
  93. c3fed62 Fixed the "last song bug". by Miika Pekkarinen · 20 years ago
  94. e941289 audio_is_initialized has to be set in playback.c. by Miika Pekkarinen · 20 years ago
  95. 65e6a63 The modifications are for all larger screens by Jonas Häggqvist · 20 years ago
  96. 92ea04a Added stubs for simulator to reduce some #ifdefs. by Miika Pekkarinen · 20 years ago
  97. 08636e1 Added define for the UDA1380 codec chip. by Thom Johansen · 20 years ago
  98. a7de2e2 use the 160 pixels wide logo for wider LCDs too (for now at least) by Daniel Stenberg · 20 years ago
  99. 6b60f9a LCD code depends on LCD model, not keypad by Daniel Stenberg · 20 years ago
  100. 8576114 early and not yet working support for H300 builds by Daniel Stenberg · 20 years ago