summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libmusepack/synth_filter.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann1-17/+17
2010-02-07Submit FS#10974: Speed up mpc-codec through changing the dct32-algorithm. +5%...Andree Buschmann1-419/+421
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken1-1/+1
2008-06-22Small correction to avoid overflow within calculate_V()-function. Re-enable f...Andree Buschmann1-2/+4
2008-06-14Minor code beautification.Andree Buschmann1-22/+22
2008-06-14Resort operands in mul/smull/mla/smlal to use D[] as second multiplication op...Andree Buschmann1-3/+10
2008-06-10Correct DSP_SET_SAMPLE_DEPTH to 29 for mpc (18.14 fixed point samples). Highe...Andree Buschmann1-13/+19
2008-06-08Small mpc quality improvement. Guarantee symmetric synthesis window for pre-s...Andree Buschmann1-36/+36
2008-05-17Move ARM assembler of musepack synthesis filter to own file. Additionally add...Andree Buschmann1-159/+58
2008-05-17Commit FS#9000. Speed up Musepack decoder by 3% on PP5022/24 via using ICODE_...Andree Buschmann1-2/+6
2008-03-08Commit FS#8670 by Andree Buschmann. Fixes potiential overflow issue in musep...Michael Giacomelli1-33/+49
2007-11-19FS #8179. Small Musepack speedup for ARM.Thom Johansen1-42/+37
2007-08-30FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that...Thom Johansen1-346/+528
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman1-2/+2
2006-08-31FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should als...Thom Johansen1-2/+3
2006-02-20Add ASM optimised subband filtering loop for ARM targets. RestructureThom Johansen1-11/+60
2006-02-13Start converting codecs to use internal sample format (28 bits + sign,Thom Johansen1-2/+1
2006-01-30Synced libmpcdec to musepack.net SVN.Thom Johansen1-5/+1
2006-01-07Fix generic filtering routine to support non-interleaved audio as well.Thom Johansen1-1/+1
2005-11-06Changed output format of libmpcdec to non-interleaved stereo for a slight spe...Thom Johansen1-4/+3
2005-10-27Didn't mean to commit that...Thom Johansen1-1/+1
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen1-2/+2
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen1-3/+0
2005-07-18oops... should compile without warnings nowChristian Gmeiner1-2/+2
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner1-2/+2
2005-06-11Replaced critical loop with assembler. A bit closer to realtime now. This cod...Thom Johansen1-1/+37
2005-05-07fix warningsDaniel Stenberg1-0/+1
2005-04-12Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for i...Thom Johansen1-0/+442