1. 97d9c1e download the r5 NDK to go along with the configure change in r28755 by Jonathan Gordon · 14 years ago
  2. 3b6b4f9 RTC s35380a - proper alarm support by Marcin Bukat · 14 years ago
  3. 1930e9f libtremor: merge upstream revision 17525 'Commit additional hardening to setup packet decode.' by Nils Wallménius · 14 years ago
  4. 02f836b libtremor: merge upstream revision 17524 more sanity checking. by Nils Wallménius · 14 years ago
  5. 0bfa899 libtremor: merge upstream revision 17522 and 17523 adding more sanity checking. by Nils Wallménius · 14 years ago
  6. 13eac3b libtremor: merge upstream revision 17520 and 17521 tweaking some of the recently introduced chaecks to not reject files made with buggy beta encoders. by Nils Wallménius · 14 years ago
  7. d44fb16 libtremor: merge upstream revision 17519 'Correct an accidental dereference-before-check in error cleanup in comments.' by Nils Wallménius · 14 years ago
  8. 1360188 Correct two problems slipped in with r28753. Thanks Teru for spotting. by Thomas Martitz · 14 years ago
  9. b1a888a correct argument of open. by Teruaki Kawashima · 14 years ago
  10. afea8a5 Upgrade ndk requirement to r5 (it ships a better compiler) and cleanup configure accordingly. by Thomas Martitz · 14 years ago
  11. ed61439 Fix extracting libmisc.so by Thomas Martitz · 14 years ago
  12. 7a9fd0b Fix configure and lib path by Thomas Martitz · 14 years ago
  13. 2c24160 Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. by Thomas Martitz · 14 years ago
  14. c35b43b Enable dircache by default on all targets with enough memory to use it. Helps significantly on HD players, and is somewhat faster on most flash players due to how WPS info is cached. Users can of course still disable it if they prefer. by Michael Giacomelli · 14 years ago
  15. 23321dc libtremor: merge upstream revision 17518 actually returning failure code from vorbis_synthesis_init by Nils Wallménius · 14 years ago
  16. 2aa76d7 libtremor: export a libogg function that is now needed. by Nils Wallménius · 14 years ago
  17. c28778f libtremor: merge part of upstream revision 17514 adding some limit checking for allocations when unpacking comments. by Nils Wallménius · 14 years ago
  18. bdf8a24 libtremor: merge upstream revision 17513 'Add code to prevent heap attacks by exploiting dim==bignum and partition_codewords==partion_values^dim.' by Nils Wallménius · 14 years ago
  19. 0d43bf6 libtremor: merge upstream revision 17512 'Correctly handle the nonsensical codebook.dim==0 case.' by Nils Wallménius · 14 years ago
  20. 8a239cf libtremor: merge upstream revision 17511 'Add checks/rejection for absurdly huge codebooks.' by Nils Wallménius · 14 years ago
  21. 4487107 libtremor: merge upstream revision 17510. by Nils Wallménius · 14 years ago
  22. 67efbc1 libtremor: by Nils Wallménius · 14 years ago
  23. 1f64b7f HD300: enable RTC alarm function (working partially for now) by Marcin Bukat · 14 years ago
  24. 4eb5aa2 RTC s35380a - add support for alarm function. Currently this powers up the device but doesn't start selected function (radio/recording/playback) by Marcin Bukat · 14 years ago
  25. a73102f HD300: Fix bootloader hang when RTC alarm fires. Make entering bootmenu more reliable. Add some comments. by Marcin Bukat · 14 years ago
  26. 809e61b remove a little redundant code from the WavPack metadata module to partially make up for the code just added by Dave Bryant · 14 years ago
  27. 32a0ce3 HDD6330: implement lcd_yuv_blit() function. The inner loop is written in assembler and the entire function is about 20% faster than the original from the ipod color. by Szymon Dziok · 14 years ago
  28. 516693f make WavPack library check the extent of the block that it is parsing so that it cannot run into the next block; also enhance the metadata code to handle the case of files with non-audio blocks at the beginning (which can happen if the source WAV file has lots of RIFF data) by Dave Bryant · 14 years ago
  29. 271441e MinGW: prefer C99 compliance by using replacement implementations. by Dominik Riebeling · 14 years ago
  30. 465e75a Android: Fix yellow by Thomas Martitz · 14 years ago
  31. f9a6bde Handle disk errors properly in USB storage driver. Fixes FS#10873 by Frank Gevaerts · 14 years ago
  32. 911f2a7 libtremor: merge upstream revision 17374 and some inline/icode tweaks to maintain speed. by Nils Wallménius · 14 years ago
  33. 6367b19 sbinfo: fix crazy condition to avoid empty elf file generation (it is reversed) by Amaury Pouly · 14 years ago
  34. b62ff2b That was a bit too far upwards :( by Thomas Martitz · 14 years ago
  35. 7f9c171 Fix red by moving the difinition up. by Thomas Martitz · 14 years ago
  36. 55b58a3 Android: Make lcd updates synchronous, doesn't make it faster but smoother (no updates are skipped) and guaranteed to be glitch free. by Thomas Martitz · 14 years ago
  37. 1d425bf Enable ARM ASM optimzations on android. Speedup in codecs ranges from 20% to 150%. Most codecs now need well below 30MHz. by Thomas Martitz · 14 years ago
  38. 1633d3f Changes to test_mem. Improve readability for smaller displays, increase loop count by a factor of 2, if needed, by Andree Buschmann · 14 years ago
  39. 0f274ac Fix player sim yellow by Thomas Martitz · 14 years ago
  40. ac3a745 Fix reds, inclusion of C files into plugins is tricky. by Thomas Martitz · 14 years ago
  41. 921ac8d Change the gcc options for sdl builds to allow for gnu99 features, it needs some fixes in other places. Fixes test_mem compilation failure on cygwin. by Thomas Martitz · 14 years ago
  42. 589d211 HDD6330: implement block transfers through the LCD2 bridge in lcd_update_rect(), speedup is huge, fps over 4 times faster. by Szymon Dziok · 14 years ago
  43. 290e27b HDD6330: add missing button for test_codec. by Szymon Dziok · 14 years ago
  44. 6a54c57 Some improvements for test_mem: by Thomas Martitz · 14 years ago
  45. 1b093cf Remove tabs by Andree Buschmann · 14 years ago
  46. db9445a sbinfo: fix arm hasentry flags, otherwise elf files are marked as having to entry point... by Amaury Pouly · 14 years ago
  47. 1583b1c sbinfo: first try at creating an elf file out of the .sb mess by Amaury Pouly · 14 years ago
  48. 71ad367 codeclib: inline assembler for fft4 and fft8 on coldfire, small 0.2-0.3MHz speedup with gcc 3.4, larger 0.6-0.8MHz speedup with gcc 4.4/4.5 by Nils Wallménius · 14 years ago
  49. a63cf50 Add HD300 button defines for system_exception_wait() by Marcin Bukat · 14 years ago
  50. 5ad4080 Very small code shuffle to maybe make parseing %if() a smidgen faster by Jonathan Gordon · 14 years ago
  51. c2c7628 HD300 - greylib callibration data (taken from iAudio M5 - works well) by Marcin Bukat · 14 years ago
  52. dd61702 HD300 - plugins keymaps by Marcin Bukat · 14 years ago
  53. d2ebc53 RTC s35380a - fix initialization. by Marcin Bukat · 14 years ago
  54. 9929512 ARM9 optimized synth_full for libmad. Speeds up mp3 decoding by an even 2 MHz on all ARM9 and later devices. Note this is only optimized for arm9 (non-E), although it is faster on later devices. An arm9E/11 version will be needed for optimal performance on newer devices. by Michael Giacomelli · 14 years ago
  55. 90d77fb sbinfo: add a file containing key used to encrypt the Fuze+ firmware (it uses the zero key) by Amaury Pouly · 14 years ago
  56. 7612559 sbinfo: add full support for various kind of cryptographic checks by Amaury Pouly · 14 years ago
  57. db1e051 HD300 - decrease touchstrip sensitivity by Marcin Bukat · 14 years ago
  58. aa2abed MPIO - drop wait states for LCD access by Marcin Bukat · 14 years ago
  59. 47f670d FS#11725: fix duplicationg slash indicating root in filename. by Teruaki Kawashima · 14 years ago
  60. 4fd775f cahnge button mapping in list cotext so that it ignores button release. by Teruaki Kawashima · 14 years ago
  61. abc34aa Add HD300 to builds.pm by Marcin Bukat · 14 years ago
  62. 0e98dd0 FS #11780 by Melba Sitjar: add missing strings to the Tagalog by Robert Menes · 14 years ago
  63. 15a0a3c Rename bootloader file for MPIO players as it supports both HD200 and HD300. by Marcin Bukat · 14 years ago
  64. 5f8f579 HD300 - keymap tweaks by Marcin Bukat · 14 years ago
  65. e3ab05a Update lang files for Set time/date screen on HD300 by Marcin Bukat · 14 years ago
  66. 2d3064a HD300 - add basic RTC support by Marcin Bukat · 14 years ago
  67. 084c690 sbinfo: add decryption support and pretty print boot section structure by Amaury Pouly · 14 years ago
  68. a0480c7 applying FS#10489: Rockboy - rotate directional keys when screen is rotated by Michael Stummvoll · 14 years ago
  69. 418b7d4 Reorder viewers.config entries so that test plugins come after the standard plugins for the same extension. The first defines the default action and the icon for the respective extension (if there is no core action for it). Group entries by extension so this is more visible. by Jens Arnold · 14 years ago
  70. 1db3dfd Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef conditions) by Frank Gevaerts · 14 years ago
  71. 4063389 rbutil: r28687 touched too much. Restore some accelerator keys. by Mustapha Senhaji · 14 years ago
  72. c412c2d Initial version of sbinfo, a utility to analyse .sb files (used for the fuze+ for example) by Bertrik Sikken · 14 years ago
  73. 10e0279 Make model_names static in mkmpioboot. by Dominik Riebeling · 14 years ago
  74. 5d274e5 Hopefully fix a crash using %if() with strings by Jonathan Gordon · 14 years ago
  75. 0aea176 rbutil: Bring the french translation up to date. by Mustapha Senhaji · 14 years ago
  76. ba0bb7a rbutil: Fix typos in french translation plus some minor changes (fix few typos on source strings too while I was here). by Mustapha Senhaji · 14 years ago
  77. 4cbab55 HD300 - add missing i2c initializtion. by Marcin Bukat · 14 years ago
  78. 194bc86 Add helper function to get index from file extension. by Teruaki Kawashima · 14 years ago
  79. 2dcc515 Undo r28682. Bad idea... by Andree Buschmann · 14 years ago
  80. 8972744 Use CACHEALIGN_BITS to calculate CACHEALIGN_SIZE instead of directly setting it. by Andree Buschmann · 14 years ago
  81. 54b2d72 Use MEM_ALIGN_ATTR in test_mem plugin. by Andree Buschmann · 14 years ago
  82. 9a24892 MPIO HD300 - initial commit by Marcin Bukat · 14 years ago
  83. 608bc4e Latest release is 3.7.1 by Björn Stenberg · 14 years ago
  84. a51fa04 Fix all manuals that were broken in r28617 (targets that do not have \ButtonSelect) by using the respective \ActionStdOk macro which also matches the c code IIUC. by Marianne Arnold · 14 years ago
  85. ec9bb4c Re-add the lseek to the beginning of the file which was accidentally removed. by Thomas Martitz · 14 years ago
  86. 4f03a97 Fix red on hwcodec. Forgot to change the macro for it. by Thomas Martitz · 14 years ago
  87. 9393e4c Change how all the metadata parsers are read from a giant swich/case to function pointers via array index. Also unify the api. by Thomas Martitz · 14 years ago
  88. 756c59a update mpegplayer manual. by Teruaki Kawashima · 14 years ago
  89. 4fe5580 Fixing FS#11745 (Rockboy Screen on Sansa Clip+) by Michael Stummvoll · 14 years ago
  90. 7c1c9cc Code Police: C comment style. by Mustapha Senhaji · 14 years ago
  91. 043ebca FS#8607: MPEG video playlist by Teruaki Kawashima · 14 years ago
  92. b397fe5 libtremor: small tweak to coldfire inline asm function MULT31_SHIFT15, saving one instruction, *tiny* speedup, output unchanged by Nils Wallménius · 14 years ago
  93. c7e5122 Fix the Russian spelling by Alexander Levin · 14 years ago
  94. 7704a3c Added the snapshot patch for rockboy (FS#11757) by Michael Stummvoll · 14 years ago
  95. 8971b23 Update Russian translation - FS#11770 by Alexey Polkhirev by Bertrik Sikken · 14 years ago
  96. 26c36d9 Sansa c200/c200v2: limit allowable contrast value to 0-127, it wraps at 128. by Bertrik Sikken · 14 years ago
  97. 70bbbcd correction from previous commit. Completly removing the splashes is better by Michael Stummvoll · 14 years ago
  98. 0c4e658 Rockboy: Changed the time of showing splash messages to 0 to decrase loading time. by Michael Stummvoll · 14 years ago
  99. 05434eb test_codec: fix menu broken in r28637 by Nils Wallménius · 14 years ago
  100. 286eceb Rockboy: Added an short stats option which only shows the two numbers by Michael Stummvoll · 14 years ago