log libmpdemux/muxer_lavf.c @ 17479:92a9690cc3e2

age author description
Tue, 24 Jan 2006 23:55:43 +0000 michael setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)
Mon, 09 Jan 2006 19:35:44 +0000 nicodvb added support for external libavformat
Fri, 02 Dec 2005 19:43:36 +0000 rfelker muxer_lavf MUST be disabled by default until someone adds AVParser
Tue, 29 Nov 2005 22:04:57 +0000 reynaldo Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org- , small fixes by me
Mon, 21 Nov 2005 22:53:14 +0000 nicodvb buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh punctum org) plus small fixes by me
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Thu, 13 Oct 2005 18:33:56 +0000 reimar Use PRI?64 defines as format strings for 64 bit variables.
Thu, 11 Aug 2005 20:54:09 +0000 michael video fourcc fix
Mon, 18 Jul 2005 00:10:09 +0000 michael LIBAVFORMAT_BUILD >= 4629
Tue, 17 May 2005 21:44:28 +0000 nicodvb mux extradata
Sun, 01 May 2005 11:13:14 +0000 michael fix timestamps
Sun, 01 May 2005 05:11:02 +0000 rfelker at lest this fixes build.. there's no way muxer_lavf is working right yet tho with mencoder's broken timestamps
Sun, 17 Apr 2005 09:13:48 +0000 nicodvb added missing initializer in URLProtocolo; mux packets only if len > 0; second mencoder's a/v sync model
Wed, 06 Apr 2005 11:57:10 +0000 rathann - fix gcc warnings, strlcat/strlcpy prototypes
Fri, 25 Mar 2005 22:47:09 +0000 michael various (de)muxer_lavf fixes
Fri, 25 Mar 2005 02:41:08 +0000 michael 1000l (dwSampleSize != nSamplesPerSec)
Mon, 21 Feb 2005 23:18:31 +0000 nicodvb initial, extremely experimental, libavformat muxer; don't expect anything to work yet