summaryrefslogtreecommitdiff
path: root/apps/codecs (unfollow)
Commit message (Expand)Author
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
2007-11-06Smaller and more correctly sized statically allocated arrays in decoder state...Thom Johansen
2007-11-06Exclude some unneeded LSP code. Add some #endif clarification comments here a...Thom Johansen
2007-11-06Better behaved buffering.Adam Gashlin
2007-11-05Don't if this, it's a good idea for codecs to explicit seekBrandon Low
2007-11-05Fix mp3 resumeBrandon Low
2007-11-05Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low
2007-11-05Remove unused conf_preseek from buffering.c and all of its accountraments. T...Brandon Low
2007-11-05Don't keep useless id3v2 or other leading tag data on the buffer, it could be...Brandon Low
2007-11-01Make Speex read its input directly from the Ogg packet, which makes for less ...Thom Johansen
2007-11-01First attempt at ifdeffing out as much of the encoder stuff as possible from ...Thom Johansen
2007-11-01ARM assembler versions of iir_mem16() and qmf_synth(), yielding a very nice s...Thom Johansen
2007-10-29Argh.Michael Giacomelli
2007-10-29Copyright.Michael Giacomelli
2007-10-29We removed the old Q15.16 precision trig functions from decoding ages ago, so...Michael Giacomelli
2007-10-26Remove unnecessary #include - this fixes compilation of the standalone demac ...Dave Chapman
2007-10-26QMF filter memory doesn't need to be 32 bits, so convert it to 16 bits. Alter...Thom Johansen
2007-10-26Forgot a file. Remove files we don't need to build from SOURCES.Thom Johansen
2007-10-26Sync with Speex SVN. Syntactic change in filters_cf.S.Thom Johansen
2007-10-25Fix a fixme in flac and make the usage of the read_filebuf codec api more con...Brandon Low