summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2008-01-06If seek fails, don't insert nonsense for the current position. Also, make on...Michael Giacomelli
2007-12-13Another fix for file system issues when encountering disk full (like when rec...Peter D'Hoye
2007-12-09Revert previous 'fix'. Did not actually fix the warning as I wasn't paying at...Dan Everton
2007-12-09Fix warnings in libfaadDan Everton
2007-12-08Exclude an unneeded file from the voice codec build. Remove non-existing feat...Thom Johansen
2007-12-06metadata writing does not belong in the spc codecAdam Gashlin
2007-12-01Code-police raid - cosmetic changes only.Dave Chapman
2007-12-01Remove the mallocs for the codecdata in the m4a parser and assume a maximum s...Dave Chapman
2007-11-30Use the correct variable name - fixes warningDave Chapman
2007-11-30Fix warning when compiling the sim.Michael Giacomelli
2007-11-30Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM...Michael Sevakis
2007-11-30Fix overflow when seeking in long files wma. Also, add a simple sanity check...Michael Giacomelli
2007-11-29Remove unneeded files.Thom Johansen
2007-11-29Stop writing to the metadata struct in the codec, it's not nice. These fields...Thom Johansen
2007-11-26Be sure SPC codec runs nicely from the start by using more IRAM when the dual...Michael Sevakis
2007-11-24Move some stuff out of IRAM for the voice decoder.Thom Johansen
2007-11-24Remove unused file.Thom Johansen
2007-11-24Sync to SVN.Thom Johansen
2007-11-23Speex: Put filter code in IRAM on PP5002 for a nice 12% speedup.Jens Arnold
2007-11-22Add seeking support for wma. Works quite well on my Sansa, and theres some e...Michael Giacomelli
2007-11-22Sync Speex to SVN.Thom Johansen
2007-11-22Remove a couple of redundant array copy operations.Thom Johansen
2007-11-19FS #8179. Small Musepack speedup for ARM.Thom Johansen
2007-11-18libspeex: let DEBUGF work correctly for both core and codec buildsMichael Sevakis
2007-11-18Disable some UWB mode stuff and lost package handling in voice codec.Thom Johansen
2007-11-18SPC Codec: Run SPC emulation on COP and audio sample processing on CPU on dua...Michael Sevakis
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis
2007-11-16Speex encoder specially tailored to create voice UI snippets. Small fixups to...Thom Johansen
2007-11-16Trim some stuff and move some defines to a more logical place.Thom Johansen
2007-11-14Throw away the first samples to come out of the decoder to account for encode...Thom Johansen
2007-11-14Sync latest Speex stereo changes.Thom Johansen
2007-11-14Build libspeex for core voice on SWCODEC. Development phase - not currently u...Michael Sevakis
2007-11-14Sync Speex to SVN. Disable stereo compatibility hack since we don't needed it...Thom Johansen
2007-11-14Remove unneeded math wrappers. Clear state structs in decoder init. Start ini...Thom Johansen
2007-11-14New Speex stereo code in libspeex and speex.c, stereo should be more robust n...Thom Johansen
2007-11-10Remove C++ style comment.Thom Johansen
2007-11-10Strip out a large unneeded portion of the Speex stereo decoding function, and...Thom Johansen
2007-11-10Forgot these.Thom Johansen
2007-11-10Remove unneeded file from SOURCES and partial SVN sync.Thom Johansen
2007-11-09Sorry, switching back again to the "better behaved" ADX codec of r15494. Adam Gashlin
2007-11-09Remove some unneeded floating point usage, port some needed floating point co...Thom Johansen
2007-11-08Disable another encoder only function.Thom Johansen
2007-11-08SPC/Coldfire: Just use msac.w instead of neg.l/mac.w. It seems fine. Must've ...Michael Sevakis
2007-11-08from ffmpeg: replace FIR with finite differences.Marcoen Hirschberg
2007-11-08Change oggmalloc.c to use size_t and kill a warning about type-punning. Align...Michael Sevakis
2007-11-07from ffmpeg: Add decoding support for variable block size FLAC files using th...Marcoen Hirschberg
2007-11-07Revert to old ADX codec, works around broken bacwards seekAdam Gashlin
2007-11-07from ffmpeg: Add support for FLAC's new RICE2 entropy coding method. fixes 24...Marcoen Hirschberg
2007-11-07Ifdef out some more stuff we don't need.Thom Johansen
2007-11-07Assembler versions of signal_mul. Decent speedup for Coldfire and small speed...Thom Johansen