Age | Commit message (Expand) | Author |
2006-03-09 | Fix profiling compilation for non-m68k targets | Brandon Low |
2006-03-06 | Enable ARM optimisation. | Thom Johansen |
2006-03-06 | ARM assembler optimised LPC decode routine for FLAC (not yet enabled). | Thom Johansen |
2006-03-04 | ADPCM wav codec fix by Frederic Devernay | Linus Nielsen Feltzing |
2006-03-03 | Long policy | Jens Arnold |
2006-03-03 | More 64bit simulator fixes, coinciding with the long policy this time. | Jens Arnold |
2006-03-01 | Remove all references to errno, it's unnecessary since the codec doesn't dire... | Jens Arnold |
2006-02-26 | More WavPack optimizations. Restored 24-bit file playback. | Dave Bryant |
2006-02-24 | prevent rockbox from using the wrong includes | Marcoen Hirschberg |
2006-02-23 | Optimization of WavPack decoding in ARM assembler (for iPods). This allows Wa... | Dave Bryant |
2006-02-20 | Add ASM optimised subband filtering loop for ARM targets. Restructure | Thom Johansen |
2006-02-13 | 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-09 | 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-07 | Patch #1426489 - Shorten codec optimisations from Mark Arigo | Dave Chapman |
2006-02-06 | 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-05 | A better count_leading_zeros() function, courtesy of Jens Arnold | Dave Chapman |
2006-02-03 | 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-01 | Minor code policing | Linus Nielsen Feltzing |
2006-02-01 | Patch #1421483 - AIFF codec by Jvo Studer | Dave Chapman |
2006-01-30 | 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-29 | 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-28 | Make Tremor usable on ARM targets. | Thom Johansen |
2006-01-22 | Muting trick to prevent tiny pops and glitchless mp3 seeking. | Miika Pekkarinen |
2006-01-20 | Fixed a few iriver playback quirks and issues with previous fixes. | Miika Pekkarinen |
2006-01-18 | 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-12 | Work-in-progress iriver iFP-7xx port by Tomasz Malesinski | Dave Chapman |
2006-01-09 | SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third | Daniel Stenberg |
2006-01-08 | 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-07 | 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-03 | iPod - Tremor code has become too big for IRAM (as of 28 December 2005), so t... | Dave Chapman |
2005-12-28 | Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu bo... | Magnus Holmgren |
2005-12-25 | Add forgetten libraries to the codec "clean" rule | Dave Chapman |
2005-12-22 | iRiver: improved handling of bad mpeg files. | Magnus Holmgren |
2005-12-21 | Inspired by patch #1377739 by Brandon Low: Inline oggpack_adv and the most us... | Magnus Holmgren |
2005-12-19 | Explicitly declare char types to be signed when they must be | Dave Bryant |
2005-12-16 | Enable assembler optimisations for ARM targets | Dave Chapman |
2005-12-05 | Make use of the generated dependency file. | Magnus Holmgren |