1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs/libwma
2007-07-11 01:20:31 +00:00
..
asf.h Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. 2007-07-03 09:25:36 +00:00
common.c Code reorganisation - move the vlc functions back to common.c/common.h (where they originally were in the ffmpeg source). This code is still identical to the ffmpeg source. 2007-07-09 10:53:56 +00:00
common.h Restore some lost copyright headers from the ffmpeg project 2007-07-09 18:01:20 +00:00
dsputil.h Yet more dead code removal 2007-07-04 20:45:00 +00:00
ffmpeg_config.h Yet more dead code removal 2007-07-04 20:45:00 +00:00
Makefile WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and add new files to apps/FILES 2007-07-03 10:21:23 +00:00
SOURCES Attempt #2 2007-07-04 17:51:52 +00:00
wmadata.h Restore some lost copyright headers from the ffmpeg project 2007-07-09 18:01:20 +00:00
wmadec.h Restore some lost copyright headers from the ffmpeg project 2007-07-09 18:01:20 +00:00
wmadeci.c Ancient ffmpeg bug fix that should never have been missed. Prevents floating point value from truncating downward. My files are byte for byte identical with this fix, but the ffmpeg mailing list claims its important. 2007-07-11 01:20:31 +00:00
wmafixed.c Fix previous 2007-07-08 05:57:14 +00:00
wmafixed.h Fix previous 2007-07-08 05:57:14 +00:00