summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma (follow)
Commit message (Expand)AuthorAge
...
* Add incomplete support for files using noise coding but not LSP. In practice...Michael Giacomelli2007-07-20
* Fix nasty bug that causes low bitrate files to crash because of an incorrect ...Michael Giacomelli2007-07-20
* Fix warnings.Michael Giacomelli2007-07-13
* WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use...Jens Arnold2007-07-12
* Fix the above by including all required files and updating SOURCES.Michael Giacomelli2007-07-12
* Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 ...Michael Giacomelli2007-07-12
* TAB and whitespace policeDave Chapman2007-07-11
* Don't assume files are WMAv2, instead actually check that they are and quit g...Michael Giacomelli2007-07-11
* Ancient ffmpeg bug fix that should never have been missed. Prevents floating...Michael Giacomelli2007-07-11
* 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
* Compute MDCT in place. Make that place within IRAM. Gives nice speed boost o...Michael Giacomelli2007-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
* Code clean up.Michael Giacomelli2007-07-09
* Inline wma_window functions. No real performance improvement. Also, thanks t...Michael Giacomelli2007-07-08
* Merge bit reverse tables together.Michael Giacomelli2007-07-08
* Fix rare overflow when decoding MDCT coefficients. As a bonus, decoding is n...Michael Giacomelli2007-07-08
* Fix previousMichael Giacomelli2007-07-08
* 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
* Merged in ffmpeg combined MDCT reconstruction. Saves us a 16KB buffer, and g...Michael Giacomelli2007-07-06
* Yet more dead code removalDave Chapman2007-07-04
* Remove some unused codeDave Chapman2007-07-04
* Assemblerised CMUL() for ARM, giving ~20% speedup.Jens Arnold2007-07-04
* Attempt #2Michael Giacomelli2007-07-04
* Opps fix static ASM function on coldfireMichael Giacomelli2007-07-04
* Code clean up: Move fixed point functions into their own files. Move variou...Michael Giacomelli2007-07-04
* Shorten the coldfire fixmul32() by 2 instructions and use one register less. ...Jens Arnold2007-07-04
* Replace some 64 bit multiplies with assembly on Coldfire targets. Codec lots ...Thom Johansen2007-07-03
* WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and...Dave Chapman2007-07-03
* Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman2007-07-03