index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libwma
/
wmadec.h
(
follow
)
Commit message (
Expand
)
Author
Age
*
move structures around in the header files
Marcoen Hirschberg
2007-10-01
*
remove unused struct member and variable
Marcoen Hirschberg
2007-09-20
*
use the full resolution we get from the WMA decoder and let the DSP code do t...
Marcoen Hirschberg
2007-08-06
*
Initial attept at supporting Line Spectral Pairs. Various issues remain, and...
Michael Giacomelli
2007-08-02
*
Add incomplete support for files using noise coding but not LSP. In practice...
Michael Giacomelli
2007-07-20
*
Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 ...
Michael Giacomelli
2007-07-12
*
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-09
*
Move MDCT reconstruction window code over to new trig function. Improves acc...
Michael Giacomelli
2007-07-08
*
Merged in first part of ffmpeg accuracy improvments. No change on my samples...
Michael Giacomelli
2007-07-06
*
Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...
Dave Chapman
2007-07-03