summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Add a newline to a debugf printing an error.Nils Wallménius2010-12-15
* Revert tab police as it makes merging upstream changes more annoying and mess...Nils Wallménius2010-12-12
* Tab police.Andree Buschmann2010-12-12
* libtremor: merge upstream revisions 17541, 17542, 17543, 17544, 17545, 17546,...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17539 and 17540 'Additional codebook valid...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17538 'Fix decoder handling of floor0 when...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17534 and 17536, fixing a possible 64 bit ...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17528-17530, more error checking and bug f...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17527, 'Eliminate possibility of booklist ...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17526 and 17531, adding some more error ch...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17525 'Commit additional hardening to setu...Nils Wallménius2010-12-07
* libtremor: merge upstream revision 17524 more sanity checking.Nils Wallménius2010-12-07
* libtremor: merge upstream revision 17522 and 17523 adding more sanity checking.Nils Wallménius2010-12-07
* libtremor: merge upstream revision 17520 and 17521 tweaking some of the recen...Nils Wallménius2010-12-07
* libtremor: merge upstream revision 17519 'Correct an accidental dereference-b...Nils Wallménius2010-12-07
* libtremor: merge upstream revision 17518 actually returning failure code from...Nils Wallménius2010-12-06
* libtremor: export a libogg function that is now needed.Nils Wallménius2010-12-06
* libtremor: merge part of upstream revision 17514 adding some limit checking f...Nils Wallménius2010-12-06
* libtremor: merge upstream revision 17513 'Add code to prevent heap attacks by...Nils Wallménius2010-12-06
* libtremor: merge upstream revision 17512 'Correctly handle the nonsensical co...Nils Wallménius2010-12-06
* libtremor: merge upstream revision 17511 'Add checks/rejection for absurdly h...Nils Wallménius2010-12-06
* libtremor: merge upstream revision 17510.Nils Wallménius2010-12-06
* libtremor:Nils Wallménius2010-12-06
* make WavPack library check the extent of the block that it is parsing so that...Dave Bryant2010-12-05
* libtremor: merge upstream revision 17374 and some inline/icode tweaks to main...Nils Wallménius2010-12-04
* Remove tabsAndree Buschmann2010-12-01
* codeclib: inline assembler for fft4 and fft8 on coldfire, small 0.2-0.3MHz sp...Nils Wallménius2010-12-01
* ARM9 optimized synth_full for libmad. Speeds up mp3 decoding by an even 2 MH...Michael Giacomelli2010-11-29
* libtremor: small tweak to coldfire inline asm function MULT31_SHIFT15, saving...Nils Wallménius2010-11-26
* codeclib: there is no need to limit the outputs of the coldfire X(N)PROD_R ma...Nils Wallménius2010-11-24
* codeclib: don't mark the outputs for the coldfire X(N)PROD_R asm macros as ea...Nils Wallménius2010-11-23
* Use MEM_ALIGN_ATTR in libatrac3.Andree Buschmann2010-11-22
* Fix bug in libatrac which lead to playback errors and/or distortions with som...Andree Buschmann2010-11-22
* Align various libwma buffers. Saves about 1 MHz on the Gigabeat S.Michael Giacomelli2010-11-22
* Force alignment of various data structures in libmad. Speeds up Gigabeat S de...Michael Giacomelli2010-11-22
* Remove tabs.Andree Buschmann2010-11-21
* Comment unused function.Andree Buschmann2010-11-21
* Remove unused define.Andree Buschmann2010-11-21
* Use MEM_ALIGN_ATTR in libdemac instead of fixed alignment. Speeds up arm11 by...Andree Buschmann2010-11-21
* Use MEM_ALIGN_ATTR in mpc codec. Speed up by 22-24% was measured on ARM11.Andree Buschmann2010-11-21
* Commit first part of FS#11235 by Buschel and I. Improves scheduling on arm9 ...Michael Giacomelli2010-11-20
* libtremor: Use larger cachesize for codebook decoding on targets with 1MB cod...Nils Wallménius2010-11-18
* ffmpeg flac does actually support up to 192k sample rates, and my test file s...Michael Giacomelli2010-11-17
* libtremor: correct constraint for coldfire asm, swap can only be used on data...Nils Wallménius2010-11-15
* Minor speed up of mpc requantization.Andree Buschmann2010-11-12
* Re-submit ARM asm optimizations in mpc synthesis as the performance regressio...Andree Buschmann2010-11-12
* Set alignment for major data arrays in the mpc codec. This avoids performance...Andree Buschmann2010-11-12
* Remove some benchmarking code accidentally included in the previous commit.Michael Giacomelli2010-11-10
* Commit FS#11709 by me. Introduces ARMv5E optimized iQMF for atrac3 based on ...Michael Giacomelli2010-11-10
* Introduce macros to ARM asm atrac3 filterbank for better readability.Andree Buschmann2010-11-10