log libmpdemux/muxer_lavf.c @ 37195:ac6c37d85d65 default tip

age author description
Tue, 03 Sep 2013 20:36:41 +0000 reimar Support ffmpeg://dummy:// in muxer_lavf.
Tue, 03 Sep 2013 20:05:29 +0000 reimar muxer_lavf: partially support formats creating files own their own.
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Sun, 20 Jan 2013 18:18:31 +0000 diego muxer_lavf: Replace forward declaration by the correct #include
Sat, 15 Dec 2012 19:33:19 +0000 reimar lavf muxer: set up stream aspect.
Sat, 10 Nov 2012 14:41:32 +0000 reimar Remove another pointless NULL check.
Sat, 10 Nov 2012 14:38:49 +0000 reimar Simplify: remove useless casts, NULL checks etc.
Sat, 10 Nov 2012 14:27:09 +0000 reimar Simplify code.
Tue, 06 Nov 2012 17:31:23 +0000 reimar Change STREAM_CTRL_GET_SIZE argument type from off_t to
Sat, 28 Jan 2012 13:06:59 +0000 reimar Use avformat_new_stream.
Sat, 28 Jan 2012 12:57:58 +0000 reimar Set muxrate and preload via AVDictionary.
Sat, 28 Jan 2012 12:52:23 +0000 reimar Remove pointless casts.
Sat, 28 Jan 2012 12:41:26 +0000 reimar Remove pointless cast.
Sat, 28 Jan 2012 12:40:36 +0000 reimar Use "seekable" instead of is_streamed.
Sat, 28 Jan 2012 12:36:05 +0000 reimar Do not set stream_copy, it has not been used in FFmpeg since a long time.