| Commit message (Expand) | Author | Age |
| * | Factor out sane code list bisection code and use instead of insane code, clea... | Nils Wallménius | 2010-07-01 |
| * | Clean up a leftover preprocessor symbol and improve the workaround for the 'a... | Nils Wallménius | 2010-06-29 |
| * | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz | 2010-06-21 |
| * | ARMv6 vector mutiplication asm, speeds up vorbis decoding about 0.1MHz on gig... | Nils Wallménius | 2010-06-17 |
| * | Delete some duplicate inline asm macros since they now live in the codeclib. | Nils Wallménius | 2010-06-17 |
| * | Correction to clobber lists of several codec's inline assembly. | Andree Buschmann | 2010-05-29 |
| * | Two tiny tweaks to some arm asm | Nils Wallménius | 2010-05-13 |
| * | Simplify special case function, speedup of about 0.2MHz on both coldfire and ... | Nils Wallménius | 2010-05-12 |
| * | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz | 2010-05-06 |
| * | Change various CPU_ARM defines to _ARM_ASSEM_ to be more consistent with the ... | Michael Giacomelli | 2010-03-16 |
| * | Simplify makefile | Nils Wallménius | 2010-03-09 |
| * | Use larger IRAM for M5/X5 in vorbis. | Andree Buschmann | 2010-03-07 |
| * | Fix broken whitespace after r24862 | Nils Wallménius | 2010-03-05 |
| * | Remove leftover unused buffer from the mdctexp branch | Nils Wallménius | 2010-03-04 |
| * | Remove all tabs within codec path. | Andree Buschmann | 2010-02-22 |
| * | Unroll and optimise channel coupling for arm gives 0.6Mhz speed for vorbis on... | Dave Hooper | 2010-02-21 |
| * | Merge from branches/mdctexp - faster ifft+imdct in codec lib | Dave Hooper | 2010-02-17 |
| * | Assembler optimised bitreverse for ARM, again a little bit faster and smaller... | Jens Arnold | 2009-12-23 |
| * | Improved bitrev with approach suggested by Jens Arnold, gives 0.5%-1% speedup... | Nils Wallménius | 2009-12-23 |
| * | Use optimised byteswap function in bitrev for a tiny speedup on coldfire and ... | Nils Wallménius | 2009-12-21 |
| * | Comment var only used by already commented out debug code, delete #if 0'ed bl... | Nils Wallménius | 2009-12-12 |
| * | Remove inline asm that hasn't been useful for years, no speed difference | Nils Wallménius | 2009-12-10 |
| * | Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS. | Andrew Mahone | 2009-11-20 |
| * | Make the codecs use more IRAM on S5L870x, as we have plenty of it. | Michael Sparmann | 2009-11-09 |
| * | Add STATICIRAM_NOT_MDCT as a workaround for the gcc bug where static function... | Dave Chapman | 2009-10-04 |
| * | Fix for FS#10492, by Aoyumi: Data abort errors when playing some Vorbis files. | Magnus Holmgren | 2009-09-07 |
| * | FS#10466: Introduce a real malloc for tremor. | Magnus Holmgren | 2009-08-29 |
| * | Fix condition code clobbers (and one TAB) for inline arm code in lib and libt... | Dave Hooper | 2009-08-29 |
| * | Remove a function accidentally added back in r21841. | Magnus Holmgren | 2009-07-14 |
| * | Import Vorbis seeking improvements from Tremor SVN. | Magnus Holmgren | 2009-07-13 |
| * | Commit rest of fix in FS#9866. Don't parse Vorbis comments again in libtremo... | Michael Giacomelli | 2009-06-30 |
| * | Fix for noise after vorbis skipping introduced in r20783 - thanks to Aoyumi a... | Dave Hooper | 2009-05-02 |
| * | Commit FS#9882 - make better use of iram at different quality encodings, remo... | Dave Hooper | 2009-04-25 |
| * | Add setjmp/longjmp for ARM and ColdFire to the codec lib, and use it in the V... | Magnus Holmgren | 2009-03-08 |
| * | Make tremor check for very long ogg tags and truncate them if they're larger ... | Michael Giacomelli | 2009-03-01 |
| * | Silence warning from 'ar' if the archive had to be created. | Jens Arnold | 2009-03-01 |
| * | Stop hiding errors by redirecting stderr to /dev/null. If we really need to d... | Daniel Stenberg | 2009-02-23 |
| * | Commit FS#9915 by Sei Aoyumi. Adds hints to help GCC better optimize vorbis ... | Michael Giacomelli | 2009-02-17 |
| * | Remove floor0 stuff from IRAM. Results in a tiny speed decrease for files en... | Michael Giacomelli | 2009-01-21 |
| * | Added 'keywords' and 'eol-style' properties. | Björn Stenberg | 2008-11-25 |
| * | 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 |
| * | New makefile solution: A single invocation of 'make' to build the entire tree... | Björn Stenberg | 2008-11-20 |
| * | Codec lib directories renamed, except for demac. | Björn Stenberg | 2008-11-05 |