summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2010-07-26Modify the wma pro decoder to produce non-interleaved samples, and work direc...Mohamed Tarek
2010-07-26Submit part of FS#11498. Major speedup for WMA Professional on ARM and Coldfi...Andree Buschmann
2010-07-26libatrac: Coldfire asm for atrac3_iqmf_dewindowing, speeds up decoding of my ...Nils Wallménius
2010-07-26libwmapro: coldfire asm for vector_fixmul_window, gives a speedup of ~13%, dr...Nils Wallménius
2010-07-26aiff metadata: fix format string (%zd for size_t)Rafaël Carré
2010-07-26aiff codec: small clean upRafaël Carré
2010-07-26aiff metadata: skip chunks larger than bufferRafaël Carré
2010-07-26Fix FS#11497 - switching from a .cue to fm would show the cuesheet bars on th...Jonathan Gordon
2010-07-26Fix potential buffer overflow.Thomas Martitz
2010-07-25Rewrite set_file() to be smaller and better readable, and a comment describin...Thomas Martitz
2010-07-25codecs: mark some local variables with 'static'Nils Wallménius
2010-07-25Replace remaining printf in midi plugin (fix yellow/red)Michael Chicoine
2010-07-25Rename printf to prevent naming conflict. Also change comment to conform with...Michael Chicoine
2010-07-25Use browse_folder() for browsing eq presets and languages.Thomas Martitz
2010-07-25Rockbox as an application: Fix a few yellowsThomas Martitz
2010-07-25Move the array to where it belongsThomas Martitz
2010-07-25Add default case back to silence gcc false positive abount ext and dir being ...Thomas Martitz
2010-07-25A bit more cleanup in rockbox_browse().Thomas Martitz
2010-07-25Rewrite r21464 in a more compact/readable way. Reduces code duplication as well.Thomas Martitz
2010-07-25strncpy.c / assert.h : need to include _ansi.hRafaël Carré
2010-07-25Move some gcc extensions to new gcc_extensions.h headerRafaël Carré
2010-07-25Use MAX_PATH for array used for filename.Thomas Martitz
2010-07-25Manual - Recording source settings description: replace target options with t...Marianne Arnold
2010-07-24Fix FS#11204 logf build on h300 hung on bootupNils Wallménius
2010-07-24Missed one.Nils Wallménius
2010-07-24s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/Nils Wallménius
2010-07-24Delete useless include.Nils Wallménius
2010-07-23libatrac: Set the emac mode on coldfire, fixes whitenoise output if playing a...Nils Wallménius
2010-07-23Introduce macros for identical multiply-add blocks.Andree Buschmann
2010-07-23Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote...Nils Wallménius
2010-07-23The previous commit was broken, not only because of the red. Fix it.Thomas Martitz
2010-07-23Make %tx work as intended, so that it ignores the true case for non-RDS targets.Thomas Martitz
2010-07-23pdbox: disable strict aliasing optimizations since pdbox breaks the strict al...Nils Wallménius
2010-07-23libmad: small tweak to coldfire inline asm, gives a slight speedup and now bu...Nils Wallménius
2010-07-22Submit FS#11491. Refactor coldfire inline asm within libmad's synth_full() to...Andree Buschmann
2010-07-22Sudoku coloured number displayJens Arnold
2010-07-21rockboy: simplify build conditionRafaël Carré
2010-07-20Convert inline coldfire assembler to a 'real' assembler function, with tweaks...Nils Wallménius
2010-07-20Shorten: tweak some inline asm, use local lables to not cause problems when t...Nils Wallménius
2010-07-19Update Chinese (simple) translation - FS #11489 by Purling NayukiBertrik Sikken
2010-07-19Make libdemac compile again on OSX x86 and x86_64 by replacing .rept with fan...Jens Arnold
2010-07-19Update of Czech language - FS #11488 by Marek SalabaBertrik Sikken
2010-07-18FS#11454 Tuning of codec compiler optionsNils Wallménius
2010-07-18Add a 'ab_repeat_buttons' featureRafaël Carré
2010-07-18Properly initialize tagcache headers when doing commit() duringMiika Pekkarinen
2010-07-18AB_REPEAT_ENABLE was never defined to 2Rafaël Carré
2010-07-18Update Chinese (simple) translation - FS #11484 by Purling NayukiBertrik Sikken
2010-07-18Revert accidental commit of "%z" support in r26071 (the implementation assume...Frank Gevaerts
2010-07-17Prettier genlang-features output. Use the same style for max_language_size.h.Thomas Martitz
2010-07-17Beautify view_battery() graph in debug menu. FS#11324 by meMarcin Bukat