summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma (follow)
Commit message (Expand)AuthorAge
* Make the WMA decoder less noisy in the sim.Michael Giacomelli2008-04-07
* Fix sim for now. Eventually I should change the decoder to error out if ther...Michael Giacomelli2008-04-07
* Let the console know when the huffman tables have overflown. This should nev...Michael Giacomelli2008-04-07
* Amazingly, I've only been initing about 1/2 the huffman table entries needed ...Michael Giacomelli2008-04-07
* Fix misleading debug statement.Michael Giacomelli2008-03-27
* Apply last fall's exponent fix to WMA v1 files as well.Michael Giacomelli2008-01-19
* If seek fails, don't insert nonsense for the current position. Also, make on...Michael Giacomelli2008-01-06
* 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
* Move multiply routines into the header. Give Coldfire a fixmul32b(). Remove s...Thom Johansen2007-10-19
* Oversight in syncing on my end, sorry.Thom Johansen2007-10-18
* Add Coldfire and ARM assembler for "reverse multiply and copy" function too. ...Thom Johansen2007-10-18
* Woops, movem.l needs other order.Thom Johansen2007-10-18
* Add Coldfire assembler for window and add function, yielding a nice speedup. ...Thom Johansen2007-10-18
* move structures around in the header filesMarcoen Hirschberg2007-10-01
* disable the ARM optimized MDCT for the Gigabeat for now as it creates a data ...Marcoen Hirschberg2007-10-01
* reuse the largest sin and cos tables for smaller sizesMarcoen Hirschberg2007-09-20
* fix a warning for coldfireMarcoen Hirschberg2007-09-20
* get rid of warningsMarcoen Hirschberg2007-09-20
* remove unused struct member and variableMarcoen Hirschberg2007-09-20
* move (i)MDCT and FFT code to separate filesMarcoen Hirschberg2007-09-20
* small cleanupsMarcoen Hirschberg2007-09-20
* Fix warning.Jens Arnold2007-09-02
* Apparently, negative exponents are possible when decoding exponential VLC. S...Michael Giacomelli2007-09-02
* Clean up iMDCT coefficient calculations.Michael Giacomelli2007-08-24
* Faster Q1.31 multiply for ARM. Add some ARM asm windowing code. Simply repl...Michael Giacomelli2007-08-16
* use the full resolution we get from the WMA decoder and let the DSP code do t...Marcoen Hirschberg2007-08-06
* Fix warning.Michael Giacomelli2007-08-06
* Clean up VLC functions.Michael Giacomelli2007-08-06
* Cosmetic changes - TAB and whitespace policing.Dave Chapman2007-08-02
* Initial attept at supporting Line Spectral Pairs. Various issues remain, and...Michael Giacomelli2007-08-02
* Fix overflow in noise coding. Greatly improves sound quality of some low bit...Michael Giacomelli2007-07-25
* Fix decoding of misc sample rates that no one ever usesMichael Giacomelli2007-07-21
* Add incomplete support for files using noise coding but not LSP. In practice...Michael Giacomelli2007-07-20
* Fix nasty bug that causes low bitrate files to crash because of an incorrect ...Michael Giacomelli2007-07-20
* Fix warnings.Michael Giacomelli2007-07-13
* WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use...Jens Arnold2007-07-12
* Fix the above by including all required files and updating SOURCES.Michael Giacomelli2007-07-12
* Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 ...Michael Giacomelli2007-07-12
* TAB and whitespace policeDave Chapman2007-07-11
* Don't assume files are WMAv2, instead actually check that they are and quit g...Michael Giacomelli2007-07-11
* Ancient ffmpeg bug fix that should never have been missed. Prevents floating...Michael Giacomelli2007-07-11
* Restore some lost copyright headers from the ffmpeg projectDave Chapman2007-07-09
* Reorganise the wma_decode_superframe() function - split into a separate init ...Dave Chapman2007-07-09
* Code reorganisation - move the vlc functions back to common.c/common.h (where...Dave Chapman2007-07-09
* Compute MDCT in place. Make that place within IRAM. Gives nice speed boost o...Michael Giacomelli2007-07-09
* Move very commonly accessed array into IRAM. Should give a nice speedup on C...Michael Giacomelli2007-07-09
* wma_decode_end() doesn't exist any more - it was only used to deallocate memory.Dave Chapman2007-07-09
* Code clean up.Michael Giacomelli2007-07-09