| Commit message (Expand) | Author | Age |
| * | Eliminate references to "long" types for 64-bit compiles; return audio data | Dave Bryant | 2006-03-26 |
| * | Whoops, missed a file in last warning fix commit | Brandon Low | 2006-03-24 |
| * | Fix warnings | Brandon Low | 2006-03-24 |
| * | Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ... | Brandon Low | 2006-03-24 |
| * | Make libmad use inttypes.h types and remove the old ad-hoc typedefs. | Thom Johansen | 2006-03-23 |
| * | Fixed ADPCM support. 3 bit ADPCMs do not work, but those didn't seem to | Thom Johansen | 2006-03-22 |
| * | Fix remaining warnings in 64bit simulator builds | Jens Arnold | 2006-03-22 |
| * | Code policed. Converted to generate internal s3.28 format directly (next | Thom Johansen | 2006-03-20 |
| * | Code policed. Converted to generate internal s3.28 format directly (next | Thom Johansen | 2006-03-20 |
| * | Free one register extra so we can block load a bit more. | Thom Johansen | 2006-03-17 |
| * | Fix profiling compilation for non-m68k targets | Brandon Low | 2006-03-09 |
| * | Enable ARM optimisation. | Thom Johansen | 2006-03-06 |
| * | ARM assembler optimised LPC decode routine for FLAC (not yet enabled). | Thom Johansen | 2006-03-06 |
| * | ADPCM wav codec fix by Frederic Devernay | Linus Nielsen Feltzing | 2006-03-04 |
| * | Long policy | Jens Arnold | 2006-03-03 |
| * | More 64bit simulator fixes, coinciding with the long policy this time. | Jens Arnold | 2006-03-03 |
| * | Remove all references to errno, it's unnecessary since the codec doesn't dire... | Jens Arnold | 2006-03-01 |
| * | More WavPack optimizations. Restored 24-bit file playback. | Dave Bryant | 2006-02-26 |
| * | 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 |