summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2006-05-20Patch from bug report #5200 by Mark Arigo - attempt to fix gapless playback a...Dave Chapman1-88/+75
2006-05-01Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done.Magnus Holmgren1-4/+10
2006-04-29Fix the first-frame memmove from pretending the data is interleaved, which it...Thom Johansen1-2/+6
2006-04-27Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ...Thom Johansen3-14/+21
2006-04-27Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldf...Thom Johansen4-1121/+1315
2006-04-25The last frame of Musepack files can contain double the amount of samples as ...Thom Johansen1-2/+1
2006-04-25Make playback not screw up if the user tries to seek on musepackBrandon Low1-2/+2
2006-04-25Fix warning.Thom Johansen1-1/+1
2006-04-25Use the Rockbox endian swap routine instead of the default one.Thom Johansen1-0/+4
2006-04-25Correctly identify end of file.Thom Johansen1-0/+2
2006-04-22Update libwavpack to the latest stream specification, and cross fingersDave Bryant4-29/+51
2006-04-22Revert the previous commit because it seemed to break the 4G Gray Sim,Dave Bryant4-51/+29
2006-04-22Remove an unneeded define, add a todoBrandon Low1-2/+1
2006-04-22Update libwavpack to the latest stream specificationDave Bryant4-29/+51
2006-04-22Comment and make pretty the hackBrandon Low1-1/+4
2006-04-22Replace one hack with a better hackBrandon Low1-2/+2
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low11-68/+69
2006-04-15Put new_track on the codec_api, and use it instead of the reload_codec variab...Brandon Low11-13/+13
2006-04-13Correct a comment - no code changesDave Chapman1-1/+1
2006-04-12OK, GCC obviously has a hard time with this. Let's just pretend GCC 4.1 doesn...Thom Johansen1-2/+2
2006-04-11Fix a couple of warnings for GCC 4.1.Thom Johansen1-2/+2
2006-04-11Various optimisations for libmad byThom Johansen3-8777/+8763
2006-04-05Fix bug #3003 (old Vorbis encode crashes Rockbox), and hopefully not break an...Magnus Holmgren1-4/+18
2006-03-26Eliminate references to "long" types for 64-bit compiles; return audio dataDave Bryant9-168/+167
2006-03-24Whoops, missed a file in last warning fix commitBrandon Low1-1/+1
2006-03-24Fix warningsBrandon Low8-10/+10
2006-03-24Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...Brandon Low1-5/+3
2006-03-23Make libmad use inttypes.h types and remove the old ad-hoc typedefs.Thom Johansen2-28/+11
2006-03-22Fixed ADPCM support. 3 bit ADPCMs do not work, but those didn't seem toThom Johansen1-7/+8
2006-03-22Fix remaining warnings in 64bit simulator buildsJens Arnold3-3/+3
2006-03-20Code policed. Converted to generate internal s3.28 format directly (nextThom Johansen1-360/+319
2006-03-20Code policed. Converted to generate internal s3.28 format directly (nextThom Johansen1-237/+212
2006-03-17Free one register extra so we can block load a bit more.Thom Johansen1-14/+12
2006-03-09Fix profiling compilation for non-m68k targetsBrandon Low1-0/+4
2006-03-06Enable ARM optimisation.Thom Johansen2-0/+7
2006-03-06ARM assembler optimised LPC decode routine for FLAC (not yet enabled).Thom Johansen2-0/+273
2006-03-04ADPCM wav codec fix by Frederic DevernayLinus Nielsen Feltzing1-4/+6
2006-03-03Long policyJens Arnold2-5/+5
2006-03-03More 64bit simulator fixes, coinciding with the long policy this time.Jens Arnold1-1/+1
2006-03-01Remove all references to errno, it's unnecessary since the codec doesn't dire...Jens Arnold2-4/+0
2006-02-26More WavPack optimizations. Restored 24-bit file playback.Dave Bryant4-8/+513
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg9-10/+10
2006-02-23Optimization of WavPack decoding in ARM assembler (for iPods). This allows Wa...Dave Bryant3-1/+482
2006-02-20Add ASM optimised subband filtering loop for ARM targets. RestructureThom Johansen1-11/+60
2006-02-13Common internal sample format for AC3.Thom Johansen1-5/+5
2006-02-13Convert to use common internal sample format.Thom Johansen3-4/+4
2006-02-13Start converting codecs to use internal sample format (28 bits + sign,Thom Johansen2-11/+2
2006-02-09Let's not leave the codecs emptyBrandon Low1-18/+18
2006-02-09Fix simulator builds (not positive sims are parallel make compliant still)Brandon Low1-4/+4
2006-02-09Various build sytem cleanupsBrandon Low1-67/+67