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
|
Wed, 01 Oct 2008 08:29:19 +0000 |
benoit |
Remove useless context variable.
libavcodec
|
Wed, 01 Oct 2008 08:27:37 +0000 |
benoit |
Merge declaration and assignment.
libavcodec
|
Tue, 30 Sep 2008 14:43:55 +0000 |
benoit |
Move iv_decode_frame function to remove a forward declaration.
libavcodec
|
Tue, 30 Sep 2008 14:41:11 +0000 |
benoit |
Remove useless lines.
libavcodec
|
Tue, 30 Sep 2008 14:22:10 +0000 |
benoit |
Reindent whole file.
libavcodec
|
Tue, 30 Sep 2008 11:55:40 +0000 |
benoit |
Indent.
libavcodec
|
Tue, 30 Sep 2008 11:55:20 +0000 |
benoit |
Simplify iv_free_func().
libavcodec
|
Tue, 30 Sep 2008 11:51:44 +0000 |
benoit |
Move allocated buffer out of YUV buffer structure.
libavcodec
|
Tue, 30 Sep 2008 11:46:37 +0000 |
benoit |
Remove useless initializations.
libavcodec
|
Tue, 30 Sep 2008 09:54:13 +0000 |
benoit |
Check allocations on init.
libavcodec
|
Tue, 30 Sep 2008 09:41:04 +0000 |
benoit |
Remove useless test.
libavcodec
|
Tue, 30 Sep 2008 09:35:53 +0000 |
benoit |
Cosmetics
libavcodec
|
Tue, 30 Sep 2008 09:32:14 +0000 |
benoit |
use uint8_t instead of unsigned char
libavcodec
|
Tue, 30 Sep 2008 09:26:49 +0000 |
benoit |
Corrector type fits in 8 bits.
libavcodec
|
Tue, 30 Sep 2008 09:08:27 +0000 |
benoit |
Remove useless casts and use variable instead of its type in sizeof.
libavcodec
|