Mercurial > libavcodec.hg
graph
-
enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system libavcodec2010-08-23, by bindhammer
-
Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures). libavcodec2010-08-23, by rbultje
-
Export the presentation video dimensions as avctx->width/avctx->height. libavcodec2010-08-21, by reimar
-
Fixed mpeg12 top field first flag value with field picture encoding. libavcodec2010-08-20, by fenrir
-
Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending libavcodec2010-08-09, by rbultje
-
libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_size’". libavcodec2010-08-06, by alexc
-
Remove use of the deprecated function avcodec_check_dimensions(), use libavcodec2010-08-06, by stefano
-
VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs libavcodec2010-08-04, by darkshikari