summaryrefslogtreecommitdiff
path: root/apps/codecs (unfollow)
Commit message (Expand)Author
2010-07-02Fix red.Andree Buschmann
2010-07-02r27225 broke AAC HE profile decoding due to missing check for buffersize. Int...Andree Buschmann
2010-07-01Remove false comment.Andree Buschmann
2010-07-01Fix red and yellow. Needed to remove one codebook from IRAM due to full IRAM ...Andree Buschmann
2010-07-01Submit FS#11445. Speed up of faad (aac) decoder via several optimizations lik...Andree Buschmann
2010-07-01Factor out sane code list bisection code and use instead of insane code, clea...Nils Wallménius
2010-07-01mp3 encoder (codec): left and right channels were inverted in monoRafaël Carré
2010-07-01encoders are not built in sim buildsRafaël Carré
2010-06-29Clean up a leftover preprocessor symbol and improve the workaround for the 'a...Nils Wallménius
2010-06-28Remove unneeded libmad files from build.Andree Buschmann
2010-06-27Comment further unused code in libmad.Andree Buschmann
2010-06-27Comment unused code in libmad. Clean up initialization and memset'ing of deco...Andree Buschmann
2010-06-27Fix inline asm argument. Shouldn't have much impact in practice but might sav...Nils Wallménius
2010-06-27Refacture libmad's synthesis filter via macro usage. Comment unused special s...Andree Buschmann
2010-06-24Housekeeping. Comment musepack code seqments unused in rockbox.Andree Buschmann
2010-06-23Clean up comments.Andree Buschmann
2010-06-21Disable unneeded parts of mpc's file-I/O interface.Andree Buschmann
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-06-21Add a patch file in libwmapro to make it easier to add the library and the de...Mohamed Tarek
2010-06-21Remove the stubbed main() from wmaprodec.c since it's useless now and remove ...Mohamed Tarek
2010-06-21Fix reds. (Actually removed wmapro from main build, which was added in a prev...Mohamed Tarek
2010-06-21Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in t...Mohamed Tarek
2010-06-20Fix FS#11416. Resuming mpc was broken since r26032 due to false assumption of...Andree Buschmann
2010-06-18libmad: Optimize away 2 instructions from coldfire III_imdct, no measurable s...Nils Wallménius
2010-06-17Make sure files which aren't windows-specific use \n line endings onlyRafaël Carré
2010-06-17ARMv6 vector mutiplication asm, speeds up vorbis decoding about 0.1MHz on gig...Nils Wallménius
2010-06-17Delete some duplicate inline asm macros since they now live in the codeclib.Nils Wallménius
2010-06-17ARMv6 versions of X(N)PROD31 macros and MULT32 macro. Saves about 1MHz or 3% ...Nils Wallménius
2010-06-14Clean up libmad/mad.h to avoid double or inconsistent definitions of types, f...Andree Buschmann
2010-06-11Build h10 GB with EABI toolchain. Remove some pointless ICODE attributes from...Michael Sevakis
2010-06-11Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio...Michael Sevakis
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré
2010-06-10Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use...Andree Buschmann
2010-06-09Submit FS#11381. Use -O2 for ffmpegFLAC on ARM targets. This will give reason...Andree Buschmann
2010-06-05Some asm code beautification in the mpc decoder.Andree Buschmann
2010-06-04SPC codec: The inline asm 'memory' clobbers should be unneeded since the ASM ...Michael Sevakis
2010-06-02tta codec: optimize for arm target. pp502x: ~1% speed up.Yoshihisa Uchida
2010-05-31ARM: use BX when branch to an address in registerRafaël Carré
2010-05-29Correction to clobber lists of several codec's inline assembly.Andree Buschmann
2010-05-29Small changes to asm for better readability.Andree Buschmann
2010-05-21Rename seek() to asf_seek()Mohamed Tarek
2010-05-21Move seek() from wma.c to libasf since it's really ASF-specific.Mohamed Tarek
2010-05-16fix redNils Wallménius
2010-05-16Since we no longer use -fno-strict-aliasing in CFLAGS we don't need to strip ...Nils Wallménius
2010-05-15Fix logf lines in codecs (type mismatches)Jeffrey Goode
2010-05-14Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the ...Andree Buschmann
2010-05-14updates the README document.Yoshihisa Uchida
2010-05-14Set up EMAC mode in cook, fixing whitenois when transitioning from a codec us...Nils Wallménius
2010-05-14fix: The second playback time is not correct in playing TTA musics continuously.Yoshihisa Uchida
2010-05-14Restor setting of EMAC mode on coldfire lost in r25056 fixes whitenoise when ...Nils Wallménius