summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2008-10-03Fix warnings on non-arm targets.Jens Arnold
2008-10-03Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) ...Jens Arnold
2008-10-03Speed up decoding on Gigabeat F/X and S by lowering BLOCKS_PER_LOOP. This hel...Jens Arnold
2008-10-03Put the rangecoder struct into IRAM for a nice speedup on coldfire.Jens Arnold
2008-10-03Further speedup for ARMv6 by better pipelining in scalarproduct().Jens Arnold
2008-10-03Fix static noise on armv6.Jens Arnold
2008-10-03Add preliminary ARMv5te optimisations (verified working, but can probably be ...Jens Arnold
2008-10-03Add armv6 specific asm code for the APE filters, speeding up -c2000..-c5000 a...Jens Arnold
2008-09-23Opening function brace style police.Michael Sevakis
2008-09-23Simplify synchronizaton for MPA codec and make it fully atomic, let synth thr...Michael Sevakis
2008-09-23Add simple ASMed fixed point multiply functions for ARM to AC3. Gives a 38% ...Michael Giacomelli
2008-09-22Correct version of memory sizes in config-logikdax.h (previous values were ju...Dave Chapman
2008-09-22Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik ...Dave Chapman
2008-09-22Fix careless typo on my part that broke MP3 playback on Coldfire.Michael Giacomelli
2008-09-22Hopefully fix glitches when seeking in MP3s on dual core processors. Also, c...Michael Giacomelli
2008-09-20Opps, fix mp3 decoding in the sim.Michael Giacomelli
2008-09-20Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on t...Michael Giacomelli
2008-09-04More files that were missed in the previous commit.Michael Giacomelli
2008-09-04Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...Michael Giacomelli
2008-08-12Made local functions static for vorbis and speex codecsBertrik Sikken
2008-08-12Removed unused abort function implementationBertrik Sikken
2008-08-10Use WMA windowing optimizations for AAC. Saves about 3.5MHz on Coldfire, and...Michael Giacomelli
2008-08-10Actually put the output in IRAM this time by combining some buffers that were...Michael Giacomelli
2008-08-09Speed up WMA decoding on coldfire (14% speedup with a 128kbps test file).Jens Arnold
2008-07-28Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes ...Michael Giacomelli
2008-07-28asap: fix stereo mode and hopefully fix metadata handling.Dominik Wenger
2008-07-27Asap codec: put outputbuffer into iram. Improves performance.Dominik Wenger
2008-07-26Asap: fix a warning. Dominik Wenger
2008-07-26set svn:keywords on the new files.Dominik Wenger
2008-07-26ups: forgot a Makefile.Dominik Wenger
2008-07-26commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger
2008-07-26import ASAP codec (http://asap.sourceforge.net/). Plays Amiga 8bit Sound. (.s...Dominik Wenger
2008-07-19Remove unused variable.Michael Giacomelli
2008-07-19Make the standalone FLAC test program work again (compile with make -f Makefi...Dave Chapman
2008-07-17Too much on the last commit.Michael Giacomelli
2008-07-17Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ...Michael Giacomelli
2008-07-05Fix warning due to typo on my part.Michael Giacomelli
2008-07-05More WMAv1 fixes by Rafael Carre.Michael Giacomelli
2008-06-28Forgot that the X5/M5 use a 64/64KB IRAM split, so they can't use the previou...Michael Giacomelli
2008-06-28Put the WMA windowing and output buffer into IRAM on targets with > 96KB of i...Michael Giacomelli
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-28Solve possible glitch after seeking in mpc files. Documented the special trea...Andree Buschmann
2008-06-24Revert r14786 which resulted in a substantial reduction in accuracy to save a...Michael Giacomelli
2008-06-24Fix for WMAv1 decoding suggested by Rafael Carre. I don't think anyone out t...Michael Giacomelli
2008-06-22Small correction to avoid overflow within calculate_V()-function. Re-enable f...Andree Buschmann
2008-06-15Musepack speed optimization. Speep up 64 bit precision synthesizer by another...Andree Buschmann
2008-06-14Minor code beautification.Andree Buschmann
2008-06-14Resort operands in mul/smull/mla/smlal to use D[] as second multiplication op...Andree Buschmann
2008-06-10Correct DSP_SET_SAMPLE_DEPTH to 29 for mpc (18.14 fixed point samples). Highe...Andree Buschmann
2008-06-08Small mpc quality improvement. Guarantee symmetric synthesis window for pre-s...Andree Buschmann