Mercurial > libavcodec.hg
graph
-
Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should libavcodec2010-08-25, by rbultje
-
Mark xmm registers as clobbered in simple loopfilter. Should fix the last libavcodec2010-08-24, by rbultje
-
added interlacing option and compression option for colorram (lut) libavcodec2010-08-24, by bindhammer
-
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
-
only store intra prediction modes on the boundary for keyframes, not as a plane. libavcodec2010-08-02, by skal
-
Use word-writing instead of dword-writing (with two cached but otherwise libavcodec2010-07-31, by rbultje
-
Simplify verbatim mode fallback by checking the frame size before writing. libavcodec2010-07-31, by jbr
-
Calculate an exact frame size before writing. Now the buffer size requirements libavcodec2010-07-31, by jbr
-
cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params() libavcodec2010-07-31, by jbr