summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Comment further unused code in libmad.Andree Buschmann2010-06-27
* Comment unused code in libmad. Clean up initialization and memset'ing of deco...Andree Buschmann2010-06-27
* Fix inline asm argument. Shouldn't have much impact in practice but might sav...Nils Wallménius2010-06-27
* Refacture libmad's synthesis filter via macro usage. Comment unused special s...Andree Buschmann2010-06-27
* Housekeeping. Comment musepack code seqments unused in rockbox.Andree Buschmann2010-06-24
* Clean up comments.Andree Buschmann2010-06-23
* Disable unneeded parts of mpc's file-I/O interface.Andree Buschmann2010-06-21
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Add a patch file in libwmapro to make it easier to add the library and the de...Mohamed Tarek2010-06-21
* Remove the stubbed main() from wmaprodec.c since it's useless now and remove ...Mohamed Tarek2010-06-21
* Fix reds. (Actually removed wmapro from main build, which was added in a prev...Mohamed Tarek2010-06-21
* Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in t...Mohamed Tarek2010-06-21
* Fix FS#11416. Resuming mpc was broken since r26032 due to false assumption of...Andree Buschmann2010-06-20
* libmad: Optimize away 2 instructions from coldfire III_imdct, no measurable s...Nils Wallménius2010-06-18
* Make sure files which aren't windows-specific use \n line endings onlyRafaël Carré2010-06-17
* ARMv6 vector mutiplication asm, speeds up vorbis decoding about 0.1MHz on gig...Nils Wallménius2010-06-17
* Delete some duplicate inline asm macros since they now live in the codeclib.Nils Wallménius2010-06-17
* ARMv6 versions of X(N)PROD31 macros and MULT32 macro. Saves about 1MHz or 3% ...Nils Wallménius2010-06-17
* Clean up libmad/mad.h to avoid double or inconsistent definitions of types, f...Andree Buschmann2010-06-14
* Build h10 GB with EABI toolchain. Remove some pointless ICODE attributes from...Michael Sevakis2010-06-11
* Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio...Michael Sevakis2010-06-11
* FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré2010-06-11
* Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use...Andree Buschmann2010-06-10
* Submit FS#11381. Use -O2 for ffmpegFLAC on ARM targets. This will give reason...Andree Buschmann2010-06-09
* Some asm code beautification in the mpc decoder.Andree Buschmann2010-06-05
* SPC codec: The inline asm 'memory' clobbers should be unneeded since the ASM ...Michael Sevakis2010-06-04
* tta codec: optimize for arm target. pp502x: ~1% speed up.Yoshihisa Uchida2010-06-02
* ARM: use BX when branch to an address in registerRafaël Carré2010-05-31
* Correction to clobber lists of several codec's inline assembly.Andree Buschmann2010-05-29
* Small changes to asm for better readability.Andree Buschmann2010-05-29
* Rename seek() to asf_seek()Mohamed Tarek2010-05-21
* Move seek() from wma.c to libasf since it's really ASF-specific.Mohamed Tarek2010-05-21
* fix redNils Wallménius2010-05-16
* Since we no longer use -fno-strict-aliasing in CFLAGS we don't need to strip ...Nils Wallménius2010-05-16
* Fix logf lines in codecs (type mismatches)Jeffrey Goode2010-05-15
* Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the ...Andree Buschmann2010-05-14
* updates the README document.Yoshihisa Uchida2010-05-14
* Set up EMAC mode in cook, fixing whitenois when transitioning from a codec us...Nils Wallménius2010-05-14
* fix: The second playback time is not correct in playing TTA musics continuously.Yoshihisa Uchida2010-05-14
* Restor setting of EMAC mode on coldfire lost in r25056 fixes whitenoise when ...Nils Wallménius2010-05-14
* Put decoder array into IRAM. Improves Coldfire (h300) performance 218MHz ->1...Michael Giacomelli2010-05-13
* add True Audio (TTA) codecYoshihisa Uchida2010-05-13
* Two tiny tweaks to some arm asmNils Wallménius2010-05-13
* Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHzNils Wallménius2010-05-13
* Simplify special case function, speedup of about 0.2MHz on both coldfire and ...Nils Wallménius2010-05-12
* Revert r25929. Test have shown that the assembler code is more than 50% faste...Jens Arnold2010-05-10
* flac: remove ARM assemblyRafaël Carré2010-05-10
* wmafixed.h: remove double declarationRafaël Carré2010-05-10
* Fix ffmpeg revision number in libwmapro/README.rockboxMohamed Tarek2010-05-09
* nomsgMohamed Tarek2010-05-09