log libmpdemux/muxer.c @ 37160:bb15cab6c059

age author description
Wed, 31 Oct 2012 20:58:39 +0000 reimar Remove another incorrect use of realloc_struct.
Sun, 24 Jul 2011 23:55:34 +0000 diego Do not translate console messages of verbosity level MSGL_V and above.
Sun, 26 Jun 2011 14:55:51 +0000 ranma The muxer prebuffers packets until each stream has been seen so a proper header
Thu, 10 Feb 2011 21:31:24 +0000 ranma Fix muxer memory leak.
Wed, 05 Jan 2011 15:45:28 +0000 reimar 100l, set s->muxer->muxbuf to NULL after free, it is used as argument to
Mon, 13 Sep 2010 18:19:25 +0000 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Wed, 30 Apr 2008 11:03:41 +0000 diego Remove unnecessary version.h #includes.
Thu, 26 Apr 2007 15:10:07 +0000 diego Simplify preprocessor directives: There is a general variable for
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.