summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2010-12-06libtremor: merge upstream revision 17513 'Add code to prevent heap attacks by...Nils Wallménius1-0/+14
2010-12-06libtremor: merge upstream revision 17512 'Correctly handle the nonsensical co...Nils Wallménius1-1/+1
2010-12-06libtremor: merge upstream revision 17511 'Add checks/rejection for absurdly h...Nils Wallménius1-0/+2
2010-12-06libtremor: merge upstream revision 17510.Nils Wallménius1-1/+14
2010-12-06libtremor:Nils Wallménius8-1453/+3102
2010-12-05make WavPack library check the extent of the block that it is parsing so that...Dave Bryant3-2/+12
2010-12-04libtremor: merge upstream revision 17374 and some inline/icode tweaks to main...Nils Wallménius3-14/+23
2010-12-01Remove tabsAndree Buschmann1-9/+9
2010-12-01codeclib: inline assembler for fft4 and fft8 on coldfire, small 0.2-0.3MHz sp...Nils Wallménius2-0/+207
2010-11-29ARM9 optimized synth_full for libmad. Speeds up mp3 decoding by an even 2 MH...Michael Giacomelli1-88/+94
2010-11-26libtremor: small tweak to coldfire inline asm function MULT31_SHIFT15, saving...Nils Wallménius1-3/+2
2010-11-24codeclib: there is no need to limit the outputs of the coldfire X(N)PROD_R ma...Nils Wallménius1-2/+2
2010-11-23codeclib: don't mark the outputs for the coldfire X(N)PROD_R asm macros as ea...Nils Wallménius1-3/+3
2010-11-22Use MEM_ALIGN_ATTR in libatrac3.Andree Buschmann4-15/+17
2010-11-22Fix bug in libatrac which lead to playback errors and/or distortions with som...Andree Buschmann1-4/+4
2010-11-22Align various libwma buffers. Saves about 1 MHz on the Gigabeat S.Michael Giacomelli2-12/+14
2010-11-22Force alignment of various data structures in libmad. Speeds up Gigabeat S de...Michael Giacomelli5-14/+14
2010-11-21Remove tabs.Andree Buschmann3-54/+54
2010-11-21Comment unused function.Andree Buschmann3-4/+9
2010-11-21Remove unused define.Andree Buschmann2-11/+0
2010-11-21Use MEM_ALIGN_ATTR in libdemac instead of fixed alignment. Speeds up arm11 by...Andree Buschmann1-5/+5
2010-11-21Use MEM_ALIGN_ATTR in mpc codec. Speed up by 22-24% was measured on ARM11.Andree Buschmann2-5/+6
2010-11-20Commit first part of FS#11235 by Buschel and I. Improves scheduling on arm9 ...Michael Giacomelli1-45/+43
2010-11-18libtremor: Use larger cachesize for codebook decoding on targets with 1MB cod...Nils Wallménius1-0/+6
2010-11-17ffmpeg flac does actually support up to 192k sample rates, and my test file s...Michael Giacomelli1-2/+2
2010-11-15libtremor: correct constraint for coldfire asm, swap can only be used on data...Nils Wallménius1-1/+1
2010-11-12Minor speed up of mpc requantization.Andree Buschmann1-6/+17
2010-11-12Re-submit ARM asm optimizations in mpc synthesis as the performance regressio...Andree Buschmann1-17/+10
2010-11-12Set alignment for major data arrays in the mpc codec. This avoids performance...Andree Buschmann3-7/+13
2010-11-10Remove some benchmarking code accidentally included in the previous commit.Michael Giacomelli1-3/+3
2010-11-10Commit FS#11709 by me. Introduces ARMv5E optimized iQMF for atrac3 based on ...Michael Giacomelli5-9/+205
2010-11-10Introduce macros to ARM asm atrac3 filterbank for better readability.Andree Buschmann1-102/+48
2010-11-09Roll back r28488 as it slows down mpc by 2% on S5L8701.Andree Buschmann1-10/+17
2010-11-09Correct comment.Andree Buschmann1-1/+1
2010-11-08update the asap codec to version 2.1.2Dominik Wenger8-141/+198
2010-11-07Clean up libmad, remove unused compile options and source paths.Andree Buschmann5-343/+14
2010-11-07Tiny refactoring of libmad's synthesis filter. This allows minor speed up and...Andree Buschmann2-81/+49
2010-11-07set mode argument for open() where O_CREAT flag is/can be set.Teruaki Kawashima1-1/+1
2010-11-05libmusepack: use postindexing on the pointer when storing to increment it for...Nils Wallménius1-6/+3
2010-11-05libmusepack: tiny optimization of the ARMv4 mpc_decoder_windowing_D implement...Nils Wallménius1-13/+9
2010-11-05libmusepack: ARMv6 assembler for mpc_decoder_windowing_D, speeds up decoding ...Nils Wallménius2-5/+205
2010-11-02Minor optimization of mpc codec via moving dewindowing asm to icode section f...Andree Buschmann1-0/+5
2010-11-02Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc ...Andree Buschmann3-6/+6
2010-11-02Optimize mpc's synthesis filter by reducing stalls for arm9 and above. Speed ...Andree Buschmann1-2/+208
2010-11-01Fix typo from r28026 causing warnings on newer gcc.Nils Wallménius1-1/+1
2010-11-01Fix FS#11710. On Coldfire CPU's mpc uses a speed optimization which was not c...Andree Buschmann1-0/+3
2010-10-31libtremor: tweak a hot function for codebook decoding, mostly moving pointer ...Nils Wallménius1-13/+20
2010-10-31libtremor: introduce asm optimized version of the channel_couple function for...Nils Wallménius1-23/+61
2010-10-16libtremor: tiny optimization 0.5%-1.5% on coldfire and PPNils Wallménius1-1/+2
2010-10-12Rearrange and remove some manual register assignments, make use of pointer ad...Dave Hooper2-203/+319