summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
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
2007-09-28Make AC3 codec use Rockbox' native bitswap routines.Thom Johansen
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis
2007-09-27FS #7833: Optimizations to the Vorbis codec:Tomasz Malesinski
2007-09-21Fix playback of HE-AACv2 (aka SBR+PS) files.Magnus Holmgren
2007-09-20reuse the largest sin and cos tables for smaller sizesMarcoen Hirschberg
2007-09-20fix a warning for coldfireMarcoen Hirschberg
2007-09-20get rid of warningsMarcoen Hirschberg
2007-09-20remove unused struct member and variableMarcoen Hirschberg
2007-09-20move (i)MDCT and FFT code to separate filesMarcoen Hirschberg
2007-09-20small cleanupsMarcoen Hirschberg
2007-09-15Remove some unrequired SIMULATOR checks - the CPU_* family of defines are nev...Dave Chapman
2007-09-07Stop libmad from crashing on 64 bit simulators.Jens Arnold
2007-09-02Fix warning.Jens Arnold
2007-09-02Apparently, negative exponents are possible when decoding exponential VLC. S...Michael Giacomelli
2007-08-30FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that...Thom Johansen
2007-08-24Clean up iMDCT coefficient calculations.Michael Giacomelli
2007-08-16Faster Q1.31 multiply for ARM. Add some ARM asm windowing code. Simply repl...Michael Giacomelli
2007-08-12Move WavPack metadata parsing to its own file and add handling of non-standar...Dave Bryant
2007-08-06use the full resolution we get from the WMA decoder and let the DSP code do t...Marcoen Hirschberg
2007-08-06Fix warning.Michael Giacomelli
2007-08-06Clean up VLC functions.Michael Giacomelli
2007-08-04Flush-out cleared sections on dual core targets when loading plugins and codecs.Michael Sevakis
2007-08-02Cosmetic changes - TAB and whitespace policing.Dave Chapman
2007-08-02Initial attept at supporting Line Spectral Pairs. Various issues remain, and...Michael Giacomelli
2007-07-29Revert r14050 (apart from the non-related whitespace changes) and fix the S3C...Dave Chapman
2007-07-29Fix mp3 playback on the gigabeat by not putting code in IRAM. Someone actuall...Michael Giacomelli
2007-07-28FS #6705 - ARM optimisations for libmad by Tomasz Malesinski. Modified sligh...Dave Chapman
2007-07-27fixes bug that prevented playback of WavPack files containing over 1000 bytes...Dave Bryant
2007-07-25Fix overflow in noise coding. Greatly improves sound quality of some low bit...Michael Giacomelli
2007-07-21Fix decoding of misc sample rates that no one ever usesMichael Giacomelli
2007-07-20Add incomplete support for files using noise coding but not LSP. In practice...Michael Giacomelli
2007-07-20Fix nasty bug that causes low bitrate files to crash because of an incorrect ...Michael Giacomelli