log libmpdemux/muxer_lavf.c @ 25117:c6702b710b2c

age author description
Fri, 23 Nov 2007 10:44:33 +0000 iive Bring (de)muxer_lavf up to date with the libavformat API changes introduced by FFmpeg commit r11071.
Thu, 22 Nov 2007 00:22:29 +0000 iive Fix compilation error.
Tue, 06 Nov 2007 08:12:19 +0000 reimar Fix typo in error message
Tue, 28 Aug 2007 22:38:45 +0000 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
Fri, 24 Aug 2007 20:59:55 +0000 reimar Add missing pixelformat conversion function prototype
Tue, 31 Jul 2007 17:28:47 +0000 michael get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_frames
Tue, 31 Jul 2007 17:24:53 +0000 michael make muxer store the provided timestamps
Sun, 24 Jun 2007 08:39:40 +0000 reimar pstrcpy -> av_strlcpy
Fri, 18 May 2007 02:10:41 +0000 corey cosmetics: fix indentation for previous commit
Fri, 18 May 2007 02:09:26 +0000 corey PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets
Thu, 17 May 2007 00:16:51 +0000 corey Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Fri, 16 Feb 2007 23:09:13 +0000 uau Don't segfault if no -format is given for lavf
Wed, 14 Feb 2007 11:06:59 +0000 reimar Print list of lavf muxer formats with format=help.
Sun, 21 Jan 2007 15:44:58 +0000 reimar Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c
Sun, 21 Jan 2007 10:17:40 +0000 reimar Fix compilation after lavf changes
Sun, 21 Jan 2007 10:10:07 +0000 reimar support -ffourcc with -of lavf
Sat, 06 Jan 2007 17:28:11 +0000 reimar Include "internal" libavformat/riff.h also when dynamic libavformat is used
Sat, 06 Jan 2007 14:40:05 +0000 reimar Include libavformat/riff.h when building with static libavformat and
Fri, 05 Jan 2007 15:41:00 +0000 reimar sizeof() is long, thus %d format in error message is wrong.
Fri, 29 Dec 2006 18:56:28 +0000 michael first step toward amr-nb muxing support
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Tue, 07 Nov 2006 19:05:38 +0000 michael fprintf -> mp_msg
Thu, 10 Aug 2006 21:48:41 +0000 michael pass average bitrate from encoder to (lavf) muxer
Thu, 13 Jul 2006 23:02:03 +0000 diego Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
Tue, 30 May 2006 23:23:28 +0000 michael metadata support
Mon, 13 Mar 2006 07:08:01 +0000 nicodvb recommitted version 1.22 + Rich's 1.25
Sun, 12 Mar 2006 19:05:57 +0000 nicodvb in fix_parameters() move assignment of audio bitrate to the proper block (the bitrate for video is actually hardcoded to 800000)
Sun, 12 Mar 2006 18:58:08 +0000 nicodvb check stream->wf and stream->bih before using them in fix_parameters(). Fixes cid 43
Sun, 12 Mar 2006 18:11:32 +0000 rfelker fix cosmetics noticed during nico's 10l
Sun, 12 Mar 2006 18:06:46 +0000 nicodvb fixed C99-ism introduced with previous commit
Sun, 12 Mar 2006 17:46:51 +0000 nicodvb check muxer != NULL before using it; closes cid 201
Thu, 26 Jan 2006 19:32:07 +0000 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
Wed, 25 Jan 2006 20:55:47 +0000 michael limits.h for INT_MAX
Wed, 25 Jan 2006 19:30:01 +0000 michael correct block align
Wed, 25 Jan 2006 15:49:31 +0000 michael fix aac in mov/mp4
Wed, 25 Jan 2006 01:17:57 +0000 michael pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this is wrong/silly/10000000l then dont hesitate to flame / reverse)
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