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

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Wed, 19 Feb 2014 23:01:15 +0000 reimar demuxers: ensure that stream ids are correctly initialized.
Thu, 13 Oct 2011 16:50:30 +0000 reimar Remove unused variable (caused by mistake in patch removing PVA_NEW_PREBYTES_CODE).
Thu, 13 Oct 2011 16:49:21 +0000 reimar Do not use long type, it makes the code more platform dependent for no
Thu, 13 Oct 2011 16:45:48 +0000 reimar Remove some ifdefs that existed only for testing and had no use since
Sat, 07 May 2011 20:25:15 +0000 reimar Remove unused variable.
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?)
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Sun, 11 Dec 2005 17:21:02 +0000 wanderer make demuxer seek and close functions return void, patch by Dominik Mierzejewski
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Sat, 23 Nov 2002 10:58:14 +0000 michael warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
Mon, 07 Oct 2002 22:13:34 +0000 arpi * Fix for the broken MultiDec files I had originally posted with the
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Tue, 10 Sep 2002 21:50:03 +0000 arpi .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer