log dvenc.c @ 6434:ca5676c4563d 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
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sun, 24 Jun 2007 07:45:19 +0000 reimar Cosmetics: use consistent indentation by four spaces libavformat
Sun, 24 Jun 2007 07:38:26 +0000 reimar DV muxer should not only fail for more that 3 streams altogether libavformat
Wed, 16 May 2007 02:02:22 +0000 corey Don't forget about audio remaining in buffer, in case there is enough libavformat
Sun, 08 Apr 2007 20:24:16 +0000 diego Get rid of unnecessary pointer casts. libavformat
Mon, 15 Jan 2007 07:41:28 +0000 romansh * Fixing a bug with incorrect bits set in AAUX source pack libavformat
Wed, 08 Nov 2006 18:57:02 +0000 romansh * fixing a memory leak in DV format. libavformat
Mon, 16 Oct 2006 21:47:48 +0000 romansh * Simplifying the setting of STYPE for AAUX AS libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Thu, 21 Sep 2006 07:31:53 +0000 romansh * Moving FifoBuffer out of libavformat/avformat.h and libavformat
Fri, 15 Sep 2006 19:14:24 +0000 takis Split the DV demuxer and muxer into separate files (as suggested by Diego libavformat base dv.c@2b9b572e8335