summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2006-08-10Only cast if value is used. This should fix a build warning.Antoine Cellerier
2006-08-02Fix erronous ARM assembler case for order 1 frames in the FLAC codec. Fixes F...Thom Johansen
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing
2006-07-26Add resume support for AC3 files.Magnus Holmgren
2006-07-25Vorbis: Improve ability to decode old files (using floor0). Not enough to be ...Magnus Holmgren
2006-07-24Compiling libmad with -O instead of -O2 gives a small speedup (60% boost inst...Dave Chapman
2006-07-18Patch #5157 by Rainer Sinsch - SID codecDave Chapman
2006-06-27Fix for wav files where the fmt chunk is not close to the start of the fileAdam Boot
2006-06-04Fix bug 5341: Resume in Wav and Flac doesn't start from the position where it...Magnus Holmgren
2006-05-20Patch from bug report #5200 by Mark Arigo - attempt to fix gapless playback a...Dave Chapman
2006-05-01Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done.Magnus Holmgren
2006-04-29Fix the first-frame memmove from pretending the data is interleaved, which it...Thom Johansen
2006-04-27Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ...Thom Johansen
2006-04-27Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldf...Thom Johansen
2006-04-25The last frame of Musepack files can contain double the amount of samples as ...Thom Johansen
2006-04-25Make playback not screw up if the user tries to seek on musepackBrandon Low
2006-04-25Fix warning.Thom Johansen
2006-04-25Use the Rockbox endian swap routine instead of the default one.Thom Johansen
2006-04-25Correctly identify end of file.Thom Johansen
2006-04-22Update libwavpack to the latest stream specification, and cross fingersDave Bryant
2006-04-22Revert the previous commit because it seemed to break the 4G Gray Sim,Dave Bryant
2006-04-22Remove an unneeded define, add a todoBrandon Low
2006-04-22Update libwavpack to the latest stream specificationDave Bryant
2006-04-22Comment and make pretty the hackBrandon Low
2006-04-22Replace one hack with a better hackBrandon Low
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low
2006-04-15Put new_track on the codec_api, and use it instead of the reload_codec variab...Brandon Low
2006-04-13Correct a comment - no code changesDave Chapman
2006-04-12OK, GCC obviously has a hard time with this. Let's just pretend GCC 4.1 doesn...Thom Johansen
2006-04-11Fix a couple of warnings for GCC 4.1.Thom Johansen
2006-04-11Various optimisations for libmad byThom Johansen
2006-04-05Fix bug #3003 (old Vorbis encode crashes Rockbox), and hopefully not break an...Magnus Holmgren
2006-03-26Eliminate references to "long" types for 64-bit compiles; return audio dataDave Bryant
2006-03-24Whoops, missed a file in last warning fix commitBrandon Low
2006-03-24Fix warningsBrandon Low
2006-03-24Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...Brandon Low
2006-03-23Make libmad use inttypes.h types and remove the old ad-hoc typedefs.Thom Johansen
2006-03-22Fixed ADPCM support. 3 bit ADPCMs do not work, but those didn't seem toThom Johansen
2006-03-22Fix remaining warnings in 64bit simulator buildsJens Arnold
2006-03-20Code policed. Converted to generate internal s3.28 format directly (nextThom Johansen
2006-03-20Code policed. Converted to generate internal s3.28 format directly (nextThom Johansen
2006-03-17Free one register extra so we can block load a bit more.Thom Johansen
2006-03-09Fix profiling compilation for non-m68k targetsBrandon Low
2006-03-06Enable ARM optimisation.Thom Johansen
2006-03-06ARM assembler optimised LPC decode routine for FLAC (not yet enabled).Thom Johansen
2006-03-04ADPCM wav codec fix by Frederic DevernayLinus Nielsen Feltzing
2006-03-03Long policyJens Arnold
2006-03-03More 64bit simulator fixes, coinciding with the long policy this time.Jens Arnold
2006-03-01Remove all references to errno, it's unnecessary since the codec doesn't dire...Jens Arnold
2006-02-26More WavPack optimizations. Restored 24-bit file playback.Dave Bryant