summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma
AgeCommit message (Expand)Author
2008-07-17Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ...Michael Giacomelli
2008-07-05Fix warning due to typo on my part.Michael Giacomelli
2008-07-05More WMAv1 fixes by Rafael Carre.Michael Giacomelli
2008-06-28Forgot that the X5/M5 use a 64/64KB IRAM split, so they can't use the previou...Michael Giacomelli
2008-06-28Put the WMA windowing and output buffer into IRAM on targets with > 96KB of i...Michael Giacomelli
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-24Revert r14786 which resulted in a substantial reduction in accuracy to save a...Michael Giacomelli
2008-06-24Fix for WMAv1 decoding suggested by Rafael Carre. I don't think anyone out t...Michael Giacomelli
2008-04-21Fix mistake in previous WMA commit. Also update comments to reflect changes.Michael Giacomelli
2008-04-18This table is probably 128 entries long beginning with -60. Greatly improves ...Michael Giacomelli
2008-04-14Increase the size of one of the look up tables. Fixes 'burst of static' in so...Michael Giacomelli
2008-04-07Make the WMA decoder less noisy in the sim.Michael Giacomelli
2008-04-07Fix sim for now. Eventually I should change the decoder to error out if ther...Michael Giacomelli
2008-04-07Let the console know when the huffman tables have overflown. This should nev...Michael Giacomelli
2008-04-07Amazingly, I've only been initing about 1/2 the huffman table entries needed ...Michael Giacomelli
2008-03-27Fix misleading debug statement.Michael Giacomelli
2008-01-19Apply last fall's exponent fix to WMA v1 files as well.Michael Giacomelli
2008-01-06If seek fails, don't insert nonsense for the current position. Also, make on...Michael Giacomelli
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-19Move multiply routines into the header. Give Coldfire a fixmul32b(). Remove s...Thom Johansen
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-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-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-02Fix warning.Jens Arnold
2007-09-02Apparently, negative exponents are possible when decoding exponential VLC. S...Michael Giacomelli
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-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-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-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
2007-07-13Fix warnings.Michael Giacomelli
2007-07-12WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use...Jens Arnold
2007-07-12Fix the above by including all required files and updating SOURCES.Michael Giacomelli