summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-07-29libmwapro: use codeclib asm macros for XNPROD31, speeds up decoding of a 55kb...Nils Wallménius1-1/+5
2010-07-28libwmapro: coldfire asm for vector_fixmul_scalar, 1% speedupNils Wallménius1-0/+32
2010-07-28Refactor asm macros in libwmapro's vector_fixmul_() functions. No change to o...Andree Buschmann1-62/+46
2010-07-28Add ARM assembler to libwmapro vector_fixmul_scalar(). Speeds up decoding by ...Andree Buschmann1-18/+48
2010-07-28Refinement of initial lowmem handling for libwmapro (r27593). Set maximum sup...Andree Buschmann1-11/+15
2010-07-28Update Swedish translation.Magnus Holmgren1-0/+108
2010-07-28Correct the scaling of the coeffs to 17bits.Mohamed Tarek2-3/+3
2010-07-28Submit FS#11502. Minor optimization to Coldfire assembler in libatrac's fixmu...Andree Buschmann1-16/+11
2010-07-28Submit next part of FS#11498. Unroll loop for minor speedup of libwmapro on A...Andree Buschmann1-9/+15
2010-07-28Enable wmapro compilation for lowmem targets by excluding multichannel buffer...Mohamed Tarek2-4/+7
2010-07-28Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds ...Mohamed Tarek3-44/+23
2010-07-27libwmapro: build with -O2 for coldfire, 5% speedup.Nils Wallménius1-0/+12
2010-07-27libwmapro: tiny tweak fo coldfire fixmul24 for a very slight speedup.Nils Wallménius1-11/+9
2010-07-26libwmapro: slightly shorter and faster inline asm fixed point multiplication ...Nils Wallménius1-25/+22
2010-07-26Modify the wma pro decoder to produce non-interleaved samples, and work direc...Mohamed Tarek3-37/+30
2010-07-26Submit part of FS#11498. Major speedup for WMA Professional on ARM and Coldfi...Andree Buschmann4-30/+240
2010-07-26libatrac: Coldfire asm for atrac3_iqmf_dewindowing, speeds up decoding of my ...Nils Wallménius1-1/+52
2010-07-26libwmapro: coldfire asm for vector_fixmul_window, gives a speedup of ~13%, dr...Nils Wallménius2-8/+41
2010-07-26aiff metadata: fix format string (%zd for size_t)Rafaël Carré1-1/+1
2010-07-26aiff codec: small clean upRafaël Carré1-15/+7
2010-07-26aiff metadata: skip chunks larger than bufferRafaël Carré1-28/+42
2010-07-26Fix FS#11497 - switching from a .cue to fm would show the cuesheet bars on th...Jonathan Gordon1-0/+1
2010-07-26Fix potential buffer overflow.Thomas Martitz1-2/+2
2010-07-25Rewrite set_file() to be smaller and better readable, and a comment describin...Thomas Martitz2-16/+19
2010-07-25codecs: mark some local variables with 'static'Nils Wallménius15-47/+47
2010-07-25Replace remaining printf in midi plugin (fix yellow/red)Michael Chicoine4-52/+52
2010-07-25Rename printf to prevent naming conflict. Also change comment to conform with...Michael Chicoine2-10/+10
2010-07-25Use browse_folder() for browsing eq presets and languages.Thomas Martitz2-12/+9
2010-07-25Rockbox as an application: Fix a few yellowsThomas Martitz2-4/+5
2010-07-25Move the array to where it belongsThomas Martitz1-1/+1
2010-07-25Add default case back to silence gcc false positive abount ext and dir being ...Thomas Martitz1-0/+4
2010-07-25A bit more cleanup in rockbox_browse().Thomas Martitz1-10/+3
2010-07-25Rewrite r21464 in a more compact/readable way. Reduces code duplication as well.Thomas Martitz1-48/+50
2010-07-25strncpy.c / assert.h : need to include _ansi.hRafaël Carré1-0/+1
2010-07-25Move some gcc extensions to new gcc_extensions.h headerRafaël Carré3-2/+5
2010-07-25Use MAX_PATH for array used for filename.Thomas Martitz1-2/+1
2010-07-25Manual - Recording source settings description: replace target options with t...Marianne Arnold1-0/+4
2010-07-24Fix FS#11204 logf build on h300 hung on bootupNils Wallménius1-1/+1
2010-07-24Missed one.Nils Wallménius1-1/+1
2010-07-24s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/Nils Wallménius2-5/+5
2010-07-24Delete useless include.Nils Wallménius1-3/+0
2010-07-23libatrac: Set the emac mode on coldfire, fixes whitenoise output if playing a...Nils Wallménius1-0/+4
2010-07-23Introduce macros for identical multiply-add blocks.Andree Buschmann1-59/+19
2010-07-23Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote...Nils Wallménius1-1/+8
2010-07-23The previous commit was broken, not only because of the red. Fix it.Thomas Martitz1-5/+10
2010-07-23Make %tx work as intended, so that it ignores the true case for non-RDS targets.Thomas Martitz1-0/+5
2010-07-23pdbox: disable strict aliasing optimizations since pdbox breaks the strict al...Nils Wallménius1-1/+1
2010-07-23libmad: small tweak to coldfire inline asm, gives a slight speedup and now bu...Nils Wallménius1-36/+40
2010-07-22Submit FS#11491. Refactor coldfire inline asm within libmad's synth_full() to...Andree Buschmann1-167/+141
2010-07-22Sudoku coloured number displayJens Arnold18-0/+0