| Commit message (Expand) | Author | Age |
| ... | |
| * | libwmapro: slightly shorter and faster inline asm fixed point multiplication ... | Nils Wallménius | 2010-07-26 |
| * | Modify the wma pro decoder to produce non-interleaved samples, and work direc... | Mohamed Tarek | 2010-07-26 |
| * | Submit part of FS#11498. Major speedup for WMA Professional on ARM and Coldfi... | Andree Buschmann | 2010-07-26 |
| * | libatrac: Coldfire asm for atrac3_iqmf_dewindowing, speeds up decoding of my ... | Nils Wallménius | 2010-07-26 |
| * | libwmapro: coldfire asm for vector_fixmul_window, gives a speedup of ~13%, dr... | Nils Wallménius | 2010-07-26 |
| * | aiff codec: small clean up | Rafaël Carré | 2010-07-26 |
| * | codecs: mark some local variables with 'static' | Nils Wallménius | 2010-07-25 |
| * | libatrac: Set the emac mode on coldfire, fixes whitenoise output if playing a... | Nils Wallménius | 2010-07-23 |
| * | Introduce macros for identical multiply-add blocks. | Andree Buschmann | 2010-07-23 |
| * | libmad: small tweak to coldfire inline asm, gives a slight speedup and now bu... | Nils Wallménius | 2010-07-23 |
| * | Submit FS#11491. Refactor coldfire inline asm within libmad's synth_full() to... | Andree Buschmann | 2010-07-22 |
| * | Convert inline coldfire assembler to a 'real' assembler function, with tweaks... | Nils Wallménius | 2010-07-20 |
| * | Shorten: tweak some inline asm, use local lables to not cause problems when t... | Nils Wallménius | 2010-07-20 |
| * | Make libdemac compile again on OSX x86 and x86_64 by replacing .rept with fan... | Jens Arnold | 2010-07-19 |
| * | FS#11454 Tuning of codec compiler options | Nils Wallménius | 2010-07-18 |
| * | Oops, revert unintentional commit | Nils Wallménius | 2010-07-17 |
| * | Delete unused header | Nils Wallménius | 2010-07-17 |
| * | libwma: void pointer voodoo to get rid ov strict aliasing warnings | Nils Wallménius | 2010-07-17 |
| * | libwma: Reuse a static buffer that was unused while decoding lsp files for so... | Nils Wallménius | 2010-07-17 |
| * | Check for errors from decode_packet in wmapro.c | Mohamed Tarek | 2010-07-17 |
| * | Increase the size of quant table in libwmapro to accomodate more values for e... | Mohamed Tarek | 2010-07-17 |
| * | libwma: Reduce size of runtab and levtab buffers, only one set can get the wo... | Nils Wallménius | 2010-07-17 |
| * | Remove unused 2kB buffer and some dead code. | 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 |
| * | libwmapro no longer needs libm in the sim; update the makefile and README.roc... | Mohamed Tarek | 2010-07-17 |
| * | libwmapro : remove dead/unneeded code from wma.[ch] | Mohamed Tarek | 2010-07-17 |
| * | libwmapro : Rename all FIXED occurrances to int32_t and remove types.h | Mohamed Tarek | 2010-07-17 |
| * | More cleaning for libwmapro; use codeclib's bitstream functions and drop thos... | Mohamed Tarek | 2010-07-17 |
| * | Enable ff_copy_bits in ffmpeg_bitstream.c and put_bits.h and intreadwrite.h t... | Mohamed Tarek | 2010-07-17 |
| * | libwma has Huffman tables that are too big for the stack temp buffer. Make te... | Nils Wallménius | 2010-07-16 |
| * | Remove two unused macros. | Nils Wallménius | 2010-07-15 |
| * | Properly fix warning by copying the swap16 and swap32 inline functions from s... | Nils Wallménius | 2010-07-15 |
| * | Use codeclib version of the ffmpeg bitstream code for wma rather then ancient... | Michael Giacomelli | 2010-07-15 |
| * | Hopefully fix 'comparison between signed and unsigned' warning | Nils Wallménius | 2010-07-15 |
| * | Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea... | Nils Wallménius | 2010-07-15 |
| * | Initial cleanup for libwmapro. | Mohamed Tarek | 2010-07-15 |
| * | Build wmapro, disabled on targets with less than 2MB of ram | Rafaël Carré | 2010-07-14 |
| * | remove unused CODECLIBS variable from makefile | Rafaël Carré | 2010-07-14 |
| * | wmapro: silence some warnings related to function prototypes unused in rockbox | Rafaël Carré | 2010-07-14 |
| * | wmapro: don't force little endianness | Rafaël Carré | 2010-07-14 |
| * | Check if ROCKBOX_LITTLE_ENDIAN and ROCKBOX_BIG_ENDIAN are defined, no which v... | Rafaël Carré | 2010-07-14 |
| * | Remove WMA Pro again from the main build temporarily till the errors/warnings... | Mohamed Tarek | 2010-07-14 |
| * | Add WMA Pro to the main build. WMA Pro now plays on target and decodes in 151... | Mohamed Tarek | 2010-07-14 |
| * | Remove the floating point code from wmaprodec.c and change variable names acc... | Mohamed Tarek | 2010-07-14 |
| * | Tune compiler optimizations for libtta, gives a speedup of 1.1MHz on h300 and... | Nils Wallménius | 2010-07-12 |
| * | Coldfire assembler implementation of hybrid_filter for libtta. Speeds up deco... | Nils Wallménius | 2010-07-12 |
| * | Use more iram in the tta lib, speeds up decoding by 47MHz on h300 (mcf5249) a... | Nils Wallménius | 2010-07-12 |
| * | Complete the conversion of WMA Pro to fixed point. Floating point code is sti... | Mohamed Tarek | 2010-07-12 |
| * | Clean up libfaad's sbr-qmf code. Move array to correct #ifdef-path, introduce... | Andree Buschmann | 2010-07-11 |
| * | Minor correction to macros, beautification of loop. | Andree Buschmann | 2010-07-11 |