log libmpdemux/muxer_lavf.c @ 33576:c97ec47d1bbb

age author description
Fri, 22 Apr 2011 06:36:16 +0000 reimar Use metadata API to fix compilation.
Fri, 22 Apr 2011 06:31:04 +0000 reimar Avoid using first_oformat, use av_oformat_next() instead.
Sat, 05 Feb 2011 14:02:49 +0000 reimar Change deprecated PKT_FLAG_KEY, CODEC_TYPE_* and SAMPLE_FMT_* to their
Tue, 16 Nov 2010 19:58:54 +0000 reimar Do not initialize codec_id to a nonsense value (it was initialized
Sun, 12 Sep 2010 12:23:26 +0000 reimar Fix a condition that would never be false (and thus cause
Sun, 12 Sep 2010 12:22:01 +0000 reimar Replace some sizeof(type) by sizeof(*pointer)
Sat, 11 Sep 2010 11:47:07 +0000 diego Move all MEncoder-related extern variable declarations to mencoder.h.
Thu, 01 Jul 2010 17:28:15 +0000 reimar Avoid some deprecated functions.
Sun, 04 Apr 2010 16:12:23 +0000 diego Mark muxer-related m_option_t arrays as const.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Fri, 03 Oct 2008 14:54:22 +0000 gpoirier fix compilation w/ FFmpeg r15533
Wed, 21 May 2008 18:21:05 +0000 reimar Use av_alloc_put_byte instead of custom protocol.