summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
...
* asap: fix stereo mode and hopefully fix metadata handling.Dominik Wenger2008-07-28
* Asap codec: put outputbuffer into iram. Improves performance.Dominik Wenger2008-07-27
* Asap: fix a warning. Dominik Wenger2008-07-26
* set svn:keywords on the new files.Dominik Wenger2008-07-26
* ups: forgot a Makefile.Dominik Wenger2008-07-26
* commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger2008-07-26
* import ASAP codec (http://asap.sourceforge.net/). Plays Amiga 8bit Sound. (.s...Dominik Wenger2008-07-26
* Remove unused variable.Michael Giacomelli2008-07-19
* Make the standalone FLAC test program work again (compile with make -f Makefi...Dave Chapman2008-07-19
* Too much on the last commit.Michael Giacomelli2008-07-17
* Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ...Michael Giacomelli2008-07-17
* Fix warning due to typo on my part.Michael Giacomelli2008-07-05
* More WMAv1 fixes by Rafael Carre.Michael Giacomelli2008-07-05
* Forgot that the X5/M5 use a 64/64KB IRAM split, so they can't use the previou...Michael Giacomelli2008-06-28
* Put the WMA windowing and output buffer into IRAM on targets with > 96KB of i...Michael Giacomelli2008-06-28
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Solve possible glitch after seeking in mpc files. Documented the special trea...Andree Buschmann2008-06-28
* Revert r14786 which resulted in a substantial reduction in accuracy to save a...Michael Giacomelli2008-06-24
* Fix for WMAv1 decoding suggested by Rafael Carre. I don't think anyone out t...Michael Giacomelli2008-06-24
* Small correction to avoid overflow within calculate_V()-function. Re-enable f...Andree Buschmann2008-06-22
* Musepack speed optimization. Speep up 64 bit precision synthesizer by another...Andree Buschmann2008-06-15
* Minor code beautification.Andree Buschmann2008-06-14
* Resort operands in mul/smull/mla/smlal to use D[] as second multiplication op...Andree Buschmann2008-06-14
* Correct DSP_SET_SAMPLE_DEPTH to 29 for mpc (18.14 fixed point samples). Highe...Andree Buschmann2008-06-10
* Small mpc quality improvement. Guarantee symmetric synthesis window for pre-s...Andree Buschmann2008-06-08
* Further changes in mpc buffered seek. Remove magical number and replace it wi...Andree Buschmann2008-06-04
* Some quality improvements in the mp3 encoder engine. For more details Antonius Hellmann2008-06-02
* Put pointer arrays in the correct iram section, tiny const police to make it ...Nils Wallménius2008-06-02
* libmad: PP5002 does in fact profit more from -O2 than PP502x, so use it for a...Jens Arnold2008-06-01
* Compile libmad with -O2 for the Ipods instead of just newer PP targets. Give...Michael Giacomelli2008-06-01
* Fix for FS#9054. MPC-playback stopped after 3:34min caused by out-of-bounds a...Andree Buschmann2008-05-31
* fix FS#9042 - MOD codec: SoundTracker variant MOD files will not playRobert Kukla2008-05-26
* Fixes backward seeking on resumed files and backward seeking to positions to ...Andree Buschmann2008-05-22
* Commit FS#9015. Rework of musepack buffered seek. Now a static seek buffer of...Andree Buschmann2008-05-22
* FS #8680. MOD codec by Rainer Sinsch.Thom Johansen2008-05-21
* Musepack seek hotfix. Do not dynamically allocate seek buffer but use a buffe...Andree Buschmann2008-05-19
* Move ARM assembler of musepack synthesis filter to own file. Additionally add...Andree Buschmann2008-05-17
* Commit FS#9000. Speed up Musepack decoder by 3% on PP5022/24 via using ICODE_...Andree Buschmann2008-05-17
* Musepack performance optimization for PP5022/PP5024/MCF5250 targets. Use IRAM...Andree Buschmann2008-05-14
* Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...Michael Sevakis2008-05-10
* Removed non-active seek mechanism from musepack library, small other cleanups.Andree Buschmann2008-05-10
* Some changes for musepack: Disable SV4-SV6 support (I guess I am the only one...Andree Buschmann2008-05-10
* Fix a couple quirks from the previous commit.Nicolas Pennequin2008-05-05
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* Another round of making local functions static and making sure that source fi...Bertrik Sikken2008-05-03
* SPC Codec: I'm pretty sure Gigabeat S can do realtime BRR decode and echo. :)Michael Sevakis2008-05-03
* Make local function interp_pitch in filters.c static.Bertrik Sikken2008-05-03
* Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in...Michael Sevakis2008-05-02
* Fix skipping back to the start of WMA files, broken by the addition of resume...Magnus Holmgren2008-04-29
* Fix mistake in previous WMA commit. Also update comments to reflect changes.Michael Giacomelli2008-04-21