Age | Commit message (Expand) | Author |
2010-07-28 | libwmapro: coldfire asm for vector_fixmul_scalar, 1% speedup | Nils Wallménius |
2010-07-28 | Refactor asm macros in libwmapro's vector_fixmul_() functions. No change to o... | Andree Buschmann |
2010-07-28 | Add ARM assembler to libwmapro vector_fixmul_scalar(). Speeds up decoding by ... | Andree Buschmann |
2010-07-28 | Refinement of initial lowmem handling for libwmapro (r27593). Set maximum sup... | Andree Buschmann |
2010-07-28 | Update Swedish translation. | Magnus Holmgren |
2010-07-28 | Correct the scaling of the coeffs to 17bits. | Mohamed Tarek |
2010-07-28 | Submit FS#11502. Minor optimization to Coldfire assembler in libatrac's fixmu... | Andree Buschmann |
2010-07-28 | Submit next part of FS#11498. Unroll loop for minor speedup of libwmapro on A... | Andree Buschmann |
2010-07-28 | Enable wmapro compilation for lowmem targets by excluding multichannel buffer... | Mohamed Tarek |
2010-07-28 | Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds ... | Mohamed Tarek |
2010-07-27 | libwmapro: build with -O2 for coldfire, 5% speedup. | Nils Wallménius |
2010-07-27 | libwmapro: tiny tweak fo coldfire fixmul24 for a very slight speedup. | Nils Wallménius |
2010-07-26 | libwmapro: slightly shorter and faster inline asm fixed point multiplication ... | Nils Wallménius |
2010-07-26 | Modify the wma pro decoder to produce non-interleaved samples, and work direc... | Mohamed Tarek |
2010-07-26 | Submit part of FS#11498. Major speedup for WMA Professional on ARM and Coldfi... | Andree Buschmann |
2010-07-26 | libatrac: Coldfire asm for atrac3_iqmf_dewindowing, speeds up decoding of my ... | Nils Wallménius |
2010-07-26 | libwmapro: coldfire asm for vector_fixmul_window, gives a speedup of ~13%, dr... | Nils Wallménius |
2010-07-26 | aiff metadata: fix format string (%zd for size_t) | Rafaël Carré |
2010-07-26 | aiff codec: small clean up | Rafaël Carré |
2010-07-26 | aiff metadata: skip chunks larger than buffer | Rafaël Carré |
2010-07-26 | Fix FS#11497 - switching from a .cue to fm would show the cuesheet bars on th... | Jonathan Gordon |
2010-07-26 | Fix potential buffer overflow. | Thomas Martitz |
2010-07-25 | Rewrite set_file() to be smaller and better readable, and a comment describin... | Thomas Martitz |
2010-07-25 | codecs: mark some local variables with 'static' | Nils Wallménius |
2010-07-25 | Replace remaining printf in midi plugin (fix yellow/red) | Michael Chicoine |
2010-07-25 | Rename printf to prevent naming conflict. Also change comment to conform with... | Michael Chicoine |
2010-07-25 | Use browse_folder() for browsing eq presets and languages. | Thomas Martitz |
2010-07-25 | Rockbox as an application: Fix a few yellows | Thomas Martitz |
2010-07-25 | Move the array to where it belongs | Thomas Martitz |
2010-07-25 | Add default case back to silence gcc false positive abount ext and dir being ... | Thomas Martitz |
2010-07-25 | A bit more cleanup in rockbox_browse(). | Thomas Martitz |
2010-07-25 | Rewrite r21464 in a more compact/readable way. Reduces code duplication as well. | Thomas Martitz |
2010-07-25 | strncpy.c / assert.h : need to include _ansi.h | Rafaël Carré |
2010-07-25 | Move some gcc extensions to new gcc_extensions.h header | Rafaël Carré |
2010-07-25 | Use MAX_PATH for array used for filename. | Thomas Martitz |
2010-07-25 | Manual - Recording source settings description: replace target options with t... | Marianne Arnold |
2010-07-24 | Fix FS#11204 logf build on h300 hung on bootup | Nils Wallménius |
2010-07-24 | Missed one. | Nils Wallménius |
2010-07-24 | s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/ | Nils Wallménius |
2010-07-24 | Delete useless include. | Nils Wallménius |
2010-07-23 | libatrac: Set the emac mode on coldfire, fixes whitenoise output if playing a... | Nils Wallménius |
2010-07-23 | Introduce macros for identical multiply-add blocks. | Andree Buschmann |
2010-07-23 | Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote... | Nils Wallménius |
2010-07-23 | The previous commit was broken, not only because of the red. Fix it. | Thomas Martitz |
2010-07-23 | Make %tx work as intended, so that it ignores the true case for non-RDS targets. | Thomas Martitz |
2010-07-23 | pdbox: disable strict aliasing optimizations since pdbox breaks the strict al... | Nils Wallménius |
2010-07-23 | libmad: small tweak to coldfire inline asm, gives a slight speedup and now bu... | Nils Wallménius |
2010-07-22 | Submit FS#11491. Refactor coldfire inline asm within libmad's synth_full() to... | Andree Buschmann |
2010-07-22 | Sudoku coloured number display | Jens Arnold |
2010-07-21 | rockboy: simplify build condition | Rafaël Carré |