Age | Commit message (Expand) | Author |
2006-04-25 | Make playback not screw up if the user tries to seek on musepack | Brandon Low |
2006-04-25 | Fix warning. | Thom Johansen |
2006-04-25 | Use the Rockbox endian swap routine instead of the default one. | Thom Johansen |
2006-04-25 | Correctly identify end of file. | Thom Johansen |
2006-04-22 | Update libwavpack to the latest stream specification, and cross fingers | Dave Bryant |
2006-04-22 | Revert the previous commit because it seemed to break the 4G Gray Sim, | Dave Bryant |
2006-04-22 | Remove an unneeded define, add a todo | Brandon Low |
2006-04-22 | Update libwavpack to the latest stream specification | Dave Bryant |
2006-04-22 | Comment and make pretty the hack | Brandon Low |
2006-04-22 | Replace one hack with a better hack | Brandon Low |
2006-04-22 | First commit of reworking voice to be mroe stable on swcodec | Brandon Low |
2006-04-15 | Put new_track on the codec_api, and use it instead of the reload_codec variab... | Brandon Low |
2006-04-13 | Correct a comment - no code changes | Dave Chapman |
2006-04-12 | OK, GCC obviously has a hard time with this. Let's just pretend GCC 4.1 doesn... | Thom Johansen |
2006-04-11 | Fix a couple of warnings for GCC 4.1. | Thom Johansen |
2006-04-11 | Various optimisations for libmad by | Thom Johansen |
2006-04-05 | Fix bug #3003 (old Vorbis encode crashes Rockbox), and hopefully not break an... | Magnus Holmgren |
2006-03-26 | Eliminate references to "long" types for 64-bit compiles; return audio data | Dave Bryant |
2006-03-24 | 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-23 | Make libmad use inttypes.h types and remove the old ad-hoc typedefs. | Thom Johansen |
2006-03-22 | 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-20 | 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-17 | Free one register extra so we can block load a bit more. | Thom Johansen |
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 |