rockbox/apps/codecs/libwma
Dave Chapman 0fd4e3f8e1 Restore some lost copyright headers from the ffmpeg project
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13834 a1c6a512-1295-4272-9138-f99709370657
2007-07-09 18:01:20 +00:00
..
asf.h
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
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 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