1. e595582 bootloaders: cleanup by Rafaël Carré · 13 years ago
  2. a1e1892 as3525: make interrupts struct static and merge declaration & definition by Rafaël Carré · 13 years ago
  3. 1a6172d mkamsboot: remove useless casts by Rafaël Carré · 13 years ago
  4. 621524e mkamsboot: correct old comments by Rafaël Carré · 13 years ago
  5. e34eaf3 imx233/fuze+: simplify ssp pin code by Amaury Pouly · 13 years ago
  6. 88f75d0 imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style in mmc by Amaury Pouly · 13 years ago
  7. 82ecc75 imx233/fuze+: make config.h more correct, remove logo from bootloader, update linker file and crt0 to produce a single blob into dram by Amaury Pouly · 13 years ago
  8. fed7780 elftosb: support 'strings' in section id, support load binary at address, support call/jump at address by Amaury Pouly · 13 years ago
  9. 337e922 Allocate indices directly in ramcache header. Add version code to by Miika Pekkarinen · 13 years ago
  10. 563a185 Fixed incorrect dircache reallocation during tagcache commit. by Miika Pekkarinen · 13 years ago
  11. f27028d Do not use double/float calculations but predefined tables in mod codec. Reduces codesize by several kilobytes. by Andree Buschmann · 13 years ago
  12. 143d451 elftosb: add support for jumps/calls with one argument by Amaury Pouly · 13 years ago
  13. 1a1ac92 Use id3v2buf to read the title of MOD files. Avoids additional declaration of a 1KB buffer and saves a bit codesize as well. by Andree Buschmann · 13 years ago
  14. 617d1e9 imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu frequency changing, implement panic waiting by Amaury Pouly · 13 years ago
  15. 4a04c47 Relax constraints for arm asm to not break when gcc decides to not inline the function but also throw in a FORCE_INLINE for good measure. Remove a redundant 'inline'. by Nils Wallménius · 13 years ago
  16. ed0f1ae Add --lcdwidth and --lcdheight to help output. by Jonas Häggqvist · 13 years ago
  17. 8c47ed1 Get M5 building again by moving the downmix buffer out of IRAM for now. Everything should still work. It doesn't have any apparently measurable effect on pure playback CPU usage as seen from the buffering thread screen compared to earlier tests on the same file. by Michael Sevakis · 13 years ago
  18. 5ff641f Do some adjustments to alleviate IRAM congestion on some targets from r30097. Include removing pointless IRAM declarations in pcmbuf.c because that callback code runs at a fairly relaxed pace. M5 is still the biggest problem. by Michael Sevakis · 13 years ago
  19. 40ff071 Get android to build. Forgo optimized mixing code for app builds for the moment; work it out later. by Michael Sevakis · 13 years ago
  20. 7996d6d Knock out at least some red/yellow from r30097. by Michael Sevakis · 13 years ago
  21. 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
  22. 8411614 FS#12172 - Update for serbian translation by Ivan Pesic by Bertrik Sikken · 13 years ago
  23. 366686b Remove leftover backslash from macro conversion in FRACTMUL_SHL by Thomas Jarosch · 13 years ago
  24. cc7a872 FS#12171 - Polish translation update by Wojciech Lesniak by Bertrik Sikken · 13 years ago
  25. 52a0017 Forgot to update the short log for (unofficial) maemo build by Thomas Jarosch · 13 years ago
  26. 51df0c9 Prepare new, unofficial pandora build by Thomas Jarosch · 13 years ago
  27. df0b4bf Prepare 3.9 release for maemo by Thomas Jarosch · 13 years ago
  28. 787537c We have a 3.9 release, update builds.pm by Alex Parker · 13 years ago
  29. a9e2b87 Update Danish translation by Jonas Häggqvist · 13 years ago
  30. 7c3e5f6 FS#12168 - Update Simp Chinese translation by Li Jie by Rafaël Carré · 13 years ago
  31. af8122b Reuse a general voice function instead of reinventing the wheel. by Nils Wallménius · 13 years ago
  32. 737f3fe Fix missing strings in nederlands translation by Bertrik Sikken · 13 years ago
  33. d1334fc Update US English translation by Jens Arnold · 13 years ago
  34. 9fb83d4 Update German translation by Jens Arnold · 13 years ago
  35. 2ffb019 english.lang: remove trailing spaces by Rafaël Carré · 13 years ago
  36. a3875d7 Rockbox Utility: fix proxy password getting lost (FS#12166). by Dominik Riebeling · 13 years ago
  37. dfd4183 Fix bootloader uninstallation on Gigabeat F / X. by Dominik Riebeling · 13 years ago
  38. c891ddb Fix a source string whitespace error. by Dominik Riebeling · 13 years ago
  39. f0a601d Define an LCD_DPI for the mini2440 (this change makes the mini2440 compile again) by Bertrik Sikken · 13 years ago
  40. b2e76da (Heavily) shorten the .lang string shown when generating the database by Jens Arnold · 13 years ago
  41. 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
  42. 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
  43. 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
  44. d0084ff Fixed a regression caused in r30021: tagnavi_custom.config parsing by Miika Pekkarinen · 13 years ago
  45. 7ba8871 Fixed broken regex by Björn Stenberg · 13 years ago
  46. a7bedc5 Make genlang rewrite english.list if it exists but is older than english.lang by Jens Arnold · 13 years ago
  47. dc0abc7 Fix build problems for win32 cross compilation and cygwin which were introduced with r29983. by Andree Buschmann · 13 years ago
  48. 88234fa Fix loading dircache stat on h100. Relocating the data was broken due to struct alignment problems. by Thomas Martitz · 13 years ago
  49. 35cd408 Added NODEPS define to skip recompilation for zip and apk builds. Usage: make zip NODEPS=1 by Björn Stenberg · 13 years ago
  50. 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
  51. 2bc133d Try to handle dircache rebuild event properly. Playlist should now by Miika Pekkarinen · 13 years ago
  52. c4f6e34 Update US English by Steven Panek. by Alex Parker · 13 years ago
  53. 6e8ffa9 Fix red in fft plugin. by Thomas Martitz · 13 years ago
  54. 548b34a Add US English by Steven Panek. by Alex Parker · 13 years ago
  55. 2b61f7c Use ALIGN_UP() macro for alignment, in a more correct way also. by Thomas Martitz · 13 years ago
  56. 287d69d Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly. by Thomas Martitz · 13 years ago
  57. 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
  58. af7aaae Dircache: Don't expose struct dircache_entry and pointers into the cache, use IDs instead. by Thomas Martitz · 13 years ago
  59. 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
  60. 52abbb1 Dircache: Change internal cache layout. by Thomas Martitz · 13 years ago
  61. b67f4a1 Fix dircache_size calculation bug introcuced 3 revisions ago. by Thomas Martitz · 13 years ago
  62. 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
  63. 38da400 Dircache: Rework and simplify dircache_copy_path(). by Thomas Martitz · 13 years ago
  64. 60e4f20 Dircache: Remove dircache_entry::name_len. by Thomas Martitz · 13 years ago
  65. ffee46a Fix yellow. Shouldn't have reordered struct members here. by Thomas Martitz · 13 years ago
  66. 1a86aab Remove unused code path from playlist_create_ex(). by Thomas Martitz · 13 years ago
  67. 316f9a0 tagtree: Refactor memory allocation to local functions. by Thomas Martitz · 13 years ago
  68. 19d08c2 Move struct search_instruction into struct menu root, as they're not allocated or used independently. by Thomas Martitz · 13 years ago
  69. 7b374b4 Use enum themable_icons in struct file_type and struct filetype (who made those names?). by Thomas Martitz · 13 years ago
  70. 26ec41b Move buffer.h to firmware/include.h to replace a useless malloc header. by Thomas Martitz · 13 years ago
  71. 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
  72. 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
  73. f2ef42c Fixed a changelog export/import problem with tagcache where <CR> or <LF> by Miika Pekkarinen · 13 years ago
  74. c56cca2 Fix non-working .talk clips on hwcodec (follow-up to r28672 and r29432): .talk clips by Jens Arnold · 13 years ago
  75. 91ce4b2 Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289. by Jens Arnold · 13 years ago
  76. e9e0cf5 Manual: add search box to HTML output. by Dominik Riebeling · 13 years ago
  77. 8d9b9d2 Removed redundant copy of tagcache master_header structure stored in by Miika Pekkarinen · 13 years ago
  78. 19f2456 Manual: Simplify Makefile htlatex call a bit. by Dominik Riebeling · 13 years ago
  79. edaeb19 Manual: Add version information to page footer. by Dominik Riebeling · 13 years ago
  80. 5862612 Add script to spellcheck the manual LaTeX sources. by Dominik Riebeling · 13 years ago
  81. 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
  82. 2168557 FS#12162 - Second June update of Czech language by Marek Salaba by Bertrik Sikken · 13 years ago
  83. 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
  84. 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
  85. 7b605f0 Fix 'unused-but-set-variable' warnings (doom, lua) by Rafaël Carré · 13 years ago
  86. 142725e Fix FS#12158 - Make the "Mode: " line in the radio menu voice. by Jonathan Gordon · 13 years ago
  87. 851cac8 Prevent out-of-bounds array access when a tagnavi config file defines too many %format specifications by Michael Hohmuth · 13 years ago
  88. 4456abb FS#12157 - Little June update of Czech language by Marek Salaba by Bertrik Sikken · 13 years ago
  89. d43e8ea Slightly more typesafe ALIGN_DOWN/UP macros. by Thomas Martitz · 13 years ago
  90. 50be1a8 sbtools: add support for the mode command (rarely used) and explicit env variable to skip version check by Amaury Pouly · 13 years ago
  91. dfeab73 FS#12156 - Update Galician translation by Ismael Castiñeira Álvarez by Bertrik Sikken · 13 years ago
  92. de81c73 Update Swedish translation. by Magnus Holmgren · 13 years ago
  93. 3b18158 Fix FS#11387 - PictureFlow runs jerkily while playing music on Nano2G after the recent feature addition by Thomas Martitz · 13 years ago
  94. b843abe Manual: update copyright year. We are still working on this. by Dominik Riebeling · 13 years ago
  95. e533635 FS#12155 - Update espanol.lang Spanish translation by Bertrik Sikken · 13 years ago
  96. 038fc8a Fix the %cs tag for the pitchscreen and playlist viewer by Jonathan Gordon · 13 years ago
  97. 3b04a85 Remove a couple of dead inits and assignments found by the clang-static-analyzer. by Nils Wallménius · 13 years ago
  98. 4e8bed2 Work around missing EOVERFLOW define on cygwin/mingw. by Thomas Jarosch · 13 years ago
  99. 1d1fa41 Remove Manual option from configure script. by Dominik Riebeling · 13 years ago
  100. a3ed2c1 Support installing the Android toolchain on Cygwin and OS X. by Dominik Riebeling · 13 years ago