summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadec.h
AgeCommit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2011-05-20Use more IRAM on S5L870x to speed up wma by ~3%.Andree Buschmann
2010-11-22Align various libwma buffers. Saves about 1 MHz on the Gigabeat S.Michael Giacomelli
2010-07-28Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds ...Mohamed Tarek
2010-07-17libwma: void pointer voodoo to get rid ov strict aliasing warningsNils Wallménius
2010-07-17libwma: Reuse a static buffer that was unused while decoding lsp files for so...Nils Wallménius
2010-07-17Remove unused 2kB buffer and some dead code.Nils Wallménius
2010-07-15Use codeclib version of the ffmpeg bitstream code for wma rather then ancient...Michael Giacomelli
2010-05-02- Modify metadata/asf.c to use libasf.Mohamed Tarek
2010-03-07Fix red.Andree Buschmann
2010-03-07Move WMA decoder array to IRAM on M5/X5 for better performance.Andree Buschmann
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper
2009-11-09Make the codecs use more IRAM on S5L870x, as we have plenty of it.Michael Sparmann
2009-08-16revert r22337 for libwma for now since it broke wma playback on ARM due to al...Mohamed Tarek
2009-08-15Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek
2009-07-28Clean up a lot of old and ugly comments. Wrap some long lines. Remove unnee...Michael Giacomelli
2008-12-20Sync some changes found in ffmpeg plus a spelling correction I forgot to commit.Tom Ross
2008-07-19Remove unused variable.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
2007-10-01move structures around in the header filesMarcoen Hirschberg
2007-09-20remove unused struct member and variableMarcoen Hirschberg
2007-08-06use the full resolution we get from the WMA decoder and let the DSP code do t...Marcoen Hirschberg
2007-08-02Initial attept at supporting Line Spectral Pairs. Various issues remain, and...Michael Giacomelli
2007-07-20Add incomplete support for files using noise coding but not LSP. In practice...Michael Giacomelli
2007-07-12Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 ...Michael Giacomelli
2007-07-09Restore some lost copyright headers from the ffmpeg projectDave Chapman
2007-07-09Reorganise the wma_decode_superframe() function - split into a separate init ...Dave Chapman
2007-07-09Code reorganisation - move the vlc functions back to common.c/common.h (where...Dave Chapman
2007-07-09Move very commonly accessed array into IRAM. Should give a nice speedup on C...Michael Giacomelli
2007-07-09wma_decode_end() doesn't exist any more - it was only used to deallocate memory.Dave Chapman
2007-07-08Move MDCT reconstruction window code over to new trig function. Improves acc...Michael Giacomelli
2007-07-06Merged in first part of ffmpeg accuracy improvments. No change on my samples...Michael Giacomelli
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman