| Commit message (Expand) | Author | Age |
| * | prevent rockbox from using the wrong includes | Marcoen Hirschberg | 2006-02-24 |
| * | Optimization of WavPack decoding in ARM assembler (for iPods). This allows Wa... | Dave Bryant | 2006-02-23 |
| * | Add ASM optimised subband filtering loop for ARM targets. Restructure | Thom Johansen | 2006-02-20 |
| * | Common internal sample format for AC3. | Thom Johansen | 2006-02-13 |
| * | Convert to use common internal sample format. | Thom Johansen | 2006-02-13 |
| * | Start converting codecs to use internal sample format (28 bits + sign, | Thom Johansen | 2006-02-13 |
| * | Let's not leave the codecs empty | Brandon Low | 2006-02-09 |
| * | Fix simulator builds (not positive sims are parallel make compliant still) | Brandon Low | 2006-02-09 |
| * | Various build sytem cleanups | Brandon Low | 2006-02-09 |
| * | Patch #1426489 - Shorten codec optimisations from Mark Arigo | Dave Chapman | 2006-02-07 |
| * | Added memmove() to codec API & plugin API, and changed codeclib and plugin li... | Jens Arnold | 2006-02-06 |
| * | Streamlined WavPack decoder by utilizing dsp functionality where it was | Dave Bryant | 2006-02-06 |
| * | A better count_leading_zeros() function, courtesy of Jens Arnold | Dave Chapman | 2006-02-05 |
| * | Undefined DEBUG, so that it compiles on DEBUG builds. | Tomasz Malesinski | 2006-02-03 |
| * | Optimised C version of count_leading_zeros() taken from alac-0.1.1. This mak... | Dave Chapman | 2006-02-03 |
| * | Minor code policing | Linus Nielsen Feltzing | 2006-02-01 |
| * | Patch #1421483 - AIFF codec by Jvo Studer | Dave Chapman | 2006-02-01 |
| * | Fix warning. | Thom Johansen | 2006-01-30 |
| * | Fix mpc.c to use new mpc_bool_t type to remove some warning. | Thom Johansen | 2006-01-30 |
| * | Synced libmpcdec to musepack.net SVN. | Thom Johansen | 2006-01-30 |
| * | Make Musepack work on little endian devices. | Thom Johansen | 2006-01-29 |
| * | Prevent unaligned memory accesses whilst reading seektable - fixes FLAC playb... | Dave Chapman | 2006-01-29 |
| * | Make Tremor usable on ARM targets. | Thom Johansen | 2006-01-28 |
| * | Muting trick to prevent tiny pops and glitchless mp3 seeking. | Miika Pekkarinen | 2006-01-22 |
| * | Fixed a few iriver playback quirks and issues with previous fixes. | Miika Pekkarinen | 2006-01-20 |
| * | Profiling support, tools and documentation. | Brandon Low | 2006-01-18 |
| * | Part of the profiling patch to use a consistent return path in all codecs to ... | Brandon Low | 2006-01-18 |
| * | New codec loader, using the same mechanism as the new plugin loader. API vers... | Jens Arnold | 2006-01-18 |
| * | Work-in-progress iriver iFP-7xx port by Tomasz Malesinski | Dave Chapman | 2006-01-12 |
| * | SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third | Daniel Stenberg | 2006-01-09 |
| * | Don't include the .bss and .ibss sections in the binary image for codecs and ... | Jens Arnold | 2006-01-08 |
| * | I figured out what was *really* causing the MPC track-change noise, so I | Dave Bryant | 2006-01-08 |
| * | Quick fix for annoying musepack noise on track change bug. Proper fix coming ... | Thom Johansen | 2006-01-07 |
| * | Fix generic filtering routine to support non-interleaved audio as well. | Thom Johansen | 2006-01-07 |
| * | iPod - Tremor code has become too big for IRAM (as of 28 December 2005), so t... | Dave Chapman | 2006-01-03 |
| * | Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu bo... | Magnus Holmgren | 2005-12-28 |
| * | Add forgetten libraries to the codec "clean" rule | Dave Chapman | 2005-12-25 |
| * | iRiver: improved handling of bad mpeg files. | Magnus Holmgren | 2005-12-22 |
| * | Inspired by patch #1377739 by Brandon Low: Inline oggpack_adv and the most us... | Magnus Holmgren | 2005-12-21 |
| * | Explicitly declare char types to be signed when they must be | Dave Bryant | 2005-12-19 |
| * | Enable assembler optimisations for ARM targets | Dave Chapman | 2005-12-16 |
| * | Make use of the generated dependency file. | Magnus Holmgren | 2005-12-05 |
| * | Codec makefile cleanup: remove redundant things, don't generate dependency fi... | Magnus Holmgren | 2005-12-05 |
| * | fix gcc4 (un)signed warnings | Daniel Stenberg | 2005-12-02 |
| * | iRiver: re-add an end of file check, to see if it helps the reported problems... | Magnus Holmgren | 2005-12-01 |
| * | iRiver: Reduced stack usage in the Vorbis decoder, so files created by old ve... | Magnus Holmgren | 2005-11-26 |
| * | More stable playback with reduced stuttering when skipping tracks. | Miika Pekkarinen | 2005-11-18 |
| * | ICONST_ATTR police | Thom Johansen | 2005-11-15 |
| * | Speed up layer 1 decoding considerably. | Thom Johansen | 2005-11-15 |
| * | iPod: Work around a problem with one Tremor function not being happy in IRAM ... | Dave Chapman | 2005-11-13 |