- a73102f HD300: Fix bootloader hang when RTC alarm fires. Make entering bootmenu more reliable. Add some comments. by Marcin Bukat · 14 years ago
- 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
- 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
- 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
- 271441e MinGW: prefer C99 compliance by using replacement implementations. by Dominik Riebeling · 14 years ago
- 465e75a Android: Fix yellow by Thomas Martitz · 14 years ago
- f9a6bde Handle disk errors properly in USB storage driver. Fixes FS#10873 by Frank Gevaerts · 14 years ago
- 911f2a7 libtremor: merge upstream revision 17374 and some inline/icode tweaks to maintain speed. by Nils Wallménius · 14 years ago
- 6367b19 sbinfo: fix crazy condition to avoid empty elf file generation (it is reversed) by Amaury Pouly · 14 years ago
- b62ff2b That was a bit too far upwards :( by Thomas Martitz · 14 years ago
- 7f9c171 Fix red by moving the difinition up. by Thomas Martitz · 14 years ago
- 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
- 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
- 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
- 0f274ac Fix player sim yellow by Thomas Martitz · 14 years ago
- ac3a745 Fix reds, inclusion of C files into plugins is tricky. by Thomas Martitz · 14 years ago
- 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
- 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
- 290e27b HDD6330: add missing button for test_codec. by Szymon Dziok · 14 years ago
- 6a54c57 Some improvements for test_mem: by Thomas Martitz · 14 years ago
- 1b093cf Remove tabs by Andree Buschmann · 14 years ago
- db9445a sbinfo: fix arm hasentry flags, otherwise elf files are marked as having to entry point... by Amaury Pouly · 14 years ago
- 1583b1c sbinfo: first try at creating an elf file out of the .sb mess by Amaury Pouly · 14 years ago
- 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
- a63cf50 Add HD300 button defines for system_exception_wait() by Marcin Bukat · 14 years ago
- 5ad4080 Very small code shuffle to maybe make parseing %if() a smidgen faster by Jonathan Gordon · 14 years ago
- c2c7628 HD300 - greylib callibration data (taken from iAudio M5 - works well) by Marcin Bukat · 14 years ago
- dd61702 HD300 - plugins keymaps by Marcin Bukat · 14 years ago
- d2ebc53 RTC s35380a - fix initialization. by Marcin Bukat · 14 years ago
- 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
- 90d77fb sbinfo: add a file containing key used to encrypt the Fuze+ firmware (it uses the zero key) by Amaury Pouly · 14 years ago
- 7612559 sbinfo: add full support for various kind of cryptographic checks by Amaury Pouly · 14 years ago
- db1e051 HD300 - decrease touchstrip sensitivity by Marcin Bukat · 14 years ago
- aa2abed MPIO - drop wait states for LCD access by Marcin Bukat · 14 years ago
- 47f670d FS#11725: fix duplicationg slash indicating root in filename. by Teruaki Kawashima · 14 years ago
- 4fd775f cahnge button mapping in list cotext so that it ignores button release. by Teruaki Kawashima · 14 years ago
- abc34aa Add HD300 to builds.pm by Marcin Bukat · 14 years ago
- 0e98dd0 FS #11780 by Melba Sitjar: add missing strings to the Tagalog by Robert Menes · 14 years ago
- 15a0a3c Rename bootloader file for MPIO players as it supports both HD200 and HD300. by Marcin Bukat · 14 years ago
- 5f8f579 HD300 - keymap tweaks by Marcin Bukat · 14 years ago
- e3ab05a Update lang files for Set time/date screen on HD300 by Marcin Bukat · 14 years ago
- 2d3064a HD300 - add basic RTC support by Marcin Bukat · 14 years ago
- 084c690 sbinfo: add decryption support and pretty print boot section structure by Amaury Pouly · 14 years ago
- a0480c7 applying FS#10489: Rockboy - rotate directional keys when screen is rotated by Michael Stummvoll · 14 years ago
- 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
- 1db3dfd Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef conditions) by Frank Gevaerts · 14 years ago
- 4063389 rbutil: r28687 touched too much. Restore some accelerator keys. by Mustapha Senhaji · 14 years ago
- c412c2d Initial version of sbinfo, a utility to analyse .sb files (used for the fuze+ for example) by Bertrik Sikken · 14 years ago
- 10e0279 Make model_names static in mkmpioboot. by Dominik Riebeling · 14 years ago
- 5d274e5 Hopefully fix a crash using %if() with strings by Jonathan Gordon · 14 years ago
- 0aea176 rbutil: Bring the french translation up to date. by Mustapha Senhaji · 14 years ago
- 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
- 4cbab55 HD300 - add missing i2c initializtion. by Marcin Bukat · 14 years ago
- 194bc86 Add helper function to get index from file extension. by Teruaki Kawashima · 14 years ago
- 2dcc515 Undo r28682. Bad idea... by Andree Buschmann · 14 years ago
- 8972744 Use CACHEALIGN_BITS to calculate CACHEALIGN_SIZE instead of directly setting it. by Andree Buschmann · 14 years ago
- 54b2d72 Use MEM_ALIGN_ATTR in test_mem plugin. by Andree Buschmann · 14 years ago
- 9a24892 MPIO HD300 - initial commit by Marcin Bukat · 14 years ago
- 608bc4e Latest release is 3.7.1 by Björn Stenberg · 14 years ago
- 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
- ec9bb4c Re-add the lseek to the beginning of the file which was accidentally removed. by Thomas Martitz · 14 years ago
- 4f03a97 Fix red on hwcodec. Forgot to change the macro for it. by Thomas Martitz · 14 years ago
- 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
- 756c59a update mpegplayer manual. by Teruaki Kawashima · 14 years ago
- 4fe5580 Fixing FS#11745 (Rockboy Screen on Sansa Clip+) by Michael Stummvoll · 14 years ago
- 7c1c9cc Code Police: C comment style. by Mustapha Senhaji · 14 years ago
- 043ebca FS#8607: MPEG video playlist by Teruaki Kawashima · 14 years ago
- 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
- c7e5122 Fix the Russian spelling by Alexander Levin · 14 years ago
- 7704a3c Added the snapshot patch for rockboy (FS#11757) by Michael Stummvoll · 14 years ago
- 8971b23 Update Russian translation - FS#11770 by Alexey Polkhirev by Bertrik Sikken · 14 years ago
- 26c36d9 Sansa c200/c200v2: limit allowable contrast value to 0-127, it wraps at 128. by Bertrik Sikken · 14 years ago
- 70bbbcd correction from previous commit. Completly removing the splashes is better by Michael Stummvoll · 14 years ago
- 0c4e658 Rockboy: Changed the time of showing splash messages to 0 to decrase loading time. by Michael Stummvoll · 14 years ago
- 05434eb test_codec: fix menu broken in r28637 by Nils Wallménius · 14 years ago
- 286eceb Rockboy: Added an short stats option which only shows the two numbers by Michael Stummvoll · 14 years ago
- 5a9805d rockoy: boosting the max frameskip option up to 20 Max instead of 6 by Michael Stummvoll · 14 years ago
- ff9e186 codeclib: there is no need to limit the outputs of the coldfire X(N)PROD_R macros to data registers, no significant speed diff by Nils Wallménius · 14 years ago
- 72b4c4f Adding an reset option to the rockboy menu by Michael Stummvoll · 14 years ago
- 6813021 thanks for admitting me to the team :) by Michael Stummvoll · 14 years ago
- 8802c5d codeclib: don't mark the outputs for the coldfire X(N)PROD_R asm macros as earlyclobbers as they are not, lets gcc produce better code. Speedup of 0.2-0.3MHz for codecs using the mdct, (larger speedup when building with gcc 4.4). by Nils Wallménius · 14 years ago
- 16d44e9 Playlist viewer: Fix regression introduced by r28138 which made some buttons not work in the playlist viewer. by Thomas Martitz · 14 years ago
- efba7d8 once more by Jonathan Gordon · 14 years ago
- 1e0006b fix red by Jonathan Gordon · 14 years ago
- 893d2f3 Accept FS#11723 by Michael Hohmuth by Jonathan Gordon · 14 years ago
- 3dc5f59 Accept FS#11721 by Michael Hohmuth by Jonathan Gordon · 14 years ago
- 5e6b9f7 Use MEM_ALIGN_ATTR in libatrac3. by Andree Buschmann · 14 years ago
- dedffd3 Fix bug in libatrac which lead to playback errors and/or distortions with some atrac3 files. by Andree Buschmann · 14 years ago
- 6695226 Fix typo in comment. by Andree Buschmann · 14 years ago
- e536159 Align various libwma buffers. Saves about 1 MHz on the Gigabeat S. by Michael Giacomelli · 14 years ago
- 0e53651 Force alignment of various data structures in libmad. Speeds up Gigabeat S decoding by about 1MHz. by Michael Giacomelli · 14 years ago
- 3f93231 Fix mistake on targets without frequency scaling. by Michael Giacomelli · 14 years ago
- 7094181 Add option to run test_codec unboosted on players with boosting. by Michael Giacomelli · 14 years ago
- 28ecf9b Use MEM_ALIGN_ATTR in pitch detector plugin. by Andree Buschmann · 14 years ago
- f99b896 Remove tabs. by Andree Buschmann · 14 years ago
- 1aac585 Comment unused function. by Andree Buschmann · 14 years ago
- 3c83cea Remove unused define. by Andree Buschmann · 14 years ago
- 6cff0e7 Use MEM_ALIGN_ATTR in libdemac instead of fixed alignment. Speeds up arm11 by ~6%. by Andree Buschmann · 14 years ago
- feb74ad Fix pointer aliasing warning which for some reason was only triggered in SH builds. by Jens Arnold · 14 years ago
- 572c6ee fix --rbdir is ignored in configure by Teruaki Kawashima · 14 years ago