log libmpdemux/muxer.h @ 37195:ac6c37d85d65 default tip

age author description
Thu, 10 Feb 2011 21:31:24 +0000 ranma Fix muxer memory leak.
Mon, 21 Jun 2010 14:43:08 +0000 diego Move lavfopts_conf/mpegopts_conf/nuvopts_conf extern declarations to muxer.h.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Wed, 05 Mar 2008 23:32:01 +0000 diego Add missing header #includes to fix 'make checkheaders'.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Tue, 01 Jan 2008 21:35:58 +0000 diego Add multiple inclusion guards to all header files that lack them.
Thu, 17 May 2007 00:15:08 +0000 corey Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can
Sun, 21 Jan 2007 10:10:07 +0000 reimar support -ffourcc with -of lavf
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Thu, 10 Aug 2006 21:48:41 +0000 michael pass average bitrate from encoder to (lavf) muxer
Mon, 24 Apr 2006 10:36:29 +0000 rtognimp 3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h to
Tue, 21 Feb 2006 09:40:25 +0000 corey Fix video delay when encoding with B-frames.
Sun, 19 Feb 2006 09:34:37 +0000 corey dwStart support for mencoder.
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 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)