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