Age | Commit message (Expand) | Author |
2010-12-01 | codeclib: inline assembler for fft4 and fft8 on coldfire, small 0.2-0.3MHz sp... | Nils Wallménius |
2010-11-24 | codeclib: there is no need to limit the outputs of the coldfire X(N)PROD_R ma... | Nils Wallménius |
2010-11-23 | codeclib: don't mark the outputs for the coldfire X(N)PROD_R asm macros as ea... | Nils Wallménius |
2010-11-21 | Remove unused define. | Andree Buschmann |
2010-10-12 | Rearrange and remove some manual register assignments, make use of pointer ad... | Dave Hooper |
2010-09-29 | ARMv6 supports unaligned memory accesses and they are enabled on our only ARM... | Nils Wallménius |
2010-08-24 | Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i... | Thomas Martitz |
2010-07-29 | Make codeclib_misc.h include the asm headers to simplify inclusion magic. | Nils Wallménius |
2010-07-18 | FS#11454 Tuning of codec compiler options | Nils Wallménius |
2010-07-17 | Begin shoehorning wma into the clip codec buffer again. Reduce the static buf... | Nils Wallménius |
2010-07-17 | Enable ff_copy_bits in ffmpeg_bitstream.c and put_bits.h and intreadwrite.h t... | Mohamed Tarek |
2010-07-16 | libwma has Huffman tables that are too big for the stack temp buffer. Make te... | Nils Wallménius |
2010-07-15 | Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea... | Nils Wallménius |
2010-07-14 | Check if ROCKBOX_LITTLE_ENDIAN and ROCKBOX_BIG_ENDIAN are defined, no which v... | Rafaël Carré |
2010-07-10 | Rename/change SIMVER to APP_TYPE in the Makefiles. | Thomas Martitz |
2010-06-27 | Fix inline asm argument. Shouldn't have much impact in practice but might sav... | Nils Wallménius |
2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz |
2010-06-17 | ARMv6 versions of X(N)PROD31 macros and MULT32 macro. Saves about 1MHz or 3% ... | Nils Wallménius |
2010-06-11 | FS#11335 by me: make ARM assembly functions thumb-friendly | Rafaël Carré |
2010-05-31 | ARM: use BX when branch to an address in register | Rafaël Carré |
2010-05-13 | Two tiny tweaks to some arm asm | Nils Wallménius |
2010-05-13 | Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHz | Nils Wallménius |
2010-05-06 | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz |
2010-03-09 | Use bx lr unconditionally in setjmp_arm.S | Rafaël Carré |
2010-03-05 | Remove unused GPL code from ffmpeg mdct library in order to restore it to LGPL. | Michael Giacomelli |
2010-02-22 | Remove all tabs within codec path. | Andree Buschmann |
2010-02-21 | Remove CLIP_TO_15 from codeclib. Remove tabs. | Andree Buschmann |
2010-02-21 | Make mdct compilable again for non-ARM targets. | Andree Buschmann |
2010-02-21 | Eep, didn't mean to commit those other files | Dave Hooper |
2010-02-21 | Get a few more % speedup on ARM (measured on ipod video) - improve imdct full... | Dave Hooper |
2010-02-20 | Adding ICODE for imdct (and its constituent ifft bits) gives 0.5MHz boost on ... | Dave Hooper |
2010-02-18 | I don't yet fully understand why this is required, but without it the output ... | Dave Hooper |
2010-02-17 | split_radix_permutation also unused (since now a hardcoded table) - but left ... | Dave Hooper |
2010-02-17 | FIx typo in coldfire asm which caused yellow | Dave Hooper |
2010-02-17 | Fix yellow (ff_fft_permute_c an unused function in codeclib) | Dave Hooper |
2010-02-17 | Merge from branches/mdctexp - faster ifft+imdct in codec lib | Dave Hooper |
2010-02-04 | Move udiv32_arm.S into libdemac, as this divider is specialized for the APE c... | Andrew Mahone |
2010-02-02 | Reduce reciprocal table size a bit on Nano 2nd Gen as well (fix red). | Jens Arnold |
2010-02-02 | APE codec: Speed up decoding of -c2000 and higher on ARMv4 and coldfire by fu... | Jens Arnold |
2010-02-01 | FS#10943, optimized division and clz routines to replace libgcc routines for ... | Andrew Mahone |
2010-01-30 | Improve libdemac SATURATE slightly on ARMv4/5, move filter buffers and code o... | Andrew Mahone |
2010-01-28 | Small fix for ARMv5e/v6 APE divider, correct large-divisor path and remove sp... | Andrew Mahone |
2010-01-28 | Fix red: smlal operand ordering in udiv32_arm.S | Andrew Mahone |
2010-01-28 | Improvements to specialized dividers for APE codec: | Andrew Mahone |
2010-01-03 | Invert divisor earlier in udiv32_arm, allowing the div0 test to be done befor... | Andrew Mahone |
2010-01-03 | More tabs removed | Andree Buschmann |
2010-01-03 | Use long jump to reach __div0 from udiv32_arm if building with IRAM and witho... | Andrew Mahone |
2010-01-03 | More comments for udiv32_armv4.S, reduce zero divisor test to one cycle for t... | Andrew Mahone |
2010-01-02 | Add missing EOF newline. | Andrew Mahone |
2010-01-02 | Remove special cases from udiv32_armv4.S, except for zero divisor and large n... | Andrew Mahone |