1. caf907e Workaround an occasional problem where album art or cuesheets might not be ready by the time the track change event is send which can result in the WPS not immediately being aware that the handles are ready. A better solution will be sought that hopefully doesn't require the additional event. by Michael Sevakis · 14 years ago
  2. 2e3162f Fix 2 'set but not used' warnings. by Nils Wallménius · 14 years ago
  3. 5fd9471 FS#12120. Convert FRACMUL macros into inline functions and fix typecasting for 64 bit platforms so that sims produce the same results as targets. Tweak the cf inline asm to not require an immediate value but add a FORCE_INLINE attribute to one of the cf functions to make sure it gets inlined as that saves both codesize and cycles. by Nils Wallménius · 14 years ago
  4. ecb4d2d Remove next reported 'set but unused' warnings. by Andree Buschmann · 14 years ago
  5. 8767ba9 Remove residual float operations from sid codec. by Andree Buschmann · 14 years ago
  6. 645ffa9 Make volume and progresssbar touch regions work with touch timeouts by Jonathan Gordon · 14 years ago
  7. 3071b2b Fix yellow. by Andree Buschmann · 14 years ago
  8. 94257e5 Fix %Tl 'last touch' tag not accepting the timeout by Jonathan Gordon · 14 years ago
  9. de1529c Save a large static buffer in sid codec. by Andree Buschmann · 14 years ago
  10. d038f89 S5L870x is fast enough to play spc with gaussian interpolation and echo processing. by Andree Buschmann · 14 years ago
  11. 6117ffd Submit FS#12115: Use more IRAM in cook codec for several targets. Speeds up PP5022 and MCF5250 by ~3% and S5L87.0x by ~4%. by Andree Buschmann · 14 years ago
  12. 8531380 Fix unintentional removal of an if-statement. by Andree Buschmann · 14 years ago
  13. 9e7898b Fix various minor spelling issues in the rockbox manual. by Bertrik Sikken · 14 years ago
  14. 96b2175 Fix some residual 'defined but not used' warnings by GCC 4.6.0 for touchscreen targets. by Andree Buschmann · 14 years ago
  15. 4dad30d Manual:r29866 changed the meaning of & and * for touch region actions, update the manual accordingly and add some short explanations. by Marianne Arnold · 14 years ago
  16. a0f3462 Manual: Fix theme tags section and hence the complete manual for touchscreen targets . The _ needs escaping (but the * doesn't). by Marianne Arnold · 14 years ago
  17. 313254e Update Latvian language, FS#12123 by Mārtiņš Šimis by Bertrik Sikken · 14 years ago
  18. 609c526 Use more IRAM on S5L870x to speed up wmapro by ~2%. by Andree Buschmann · 14 years ago
  19. 9949414 Use more IRAM on S5L870x to speed up wma by ~3%. by Andree Buschmann · 14 years ago
  20. 89e791c Fix FS#12118 - Voice UI has issues talking various issues in menus and in the file browswer. audio_pcmbuf_may_play should check play_status for !=PLAY_PAUSED, not ==PLAY_PLAYING so that PCM may auto-start when voicing out playback state. by Michael Sevakis · 14 years ago
  21. 90aa993 FS#12122 - Translated the missing string in Romanian. by Sergiu Rotaru by Bertrik Sikken · 14 years ago
  22. 271fdb6 Minor manual fix: iPod nano 2G is fast enough to decode ape -c3000. by Andree Buschmann · 14 years ago
  23. 892cc66 Manual, audio formats table: remove the \nopt{ipodnano2g} and pull the row and column separators out of the \opts to make the manual build again which broke for targets that would have gotten an impossible additional columns due to this. Needs a check if the result is correct still though. by Marianne Arnold · 14 years ago
  24. 78cd0c5 Add AAC to the manuals codec featureset table. by Andree Buschmann · 14 years ago
  25. 2d40310 Add a codec featureset overview (for now 'seek', 'resume' and 'gapless') to the manual. Additionally change table formatting and add a note to the SID format. by Andree Buschmann · 14 years ago
  26. a45af1c Reduce FRACMUL calls in equalizer. by Andree Buschmann · 14 years ago
  27. 9b6910c thumb-cc.py: simplify by Rafaël Carré · 14 years ago
  28. 7eb0db2 A few people have reported problems running the fuzev2 LCD at max brightness. I don't have one of these players, but as a precaution lets lower the max brightness a bit until someone figures out why. by Michael Giacomelli · 14 years ago
  29. a2c2589 don't install boomshine.lua if lua.rock isn't built by Rafaël Carré · 14 years ago
  30. 0101c70 FS#12110: Rework of the audio format and metadata section in the manual. Add notes for several audio formats, correct the file extensions for several formats, describe the feature sets supported by the different metadata formats, describe limitations of the metadata handling. by Andree Buschmann · 14 years ago
  31. 58995c1 Fix a typo that made a macro show up as text. Thanks to fml for noting. by Dominik Riebeling · 14 years ago
  32. 7b054ef FS#12117: Use more IRAM for atrac3. Speeds up decoding from 1-2% (PP5022, PP5024, S5L870x) to 11% (MCF5250). by Andree Buschmann · 14 years ago
  33. 22c9b6e Use more IRAM for mpc on S5L870x. Speed up decoding by ~2%. by Andree Buschmann · 14 years ago
  34. e8c79d6 The gigabeat S needs special casing so that you can still hold vol down to access its firmware partition. Additionally, the same logic should apply to firewire on the iPods. by Michael Giacomelli · 14 years ago
  35. 84b4c46 Enter USB charging mode on devices that support it if any key is held down during USB insert (except on Archos where certain keys need to be avoided and players like the iRiver H1x0 which do not charge over USB and the iAudios/AMSv2 which do not yet support USB fully). Update the manual to explain the new behavior. by Michael Giacomelli · 14 years ago
  36. 14cac39 FS#12119 - June update of Czech language by Marek Salaba by Bertrik Sikken · 14 years ago
  37. 46507d2 FS#12113: Optimize IRAM configuration for SPC. Performance increases by 5-6% on PP5022, PP5024 and S5L870x. No change of performance on Coldfire, PP5002 and PP5020. by Andree Buschmann · 14 years ago
  38. 41723bc FS#12113: Optimize IRAM configuration for NES Sound Format. Performance is stable on Coldfire and shows performance gains from about 50-100% (PP5020, S5L870x, PP5022) up to 168% (PP5002). by Andree Buschmann · 14 years ago
  39. 5a726f8 Update french translation for LANG_PAUSE_REWIND by Ophir Lojkine by Bertrik Sikken · 14 years ago
  40. d835b7b FS#12116 - Update of Portuguese (Portugal) language - Rewind on Pause by Gabriel Maia by Bertrik Sikken · 14 years ago
  41. bf46e63 FS#12113: Optimize IRAM configuration for Atari SAP format. Performance gains range from 5% (PP5020), over 13-16% (PP5002, PP5022, PP5024, S5L870x) to 115% (MCF5249, MCF5250). by Andree Buschmann · 14 years ago
  42. 322bbf7 Prefill the playlist name when creating a new playlist from the file browser. FS#12104 by Ophir Lojkine by Frank Gevaerts · 14 years ago
  43. c949d69 test_codec: Allow user to abort tests using target-defined TESTCODEC_EXITBUTTON. by Michael Sevakis · 14 years ago
  44. 7b3e05b Remove a tab character from the bulgarian translation by Jonas Häggqvist · 14 years ago
  45. 7169e49 Disktidy: New default files and folders for disktidy.config; by Robert Menes · 14 years ago
  46. 593d520 mpegplayer: Adapt to new pause_rewind setting and apply it for all by Michael Hohmuth · 14 years ago
  47. 4b5f686 Manual changes for rewind on pause. (Fixed a few typos while we are at it.) by Michael Hohmuth · 14 years ago
  48. 5aec3c2 FS#11931 part 2: Allow a short rewind when playback is paused. Patch by Michael Hohmuth · 14 years ago
  49. 0a070c5 Fix last known 'set but not used' warning by GCC 4.6.1. by Andree Buschmann · 14 years ago
  50. d909870 Fix another 'set but not used' warning. by Andree Buschmann · 14 years ago
  51. 2aa0759 Fix even more 'set but not used' warnings and a regression. by Andree Buschmann · 14 years ago
  52. 4f4edd8 Fix further 'set but not used' warnings. by Andree Buschmann · 14 years ago
  53. f7808c1 Fix several 'variable set but not used' warnings reported by GCC 6.4.1. by Andree Buschmann · 14 years ago
  54. 6484b45 Make the AMS bootloader prompt slightly more specific. by Michael Giacomelli · 14 years ago
  55. a43509c fuze+: implement a full-blown debug screen for touchpad with graphical feedback by Amaury Pouly · 14 years ago
  56. bdb8f4c sbtools: fix a few memcpy with overlapping src/dst, fix a parsing bug (would access one byte paste the end of the buffer) by Amaury Pouly · 14 years ago
  57. a29ef61 sbtools: be more verbose on debug and fix a bug (uninitialized structure) by Amaury Pouly · 14 years ago
  58. 6034978 Skin engine: Swap meaning of & and * for touch regions. by Thomas Martitz · 14 years ago
  59. 94dacca Rework MediaButtonReceiver a bit: by Thomas Martitz · 14 years ago
  60. fffc6c4 Trapped into ifdef-hell. Configure libfaad's IRAM/DRAM usage like it is meant to be. by Andree Buschmann · 14 years ago
  61. 281666a The last submit had one define too much. Nevertheless fix the IRAM configuration for static allocation method. by Andree Buschmann · 14 years ago
  62. 2263cf3 libfaad: AAC including HE-profile needs ~470 KB for playback (measured on ARM). Therefor it does not make sense to enable HE on devices with CODEC_SIZE < 512 KB. This will allow to load and play larger AAC-LC files on such devices. by Andree Buschmann · 14 years ago
  63. 72fba7a Make libfaad compilable again without PS_DEC. by Andree Buschmann · 14 years ago
  64. 9f32eb6 FS#12102 - Manual, "Quick Start" section for AMSv2 players: Clarifies by Michael Hohmuth · 14 years ago
  65. 86e8c28 fuze+: implement Synaptics RMI driver on top of i2c, add touchpad debug screen, bootloader enters debug screen by default by Amaury Pouly · 14 years ago
  66. bc315ad FS#12076 - DB stats resurrection: If the filename was changed, require by Michael Hohmuth · 14 years ago
  67. 0e7c04e libfaad: Move PS related variables to sbr_info struct. This allows dynamic allocation including error handling. by Andree Buschmann · 14 years ago
  68. df7deee Correct notation of a few supported audio formats in the manual. by Andree Buschmann · 14 years ago
  69. 90f21b3 Manual: typeset the commas using the normal font, not as 'fname' by Alexander Levin · 14 years ago
  70. 03e23d1 Implement error handling for libfaad's memory allocation. Do not allocate PS related types dynamically anymore to minimize code changes. by Andree Buschmann · 14 years ago
  71. 78b0f94 Proper initialization of static variables in codeclib. by Andree Buschmann · 14 years ago
  72. 2481427 fuze+: add init/enable/disable lcd sequences for the second lcd kind (only based on disassembly, untested) by Amaury Pouly · 14 years ago
  73. 6a24a7a tagnavi.config: Add a logical-OR operator ("|") for tagnavi conditionals. by Michael Hohmuth · 14 years ago
  74. 8cb4b36 Fix whitespace and some comment typos by Jeffrey Goode · 14 years ago
  75. 5a8f5b8 Provide a reasonable fix for FS#12093 - Playback hanging after codec/playback rework. Also, get rid of an impossible buffering case (BUF_USED is always less than buffer_len) and remove a buffering API that is not used anywhere and shouldn't be needed (plugin API has to be incompatible). by Michael Sevakis · 14 years ago
  76. 12e8e43 Use signed variable to check available buffer size. by Andree Buschmann · 14 years ago
  77. 526346b Manual: add metadata section (FS#12090 by Andree Buschmann with slight modifications by me) by Alexander Levin · 14 years ago
  78. 1ee4e89 Renaming for the sake of consistency. by Andree Buschmann · 14 years ago
  79. 0b59079 Fix a warning by Michael Hohmuth · 14 years ago
  80. 84301c1 FS#11931 part 1: Make fade in/out behavior more consistent across the by Michael Hohmuth · 14 years ago
  81. 9b70272 unplug_change: Precede call to audio_ff_rewind with by Michael Hohmuth · 14 years ago
  82. 9befc2e Remove tabs. by Andree Buschmann · 14 years ago
  83. 67f2150 Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0. by Andree Buschmann · 14 years ago
  84. ab99e94 More tab fixes by Bertrik Sikken · 14 years ago
  85. d68d02e Move implementation of codec_get_buffer() to codec.c, make related variables static. by Andree Buschmann · 14 years ago
  86. b452fa0 Use CACHEALIGN_SIZE in codec_malloc for optimal alignment. by Andree Buschmann · 14 years ago
  87. f79769c Minor loop optimization in libfaad's is/ms decoding. by Andree Buschmann · 14 years ago
  88. 7d4616e Fix BUILDID getting appended even if not set. by Dominik Riebeling · 14 years ago
  89. bdfd95e Rockbox Utility: bump version to 1.2.10. by Dominik Riebeling · 14 years ago rbutil_1.2.10
  90. e720724 Use MEM_ALIGN_ATTR and CACHEALIGN_SIZE in oggmalloc to ensure optimal alignment. by Andree Buschmann · 14 years ago
  91. 9c33dca Fix tabs in .c and .h files in firmware/ by Bertrik Sikken · 14 years ago
  92. 897fd92 codeclib: Declare several variables static and remove unused variables. by Andree Buschmann · 14 years ago
  93. 75e3fb7 SAPI voice creating: add slovak to languages. by Dominik Riebeling · 14 years ago
  94. 0925bfb Rockbox Utility: Add some more cases to version check test. by Dominik Riebeling · 14 years ago
  95. 04b4722 Fix FS#12098 by ignoring battery update events in the yesno screen. by Nils Wallménius · 14 years ago
  96. 7bac05c Better version reporting for git-tracked repositories: Include the git by Michael Hohmuth · 14 years ago
  97. fcf51bc Fix whitespace errors aka tabs. by Dominik Riebeling · 14 years ago
  98. 6ba552c deploy.py: support adding a build id. by Dominik Riebeling · 14 years ago
  99. e90d53c Rockbox Utility: add build id to version string. by Dominik Riebeling · 14 years ago
  100. c2ff646 Avoid false warnings of full dirs when the number of visible entries in a dir equals the limit. by Magnus Holmgren · 14 years ago