summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
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
2007-10-25Further optimised the filter vector math assembly for coldfire, and added ass...Jens Arnold
2007-10-25* Flip argument order for scalarproduct() so that the first argument is alway...Jens Arnold
2007-10-24Negate _after_ output so we don't negate the whole output signal.Thom Johansen
2007-10-24Coldfire assembler version of inner_prod() for another small speedup.Thom Johansen
2007-10-24Coldfire assembler version of qmf_synth(). Wideband and ultra-wideband Speex ...Thom Johansen
2007-10-22iir_mem16() in assembler for Coldfire for a decent performance boost. Add EMA...Thom Johansen
2007-10-22Fix ultra-wideband mode. Disable big parts of the encoder stuff for a smaller...Thom Johansen
2007-10-21Change decoder struct dynamic array members to static arrays sized based on c...Thom Johansen
2007-10-19Shuffle some instructions around for that extra percent of performance. Fix a...Jens Arnold
2007-10-19APE codec: Assembler optimised predictor for coldfire. Heavily based on the a...Jens Arnold
2007-10-19Squish a warning.Thom Johansen
2007-10-19Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing wr...Thom Johansen
2007-10-19Remove some Speex distribution test code we won't use.Thom Johansen
2007-10-19Move multiply routines into the header. Give Coldfire a fixmul32b(). Remove s...Thom Johansen
2007-10-19APE codec: Further optimised filtering yields 3..4% speedup for -c2000 (now 1...Jens Arnold
2007-10-18APE codec: Assembler optimised vector math routines for coldfire. -c2000 is n...Jens Arnold
2007-10-18Oversight in syncing on my end, sorry.Thom Johansen
2007-10-18Add Coldfire and ARM assembler for "reverse multiply and copy" function too. ...Thom Johansen
2007-10-18Woops, movem.l needs other order.Thom Johansen
2007-10-18Add Coldfire assembler for window and add function, yielding a nice speedup. ...Thom Johansen
2007-10-17Make a fix for the WMA seek to start bug that actually works...Thom Johansen
2007-10-17Fix FS #7973. Hack a way to make skip to start of track work for WMA until we...Thom Johansen
2007-10-10Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye
2007-10-01move structures around in the header filesMarcoen Hirschberg
2007-10-01disable the ARM optimized MDCT for the Gigabeat for now as it creates a data ...Marcoen Hirschberg