summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
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
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg
2006-02-23Optimization of WavPack decoding in ARM assembler (for iPods). This allows Wa...Dave Bryant
2006-02-20Add ASM optimised subband filtering loop for ARM targets. RestructureThom Johansen
2006-02-13Common internal sample format for AC3.Thom Johansen
2006-02-13Convert to use common internal sample format.Thom Johansen
2006-02-13Start converting codecs to use internal sample format (28 bits + sign,Thom Johansen
2006-02-09Let's not leave the codecs emptyBrandon Low
2006-02-09Fix simulator builds (not positive sims are parallel make compliant still)Brandon Low
2006-02-09Various build sytem cleanupsBrandon Low
2006-02-07Patch #1426489 - Shorten codec optimisations from Mark ArigoDave Chapman
2006-02-06Added memmove() to codec API & plugin API, and changed codeclib and plugin li...Jens Arnold
2006-02-06Streamlined WavPack decoder by utilizing dsp functionality where it wasDave Bryant
2006-02-05A better count_leading_zeros() function, courtesy of Jens ArnoldDave Chapman
2006-02-03Undefined DEBUG, so that it compiles on DEBUG builds.Tomasz Malesinski
2006-02-03Optimised C version of count_leading_zeros() taken from alac-0.1.1. This mak...Dave Chapman