| Commit message (Expand) | Author | Age |
| * | 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 |