summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libwma/bitstream.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-15Use codeclib version of the ffmpeg bitstream code for wma rather then ancient...Michael Giacomelli1-273/+0
2009-11-29#if 0 out unused stuffNils Wallménius1-2/+4
2009-08-16revert r22337 for libwma for now since it broke wma playback on ARM due to al...Mohamed Tarek1-0/+271
2009-08-15Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek1-271/+0
2008-04-07Fix sim for now. Eventually I should change the decoder to error out if ther...Michael Giacomelli1-0/+1
2008-04-07Let the console know when the huffman tables have overflown. This should nev...Michael Giacomelli1-0/+2
2007-08-06Fix warning.Michael Giacomelli1-1/+1
2007-08-06Clean up VLC functions.Michael Giacomelli1-13/+6
2007-07-13Fix warnings.Michael Giacomelli1-2/+3
2007-07-12Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 ...Michael Giacomelli1-0/+274