summaryrefslogtreecommitdiffstats
path: root/apps/codecs/lib
AgeCommit message (Expand)AuthorFilesLines
2012-03-28build system: completely autodetect target cpu architecture.Thomas Martitz1-1/+1
2012-03-28tlsf: move to /lib (it's also used by plugins).Thomas Martitz9-1411/+0
2012-01-21Move supprt-arm.S to separate library.Thomas Martitz1-4/+0
2011-09-21codeclib/libtremor: Clean up duplication of inline funcs, constify the ones i...Nils Wallménius3-14/+14
2011-09-15codeclib: more cf asm for the mdct, saves ~0.7MHz decoding vorbis on h300.Nils Wallménius1-1/+115
2011-09-14codeclib: further tweaks to the cf fft asm for a small speedup.Nils Wallménius1-16/+16
2011-09-13codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead ...Nils Wallménius1-30/+65
2011-09-12codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little f...Nils Wallménius2-2/+205
2011-09-07Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ...Andree Buschmann2-2/+12
2011-06-08codeclib: make selective inclusion of macros and inline functions from the co...Nils Wallménius3-41/+54
2011-06-05FS#12146: Fix libcook bugs introduced in r22055 by Sean Bartell.Nils Wallménius3-0/+33
2011-06-02FS#12141 by Sean BartellNils Wallménius4-1031/+0
2011-06-01FS#12140 by Sean Bartell, Make various codec stuff static.Nils Wallménius1-6/+6
2011-05-26Commit FS#12130 - Fix ADX decoding on 64-bit systems by Sean Bartell. Fixes ...Michael Giacomelli1-1/+1
2011-05-20Use more IRAM on S5L870x to speed up wmapro by ~2%.Andree Buschmann1-2/+2
2011-05-10Proper initialization of static variables in codeclib.Andree Buschmann1-3/+3
2011-05-08Use CACHEALIGN_SIZE in codec_malloc for optimal alignment.Andree Buschmann1-1/+4
2011-05-08codeclib: Declare several variables static and remove unused variables.Andree Buschmann2-10/+5
2011-05-01Work around another 'set but not used' warning.Nils Wallménius1-1/+3
2011-04-27Having a default weak codec_main symbol doesn't seem to be working out for co...Michael Sevakis1-10/+0
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis2-16/+12
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis2-0/+14
2010-12-27Fix profiling on coldfire with newer Gcc.Nils Wallménius1-1/+3
2010-12-01codeclib: inline assembler for fft4 and fft8 on coldfire, small 0.2-0.3MHz sp...Nils Wallménius2-0/+207
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-21Remove unused define.Andree Buschmann1-6/+0
2010-10-12Rearrange and remove some manual register assignments, make use of pointer ad...Dave Hooper2-203/+319
2010-09-29ARMv6 supports unaligned memory accesses and they are enabled on our only ARM...Nils Wallménius1-3/+3
2010-08-24Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz5-426/+0
2010-07-29Make codeclib_misc.h include the asm headers to simplify inclusion magic.Nils Wallménius4-8/+2
2010-07-18FS#11454 Tuning of codec compiler optionsNils Wallménius1-1/+9
2010-07-17Begin shoehorning wma into the clip codec buffer again. Reduce the static buf...Nils Wallménius1-2/+2
2010-07-17Enable ff_copy_bits in ffmpeg_bitstream.c and put_bits.h and intreadwrite.h t...Mohamed Tarek4-13/+813
2010-07-16libwma has Huffman tables that are too big for the stack temp buffer. Make te...Nils Wallménius1-2/+9
2010-07-15Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea...Nils Wallménius3-433/+310
2010-07-14Check if ROCKBOX_LITTLE_ENDIAN and ROCKBOX_BIG_ENDIAN are defined, no which v...Rafaël Carré1-2/+2
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz1-1/+1
2010-06-27Fix inline asm argument. Shouldn't have much impact in practice but might sav...Nils Wallménius1-2/+2
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2-2/+4
2010-06-17ARMv6 versions of X(N)PROD31 macros and MULT32 macro. Saves about 1MHz or 3% ...Nils Wallménius1-56/+86
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-3/+3
2010-05-31ARM: use BX when branch to an address in registerRafaël Carré1-1/+1
2010-05-13Two tiny tweaks to some arm asmNils Wallménius1-15/+13
2010-05-13Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHzNils Wallménius1-2/+53
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz3-4/+10
2010-03-09Use bx lr unconditionally in setjmp_arm.SRafaël Carré1-0/+2
2010-03-05Remove unused GPL code from ffmpeg mdct library in order to restore it to LGPL.Michael Giacomelli2-101/+0
2010-02-22Remove all tabs within codec path.Andree Buschmann6-197/+197
2010-02-21Remove CLIP_TO_15 from codeclib. Remove tabs.Andree Buschmann3-67/+71