summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2010-12-08libtremor: merge upstream revisions 17541, 17542, 17543, 17544, 17545, 17546,...Nils Wallménius5-15/+25
2010-12-08libtremor: merge upstream revision 17539 and 17540 'Additional codebook valid...Nils Wallménius1-4/+16
2010-12-08libtremor: merge upstream revision 17538 'Fix decoder handling of floor0 when...Nils Wallménius2-14/+19
2010-12-08libtremor: merge upstream revision 17534 and 17536, fixing a possible 64 bit ...Nils Wallménius1-6/+37
2010-12-08libtremor: merge upstream revision 17528-17530, more error checking and bug f...Nils Wallménius5-26/+29
2010-12-08libtremor: merge upstream revision 17527, 'Eliminate possibility of booklist ...Nils Wallménius1-1/+1
2010-12-08libtremor: merge upstream revision 17526 and 17531, adding some more error ch...Nils Wallménius1-1/+13
2010-12-07libtremor: merge upstream revision 17525 'Commit additional hardening to setu...Nils Wallménius4-19/+25
2010-12-07libtremor: merge upstream revision 17524 more sanity checking.Nils Wallménius1-4/+15
2010-12-07libtremor: merge upstream revision 17522 and 17523 adding more sanity checking.Nils Wallménius2-5/+18
2010-12-07libtremor: merge upstream revision 17520 and 17521 tweaking some of the recen...Nils Wallménius2-3/+8
2010-12-07libtremor: merge upstream revision 17519 'Correct an accidental dereference-b...Nils Wallménius1-4/+6
2010-12-06libtremor: merge upstream revision 17518 actually returning failure code from...Nils Wallménius1-3/+5
2010-12-06libtremor: export a libogg function that is now needed.Nils Wallménius2-5/+10
2010-12-06libtremor: merge part of upstream revision 17514 adding some limit checking f...Nils Wallménius1-2/+6
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