log indeo3.c @ 10443:8cf141fae2f3 libavcodec

age author description
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavcodec
Wed, 22 Jul 2009 23:37:53 +0000 mru Remove useless #include <unistd.h> from many files 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
Fri, 05 Jun 2009 08:08:49 +0000 bcoudurier indeo3 decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Thu, 19 Feb 2009 23:08:23 +0000 alexc Reindent after last commit libavcodec
Thu, 19 Feb 2009 22:56:35 +0000 alexc Some buffer checks for indeo3 libavcodec
Mon, 26 Jan 2009 09:42:48 +0000 benoit Remove unneeded check. libavcodec
Mon, 26 Jan 2009 09:41:23 +0000 benoit Fix an exploit in indeo by checking we are not writing out of the strip array. libavcodec
Sun, 14 Dec 2008 16:41:51 +0000 aurel indeo3: replace sizeof(struct ...) by sizeof(*var) libavcodec
Sat, 13 Dec 2008 13:34:59 +0000 diego Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace. libavcodec
Thu, 02 Oct 2008 15:27:13 +0000 benoit Rename some variables and add some comments to try to be a bit more clear. libavcodec
Wed, 01 Oct 2008 12:48:26 +0000 benoit Fix indentation. libavcodec