1. a2b6703 Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitations about playback of voice and other sounds when paused. Channels are independent in state and amplitude. Fade on stop/pause is handled by the channel's volume control rather than global volume which means it now works from anywhere. Opens up the possibility of plugin sounds during music playback by merely adding an additional channel enum. If any PCM drivers were not properly modified, see one of the last comments in the task for a description of the simple change that is expected. Some params are tunable in firmware/export/pcm-mixer.h as well. by Michael Sevakis · 13 years ago
  2. 8411614 FS#12172 - Update for serbian translation by Ivan Pesic by Bertrik Sikken · 13 years ago
  3. 366686b Remove leftover backslash from macro conversion in FRACTMUL_SHL by Thomas Jarosch · 13 years ago
  4. cc7a872 FS#12171 - Polish translation update by Wojciech Lesniak by Bertrik Sikken · 13 years ago
  5. 52a0017 Forgot to update the short log for (unofficial) maemo build by Thomas Jarosch · 13 years ago
  6. 51df0c9 Prepare new, unofficial pandora build by Thomas Jarosch · 13 years ago
  7. df0b4bf Prepare 3.9 release for maemo by Thomas Jarosch · 13 years ago
  8. 787537c We have a 3.9 release, update builds.pm by Alex Parker · 13 years ago
  9. a9e2b87 Update Danish translation by Jonas Häggqvist · 13 years ago
  10. 7c3e5f6 FS#12168 - Update Simp Chinese translation by Li Jie by Rafaël Carré · 13 years ago
  11. af8122b Reuse a general voice function instead of reinventing the wheel. by Nils Wallménius · 13 years ago
  12. 737f3fe Fix missing strings in nederlands translation by Bertrik Sikken · 13 years ago
  13. d1334fc Update US English translation by Jens Arnold · 13 years ago
  14. 9fb83d4 Update German translation by Jens Arnold · 13 years ago
  15. 2ffb019 english.lang: remove trailing spaces by Rafaël Carré · 13 years ago
  16. a3875d7 Rockbox Utility: fix proxy password getting lost (FS#12166). by Dominik Riebeling · 13 years ago
  17. dfd4183 Fix bootloader uninstallation on Gigabeat F / X. by Dominik Riebeling · 13 years ago
  18. c891ddb Fix a source string whitespace error. by Dominik Riebeling · 13 years ago
  19. f0a601d Define an LCD_DPI for the mini2440 (this change makes the mini2440 compile again) by Bertrik Sikken · 13 years ago
  20. b2e76da (Heavily) shorten the .lang string shown when generating the database by Jens Arnold · 13 years ago
  21. 96af117 Submit FS#12142 by Sean Bartell with minor chnages by myself. Removes unused code and irrelevant files from libmad. by Andree Buschmann · 13 years ago
  22. fcae888 SPC Codec: Restore correct FIR buffer alignment when an address mask is used. It must be FIR_BUF_ALIGN. Fix Coldfire assembly constraint where an input parameter was also being written. by Michael Sevakis · 13 years ago
  23. 4b0e09c Submit FS#12164 by Sean Bartell with minor changes by myself. Fixes possible decoding corruption of RealAudio files. by Andree Buschmann · 13 years ago
  24. d0084ff Fixed a regression caused in r30021: tagnavi_custom.config parsing by Miika Pekkarinen · 13 years ago
  25. 7ba8871 Fixed broken regex by Björn Stenberg · 13 years ago
  26. a7bedc5 Make genlang rewrite english.list if it exists but is older than english.lang by Jens Arnold · 13 years ago
  27. dc0abc7 Fix build problems for win32 cross compilation and cygwin which were introduced with r29983. by Andree Buschmann · 13 years ago
  28. 88234fa Fix loading dircache stat on h100. Relocating the data was broken due to struct alignment problems. by Thomas Martitz · 13 years ago
  29. 35cd408 Added NODEPS define to skip recompilation for zip and apk builds. Usage: make zip NODEPS=1 by Björn Stenberg · 13 years ago
  30. 7763869 Workaround/fix (I'm not sure!) for buffer_alloc() returning unaligned addresses in case other parts of the code increase audiobuf behind buffer.c's back. by Frank Gevaerts · 13 years ago
  31. 2bc133d Try to handle dircache rebuild event properly. Playlist should now by Miika Pekkarinen · 13 years ago
  32. c4f6e34 Update US English by Steven Panek. by Alex Parker · 13 years ago
  33. 6e8ffa9 Fix red in fft plugin. by Thomas Martitz · 13 years ago
  34. 548b34a Add US English by Steven Panek. by Alex Parker · 13 years ago
  35. 2b61f7c Use ALIGN_UP() macro for alignment, in a more correct way also. by Thomas Martitz · 13 years ago
  36. 287d69d Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly. by Thomas Martitz · 13 years ago
  37. 3b29aa4 Optimize new dircache_copy_path so that the helper (strlcat) doesn't need to walk through the entire string repeatedly. by Thomas Martitz · 13 years ago
  38. af7aaae Dircache: Don't expose struct dircache_entry and pointers into the cache, use IDs instead. by Thomas Martitz · 13 years ago
  39. 0b9c57d Dircache: Move struct maindata declaration to dircache.c and actually check for DIRCACHE_MAGIC when loading from disk. by Thomas Martitz · 13 years ago
  40. 52abbb1 Dircache: Change internal cache layout. by Thomas Martitz · 13 years ago
  41. b67f4a1 Fix dircache_size calculation bug introcuced 3 revisions ago. by Thomas Martitz · 13 years ago
  42. e063725 Dircache: Return the size of the result string in dircache_copy_path() so that callers don't need to call strlen on it. by Thomas Martitz · 13 years ago
  43. 38da400 Dircache: Rework and simplify dircache_copy_path(). by Thomas Martitz · 13 years ago
  44. 60e4f20 Dircache: Remove dircache_entry::name_len. by Thomas Martitz · 13 years ago
  45. ffee46a Fix yellow. Shouldn't have reordered struct members here. by Thomas Martitz · 13 years ago
  46. 1a86aab Remove unused code path from playlist_create_ex(). by Thomas Martitz · 13 years ago
  47. 316f9a0 tagtree: Refactor memory allocation to local functions. by Thomas Martitz · 13 years ago
  48. 19d08c2 Move struct search_instruction into struct menu root, as they're not allocated or used independently. by Thomas Martitz · 13 years ago
  49. 7b374b4 Use enum themable_icons in struct file_type and struct filetype (who made those names?). by Thomas Martitz · 13 years ago
  50. 26ec41b Move buffer.h to firmware/include.h to replace a useless malloc header. by Thomas Martitz · 13 years ago
  51. 8d7eb5d Submit final part of FS#12154. Optimization for WM8758 used in iPod Video: Significantly reduce popping noise during startup. Additionally improve crosstalk, THD and noise level. Thanks to Seheon Ryu. by Andree Buschmann · 13 years ago
  52. f0c032a Submit first part of FS#12154. Whitespace removal and correction of several defines in WM8758 driver according to data sheet, no functional change. Thanks to Seheon Ryu. by Andree Buschmann · 13 years ago
  53. f2ef42c Fixed a changelog export/import problem with tagcache where <CR> or <LF> by Miika Pekkarinen · 13 years ago
  54. c56cca2 Fix non-working .talk clips on hwcodec (follow-up to r28672 and r29432): .talk clips by Jens Arnold · 13 years ago
  55. 91ce4b2 Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289. by Jens Arnold · 13 years ago
  56. e9e0cf5 Manual: add search box to HTML output. by Dominik Riebeling · 13 years ago
  57. 8d9b9d2 Removed redundant copy of tagcache master_header structure stored in by Miika Pekkarinen · 13 years ago
  58. 19f2456 Manual: Simplify Makefile htlatex call a bit. by Dominik Riebeling · 13 years ago
  59. edaeb19 Manual: Add version information to page footer. by Dominik Riebeling · 13 years ago
  60. 5862612 Add script to spellcheck the manual LaTeX sources. by Dominik Riebeling · 13 years ago
  61. 6c8ef19 FS#12161: Correct the gapless processing for AAC, so that it doesn't remove too much from the start of a track. Also simplify the logic a bit. by Magnus Holmgren · 13 years ago
  62. 2168557 FS#12162 - Second June update of Czech language by Marek Salaba by Bertrik Sikken · 13 years ago
  63. 2cf3313 fuze+: add more clocking code, add dma code, add ssp code, add stub usb code, update storage to SD + MMC, beginning of the driver by Amaury Pouly · 13 years ago
  64. d4800fa Coldfire: Fix the modification of IMR. Interrupts must be masked at the core level at at least the level of the interrupt being masked. Not following the datasheet and relying strictly on and/or_l causes unhandled 'Levelx' exceptions (showing itself quite often in PCM mixer work which more greatly stresses PCM lockout). by Michael Sevakis · 13 years ago
  65. 7b605f0 Fix 'unused-but-set-variable' warnings (doom, lua) by Rafaël Carré · 13 years ago
  66. 142725e Fix FS#12158 - Make the "Mode: " line in the radio menu voice. by Jonathan Gordon · 13 years ago
  67. 851cac8 Prevent out-of-bounds array access when a tagnavi config file defines too many %format specifications by Michael Hohmuth · 13 years ago
  68. 4456abb FS#12157 - Little June update of Czech language by Marek Salaba by Bertrik Sikken · 13 years ago
  69. d43e8ea Slightly more typesafe ALIGN_DOWN/UP macros. by Thomas Martitz · 13 years ago
  70. 50be1a8 sbtools: add support for the mode command (rarely used) and explicit env variable to skip version check by Amaury Pouly · 13 years ago
  71. dfeab73 FS#12156 - Update Galician translation by Ismael Castiñeira Álvarez by Bertrik Sikken · 13 years ago
  72. de81c73 Update Swedish translation. by Magnus Holmgren · 13 years ago
  73. 3b18158 Fix FS#11387 - PictureFlow runs jerkily while playing music on Nano2G after the recent feature addition by Thomas Martitz · 13 years ago
  74. b843abe Manual: update copyright year. We are still working on this. by Dominik Riebeling · 13 years ago
  75. e533635 FS#12155 - Update espanol.lang Spanish translation by Bertrik Sikken · 13 years ago
  76. 038fc8a Fix the %cs tag for the pitchscreen and playlist viewer by Jonathan Gordon · 13 years ago
  77. 3b04a85 Remove a couple of dead inits and assignments found by the clang-static-analyzer. by Nils Wallménius · 13 years ago
  78. 4e8bed2 Work around missing EOVERFLOW define on cygwin/mingw. by Thomas Jarosch · 13 years ago
  79. 1d1fa41 Remove Manual option from configure script. by Dominik Riebeling · 13 years ago
  80. a3ed2c1 Support installing the Android toolchain on Cygwin and OS X. by Dominik Riebeling · 13 years ago
  81. a87e395 RaaA / sim: Don't abort directory read if we encounter files larger than 2 GB in a directory by Thomas Jarosch · 13 years ago
  82. 986a92f Pandora port: Automate rockbox.pnd (=binary archive) build by Thomas Jarosch · 13 years ago
  83. 6c57136 Pandora port: Fix rockbox share directory path (it has to end on /rockbox) by Thomas Jarosch · 13 years ago
  84. 4cfb5da sbtools: always check the result of getenv against NULL, use strcasecmp instead of strcmp more greater flexibility by Amaury Pouly · 13 years ago
  85. 2d2246e sbtoelf: add environment command to ignore format version checks (some files do not match it seems) by Amaury Pouly · 13 years ago
  86. f2e7c05 libtremor: comment out unused struct member. by Nils Wallménius · 13 years ago
  87. 754b157 Remove superfluous executable bits on a bunch of files. by Torne Wuff · 13 years ago
  88. d5ceb4c codeclib: make selective inclusion of macros and inline functions from the codeclib_misc.h header easier and clean out some old libtremor stuff. by Nils Wallménius · 13 years ago
  89. 6672766 rda5802: don't use the si4700-specific exceptions for putting the tuner to sleep by Bertrik Sikken · 13 years ago
  90. 331b23d FS#12144, Use -fPIC -fvisibility=hidden only for plugins on sim and app builds and enable it for 32 bit too. Fixes linking errors on simbuilds. by Nils Wallménius · 13 years ago
  91. f9f9632 FS#12107: Remove track-number guessing code. by Michael Hohmuth · 13 years ago
  92. 6a0021c FS#12132 patch 5: check_clauses: Optimizations. by Michael Hohmuth · 13 years ago
  93. b3a7f39 FS#12132 patch 4: Added a comment for the tagcache_search.type field. by Michael Hohmuth · 13 years ago
  94. 564a8ed FS#12132 patch 3: Rename read_numeric_tag to find_tag, as it is indeed by Michael Hohmuth · 13 years ago
  95. 509d6a9 FS#12132 patch 2: add_uniqbuf: Fix confusing indentation in if condition by Michael Hohmuth · 13 years ago
  96. c3cf8bc Add build dependency to zip by Björn Stenberg · 13 years ago
  97. e62b9a9 libtremor: Implement a memory configuration for targets that don't use separate iram for codecs. by Nils Wallménius · 13 years ago
  98. 684b741 Safe part of FS#11268, saving some codec buffer space for targets that don't use separate iram. by Nils Wallménius · 13 years ago
  99. 965113e FS#12146: Fix libcook bugs introduced in r22055 by Sean Bartell. by Nils Wallménius · 13 years ago
  100. 9f65f2b Accept FS#12143 (NSF codec clean up): Declare local stuff static, comment unused variables and functions. by Andree Buschmann · 13 years ago