summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2008-08-12Made local functions static for vorbis and speex codecsBertrik Sikken6-28/+28
2008-08-12Removed unused abort function implementationBertrik Sikken1-7/+0
2008-08-10Use WMA windowing optimizations for AAC. Saves about 3.5MHz on Coldfire, and...Michael Giacomelli1-38/+146
2008-08-10Actually put the output in IRAM this time by combining some buffers that were...Michael Giacomelli3-13/+8
2008-08-09Speed up WMA decoding on coldfire (14% speedup with a 128kbps test file).Jens Arnold1-4/+7
2008-07-28Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes ...Michael Giacomelli1-0/+2
2008-07-28asap: fix stereo mode and hopefully fix metadata handling.Dominik Wenger1-3/+9
2008-07-27Asap codec: put outputbuffer into iram. Improves performance.Dominik Wenger1-2/+2
2008-07-26Asap: fix a warning. Dominik Wenger1-1/+1
2008-07-26set svn:keywords on the new files.Dominik Wenger1-1/+1
2008-07-26ups: forgot a Makefile.Dominik Wenger1-0/+44
2008-07-26commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger8-7/+184
2008-07-26import ASAP codec (http://asap.sourceforge.net/). Plays Amiga 8bit Sound. (.s...Dominik Wenger8-0/+5234
2008-07-19Remove unused variable.Michael Giacomelli1-2/+0
2008-07-19Make the standalone FLAC test program work again (compile with make -f Makefi...Dave Chapman2-1/+5
2008-07-17Too much on the last commit.Michael Giacomelli2-6/+4
2008-07-17Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ...Michael Giacomelli13-85/+2577
2008-07-05Fix warning due to typo on my part.Michael Giacomelli1-1/+0
2008-07-05More WMAv1 fixes by Rafael Carre.Michael Giacomelli1-6/+9
2008-06-28Forgot that the X5/M5 use a 64/64KB IRAM split, so they can't use the previou...Michael Giacomelli1-2/+2
2008-06-28Put the WMA windowing and output buffer into IRAM on targets with > 96KB of i...Michael Giacomelli2-10/+21
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg52-104/+208
2008-06-28Solve possible glitch after seeking in mpc files. Documented the special trea...Andree Buschmann2-3/+11
2008-06-24Revert r14786 which resulted in a substantial reduction in accuracy to save a...Michael Giacomelli2-25/+40
2008-06-24Fix for WMAv1 decoding suggested by Rafael Carre. I don't think anyone out t...Michael Giacomelli1-1/+1
2008-06-22Small correction to avoid overflow within calculate_V()-function. Re-enable f...Andree Buschmann2-3/+5
2008-06-15Musepack speed optimization. Speep up 64 bit precision synthesizer by another...Andree Buschmann1-1/+203
2008-06-14Minor code beautification.Andree Buschmann2-23/+23
2008-06-14Resort operands in mul/smull/mla/smlal to use D[] as second multiplication op...Andree Buschmann2-63/+73
2008-06-10Correct DSP_SET_SAMPLE_DEPTH to 29 for mpc (18.14 fixed point samples). Highe...Andree Buschmann3-16/+25
2008-06-08Small mpc quality improvement. Guarantee symmetric synthesis window for pre-s...Andree Buschmann1-36/+36
2008-06-04Further changes in mpc buffered seek. Remove magical number and replace it wi...Andree Buschmann2-21/+28
2008-06-02Some quality improvements in the mp3 encoder engine. For more details Antonius Hellmann1-80/+159
2008-06-02Put pointer arrays in the correct iram section, tiny const police to make it ...Nils Wallménius1-2/+2
2008-06-01libmad: PP5002 does in fact profit more from -O2 than PP502x, so use it for a...Jens Arnold1-8/+1
2008-06-01Compile libmad with -O2 for the Ipods instead of just newer PP targets. Give...Michael Giacomelli1-2/+2
2008-05-31Fix for FS#9054. MPC-playback stopped after 3:34min caused by out-of-bounds a...Andree Buschmann1-1/+0
2008-05-26fix FS#9042 - MOD codec: SoundTracker variant MOD files will not playRobert Kukla1-27/+15
2008-05-22Fixes backward seeking on resumed files and backward seeking to positions to ...Andree Buschmann1-7/+13
2008-05-22Commit FS#9015. Rework of musepack buffered seek. Now a static seek buffer of...Andree Buschmann2-117/+75
2008-05-21FS #8680. MOD codec by Rainer Sinsch.Thom Johansen3-0/+1329
2008-05-19Musepack seek hotfix. Do not dynamically allocate seek buffer but use a buffe...Andree Buschmann4-15/+6
2008-05-17Move ARM assembler of musepack synthesis filter to own file. Additionally add...Andree Buschmann5-161/+265
2008-05-17Commit FS#9000. Speed up Musepack decoder by 3% on PP5022/24 via using ICODE_...Andree Buschmann3-3/+17
2008-05-14Musepack performance optimization for PP5022/PP5024/MCF5250 targets. Use IRAM...Andree Buschmann2-17/+27
2008-05-10Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...Michael Sevakis1-6/+1
2008-05-10Removed non-active seek mechanism from musepack library, small other cleanups.Andree Buschmann6-201/+123
2008-05-10Some changes for musepack: Disable SV4-SV6 support (I guess I am the only one...Andree Buschmann6-70/+59
2008-05-05Fix a couple quirks from the previous commit.Nicolas Pennequin1-2/+2
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin3-4/+4