| Commit message (Expand) | Author | Age |
| * | Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi... | Michael Sevakis | 2006-08-28 |
| * | Add resume support to AAC files. | Magnus Holmgren | 2006-08-23 |
| * | Fix broken resume for wav files. | Magnus Holmgren | 2006-08-23 |
| * | Adding a slightly painful workaround to silence a compiler warning. | Daniel Stenberg | 2006-08-17 |
| * | Only cast if value is used. This should fix a build warning. | Antoine Cellerier | 2006-08-10 |
| * | Fix erronous ARM assembler case for order 1 frames in the FLAC codec. Fixes F... | Thom Johansen | 2006-08-02 |
| * | Moved the X5 button driver to the target tree | Linus Nielsen Feltzing | 2006-07-27 |
| * | Add resume support for AC3 files. | Magnus Holmgren | 2006-07-26 |
| * | Vorbis: Improve ability to decode old files (using floor0). Not enough to be ... | Magnus Holmgren | 2006-07-25 |
| * | Compiling libmad with -O instead of -O2 gives a small speedup (60% boost inst... | Dave Chapman | 2006-07-24 |
| * | Patch #5157 by Rainer Sinsch - SID codec | Dave Chapman | 2006-07-18 |
| * | Fix for wav files where the fmt chunk is not close to the start of the file | Adam Boot | 2006-06-27 |
| * | Fix bug 5341: Resume in Wav and Flac doesn't start from the position where it... | Magnus Holmgren | 2006-06-04 |
| * | Patch from bug report #5200 by Mark Arigo - attempt to fix gapless playback a... | Dave Chapman | 2006-05-20 |
| * | Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done. | Magnus Holmgren | 2006-05-01 |
| * | Fix the first-frame memmove from pretending the data is interleaved, which it... | Thom Johansen | 2006-04-29 |
| * | Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ... | Thom Johansen | 2006-04-27 |
| * | Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldf... | Thom Johansen | 2006-04-27 |
| * | The last frame of Musepack files can contain double the amount of samples as ... | Thom Johansen | 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-25 |
| * | 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-22 |
| * | Put new_track on the codec_api, and use it instead of the reload_codec variab... | Brandon Low | 2006-04-15 |
| * | Correct a comment - no code changes | Dave Chapman | 2006-04-13 |
| * | OK, GCC obviously has a hard time with this. Let's just pretend GCC 4.1 doesn... | Thom Johansen | 2006-04-12 |
| * | Fix a couple of warnings for GCC 4.1. | Thom Johansen | 2006-04-11 |
| * | Various optimisations for libmad by | Thom Johansen | 2006-04-11 |
| * | Fix bug #3003 (old Vorbis encode crashes Rockbox), and hopefully not break an... | Magnus Holmgren | 2006-04-05 |
| * | 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 |