log libmpdemux/muxer_lavf.c @ 22713:88b877974c8c

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