Sat, 10 Jul 2010 22:12:30 +0000 |
mru |
Add av_ prefix to bswap macros
libavcodec
|
Sat, 10 Jul 2010 22:09:01 +0000 |
mru |
bswap: change ME to NE in macro names
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
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
|
Tue, 30 Sep 2008 09:05:34 +0000 |
benoit |
Change table types to uint8_t
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Wed, 05 Mar 2008 00:43:11 +0000 |
aurel |
remove more useless mpegvideo.h includes
libavcodec
|
Fri, 01 Feb 2008 13:42:08 +0000 |
michael |
const
libavcodec
|
Fri, 01 Feb 2008 13:38:55 +0000 |
michael |
Use bytestream.
libavcodec
|
Fri, 01 Feb 2008 03:26:31 +0000 |
michael |
consts
libavcodec
|
Thu, 31 Jan 2008 12:25:52 +0000 |
reimar |
Two tables that should be const
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Sat, 07 Apr 2007 17:37:30 +0000 |
diego |
Remove superfluous setting of has_b_frames in codecs without B-frames.
libavcodec
|
Sun, 25 Feb 2007 00:35:30 +0000 |
aurel |
use FFMIN
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sun, 06 Mar 2005 20:07:41 +0000 |
michael |
indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)
libavcodec
|
Sun, 27 Feb 2005 23:43:24 +0000 |
michael |
indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian Jedruszkiewicz)
libavcodec
|
Sun, 23 Jan 2005 18:09:06 +0000 |
michael |
avoid buf_size == 0 checks in every decoder
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Wed, 06 Oct 2004 08:50:46 +0000 |
kabi |
* fixing a few of gcc 'clean-code' warnings
libavcodec
|
Tue, 21 Sep 2004 17:31:46 +0000 |
alex |
greyscale decoding (option to skip u,v planes) support
libavcodec
|
Fri, 21 May 2004 14:37:16 +0000 |
michael |
data_size = 0 cleanup
libavcodec
|
Sat, 07 Feb 2004 20:50:26 +0000 |
michael |
segfault fix
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Thu, 25 Sep 2003 12:19:26 +0000 |
michaelni |
fixes levis.avi
libavcodec
|