1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs/libwma
Michael Giacomelli 28b0c58726 Don't assume files are WMAv2, instead actually check that they are and quit gracefully if they are not.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13855 a1c6a512-1295-4272-9138-f99709370657
2007-07-11 16:58:11 +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 Don't assume files are WMAv2, instead actually check that they are and quit gracefully if they are not. 2007-07-11 16:58:11 +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