Mercurial > libavcodec.hg
graph
-
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels libavcodec2008-04-25, by bcoudurier
-
Allow bitrates zero and 13200 (needed for decoding mov and aiff) libavcodec2008-04-25, by mbardiaux
-
add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() libavcodec2008-04-24, by bwolowiec
-
The code now is pretty self explanatory about the header structure. libavcodec2008-04-22, by ramiro
-
Make Xvid wrapper use threads (with support for newest CVS Xvid only) libavcodec2008-04-22, by superdump
-
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library libavcodec2008-04-22, by diego
-
libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDotuk libavcodec2008-04-22, by lu_zero
-
change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavcodec2008-04-22, by bwolowiec