Mercurial > libavcodec.hg
graph
-
Do not share context variables between channels and do not zero them at libavcodec2008-09-07, by vitor
-
Fix nuv decoder to use reget_buffer for non-keyframes and correctly libavcodec2008-09-05, by reimar
-
Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit libavcodec2008-09-04, by vitor
-
Simplify: use two distinct functions to decode MACE3 and MACE6, since the libavcodec2008-09-04, by vitor
-
Reindent mace.c, its indentation was completly inconsistent with the coding rules. libavcodec2008-09-04, by vitor
-
Multiply table by -1. This avoid doing this calculation (that was introduced libavcodec2008-09-04, by vitor
-
Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures and libavcodec2008-09-04, by michael
-
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders. libavcodec2008-09-04, by vitor
-
Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering libavcodec2008-09-03, by diego
-
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific libavcodec2008-09-03, by diego
-
theoradec: small 4MV code reorganization to ease future improvements libavcodec2008-09-03, by aurel
-
Replace generic CONFIG_DECODERS preprocessor conditionals by more specific libavcodec2008-09-02, by diego
-
Silence a couple of 'defined but not used' warnings by adding an av_unused libavcodec2008-09-02, by diego
-
Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. libavcodec2008-09-02, by diego
-
add a separate line in Makefile for E-AC-3 decoder and only compile it when libavcodec2008-09-02, by jbr