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

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Wed, 27 Jul 2011 13:40:06 +0000 diego cleanup: adjust printf format strings to match parameter types
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Mon, 11 Oct 2010 12:33:57 +0000 diego Remove #warning preprocessor directives or replace them by suitable comments.
Sun, 12 Sep 2010 12:22:01 +0000 reimar Replace some sizeof(type) by sizeof(*pointer)
Sun, 12 Sep 2010 12:12:24 +0000 reimar Replace malloc+memset by calloc.