1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs/libwma
2007-07-09 17:24:00 +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 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
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 Code clean up: Move fixed point functions into their own files. Move various lookup tables into header files. 2007-07-04 17:15:09 +00:00
wmadec.h Reorganise the wma_decode_superframe() function - split into a separate init and decode functions. Each call to the decode function now decodes a single frame (2048 samples) instead of an entire superframe (which typically contained about 7 or 8 frames and can in theory contain up to 16 frames). This allows us to replace the 256KB output buffer with a 8KB buffer, and also perform more yields in the main decoding loop. 2007-07-09 17:24:00 +00:00
wmadeci.c Reorganise the wma_decode_superframe() function - split into a separate init and decode functions. Each call to the decode function now decodes a single frame (2048 samples) instead of an entire superframe (which typically contained about 7 or 8 frames and can in theory contain up to 16 frames). This allows us to replace the 256KB output buffer with a 8KB buffer, and also perform more yields in the main decoding loop. 2007-07-09 17:24:00 +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