summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2008-03-27Fix misleading debug statement.Michael Giacomelli1-1/+1
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold2-2/+0
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold2-0/+2
2008-03-09Fix (another) overflow when seeking in long WMA files.Michael Giacomelli1-1/+1
2008-03-09Don't assume reading the duration field advances the buffer 12 bytes, instead...Michael Giacomelli1-2/+4
2008-03-09AAC decoder: Remove suspicious use of the REAL_CONST macro. I don't know what...Magnus Holmgren1-1/+1
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold2-2/+0
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold2-0/+2
2008-03-08Commit FS#8670 by Andree Buschmann. Fixes potiential overflow issue in musep...Michael Giacomelli1-33/+49
2008-02-25clear up some sim warningsAdam Gashlin1-1/+1
2008-02-25Fix ADX decoder, old constant coefficients were for 44.1khz only, they Adam Gashlin1-10/+175
2008-02-24Change to (or add) 'standard' codec startup delay, fixing potential startup p...Magnus Holmgren4-7/+10
2008-02-24Try to fix resume problems for FLAC files.Magnus Holmgren1-3/+3
2008-02-12Revert the buggy warning fix for gcc 4.2. It caused a sim built with gcc 4.2 ...Jens Arnold1-12/+4
2008-02-08Optimize the ARM ASM qmf_synth() clipping stage a bit. Also fix a typo and re...Thom Johansen1-40/+36
2008-02-07make the gcc work-around somewhat more inclusive for gcc 4.2.X where X is 1Daniel Stenberg1-2/+3
2008-02-06a rather lame attempt to silence the gcc 4.2.3 warnings on what seems to beDaniel Stenberg1-2/+11
2008-01-25Vorbis codec: Only try to put the ARM assembler optimised MDCT in IRAM if the...Jens Arnold2-0/+9
2008-01-24SPC Codec: Ensure no crash occurs on load failure which could cause emulation...Michael Sevakis4-15/+32
2008-01-19Apply last fall's exponent fix to WMA v1 files as well.Michael Giacomelli1-1/+1
2008-01-06If seek fails, don't insert nonsense for the current position. Also, make on...Michael Giacomelli2-9/+12
2007-12-13Another fix for file system issues when encountering disk full (like when rec...Peter D'Hoye3-3/+11
2007-12-09Revert previous 'fix'. Did not actually fix the warning as I wasn't paying at...Dan Everton1-2/+2
2007-12-09Fix warnings in libfaadDan Everton1-2/+2
2007-12-08Exclude an unneeded file from the voice codec build. Remove non-existing feat...Thom Johansen2-4/+1
2007-12-06metadata writing does not belong in the spc codecAdam Gashlin1-6/+0
2007-12-01Code-police raid - cosmetic changes only.Dave Chapman1-86/+94
2007-12-01Remove the mallocs for the codecdata in the m4a parser and assume a maximum s...Dave Chapman3-53/+51
2007-11-30Use the correct variable name - fixes warningDave Chapman1-1/+1
2007-11-30Fix warning when compiling the sim.Michael Giacomelli1-1/+1
2007-11-30Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM...Michael Sevakis4-124/+0
2007-11-30Fix overflow when seeking in long files wma. Also, add a simple sanity check...Michael Giacomelli1-24/+24
2007-11-29Remove unneeded files.Thom Johansen2-152/+0
2007-11-29Stop writing to the metadata struct in the codec, it's not nice. These fields...Thom Johansen1-2/+0
2007-11-26Be sure SPC codec runs nicely from the start by using more IRAM when the dual...Michael Sevakis1-0/+3
2007-11-24Move some stuff out of IRAM for the voice decoder.Thom Johansen7-11/+19
2007-11-24Remove unused file.Thom Johansen1-678/+0
2007-11-24Sync to SVN.Thom Johansen14-225/+247
2007-11-23Speex: Put filter code in IRAM on PP5002 for a nice 12% speedup.Jens Arnold1-0/+6
2007-11-22Add seeking support for wma. Works quite well on my Sansa, and theres some e...Michael Giacomelli1-19/+187
2007-11-22Sync Speex to SVN.Thom Johansen17-328/+375
2007-11-22Remove a couple of redundant array copy operations.Thom Johansen2-10/+4
2007-11-19FS #8179. Small Musepack speedup for ARM.Thom Johansen1-42/+37
2007-11-18libspeex: let DEBUGF work correctly for both core and codec buildsMichael Sevakis1-5/+4
2007-11-18Disable some UWB mode stuff and lost package handling in voice codec.Thom Johansen3-0/+18
2007-11-18SPC Codec: Run SPC emulation on COP and audio sample processing on CPU on dua...Michael Sevakis3-123/+518
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis8-7/+17
2007-11-16Speex encoder specially tailored to create voice UI snippets. Small fixups to...Thom Johansen6-3/+32
2007-11-16Trim some stuff and move some defines to a more logical place.Thom Johansen2-15/+12
2007-11-14Throw away the first samples to come out of the decoder to account for encode...Thom Johansen1-1/+8