summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Fix red.Andree Buschmann2010-07-02
* r27225 broke AAC HE profile decoding due to missing check for buffersize. Int...Andree Buschmann2010-07-02
* Remove false comment.Andree Buschmann2010-07-01
* Fix red and yellow. Needed to remove one codebook from IRAM due to full IRAM ...Andree Buschmann2010-07-01
* Submit FS#11445. Speed up of faad (aac) decoder via several optimizations lik...Andree Buschmann2010-07-01
* Factor out sane code list bisection code and use instead of insane code, clea...Nils Wallménius2010-07-01
* mp3 encoder (codec): left and right channels were inverted in monoRafaël Carré2010-07-01
* encoders are not built in sim buildsRafaël Carré2010-07-01
* Clean up a leftover preprocessor symbol and improve the workaround for the 'a...Nils Wallménius2010-06-29
* Remove unneeded libmad files from build.Andree Buschmann2010-06-28
* 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