summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadec.h (follow)
Commit message (Expand)AuthorAge
* Align various libwma buffers. Saves about 1 MHz on the Gigabeat S.Michael Giacomelli2010-11-22
* Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds ...Mohamed Tarek2010-07-28
* libwma: void pointer voodoo to get rid ov strict aliasing warningsNils Wallménius2010-07-17
* libwma: Reuse a static buffer that was unused while decoding lsp files for so...Nils Wallménius2010-07-17
* Remove unused 2kB buffer and some dead code.Nils Wallménius2010-07-17
* Use codeclib version of the ffmpeg bitstream code for wma rather then ancient...Michael Giacomelli2010-07-15
* - Modify metadata/asf.c to use libasf.Mohamed Tarek2010-05-02
* Fix red.Andree Buschmann2010-03-07
* Move WMA decoder array to IRAM on M5/X5 for better performance.Andree Buschmann2010-03-07
* Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper2010-02-17
* Make the codecs use more IRAM on S5L870x, as we have plenty of it.Michael Sparmann2009-11-09
* revert r22337 for libwma for now since it broke wma playback on ARM due to al...Mohamed Tarek2009-08-16
* Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek2009-08-15
* Clean up a lot of old and ugly comments. Wrap some long lines. Remove unnee...Michael Giacomelli2009-07-28
* Sync some changes found in ffmpeg plus a spelling correction I forgot to commit.Tom Ross2008-12-20
* Remove unused variable.Michael Giacomelli2008-07-19
* Forgot that the X5/M5 use a 64/64KB IRAM split, so they can't use the previou...Michael Giacomelli2008-06-28
* Put the WMA windowing and output buffer into IRAM on targets with > 96KB of i...Michael Giacomelli2008-06-28
* move structures around in the header filesMarcoen Hirschberg2007-10-01
* remove unused struct member and variableMarcoen Hirschberg2007-09-20
* use the full resolution we get from the WMA decoder and let the DSP code do t...Marcoen Hirschberg2007-08-06
* 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