log dvenc.c @ 6001:030495219c5c libavformat

age author description
Tue, 20 Apr 2010 14:41:55 +0000 diego Add missing internal.h #include for brktimegm(), fixes the warning: libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Fri, 16 Oct 2009 07:55:57 +0000 reimar Split parts of dvdata.h into dvdata.c, this ensures that things like libavformat
Sun, 08 Mar 2009 14:16:55 +0000 michael Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Wed, 07 Jan 2009 01:19:48 +0000 diego Remove inappropriate const qualifier from function argument, fixes the warning: libavformat
Fri, 24 Oct 2008 21:41:27 +0000 diego prettyprinting cosmetics libavformat
Fri, 24 Oct 2008 21:37:06 +0000 diego spelling cosmetics libavformat
Tue, 07 Oct 2008 16:59:18 +0000 romansh replacing frame_rate and frame_rate_base with an AVRational time_base libavformat
Thu, 02 Oct 2008 16:28:58 +0000 diego spelling cosmetics libavformat
Tue, 02 Sep 2008 22:45:13 +0000 diego Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformat
Thu, 24 Jul 2008 17:09:28 +0000 diego cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Wed, 28 May 2008 22:00:45 +0000 bcoudurier use av_fifo_generic_write, old func is deprecated libavformat