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

age author description
Wed, 26 Feb 2014 21:56:27 +0000 reimar demux_mpg: search longer for selected stream.
Sun, 23 Feb 2014 18:02:21 +0000 reimar Fix crashes with -novideo.
Wed, 19 Feb 2014 23:01:15 +0000 reimar demuxers: ensure that stream ids are correctly initialized.
Sun, 16 Feb 2014 15:44:36 +0000 reimar Avoid many pointer cast warnings.
Sun, 16 Feb 2014 13:24:55 +0000 reimar Fix probe bug losing video packets.
Fri, 14 Feb 2014 22:29:38 +0000 reimar Remove pointless casts.
Fri, 14 Feb 2014 22:29:37 +0000 reimar Remove unnecessary if() that only hides bugs.
Fri, 14 Feb 2014 22:29:36 +0000 reimar Make sure that demuxer priv is allocated early enough.
Fri, 14 Feb 2014 22:29:35 +0000 reimar Remove condition that was already checked a few lines above.
Wed, 11 Dec 2013 20:03:03 +0000 reimar Only detect a file as MPEG-PS if we can find at least 2 packets.
Wed, 11 Dec 2013 20:03:02 +0000 reimar Fix potential endless loop while probing.
Fri, 15 Nov 2013 19:36:29 +0000 reimar Make PES detection less sensitive.
Fri, 15 Nov 2013 19:36:27 +0000 reimar Use DEMUXER_TYPE_UNKNOWN define.
Wed, 27 Jul 2011 13:40:06 +0000 diego cleanup: adjust printf format strings to match parameter types
Sun, 24 Jul 2011 23:55:34 +0000 diego Do not translate console messages of verbosity level MSGL_V and above.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Mon, 04 Oct 2010 06:40:32 +0000 reimar 1000l, %lf is not valid format string for printf (only for scanf) and actually
Sun, 03 Oct 2010 15:32:53 +0000 diego Replace forward declarations of skip_audio_frame() by proper #include.
Sat, 11 Sep 2010 11:11:10 +0000 diego Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.
Sat, 10 Jul 2010 18:51:03 +0000 reimar Revert and accidentally committed hunk from last commit.
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Sun, 20 Jun 2010 14:30:46 +0000 diego Add header file for externally used variable ps_probe.
Wed, 17 Feb 2010 22:52:31 +0000 diego libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
Wed, 17 Feb 2010 22:01:35 +0000 diego libmpdemux: Mark functions not used outside of their files as static.
Sun, 27 Dec 2009 15:28:01 +0000 reimar Add support for parsing audio streams (though should be easy to extend to video)
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, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Mon, 02 Jun 2008 10:18:44 +0000 nicodvb use demux_flush() where appropriate
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.