log libmpdemux/demux_mpg.c @ 17287:4a8dbeb06bad

age author description
Mon, 02 Jan 2006 20:40:25 +0000 nicodvb don't reset dvdsub->id unless -slang is specified; assign default sub stream id when demux->sub->id is -1 (autodetect)
Sun, 30 Oct 2005 09:19:05 +0000 reimar move resync_audio_stream after seeking to demuxer.c
Sat, 15 Oct 2005 11:51:37 +0000 reimar 10l, demux_mpg_control was missing from demuxer info struct, causing audio
Sat, 03 Sep 2005 08:58:34 +0000 reimar faster mpg and much faster gxf demuxing
Fri, 02 Sep 2005 08:32:32 +0000 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
Fri, 26 Aug 2005 22:53:59 +0000 rtognimp Fix mpeg-pes playback
Fri, 26 Aug 2005 17:40:02 +0000 reimar support MPEG in GXF container with extension-based detection.
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Sat, 25 Jun 2005 13:25:27 +0000 nicodvb support raw ac3 (in private pes packets without the usual dvd 4 bytes substream header). Patch by Matthias Scharzott
Mon, 06 Jun 2005 21:30:53 +0000 nicodvb moved mpeg-ps/es probing code to demux_mpg.c
Thu, 28 Apr 2005 14:43:19 +0000 reimar adds a parameter to the switch_audio command to directly select a track.
Sun, 03 Apr 2005 14:08:28 +0000 gpoirier Added support of audio stream switching in the MPEG demuxer using the #-key
Sun, 06 Mar 2005 21:10:01 +0000 nicodvb added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSM
Sat, 15 Jan 2005 16:11:45 +0000 reimar Move generic length and percent pos calculation to demuxer.c
Sat, 08 Jan 2005 10:05:44 +0000 nicodvb fixed broken seeking in mpeg-es files; syncword seeking for all 3 video codecs