1. 159c52d Initial voice ui support for software codec platforms. Added also a by Miika Pekkarinen · 19 years ago
  2. f090dc3 Crossfade (and pcm buffer size) length is now configurable. by Miika Pekkarinen · 19 years ago
  3. 771ed79 make pcmbuf_init() an empty macro on targets with HW codec by Daniel Stenberg · 19 years ago
  4. cd20166 Call pcmbuf_init() on simulator too. by Miika Pekkarinen · 19 years ago
  5. 20b3897 Separated buffering stuff from pcm_playback to pcmbuf. Renamed some by Miika Pekkarinen · 19 years ago
  6. 7c7dd43 Fixed a long-standing bug in the charging screen. The charging screen froze when OFF was pressed. The intention was to powerdown, but this cannot work on archos, so the charging screen must not react on OFF. Made the charging screen react on the ON press instead of the release for better feedback. Bootbox uses SYS_POWEROFF for powering down. by Jens Arnold · 19 years ago
  7. 52d5b30 Wrong iriver model check by Linus Nielsen Feltzing · 19 years ago
  8. 3a5bd7a Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in the H1x0 remote LCD driver and the recorder LCD driver. by Jens Arnold · 19 years ago
  9. d6ab723 moved rundb_init back to main, it has to be inited after audio_init, also, it has nothing to do with tree (though tagdb does have to do with tree) by Michiel Van Der Kolk · 19 years ago
  10. 8102f3d New option to enable/disable the runtime database. Moved the runtimedb init to a more appropriate place and added proper USB handling. by Jens Arnold · 19 years ago
  11. 10b2069 Fixed a warning. by Michiel Van Der Kolk · 19 years ago
  12. c735ed7 First runtime database support, self repairing, only playcount works for now, by Michiel Van Der Kolk · 19 years ago
  13. 97a8049 New feature for units that can be powered or charged from USB (Recorder fm/v2, Ondios): USB power mode, based on patch #1110332 by Pieter Bos. This way you can save battery power or even charge the battery (fm/v2) while using your unit near a PC. Hold MODE (Ondio) or F1 (fm/v2) while plugging USB to enter that mode. A tiny USB plug icon will be displayed is the status bar (overridden by the regular power plug icon in case of fm/v2 when the charger is connected). by Jens Arnold · 19 years ago
  14. 1b4e309 no if(!usb_detect()) check around the autorock execution since we have early usb detection by Jörg Hohensohn · 19 years ago
  15. 6514435 Iriver: Properly apply sound settings on startup. Moved some inits to more appropriate places. by Jens Arnold · 19 years ago
  16. 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
  17. 5690f78 Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. by Jens Arnold · 19 years ago
  18. 27abc2a (1) Early USB detection on boot, before trying to mount the partitions. Cleaner & quicker; removes the need for the extra USB check at the top of ask_resume() which caused a deadlock in screenshot mode (see patch #1110332). On Ondio, this allows to leave an MMC in the slot when booting with USB connected for instant access. (2) Ondio: Track MMC status, only ask to remove the card if required. Probe MMC status if unknown. by Jens Arnold · 19 years ago
  19. fe1ce9d Hotswap: Better placement for switching the MMC monitor off/on. by Jens Arnold · 19 years ago
  20. 15d7077 Hotswap: Avoid mount race at startup and after returning from USB mode. by Jens Arnold · 19 years ago
  21. 7c1879b IRiver: (1)Setting some remote lcd settings via menu (2) added driver to main.c (3) updated english.lang by Christian Gmeiner · 19 years ago
  22. 3d21781 Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARGER_CONNECTED and SYS_CHARGER_DISCONNECTED events by Linus Nielsen Feltzing · 20 years ago
  23. 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
  24. 9253d4d iRiver: call pcm_init() instead of uda1380_init() by Linus Nielsen Feltzing · 20 years ago
  25. c1a951f Fixed link error for Archos Players/Recorders by Henrik Backe · 20 years ago
  26. 451dd48 Sound api improvements, rockboy sound, contributed by xshock. by Michiel Van Der Kolk · 20 years ago
  27. e7b993f main() now sets the default CPU frequency by Linus Nielsen Feltzing · 20 years ago
  28. 8ef88a1 Build Rockbox for iRiver by Daniel Stenberg · 20 years ago
  29. 3c348df Changed several places to use button_clear_queue() to empty the button queue. Added the ability to empty the (system's) button queue to the X11 simulatr. by Jens Arnold · 20 years ago
  30. 0f04029 New way of handling the builtin language strings. Now the string pointers are no longer stored as initialised data, but calculated by walking one long string containing all language strings separated by \0. While this doesn't need more RAM, it fixes the problem that loading incomplete .lng files after complete ones did not reset the missing strings to the default, and it also decreases the binary size by >1700 bytes. by Jens Arnold · 20 years ago
  31. 76b257f New channel configuration setting, allowing fine-grained control of the stereo width. This replaces the 'stereo narrow' and 'stereo wide' modes. by Jens Arnold · 20 years ago
  32. 7ee03d0 killed a warning by Jörg Hohensohn · 20 years ago
  33. 1a5962f Shared mounting code, also more general. It will mount multiple HD partitions, too, once HAVE_MULTIVOLUME is enabled. by Jörg Hohensohn · 20 years ago
  34. da84857 prepared to mount multiple partitions into one logical file system (most useful for Ondio, internal memory + external MMC) by Jörg Hohensohn · 20 years ago
  35. 7197edd Player: Do not display charging screen on coldstart with charger connected if HD is powered. This is to suppress the charging screen for very old players which cannot control HD power, and relies on proper probing in the bootloader. by Jens Arnold · 20 years ago
  36. 67b17e1 Show rockbox logo again after leaving the charging screen, to provide better visual feedback by Jens Arnold · 20 years ago
  37. e345679 Fixed iriver simulator build by Björn Stenberg · 20 years ago
  38. ef8d508 tuner cleanup + improvements: by Jörg Hohensohn · 20 years ago
  39. 4a5df8e oops, I broke the player build by Jörg Hohensohn · 20 years ago
  40. 8f8fbac Philips tuner prepared, new middle layer to abstract which tuner is used by Jörg Hohensohn · 20 years ago
  41. 688b4dd iRiver: the backlight blink loop is now done in C, using two threads, as a test of the threading code by Linus Nielsen Feltzing · 20 years ago
  42. ccfa4cd Removed car adapter mode for Ondio, and changed the misleading config option HAVE_BATTERIES to the more appropriate HAVE_CHARGING by Jens Arnold · 20 years ago
  43. fb56ee6 Moved Ondio main menu hack in order to properly browse fonts, langs, rocks and .wps files. This does only work after filetype_init() by Jens Arnold · 20 years ago
  44. 3605600 Adjusted temporary Ondio hack for new capabilities by Jens Arnold · 20 years ago
  45. c12e87d The config sector number is now calculated from the lowest partition start sector. Needed for disks with sectors_per_track < 63, e.g. flash cards. by Jens Arnold · 20 years ago
  46. 2d875f8 Disabled all code for the serial remote on Ondio, since the serial port is needed for MMC access. by Jens Arnold · 20 years ago
  47. 6c33c51 Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. by Björn Stenberg · 20 years ago
  48. 82e9438 oh, I need to commit this Ondio hack, else nobody can test with the automated build by Jörg Hohensohn · 20 years ago
  49. abe77a1 More const policeing step 1 by Jens Arnold · 20 years ago
  50. d659282 Removed some obsolete stuff by Linus Nielsen Feltzing · 20 years ago
  51. 7bade1a Bass boost removed in favour of some new sound settings: Super bass and five new MDB parameters: strength, harmonics, center, shape and enable by Linus Nielsen Feltzing · 20 years ago
  52. 15124aa Now handles an empty disk better. This solves bug report #984690. by Linus Nielsen Feltzing · 20 years ago
  53. 6ff6d21 settings_load() is now split in RTC and HD part, so RTC settings get loaded early (car adapter mode) by Jörg Hohensohn · 20 years ago
  54. e85acf1 The USB monitoring started before the ATA thread, leading to badness when Rockbox was started from flash with the USB cable inserted by Linus Nielsen Feltzing · 20 years ago
  55. b81a3c5 We now start monitoring USB earlier, and can enter USB mode from the debug partition viewer. This fixes bug #799491. by Linus Nielsen Feltzing · 21 years ago
  56. 4f36ea8 First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this. by Jörg Hohensohn · 21 years ago
  57. f993365 Moved the low-level playback functionality into a new, separate module "mp3_playback". This e.g. allows to export a memory playback API to the plugins, opens the door to games with sound, UI sounds, etc. by Jörg Hohensohn · 21 years ago
  58. 7df25eb kill an "unused variable" compiler warning by Daniel Stenberg · 21 years ago
  59. 8e43ccb Initial suppport for building Rockbox for Neo. The Neo has a different by Daniel Stenberg · 21 years ago
  60. 4429816 No more spinning disk while charging flashed FM+V2 (you need the new bootloader to utilize it). ToDo: remove now false voltage reading from charging screen. by Jörg Hohensohn · 21 years ago
  61. 577e571 Removed startup_io test code by Björn Stenberg · 21 years ago
  62. 53ee344 Slightly more correct initialization of the power/charging code by Linus Nielsen Feltzing · 21 years ago
  63. f80505c Diagnostic code added, to find init problems (charging, etc.) when flashed: the whole I/O space is saved on startup, can be dumped to a file via debug menu. by Jörg Hohensohn · 21 years ago
  64. c4725df no more startup-rolo of ajbrec.ajz by Jörg Hohensohn · 21 years ago
  65. 020352c call power_init() before the charging screen may open, thus before ata_init(). No settings loaded yet, I hope this is not harmful. by Jörg Hohensohn · 21 years ago
  66. 5dd17b1 A very basic charging screen, probably buggy, the pro's would make it much nicer, but it's a starting point. by Jörg Hohensohn · 21 years ago
  67. c47f8c0 detect cold start (from flash) and look for archos.mod/ajbrec.ajz by Jörg Hohensohn · 21 years ago
  68. fe6cf2d Fixed simulator core dump (forgot to call playlist_init) by Linus Nielsen Feltzing · 21 years ago
  69. 67bea32 Moved the power_init() call to after the mpeg_init() call, this is supposed to solve the startup voltage bug by Linus Nielsen Feltzing · 21 years ago
  70. b85f103 call tree_init(); in the simulator as well as otherwise we always get by Daniel Stenberg · 21 years ago
  71. 20d031f Configurable dir browser file buffer size. No more 400-file limit. No more whining. by Linus Nielsen Feltzing · 21 years ago
  72. 7bb746b Changed to runtime playlist initialization by Björn Stenberg · 21 years ago
  73. c4d8d97 The power-saving SLEEP patch by Simon Elén. by Björn Stenberg · 22 years ago
  74. ba24555 Fixed simulator build error by Linus Nielsen Feltzing · 22 years ago
  75. ebe0752 Correct saving of channel config (patch by Remo Hofer) by Linus Nielsen Feltzing · 22 years ago
  76. 9b98652 Moving the keyboard buffer empty routine to pure simulator code. by Kjell Ericson · 22 years ago
  77. b8342ff Starting the mpeg_thread for the simulator. by Kjell Ericson · 22 years ago
  78. fd9f864 The player simulator now has it own font_init()-function. We shall therefor call it. by Kjell Ericson · 22 years ago
  79. e12e55e Fonts are only for recorder. by Kjell Ericson · 22 years ago
  80. 4d55c2f Partition debug screen added, and jumped to when no fat32 partition is found at boot. by Björn Stenberg · 22 years ago
  81. be86222 No longer loads /.rockbox/default.*. Only selected files. by Björn Stenberg · 22 years ago
  82. dea3122 Added persistence of last .wps, .fnt and .lng file played in /.rockbox by Björn Stenberg · 22 years ago
  83. 5b662ff load ".rockbox/default.lng" at startup by Daniel Stenberg · 22 years ago
  84. 996d4b4 Fixed default font name misspelling. Again. by Björn Stenberg · 22 years ago
  85. 28141dc Fixed default font name misspelling. by Björn Stenberg · 22 years ago
  86. bed3d3f New full ISO-8859-1 system font. by Björn Stenberg · 22 years ago
  87. 93b231c Greg Haerr's new loadable font. No more #ifdef font-style, removed old by Daniel Stenberg · 22 years ago
  88. 085e774 reverted Felix Arends' mistake by Daniel Stenberg · 22 years ago
  89. 9ed9765 windows makefile for firmware by Felix Arends · 22 years ago
  90. b3bda03 Added Balance setting by Linus Nielsen Feltzing · 22 years ago
  91. ebb14ca Gained about 128 KB buffer space by removing malloc() and the heap by Björn Stenberg · 22 years ago
  92. cd7691d Enabled saving settings to disk on player by Björn Stenberg · 22 years ago
  93. 18239b8 Remote control support added by Björn Stenberg · 22 years ago
  94. cd22573 First version of loadable fonts patch by Alex Gitelman by Björn Stenberg · 22 years ago
  95. 5853ef3 Ignore partition types, just try to mount all partitions by Björn Stenberg · 22 years ago
  96. b47e64e Changed #ifdef from ARCHOS_RECORDER to HAVE_* by Björn Stenberg · 22 years ago
  97. 6eb4254 Added battery charger for the recorder and a power management debugger. by Heikki Hannikainen · 22 years ago
  98. 82f0b79 Removed powermgmt.h by Linus Nielsen Feltzing · 22 years ago
  99. 76759e0 Now calls rtc_init() by Linus Nielsen Feltzing · 22 years ago
  100. 95b5667 Removed the boot count by Linus Nielsen Feltzing · 22 years ago