summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* 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
* Roll back r28488 as it slows down mpc by 2% on S5L8701.Andree Buschmann2010-11-09
* Correct comment.Andree Buschmann2010-11-09
* update the asap codec to version 2.1.2Dominik Wenger2010-11-08
* Clean up libmad, remove unused compile options and source paths.Andree Buschmann2010-11-07
* Tiny refactoring of libmad's synthesis filter. This allows minor speed up and...Andree Buschmann2010-11-07
* set mode argument for open() where O_CREAT flag is/can be set.Teruaki Kawashima2010-11-07
* libmusepack: use postindexing on the pointer when storing to increment it for...Nils Wallménius2010-11-05
* libmusepack: tiny optimization of the ARMv4 mpc_decoder_windowing_D implement...Nils Wallménius2010-11-05
* libmusepack: ARMv6 assembler for mpc_decoder_windowing_D, speeds up decoding ...Nils Wallménius2010-11-05
* Minor optimization of mpc codec via moving dewindowing asm to icode section f...Andree Buschmann2010-11-02
* Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc ...Andree Buschmann2010-11-02
* Optimize mpc's synthesis filter by reducing stalls for arm9 and above. Speed ...Andree Buschmann2010-11-02
* Fix typo from r28026 causing warnings on newer gcc.Nils Wallménius2010-11-01
* Fix FS#11710. On Coldfire CPU's mpc uses a speed optimization which was not c...Andree Buschmann2010-11-01
* libtremor: tweak a hot function for codebook decoding, mostly moving pointer ...Nils Wallménius2010-10-31
* libtremor: introduce asm optimized version of the channel_couple function for...Nils Wallménius2010-10-31
* libtremor: tiny optimization 0.5%-1.5% on coldfire and PPNils Wallménius2010-10-16
* Rearrange and remove some manual register assignments, make use of pointer ad...Dave Hooper2010-10-12
* Invalidate the CPU cache after clearing bss, to make sure that bss variables ...Frank Gevaerts2010-10-10
* Fix a few div0 cases forgotten in r27684 to enable enabling asm optimizations...Thomas Martitz2010-10-10
* Fix FS#11650. Correct sliencing of subband in mpc decoder. Thanks to Leo Witt...Andree Buschmann2010-10-02
* Optimization of mpc's buffering routines through using the maximum possible b...Andree Buschmann2010-10-02
* Finally fix FS#11476 (data abort when playing some sv8 mpc files on lowmem ta...Andree Buschmann2010-10-02
* ARMv6 supports unaligned memory accesses and they are enabled on our only ARM...Nils Wallménius2010-09-29
* Remove some unused variables.Michael Giacomelli2010-09-19
* flac: more detailed debug messageRafaël Carré2010-09-15
* Minor macro redefinition in libfaad to avoid FIXED_POINT ifdef'ing.Andree Buschmann2010-09-14
* More unification of FIXED_POINT and FLOAT. Small refactoring.Andree Buschmann2010-09-14
* Also correct autocorrelation for yet undefined SBR_LOW_POWER. Unify FIXED_POI...Andree Buschmann2010-09-14
* Fix scaling error that was introduced with r28069. With this fix the level of...Andree Buschmann2010-09-14
* Correct comment.Andree Buschmann2010-09-14
* Correct autocorrelation function in libfaad. It used the wrong fract part for...Andree Buschmann2010-09-14
* Further libfaad cleanup. Make libfaad compilable for floating point. Floating...Andree Buschmann2010-09-14
* Further libfaad cleanup.Andree Buschmann2010-09-13
* Clean up libfaad's fixed point implementation.Andree Buschmann2010-09-13
* Extend lc_open() to also being able to load overlay plugins.Thomas Martitz2010-09-09
* codecs_crt0.c needs to call cpucache_invalidate after copying code around.Thomas Martitz2010-09-09
* workaround weird gcc behaviourRafaël Carré2010-09-07
* Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz2010-09-01
* libdemac: ARMv7 assembler optimisation for the filters, tested on Nokia N900....Jens Arnold2010-08-30
* Restore libfaad's IRAM configuration.Andree Buschmann2010-08-29
* Fix FS#11539. Undo r23967 and use another way to achieve results for negative...Andree Buschmann2010-08-29