1. 524b85f H1x0: More precise tuning; corrected xtal frequency in comments + #defines. by Jens Arnold · 19 years ago
  2. 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
  3. bccf586 Removed unnecessary codec_api struct. by Thom Johansen · 19 years ago
  4. 0647772 Fix bug in read_uint32be causing simulator warning by Dave Chapman · 19 years ago
  5. 94f31b5 Add ALAC to list of software codecs by Dave Chapman · 19 years ago
  6. 5a1b77f Add ALAC audio type by Dave Chapman · 19 years ago
  7. 139c1cb First version of ALAC (Apple Lossless) decoder by Dave Chapman · 19 years ago
  8. 8026f0f Reverse previous commit - it had uneffected side-effects. by Jonas Häggqvist · 19 years ago
  9. 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
  10. 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
  11. 567718d Add ON button as an alternative toggle button for the iriver by Dave Chapman · 19 years ago
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. c0f4559 Initial parser for the langv2 language file format by Daniel Stenberg · 19 years ago
  18. 747bba5 Credit scroll speed as sine wave in an attempt to beome more readable on the by Daniel Stenberg · 19 years ago
  19. 267d8a7 Rockbox 2.5 released. by Jonas Häggqvist · 19 years ago
  20. 8c1330b Fix warning by Dave Chapman · 19 years ago
  21. 548c1b7 Added menu interface to plugin API - needed by Sudoku by Dave Chapman · 19 years ago
  22. 6afb017 First version of Sudoku plugin by Dave Chapman · 19 years ago
  23. 1b79209 Avoid EMAC stall in MULT31_SHIFT15. by Thom Johansen · 19 years ago
  24. f60e620 DSP_* constants moved from playback.h to dsp.h. by Thom Johansen · 19 years ago
  25. 5f78b9a Restoration update by Jonas Häggqvist · 19 years ago
  26. 5d81b91 moo by Björn Stenberg · 19 years ago
  27. 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
  28. 59c995f mention list by Björn Stenberg · 19 years ago
  29. 929205f corrected date by Björn Stenberg · 19 years ago
  30. 00d79d8 Wiki deletion by Linus Nielsen Feltzing · 19 years ago
  31. 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
  32. 0c1a2c7 iRiver: Fixed a crash when loading a new configuration file and audio by Miika Pekkarinen · 19 years ago
  33. 56fa2da Player and recorder use the same scrambler, and have the same size limits by Linus Nielsen Feltzing · 19 years ago
  34. e3e67ee Proper file numbering in the iriver PCM recording test code by Linus Nielsen Feltzing · 19 years ago
  35. e244f7f Added a dummy sys_poweroff() in the boot loader by Linus Nielsen Feltzing · 19 years ago
  36. 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
  37. 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
  38. 7b86bad Handle the different max binary size limits for the Archos models by Linus Nielsen Feltzing · 19 years ago
  39. 14f2e45 Replaced standard libmad accumulator sequence with EMAC optimised one. by Thom Johansen · 19 years ago
  40. 9e3b755 Nimbus-12: Minor adjustments, plus added a lot of missing characters by Linus Nielsen Feltzing · 19 years ago
  41. 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
  42. 829f00e Fixed compiler error in the X11 iriver simulator by Linus Nielsen Feltzing · 19 years ago
  43. 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
  44. 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
  45. 2c0d04c Fixed comment. by Jens Arnold · 19 years ago
  46. 61a2550 ID3 tag priority setting wasn't applied on startup. by Jens Arnold · 19 years ago
  47. acdcdb0 iRiver: Correctly keeping playback paused when skipping tracks. by Miika Pekkarinen · 19 years ago
  48. 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
  49. 1996dca Put a couple of important layer 1/2 arrays in IRAM. by Thom Johansen · 19 years ago
  50. acabd28 Removed the risk of getting a zero CRC for a valid file. by Daniel Stenberg · 19 years ago
  51. 4a939ec Exact song length calculation for CBR mpeg audio files (without Info header). by Jens Arnold · 19 years ago
  52. c2779e5 Patch #1285659 by Stephan Wezel, adds the %bp tag to the WPS (external power adapter) by Linus Nielsen Feltzing · 19 years ago
  53. 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
  54. f73ec85 Added support for additional ID3v1 genres, including such gems as "Christian gangsta rap" and "Negerpunk". by Jonas Häggqvist · 19 years ago
  55. 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
  56. 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
  57. 0c885ac Put some FLAC data in IRAM. Will clean up code later. by Thom Johansen · 19 years ago
  58. 4e9969b Removed another warning by Linus Nielsen Feltzing · 19 years ago
  59. 1a812e3 Removed a warning by Linus Nielsen Feltzing · 19 years ago
  60. 640b7cb Use splash() when displaying the end-of-playlist message by Linus Nielsen Feltzing · 19 years ago
  61. 51484e7 Properly stop the audio in the win32 simulated playback by Linus Nielsen Feltzing · 19 years ago
  62. 6f44a25 coldfire_set_macsr(): (1) The argument isn't necessarily constant. (2) Let the compiler choose whether to use a register or an immediate. by Jens Arnold · 19 years ago
  63. 3794cf3 Nitpicking. by Jonas Häggqvist · 19 years ago
  64. fb30e72 Fix red build with a comment for now. by Thom Johansen · 19 years ago
  65. 5e3e957 Code was a wild mix of different styles, cleaned it up somewhat. by Thom Johansen · 19 years ago
  66. 98143f5 Adds a filename sanity check to add_dir_entry that at the moment only checks for names ending in a period, but can easily be extended. Changes the error codes for add_dir_entry. Fixes bug #782248. by Jonas Häggqvist · 19 years ago
  67. 0dea3ef Couple of nitpick fixes. by Thom Johansen · 19 years ago
  68. 735208a Adapted codecs and DSP system to having MACSR saved in thread context. by Thom Johansen · 19 years ago
  69. 4cd06c4 The status bas wasn't correctly redrawn in the FM radio screen by Linus Nielsen Feltzing · 19 years ago
  70. fb1850b Moved the system_reboot() call to the correct place by Linus Nielsen Feltzing · 19 years ago
  71. 8fd5b17 Ondio FM: Removed S/PDIF option for recording source, as the Ondio doesn't have S/PDIF input. Bumped config block version so save your settings. by Jens Arnold · 19 years ago
  72. cff7b06 fixed the removal of the codec dir properly in case of no codecs available by Daniel Stenberg · 19 years ago
  73. ffec1a1 A larger Hebrew (ISO8859-8) font from the Xorg distribution. Public domain. by Jonas Häggqvist · 19 years ago
  74. 835012f Call system_reboot() instead of rolo_load() in the UIE handler by Linus Nielsen Feltzing · 19 years ago
  75. b2964ca For targets without an RTC, use the rockbox build date as the start date in the FAT driver. No more 2003-08-01 files. by Jens Arnold · 19 years ago
  76. 0172b78 Updated Hebrew fonts to be ISO8859-8, which is compatible with the current Hebrew.lang. If this causes problems, revert this change. by Jonas Häggqvist · 19 years ago
  77. ff73f0d Changed WPS enum conditional functionality, displaying the last part in the list if the tag has no value. Also added enum support for battery (5 steps) and volume (10 steps). by Linus Nielsen Feltzing · 19 years ago
  78. fbaf503 Archos recording: yield() within audio_beep() to avoid starving the mpeg thread; recording beep should no longer disturb prerecording. by Jens Arnold · 19 years ago
  79. 1e0b5aa Ondio FM button assignment: The recording screen now uses up/down to select the setting, and left/right to adjust it, like the recorders. Start/pause recording is short MODE. The radio screen now requires a MODE doubleclick to start recording. This should prevent unwanted recordings. by Jens Arnold · 19 years ago
  80. faa4404 Updated hebrew Language. by Jonas Häggqvist · 19 years ago
  81. 9352ac8 Archos recording: Always prepend ID3V2 and Xing header to a recording file, even with prerecording and file splitting. Adjusted Xing header creation to create smaller headers. Fixed missing break; in the mpeg thread. by Jens Arnold · 19 years ago
  82. b7caf5b Adding a few strings as English again. by Jonas Häggqvist · 19 years ago
  83. fa8ac08 Added missing credit. by Jens Arnold · 19 years ago
  84. 695f07c Adding a few strings as English. This is not strictly necessary, but make life easier for me. by Jonas Häggqvist · 19 years ago
  85. 9146406 Fixed possible problem with move to next folder option enabled. Placed by Miika Pekkarinen · 19 years ago
  86. a46503d Updated Dutch translation by Sander Sweers. by Jonas Häggqvist · 19 years ago
  87. 5feab36 Updated the Finnish language file. by Miika Pekkarinen · 19 years ago
  88. 2d68325 Updated Greek translation by XavierGr by Jonas Häggqvist · 19 years ago
  89. 27629c2 by Marcoen Hirschberg · 19 years ago
  90. ff7f4e8 slight change in the bad CRC returned, to make rundb code handle it better. by Michiel Van Der Kolk · 19 years ago
  91. f79ada8 Ooops. by Jonas Häggqvist · 19 years ago
  92. cf7ef12 Updated and slightly fixed Icelandic translation by Richard O'Brien by Jonas Häggqvist · 19 years ago
  93. 0d82c9c Forgot to update the screen before splashing. by Jonas Häggqvist · 19 years ago
  94. ac50839 Optimised new file association handling. Fixed NULL pointer accesses. Const policed. by Jens Arnold · 19 years ago
  95. 70542d7 added plugins/credits.pl to daily tarball by Henrik Backe · 19 years ago
  96. 7f00106 Update to Italian by Alessio Lenzi - fixes some voice entries. by Jonas Häggqvist · 19 years ago
  97. b2473d5 Fixed associate problem with file extensions (.info files matched .nfo extension) by Henrik Backe · 19 years ago
  98. acf14e0 The WPS didn't update the bitmaps when it was supposed to by Linus Nielsen Feltzing · 19 years ago
  99. b3050e9 The start-in-record-screen option now has priority over the resume-on-startup option by Linus Nielsen Feltzing · 19 years ago
  100. c35f6a0 Changed the cfg file option names for the trigger mode, and made OFF the default by Linus Nielsen Feltzing · 19 years ago