summaryrefslogtreecommitdiff
path: root/apps/codecs/libcook/bitstream.c (unfollow)
Commit message (Expand)Author
2009-08-15Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek
2009-05-12-Remove all dynamic allocations, hence remove cook_decode_close() which was b...Mohamed Tarek
2009-05-12-Remove calls to av_log() and use DEBUGF/printf instead, thuse removing Mohamed Tarek
2009-05-11Patch by Mohamed Tarek from FS#10182 - remove avcodec.h as it is no longer ne...Dave Chapman
2009-05-09The first part of Mohamed Tarek's Google Summer of Code work to implement Rea...Dave Chapman
2009-05-09Initial commit of the minimal set of ffmpeg (r18079) files required for Cook ...Dave Chapman
2008-04-07Fix sim for now. Eventually I should change the decoder to error out if ther...Michael Giacomelli
2008-04-07Let the console know when the huffman tables have overflown. This should nev...Michael Giacomelli
2007-08-06Fix warning.Michael Giacomelli
2007-08-06Clean up VLC functions.Michael Giacomelli
2007-07-13Fix warnings.Michael Giacomelli
2007-07-12Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 ...Michael Giacomelli
2007-07-09Code reorganisation - move the vlc functions back to common.c/common.h (where...Dave Chapman
2007-07-04Yet more dead code removalDave Chapman
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman