| Commit message (Expand) | Author | Age |
| * | Use cookies for thread identification instead of pointers directly which give... | Michael Sevakis | 2008-12-10 |
| * | Assembler optimised mono predictor for ARM. Speedup for -c1000 mono is ~5% on... | Jens Arnold | 2008-12-09 |
| * | Implement mono predictor in assembler for coldfire, yielding a ~6% speedup fo... | Jens Arnold | 2008-12-02 |
| * | Shuffling around register allocation allows to keep decoded0 and decoded1 in ... | Jens Arnold | 2008-12-01 |
| * | Restore compiler optimization level for libmad, was lost in the buildsystem r... | Nils Wallménius | 2008-11-30 |
| * | Remove extraneous semicolons, and fix a comment. | Jens Arnold | 2008-11-30 |
| * | Remove extraneous semicolons, and fix a comment. | Jens Arnold | 2008-11-30 |
| * | Fix APE 16-bit mono output: mono signals need to be scaled for rockbox. | Jens Arnold | 2008-11-30 |
| * | Resurrect the ARM7 16-bit packed vector addition/subtraction for ARMv5, givin... | Jens Arnold | 2008-11-28 |
| * | Recording: Change some encoder code the operation of which was apparantly unc... | Michael Sevakis | 2008-11-28 |
| * | On ARM9TDMI (e.g. Gigabeat F) it's faster to use a ldr/str pair than add+ldmi... | Jens Arnold | 2008-11-27 |
| * | Speed up the predictor a little by using ldrd/strd on ARMv5+. This required s... | Jens Arnold | 2008-11-27 |
| * | Get rid of unused return values, except the one from decode_chunk() which wil... | Jens Arnold | 2008-11-26 |
| * | Added 'keywords' and 'eol-style' properties. | Björn Stenberg | 2008-11-25 |
| * | Reorder instructions to avoid pipeline stalls on ARMv6 wherever possible (som... | Jens Arnold | 2008-11-24 |
| * | Branch optimisation in both C (giving hints to gcc - verified using -fprofile... | Jens Arnold | 2008-11-24 |
| * | Tweak the ARMv6 filter assembly a bit further. | Jens Arnold | 2008-11-24 |
| * | Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY() | Nils Wallménius | 2008-11-22 |
| * | Introduce likely() and unlikely() macros, use to give gcc hints about which b... | Nils Wallménius | 2008-11-20 |
| * | Remove .a files before running ar, to avoid problems with renamed files remai... | Björn Stenberg | 2008-11-20 |
| * | codec.link must be created with -DCODEC | Björn Stenberg | 2008-11-20 |
| * | Make sure codec directory exists before creating link file. | Björn Stenberg | 2008-11-20 |
| * | Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia... | Björn Stenberg | 2008-11-20 |
| * | Bug fix for previous bug fix. Too much copy/paste. | Björn Stenberg | 2008-11-20 |
| * | Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF. | Björn Stenberg | 2008-11-20 |
| * | New makefile solution: A single invocation of 'make' to build the entire tree... | Björn Stenberg | 2008-11-20 |
| * | Several tweaks and cleanups: * Use .rept instead of repeated macros for repea... | Jens Arnold | 2008-11-19 |
| * | Compile-time choice between 16 bit and 32 bit integers for the filters. 32 bi... | Jens Arnold | 2008-11-19 |
| * | Centralise compile-time configuration. | Jens Arnold | 2008-11-16 |
| * | Make it compile again on linux... | Jens Arnold | 2008-11-16 |
| * | Make the standalone decoder actually work on Windows (need to open the output... | Jens Arnold | 2008-11-16 |
| * | Make the standalone decoder build on cygwin. | Jens Arnold | 2008-11-16 |
| * | Move the contents of rangecoding.h into entropy.c, and remove the former. It ... | Jens Arnold | 2008-11-16 |
| * | Avoid unnecessary register copies on ARMv5. | Jens Arnold | 2008-11-16 |
| * | Make the standalone demac program compile again | Dave Chapman | 2008-11-15 |
| * | Fix comments. | Jens Arnold | 2008-11-12 |
| * | Tiny speedup by simplifying the filter wrap check. | Jens Arnold | 2008-11-12 |
| * | Tiny performance improvement for the (not yet usable) compression levels >= -... | Jens Arnold | 2008-11-12 |
| * | ARMv4 unsigned integer division: Using an overflow-safe comparison method in ... | Jens Arnold | 2008-11-06 |
| * | Correct a comment and police comment style, no functional change | Nils Wallménius | 2008-11-06 |
| * | Re-added libspc which got dropped in a black hole. | Björn Stenberg | 2008-11-05 |
| * | Codec lib directories renamed, except for demac. | Björn Stenberg | 2008-11-05 |
| * | Trimmed off redundant dependencies. | Björn Stenberg | 2008-11-05 |
| * | Added libcodec.a as dependency for all codecs. | Björn Stenberg | 2008-11-05 |
| * | This optimisation breaks for very large divisors (MSB set), so remove it. | Jens Arnold | 2008-11-05 |
| * | Set missing SVN properties. | Jens Arnold | 2008-11-05 |
| * | Further optimised (vs. libgcc) unsigned 32 bit division for ARMv4 (based on t... | Jens Arnold | 2008-11-05 |
| * | Some entropy decoder tweaks. Also removed unnecessary 'tmp' variables. | Jens Arnold | 2008-11-04 |
| * | Remove the event object in the kernel since it's rather extraneous at the mom... | Michael Sevakis | 2008-10-23 |
| * | Codec memory reorganization | Nils Wallménius | 2008-10-19 |