summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadec.h (follow)
Commit message (Expand)AuthorAge
* Initial attept at supporting Line Spectral Pairs. Various issues remain, and...Michael Giacomelli2007-08-02
* Add incomplete support for files using noise coding but not LSP. In practice...Michael Giacomelli2007-07-20
* Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 ...Michael Giacomelli2007-07-12
* 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
* 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
* Move MDCT reconstruction window code over to new trig function. Improves acc...Michael Giacomelli2007-07-08
* Merged in first part of ffmpeg accuracy improvments. No change on my samples...Michael Giacomelli2007-07-06
* Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman2007-07-03