log libmpdemux/demux_pva.c @ 32658:7246ea769aef

age author description
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sun, 03 Oct 2010 15:42:03 +0000 diego Move pva_get_payload() around to avoid a forward declaration.
Sun, 03 Oct 2010 15:39:50 +0000 diego Mark pva_get_payload() as static, it is not used outside of the file.
Sat, 10 Jul 2010 22:49:28 +0000 reimar Remove completely nonsensical le2me usages, the only effect
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Wed, 17 Feb 2010 22:01:35 +0000 diego libmpdemux: Mark functions not used outside of their files as static.
Mon, 17 Aug 2009 07:30:24 +0000 reimar Fix 100l broken flag check found due to compiler warning.
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.
Sat, 05 Apr 2008 14:11:48 +0000 reimar Fix lots and lots of other demuxers broken by r26301
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Sat, 02 Dec 2006 12:32:44 +0000 diego Remove superfluous bswap.h include.
Sun, 16 Apr 2006 13:25:14 +0000 reimar remove completely pointless != NULL check
Wed, 22 Mar 2006 12:23:55 +0000 reimar 10l, checking for NULL after dereferencing makes no sense (though what is this check for anyway?)