1. 0dae1f6 FS#12180 - slovak lang update by Peter Lecký by Bertrik Sikken · 14 years ago
  2. aec2f31 Correct spelling of catalogue. by Alex Parker · 14 years ago
  3. 22332e8 Copy yesno_pop to hosted/yesno,c which is mildly annoying, maybe do a better fix later by Jonathan Gordon · 14 years ago
  4. d1fd4f0 Fix FS#8656 - Error saving non-current playlist file by Jonathan Gordon · 14 years ago
  5. a7c37ea Pull yesno_pop out of the radio code as it is a nice simple resuasble yesno api worth reusing by Jonathan Gordon · 14 years ago
  6. 061ff42 s/Playlist/Current Playlist/ in the playlist viewer context menu. by Jonathan Gordon · 14 years ago
  7. 97a4c1e FS#11808 - Major playlist handling changes (on disk playlists) by Jonathan Gordon · 14 years ago
  8. 4983d05 Remove to top/bottom quickscreen defaults. by Jonathan Gordon · 14 years ago
  9. 6c5c349 Disable ipod video battery capacity default detection for bootloader and simulator by Frank Gevaerts · 14 years ago
  10. aa27d47 Set the default battery capacity for ipod video properly depending on detected RAM size. by Frank Gevaerts · 14 years ago
  11. 1b7ff72 Revert "Introduce bsearch() and use it in tagtree.c." by Thomas Martitz · 14 years ago
  12. 74ab227 Introduce bsearch() and use it in tagtree.c. by Thomas Martitz · 14 years ago
  13. 5eb2f60 Revert r30030 "Remove unused code path from playlist_create_ex()." by Thomas Martitz · 14 years ago
  14. 6f39269 AAC: Another gapless fix, this one for the end of the file. The real size of the last frame was lost in r29727, as indicated by Yusaku Inui in FS#12185, so bring it back. Now the decoded length of test1_nero.m4a (in FS#12185) only differs by one sample compared to Foobar2000 (Rockbox has one more leading sample, for some reason). Also moved a few lines to a better place. by Magnus Holmgren · 14 years ago
  15. 3a72910 Prefill the playlist filename with .m3u8 when creating a new playlist in the catalog by Jonathan Gordon · 14 years ago
  16. a802eba The voice PCM buffer has nothing to do with the playback PCM buffer any longer. Allocate it independently from the playback engine's PCM buffer and only when voice is required. Additionally, allocate actual space for the crossfade buffer only when using crossfade. Will save 18.3KB when neither is needed (10.3KB for voice and 8.0KB for crossfade). by Michael Sevakis · 14 years ago
  17. d8cb05e Voice doesn't have to consume 100% CPU while waiting for an output buffer to be available. Use 'sleep(0)' instead of 'yield()' while polling. by Michael Sevakis · 14 years ago
  18. b2dbc2f Fix r30130 red. New functions in misc.c shouldn't be compiled if '__PCTOOL__' is defined. by Michael Sevakis · 14 years ago
  19. 5663e1c Have mpegplayer use the mixer (the playback channel, since it's mutually exclusive to audio playback) so the clicks and skip beep can be used according to user settings. Introduce some system sound functions to make easier playing event sounds from various places and convert files calling 'beep_play' to use 'system_sound_play' and 'keyclick_click'. Event sound could be become themeable. by Michael Sevakis · 14 years ago
  20. f1a5a25 Update french translation, shorten string for Archos Player. by Mustapha Senhaji · 14 years ago
  21. db22fc8 FS#12173 Romanian translation update by Sergiu Rotaru. by Mustapha Senhaji · 14 years ago
  22. 00dfcb8 Fix FS#12181 - Playlist re-shuffle does not work (r30122) by Thomas Martitz · 14 years ago
  23. 185fddb Fix FS#12179 - Simulator build fails when using "configure --sdl-threads". HAVE_PRIORITY_SCHEDULING checks were missing to exclude priority calls when building without priority. by Michael Sevakis · 14 years ago
  24. 22b6def Use playback channel directly for peakmeters and plugins using peak calculation. Also, for now, don't allow mixer playback to overlap recording, even if full duplex works. by Michael Sevakis · 14 years ago
  25. 337e922 Allocate indices directly in ramcache header. Add version code to by Miika Pekkarinen · 14 years ago
  26. f27028d Do not use double/float calculations but predefined tables in mod codec. Reduces codesize by several kilobytes. by Andree Buschmann · 14 years ago
  27. 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 · 14 years ago
  28. 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 · 14 years ago
  29. 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 · 14 years ago
  30. 7996d6d Knock out at least some red/yellow from r30097. by Michael Sevakis · 14 years ago
  31. 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 · 14 years ago
  32. 8411614 FS#12172 - Update for serbian translation by Ivan Pesic by Bertrik Sikken · 14 years ago
  33. 366686b Remove leftover backslash from macro conversion in FRACTMUL_SHL by Thomas Jarosch · 14 years ago
  34. cc7a872 FS#12171 - Polish translation update by Wojciech Lesniak by Bertrik Sikken · 14 years ago
  35. a9e2b87 Update Danish translation by Jonas Häggqvist · 14 years ago
  36. 7c3e5f6 FS#12168 - Update Simp Chinese translation by Li Jie by Rafaël Carré · 14 years ago
  37. af8122b Reuse a general voice function instead of reinventing the wheel. by Nils Wallménius · 14 years ago
  38. 737f3fe Fix missing strings in nederlands translation by Bertrik Sikken · 14 years ago
  39. d1334fc Update US English translation by Jens Arnold · 14 years ago
  40. 9fb83d4 Update German translation by Jens Arnold · 14 years ago
  41. 2ffb019 english.lang: remove trailing spaces by Rafaël Carré · 14 years ago
  42. b2e76da (Heavily) shorten the .lang string shown when generating the database by Jens Arnold · 14 years ago
  43. 96af117 Submit FS#12142 by Sean Bartell with minor chnages by myself. Removes unused code and irrelevant files from libmad. by Andree Buschmann · 14 years ago
  44. 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 · 14 years ago
  45. 4b0e09c Submit FS#12164 by Sean Bartell with minor changes by myself. Fixes possible decoding corruption of RealAudio files. by Andree Buschmann · 14 years ago
  46. d0084ff Fixed a regression caused in r30021: tagnavi_custom.config parsing by Miika Pekkarinen · 14 years ago
  47. 2bc133d Try to handle dircache rebuild event properly. Playlist should now by Miika Pekkarinen · 14 years ago
  48. c4f6e34 Update US English by Steven Panek. by Alex Parker · 14 years ago
  49. 6e8ffa9 Fix red in fft plugin. by Thomas Martitz · 14 years ago
  50. 548b34a Add US English by Steven Panek. by Alex Parker · 14 years ago
  51. af7aaae Dircache: Don't expose struct dircache_entry and pointers into the cache, use IDs instead. by Thomas Martitz · 14 years ago
  52. 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 · 14 years ago
  53. ffee46a Fix yellow. Shouldn't have reordered struct members here. by Thomas Martitz · 14 years ago
  54. 1a86aab Remove unused code path from playlist_create_ex(). by Thomas Martitz · 14 years ago
  55. 316f9a0 tagtree: Refactor memory allocation to local functions. by Thomas Martitz · 14 years ago
  56. 19d08c2 Move struct search_instruction into struct menu root, as they're not allocated or used independently. by Thomas Martitz · 14 years ago
  57. 7b374b4 Use enum themable_icons in struct file_type and struct filetype (who made those names?). by Thomas Martitz · 14 years ago
  58. f2ef42c Fixed a changelog export/import problem with tagcache where <CR> or <LF> by Miika Pekkarinen · 14 years ago
  59. c56cca2 Fix non-working .talk clips on hwcodec (follow-up to r28672 and r29432): .talk clips by Jens Arnold · 14 years ago
  60. 8d9b9d2 Removed redundant copy of tagcache master_header structure stored in by Miika Pekkarinen · 14 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 · 14 years ago
  62. 2168557 FS#12162 - Second June update of Czech language by Marek Salaba by Bertrik Sikken · 14 years ago
  63. 7b605f0 Fix 'unused-but-set-variable' warnings (doom, lua) by Rafaël Carré · 14 years ago
  64. 142725e Fix FS#12158 - Make the "Mode: " line in the radio menu voice. by Jonathan Gordon · 14 years ago
  65. 851cac8 Prevent out-of-bounds array access when a tagnavi config file defines too many %format specifications by Michael Hohmuth · 14 years ago
  66. 4456abb FS#12157 - Little June update of Czech language by Marek Salaba by Bertrik Sikken · 14 years ago
  67. dfeab73 FS#12156 - Update Galician translation by Ismael Castiñeira Álvarez by Bertrik Sikken · 14 years ago
  68. de81c73 Update Swedish translation. by Magnus Holmgren · 14 years ago
  69. 3b18158 Fix FS#11387 - PictureFlow runs jerkily while playing music on Nano2G after the recent feature addition by Thomas Martitz · 14 years ago
  70. e533635 FS#12155 - Update espanol.lang Spanish translation by Bertrik Sikken · 14 years ago
  71. 038fc8a Fix the %cs tag for the pitchscreen and playlist viewer by Jonathan Gordon · 14 years ago
  72. 3b04a85 Remove a couple of dead inits and assignments found by the clang-static-analyzer. by Nils Wallménius · 14 years ago
  73. f2e7c05 libtremor: comment out unused struct member. by Nils Wallménius · 14 years ago
  74. 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 · 14 years ago
  75. 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 · 14 years ago
  76. f9f9632 FS#12107: Remove track-number guessing code. by Michael Hohmuth · 14 years ago
  77. 6a0021c FS#12132 patch 5: check_clauses: Optimizations. by Michael Hohmuth · 14 years ago
  78. b3a7f39 FS#12132 patch 4: Added a comment for the tagcache_search.type field. by Michael Hohmuth · 14 years ago
  79. 564a8ed FS#12132 patch 3: Rename read_numeric_tag to find_tag, as it is indeed by Michael Hohmuth · 14 years ago
  80. 509d6a9 FS#12132 patch 2: add_uniqbuf: Fix confusing indentation in if condition by Michael Hohmuth · 14 years ago
  81. e62b9a9 libtremor: Implement a memory configuration for targets that don't use separate iram for codecs. by Nils Wallménius · 14 years ago
  82. 684b741 Safe part of FS#11268, saving some codec buffer space for targets that don't use separate iram. by Nils Wallménius · 14 years ago
  83. 965113e FS#12146: Fix libcook bugs introduced in r22055 by Sean Bartell. by Nils Wallménius · 14 years ago
  84. 9f65f2b Accept FS#12143 (NSF codec clean up): Declare local stuff static, comment unused variables and functions. by Andree Buschmann · 14 years ago
  85. 82f4c60 Make the histogram code usable for playback as well. Move the recording histogram code to peakmeter, rename it to remove the recording reference, and rename anything referring to it as well. Change the drawing code so there are more options to position them. This may change your histogram settings, so check after upgrading. by Peter D'Hoye · 14 years ago
  86. 62e06cc Accept FS#5153 - Doom Scrollwheel Patch by Thomas Martitz · 14 years ago
  87. dceceef Move dbg_hw_info() into target tree. FS#11735 by me by Marcin Bukat · 14 years ago
  88. 03c12a7 Delete old unused macro. by Nils Wallménius · 14 years ago
  89. 92afc96 Languages: make the Clip+ use the microSD specific string to refer to the external card instead of only the general multivolume fallback. by Marianne Arnold · 14 years ago
  90. 482e83d Center Rockbox logo when smaller than the screen size. by Dominik Riebeling · 14 years ago
  91. 73d0e14 Disable some unused code in speex to save binsize. by Nils Wallménius · 14 years ago
  92. d860c87 Build the voice codec speex with core -O switch to save size on targets using -Os. by Nils Wallménius · 14 years ago
  93. 927361b Fix define name. by Nils Wallménius · 14 years ago
  94. 4909e09 FS#12141 by Sean Bartell by Nils Wallménius · 14 years ago
  95. b58d365 FS#11925 - Add a proper system to keep track of the current screen/activity to make %cs far more useful by Jonathan Gordon · 14 years ago
  96. 7c6056b FS#12140 by Sean Bartell, Make various codec stuff static. by Nils Wallménius · 14 years ago
  97. 05a1984 FS#12065 - Fix two regressions introduced with r26192 (FS#10976 / by Michael Hohmuth · 14 years ago
  98. 70b81e6 Android: install codecs as native libs instead of extracting them (FS#12134). by Dominik Riebeling · 14 years ago
  99. f42a305 Accept FS#12136: Save some binsize in tagtree.c. Thanks to sideral for testing. by Nils Wallménius · 14 years ago
  100. 8a5a2b8 FS#12139 - Galician translation update by Ismael Castiñeira Álvarez by Bertrik Sikken · 14 years ago