1. 159c52d Initial voice ui support for software codec platforms. Added also a by Miika Pekkarinen · 19 years ago
  2. 329caa8 More mpeg.c cleanup: collected variables and declarations at the top, more #if/#ifdef fixup. Cut a bit of binary size by making debug_tags() an empty define for ordinary builds. by Jens Arnold · 19 years ago
  3. 6e4f07b This code wasn't used at all. by Jens Arnold · 19 years ago
  4. 7db258f Removed the uda1380_mute() calls, since they were called in interrupt context, which could lead to a big crash. This will reintroduce a slight pop when starting/stopping playbac, and when switching tracks. by Linus Nielsen Feltzing · 19 years ago
  5. d71f782 Properly skip the ID3v2 extended header for both 2.3 and 2.4 by Linus Nielsen Feltzing · 19 years ago
  6. 1d38aa1 Cleaned up remnants of early iriver development. First part of #if/#ifdef cleanup,adjusted comments. by Jens Arnold · 19 years ago
  7. 3070bac removed the text about h100 vs h120 changes by Björn Stenberg · 19 years ago
  8. 75ef312 iriver: slightly faster replaygain processing and clipping. by Magnus Holmgren · 19 years ago
  9. 49483bc Fixed sim warning by Linus Nielsen Feltzing · 19 years ago
  10. 670abf9 The shutdown message is now displayed before saving the database, giving better user feedback when whutting off the player by Linus Nielsen Feltzing · 19 years ago
  11. 9f30e1e added beep, removed 2004 entries to history (dast) by Björn Stenberg · 19 years ago
  12. 82ac901 iriver: Radio screen didn't properly filter stray FM_EXIT events by Linus Nielsen Feltzing · 19 years ago
  13. 57d8e8f Some more cosmetic fixes for bitmap displays in the debug menu by Linus Nielsen Feltzing · 19 years ago
  14. b3e49e2 The const police struck again by Linus Nielsen Feltzing · 19 years ago
  15. 604d59b iriver: exit the FM screen (with FM audio on) with joystick push instead of Play by Linus Nielsen Feltzing · 19 years ago
  16. a88d076 Preparation for runtimedb hookup on archos: don't pass software playback system specific structures. by Jens Arnold · 19 years ago
  17. 363bc49 Use the provided function to calculate the unsaved space in rec_tick(). by Jens Arnold · 19 years ago
  18. 39cb5b7 iriver: Do correct ReplayGain calculation. Fixes distortion problems (and lowers playback volume). by Magnus Holmgren · 19 years ago
  19. 280d9cc Undo my previous commit and do the same with a parantheses change in filetree.c by Jonas Häggqvist · 19 years ago
  20. b2b0a7e Updated Francais language file by Manuel Dejonghe by Jonas Häggqvist · 19 years ago
  21. 0e3caea This is getting embarrassing.. forgot this one too. Last one - I promise! by Jonas Häggqvist · 19 years ago
  22. 803d5cc Forgot this file. by Jonas Häggqvist · 19 years ago
  23. 1cd9993 Updated Islenska language from Richard O'Brien by Jonas Häggqvist · 19 years ago
  24. 96ff4b3 Don't show dirs when browsing WPS files, .cfg files, fonts, languages and firmwares by Jonas Häggqvist · 19 years ago
  25. a387805 Correct samplecount calculation, suggested by Markus Kaufhold by Linus Nielsen Feltzing · 19 years ago
  26. e1fb487 Avoid zero values for defines to minimize problems where they're compared to undefined values. by Jonas Häggqvist · 19 years ago
  27. 753a897 Fix for ff/rw in long MP3 files. by Magnus Holmgren · 19 years ago
  28. 1d28240 Enlarged the buffer for DEBUGF() by Linus Nielsen Feltzing · 19 years ago
  29. d3fde76 FM radio simulation working again by Linus Nielsen Feltzing · 19 years ago
  30. 1d4a6c0 One more gapless fix for LAME MP3 files. by Magnus Holmgren · 19 years ago
  31. d7dd2f8 iriver: Always turn on the backlight in backlight_init() by Linus Nielsen Feltzing · 19 years ago
  32. 46b3b86 Fixed the problem where a scrolling subline could keep scrolling with old information when displaying an alternate non-scrolling subline (say that quickly ten times) by Linus Nielsen Feltzing · 19 years ago
  33. 073f83a Correct usage of ICODE_ATTR in memcpy.c and strlen.c by Linus Nielsen Feltzing · 19 years ago
  34. f22eeee Use the system font in the debug screens by Linus Nielsen Feltzing · 19 years ago
  35. c78c229 Pre-amp is signed... by Magnus Holmgren · 19 years ago
  36. fb5d262 Corrected UART register names by Linus Nielsen Feltzing · 19 years ago
  37. 3a3418d argh, unused variable removed by Daniel Stenberg · 19 years ago
  38. 0a0be62 reverted the fixed 4 bytes write, made the read code more reliable, use by Daniel Stenberg · 19 years ago
  39. 6cf8df8 Patch by XavierGr by Tomas Salfischberger · 19 years ago
  40. 53d2fc3 CONFIG_TUNER is a bitmask by Linus Nielsen Feltzing · 19 years ago
  41. ab543c7 Forgot that the simulator doesn't simulate the FM radio by Linus Nielsen Feltzing · 19 years ago
  42. b626269 Oops by Linus Nielsen Feltzing · 19 years ago
  43. 8c7589b Very lame, initial support for FM radio on the iriver by Linus Nielsen Feltzing · 19 years ago
  44. adec21a The Ondio uses a different crystal for the TEA5767 than iriver by Linus Nielsen Feltzing · 19 years ago
  45. cc5d96f The iriver FM radio I2C cannot use the I2C controller, so we do the good old bitbanging instead by Linus Nielsen Feltzing · 19 years ago
  46. 4af4251 Add pcm_set_mux() for switching between FM radio and Line input by Linus Nielsen Feltzing · 19 years ago
  47. c0fc205 Show VBR info in the ID3 info screen. by Magnus Holmgren · 19 years ago
  48. 501ab1a Support the LAME Info header too. by Magnus Holmgren · 19 years ago
  49. 15e0aeb More complete gapless playback implementation in the MP3 codec (using LAME header values). Some cleanups as well. by Magnus Holmgren · 19 years ago
  50. e0776df Update to nederlands.lang by Sander Sweers by Jonas Häggqvist · 19 years ago
  51. f71d8d3 Backlight dimming: Don't unboost the CPU from within the isr. by Jens Arnold · 19 years ago
  52. 48b6130 Backlight dimming: Protect from extraneous calls with the same target value. This led to very short boost/unboost sequences for every button event before, one trigger for the volume lag bug. by Jens Arnold · 19 years ago
  53. 6eccb2b Updated german translation. by Jens Arnold · 19 years ago
  54. a52018c prevent an empty "codecs" directory for models without software codecs by Daniel Stenberg · 19 years ago
  55. 436901a Only check for frames with three-letter names when parsing ID3V2.2 tags (and only check four-letter names when parsing ID3V2.3+ tags). by Magnus Holmgren · 19 years ago
  56. 889ab16 Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a negative array index). With a cast to unsigned char, the macros work as expected. The other macros were changed accordingly. by Magnus Holmgren · 19 years ago
  57. dc4a6b8 iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from set_cpu_frequency(). The Coldfire I2C controller can't handle on-the-fly prescaler changes. Also removed the unnecessary slave address setting in i2c_init. by Linus Nielsen Feltzing · 19 years ago
  58. 5a8eac1 Added pre-amp setting for files with ReplayGain information. by Magnus Holmgren · 19 years ago
  59. eab21c6 Updated ID3 info screen for devices with a bitmapped screen: show a list of all items, rather than item one at a time. by Magnus Holmgren · 19 years ago
  60. 591d289 patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.c by Linus Nielsen Feltzing · 19 years ago
  61. 064c7af iriver: fix by Frederic Devernay, Rockbox could crash if the metadata reading failed by Linus Nielsen Feltzing · 19 years ago
  62. 0da0534 mp3 codec: simpler seeking, and now sets the sample frequency dynamically from the mp3 frame headers rather than from the frequency found by the metadata parser by Linus Nielsen Feltzing · 19 years ago
  63. 315304a iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency changes by Linus Nielsen Feltzing · 19 years ago
  64. 40a1988 iriver: always save resume offset, not only if it's bigger than the already stored one. This fixes the bug where rewinding doesn't save the resume position by Linus Nielsen Feltzing · 19 years ago
  65. 8982bfa Spelling by Linus Nielsen Feltzing · 19 years ago
  66. 5aeaed8 convbdf: fixed a problem with 16 pixel wide characters. It now also refuses to convert fonts with >16 pixel characters, since it can't yet convert them correctly (bitmap_t is 16 bits wide). by Linus Nielsen Feltzing · 19 years ago
  67. 4f6df49 Moved hebrew bidi setting to the Display menu by Linus Nielsen Feltzing · 19 years ago
  68. 571e226 feature freeze by Björn Stenberg · 19 years ago
  69. 41a53d2 Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text support for Hebrew and Arabic by Linus Nielsen Feltzing · 19 years ago
  70. 1874a33 Uncomment one line, which makes bad 80s music sound a bit better. by Stepan Moskovchenko · 19 years ago
  71. e46b988 Add this back in, for now. Will turn into real codec later, when plugins support the codec api. by Stepan Moskovchenko · 19 years ago
  72. 2be160a Woah, that was not supposed to happen by Stepan Moskovchenko · 19 years ago
  73. fb3e9a4 Fix error/warning, change pitch bend to 9 bits by Stepan Moskovchenko · 19 years ago
  74. 4a271b6 typos fixed... by Michiel Van Der Kolk · 19 years ago
  75. 14e8067 iAudio: First unfinished attempt for tlv320 driver and rockbox integration by Christian Gmeiner · 19 years ago
  76. 095854b Put back the line (accidentally?) removed on the last commit. That is by Miika Pekkarinen · 19 years ago
  77. 0812164 Fixed track changing in REPEAT_ONE mode and playlists with only one track. Removed previous workaround for this bug. by Ryan Jackson · 19 years ago
  78. e9c35b1 Synced. by Mats Lidell · 19 years ago
  79. 9990dec don't assume ../firmware, use the passed in dir path by Daniel Stenberg · 19 years ago
  80. b69d152 point to the wiki by Björn Stenberg · 19 years ago
  81. 0f820d6 Increased maximum file size for models with LCD height larger than 64 to by Daniel Stenberg · 19 years ago
  82. e6ad945 headphone volume should be correct now by Christian Gmeiner · 19 years ago
  83. 0c29589 Assembler optimised 64 bit multiplication for coldfire: ~15% speedup. Proper max_iter decrease amount. by Jens Arnold · 19 years ago
  84. 96ea362 Fixed comma display of these fonts. Thanks to Antonius Hellmann for pointing out the problem. by Jens Arnold · 19 years ago
  85. ec62b1a Another small opt for the SH1 64 bit multiplication. by Jens Arnold · 19 years ago
  86. a691db6 Killed signed/unsigned inconsistency by Jens Arnold · 19 years ago
  87. 6b749c5 Further optimised asm 64 bit multiplication for SH1, speedup around 20%. by Jens Arnold · 19 years ago
  88. e7bd73f fixed comment in generated header file by Daniel Stenberg · 19 years ago
  89. 102faf4 oops... fixes red build by Christian Gmeiner · 19 years ago
  90. 4894a06 iAudio, iRiver: As both platforms use the same i2c interface i have renamed i2c-h100.c/h to i2c-coldfire.c/h. Also i have changed some stuff in config.h and config-xx.h. Hope everybody agrees with this patch, else we can unroll and improve it. by Christian Gmeiner · 19 years ago
  91. 6109a3b iAudio: adding support for mcf5250 by Christian Gmeiner · 19 years ago
  92. 6378878 Fixed a hang with backward skipping. by Miika Pekkarinen · 19 years ago
  93. 1476fec All repeat modes now work correctly if there is only one track in the playlist. Fixed a track-changing bug in 'Move to Next Folder' mode that could cause Rockbox to crash. by Ryan Jackson · 19 years ago
  94. 05820cb Now playlist ending and skipping to a next directory should work. by Miika Pekkarinen · 19 years ago
  95. 47c82f2 Fixed a problem that wps didn't exit at end of the playlist. by Miika Pekkarinen · 19 years ago
  96. 97c6fd0 'Move to Next Folder' didn't work if it involved going up to the root of the drive. by Magnus Holmgren · 19 years ago
  97. 7e58bd7 Correctly setting the last_index to prevent playback stuttering. by Miika Pekkarinen · 19 years ago
  98. 4633d01 Now removing right tracks from playlist. by Miika Pekkarinen · 19 years ago
  99. fd7952e Fixed a hang on track changed. Automatically deleting invalid track by Miika Pekkarinen · 19 years ago
  100. 059a6c8 Make simulator version of FRACMUL correct. Also corrected related comments. by Magnus Holmgren · 19 years ago