log libmpdemux/muxer_lavf.c @ 21660:ca9da45d13e9

age author description
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