summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Sync Speex to SVN. Disable stereo compatibility hack since we don't needed it...Thom Johansen2007-11-14
* Remove unneeded math wrappers. Clear state structs in decoder init. Start ini...Thom Johansen2007-11-14
* New Speex stereo code in libspeex and speex.c, stereo should be more robust n...Thom Johansen2007-11-14
* Remove C++ style comment.Thom Johansen2007-11-10
* Strip out a large unneeded portion of the Speex stereo decoding function, and...Thom Johansen2007-11-10
* Forgot these.Thom Johansen2007-11-10
* Remove unneeded file from SOURCES and partial SVN sync.Thom Johansen2007-11-10
* Sorry, switching back again to the "better behaved" ADX codec of r15494. Adam Gashlin2007-11-09
* Remove some unneeded floating point usage, port some needed floating point co...Thom Johansen2007-11-09
* Disable another encoder only function.Thom Johansen2007-11-08
* SPC/Coldfire: Just use msac.w instead of neg.l/mac.w. It seems fine. Must've ...Michael Sevakis2007-11-08
* from ffmpeg: replace FIR with finite differences.Marcoen Hirschberg2007-11-08
* Change oggmalloc.c to use size_t and kill a warning about type-punning. Align...Michael Sevakis2007-11-08
* from ffmpeg: Add decoding support for variable block size FLAC files using th...Marcoen Hirschberg2007-11-07
* Revert to old ADX codec, works around broken bacwards seekAdam Gashlin2007-11-07
* from ffmpeg: Add support for FLAC's new RICE2 entropy coding method. fixes 24...Marcoen Hirschberg2007-11-07
* Ifdef out some more stuff we don't need.Thom Johansen2007-11-07
* Assembler versions of signal_mul. Decent speedup for Coldfire and small speed...Thom Johansen2007-11-07
* Smaller and more correctly sized statically allocated arrays in decoder state...Thom Johansen2007-11-06
* Exclude some unneeded LSP code. Add some #endif clarification comments here a...Thom Johansen2007-11-06
* Better behaved buffering.Adam Gashlin2007-11-06
* Don't if this, it's a good idea for codecs to explicit seekBrandon Low2007-11-05
* Fix mp3 resumeBrandon Low2007-11-05
* Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low2007-11-05
* Remove unused conf_preseek from buffering.c and all of its accountraments. T...Brandon Low2007-11-05
* Don't keep useless id3v2 or other leading tag data on the buffer, it could be...Brandon Low2007-11-05
* Make Speex read its input directly from the Ogg packet, which makes for less ...Thom Johansen2007-11-01
* First attempt at ifdeffing out as much of the encoder stuff as possible from ...Thom Johansen2007-11-01
* ARM assembler versions of iir_mem16() and qmf_synth(), yielding a very nice s...Thom Johansen2007-11-01
* Argh.Michael Giacomelli2007-10-29
* Copyright.Michael Giacomelli2007-10-29
* We removed the old Q15.16 precision trig functions from decoding ages ago, so...Michael Giacomelli2007-10-29
* Remove unnecessary #include - this fixes compilation of the standalone demac ...Dave Chapman2007-10-26
* QMF filter memory doesn't need to be 32 bits, so convert it to 16 bits. Alter...Thom Johansen2007-10-26
* Forgot a file. Remove files we don't need to build from SOURCES.Thom Johansen2007-10-26
* Sync with Speex SVN. Syntactic change in filters_cf.S.Thom Johansen2007-10-26
* Fix a fixme in flac and make the usage of the read_filebuf codec api more con...Brandon Low2007-10-25
* Further optimised the filter vector math assembly for coldfire, and added ass...Jens Arnold2007-10-25
* * Flip argument order for scalarproduct() so that the first argument is alway...Jens Arnold2007-10-25
* Negate _after_ output so we don't negate the whole output signal.Thom Johansen2007-10-24
* Coldfire assembler version of inner_prod() for another small speedup.Thom Johansen2007-10-24
* Coldfire assembler version of qmf_synth(). Wideband and ultra-wideband Speex ...Thom Johansen2007-10-24
* iir_mem16() in assembler for Coldfire for a decent performance boost. Add EMA...Thom Johansen2007-10-22
* Fix ultra-wideband mode. Disable big parts of the encoder stuff for a smaller...Thom Johansen2007-10-22
* Change decoder struct dynamic array members to static arrays sized based on c...Thom Johansen2007-10-21
* Shuffle some instructions around for that extra percent of performance. Fix a...Jens Arnold2007-10-19
* APE codec: Assembler optimised predictor for coldfire. Heavily based on the a...Jens Arnold2007-10-19
* Squish a warning.Thom Johansen2007-10-19
* Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing wr...Thom Johansen2007-10-19
* Remove some Speex distribution test code we won't use.Thom Johansen2007-10-19