summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-10Invalidate the CPU cache after clearing bss, to make sure that bss variables ...Frank Gevaerts1-0/+4
2010-10-10Fix a few div0 cases forgotten in r27684 to enable enabling asm optimizations...Thomas Martitz1-1/+1
2010-10-02Fix FS#11650. Correct sliencing of subband in mpc decoder. Thanks to Leo Witt...Andree Buschmann1-1/+1
2010-10-02Optimization of mpc's buffering routines through using the maximum possible b...Andree Buschmann1-12/+13
2010-10-02Finally fix FS#11476 (data abort when playing some sv8 mpc files on lowmem ta...Andree Buschmann1-2/+4
2010-09-29ARMv6 supports unaligned memory accesses and they are enabled on our only ARM...Nils Wallménius1-3/+3
2010-09-19Remove some unused variables.Michael Giacomelli1-6/+4
2010-09-15flac: more detailed debug messageRafaël Carré1-1/+2
2010-09-14Minor macro redefinition in libfaad to avoid FIXED_POINT ifdef'ing.Andree Buschmann1-9/+3
2010-09-14More unification of FIXED_POINT and FLOAT. Small refactoring.Andree Buschmann3-78/+54
2010-09-14Also correct autocorrelation for yet undefined SBR_LOW_POWER. Unify FIXED_POI...Andree Buschmann1-102/+36
2010-09-14Fix scaling error that was introduced with r28069. With this fix the level of...Andree Buschmann1-4/+4
2010-09-14Correct comment.Andree Buschmann1-2/+2
2010-09-14Correct autocorrelation function in libfaad. It used the wrong fract part for...Andree Buschmann1-41/+32
2010-09-14Further libfaad cleanup. Make libfaad compilable for floating point. Floating...Andree Buschmann3-86/+42
2010-09-13Further libfaad cleanup.Andree Buschmann2-58/+15
2010-09-13Clean up libfaad's fixed point implementation.Andree Buschmann6-116/+75
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-12/+16
2010-09-09codecs_crt0.c needs to call cpucache_invalidate after copying code around.Thomas Martitz1-4/+4
2010-09-07workaround weird gcc behaviourRafaël Carré1-0/+6
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-3/+3
2010-08-30libdemac: ARMv7 assembler optimisation for the filters, tested on Nokia N900....Jens Arnold2-0/+216
2010-08-29Restore libfaad's IRAM configuration.Andree Buschmann1-2/+2
2010-08-29Fix FS#11539. Undo r23967 and use another way to achieve results for negative...Andree Buschmann2-99/+51
2010-08-29Fix red.Andree Buschmann1-8/+8
2010-08-29Clean up alac/acc demux structure on next track. Solves issues with some file...Andree Buschmann2-8/+12
2010-08-29Make M4A demuxer more flexible when handling the stsd atom. Allows file repor...Magnus Holmgren1-4/+10
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-9/+9