log

age author description
Tue, 07 Jul 2009 09:33:08 +0000 diego Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just libavcodec
Tue, 07 Jul 2009 00:28:16 +0000 diego Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. libavcodec
Mon, 06 Jul 2009 16:49:36 +0000 reimar Change av_free to av_freep libavcodec
Mon, 06 Jul 2009 16:48:23 +0000 reimar Reallocate internal buffer when coded frame size changes. libavcodec
Mon, 06 Jul 2009 16:45:12 +0000 reimar Change iv_decode_frame to get AVCodecContext as argument, so that libavcodec
Mon, 06 Jul 2009 10:28:58 +0000 reimar Remove useless ret variable added in last revision again. libavcodec
Mon, 06 Jul 2009 09:35:00 +0000 reimar 100l, theora_decode_init must pass on errors from vp3_decode_init libavcodec
Mon, 06 Jul 2009 09:22:39 +0000 reimar Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. libavcodec
Sun, 05 Jul 2009 18:27:39 +0000 reimar Ensure that the filter limit values do not exceed the maximum allowed value of 127. libavcodec
Sun, 05 Jul 2009 18:25:58 +0000 reimar Extend init_loop_filter to work for filter limit values up to 127 instead libavcodec
Sun, 05 Jul 2009 16:01:51 +0000 reimar Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer. libavcodec
Sun, 05 Jul 2009 15:23:42 +0000 aurel vp56dec: ensure range coder won't read past the end of input buffer libavcodec
Sun, 05 Jul 2009 12:14:05 +0000 reimar Check that palctrl is available on init instead of crashing when trying to use libavcodec
Sat, 04 Jul 2009 23:59:10 +0000 lorenm fix a buffer overrun on corrupt huffyuv streams libavcodec
Sat, 04 Jul 2009 20:41:11 +0000 conrad ARM: NEON VP3 IDCT libavcodec