log libmpdemux/demux_mpg.c @ 20153:b9c036c1a7e1

age author description
Sun, 01 Oct 2006 09:33:23 +0000 nicodvb Reset demuxer->sub (consistently with audio and video) after seeking and at the end
Mon, 18 Sep 2006 22:32:51 +0000 nicodvb demuxer->movi_end is updated after ds_fill_buffer(),
Wed, 26 Jul 2006 17:22:01 +0000 reimar Incorrect check in gxf demuxer leading to crash with textKO.gxf sample file
Sat, 08 Jul 2006 17:28:36 +0000 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
Mon, 03 Jul 2006 13:21:54 +0000 reynaldo rm unnecesary casts from void* - part 4
Mon, 19 Jun 2006 21:43:02 +0000 nicodvb Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pardus punctum org puntum tr)
Wed, 14 Jun 2006 22:12:06 +0000 nicodvb workaround: at every read update demux->movi_end with stream->end_pos; needed to show the progress bar when playing dvdnav streams
Sun, 11 Jun 2006 21:18:25 +0000 nicodvb now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispective of the codec used
Thu, 18 May 2006 18:05:10 +0000 nicodvb psm longer than 1018 bytes is not allowed, thus invalid
Wed, 03 May 2006 18:18:25 +0000 nicodvb fixed %d->PRIu64 in read_mpeg_timestamp()
Wed, 03 May 2006 18:12:38 +0000 nicodvb stream_read_word() returns _unsigned_ int
Wed, 03 May 2006 17:55:02 +0000 nicodvb in read_mpeg_timestamp() cast int expression to uint64_t before shifting to avoid truncation of bits and to prevent propagation of bit 1 as sign bit in pts
Tue, 11 Apr 2006 20:05:24 +0000 nicodvb timestamps are 33 bits long, so they don't fit in an unsigned int; 10l
Mon, 10 Apr 2006 16:18:17 +0000 reimar make sure the check for valid timestamps does not accidentially search through
Sun, 12 Mar 2006 12:28:09 +0000 nicodvb fail immediately if any of the parameters necessary to switch audio stream isn't set/correct; closes cid 55
Sun, 12 Mar 2006 12:13:37 +0000 nicodvb check sh_video before seeking; closes cid 56
Sun, 12 Mar 2006 11:12:48 +0000 nicodvb init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241
Wed, 08 Mar 2006 15:21:12 +0000 reimar Missing free_demux_packet after read error
Mon, 27 Feb 2006 21:13:17 +0000 nicodvb try to get duration from the stream layer, if an implementation of STREAM_CTRL_GET_TIME_LENGTH is available
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
Tue, 03 Jan 2006 07:29:59 +0000 lorenm h264es: don't seek to non-keyframes
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
Sat, 23 Oct 2004 00:05:38 +0000 aurel seeking based on the largest timestamp in an mpeg stream
Fri, 15 Oct 2004 16:11:30 +0000 reimar avoid segfault with -vc dummy
Sat, 07 Aug 2004 14:20:28 +0000 reimar fix for crash when seeking with -novideo option
Mon, 08 Dec 2003 21:34:05 +0000 alex removed the historic libcss support
Fri, 04 Apr 2003 15:38:46 +0000 michael H264-ES demuxer
Thu, 23 Jan 2003 02:12:15 +0000 arpi raw mpeg4-es support (you need to set -fps manually!)
Sat, 23 Nov 2002 10:58:14 +0000 michael warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
Sat, 16 Nov 2002 03:42:14 +0000 arpi demuxer_control(), percent position and time length query implemented in
Wed, 06 Nov 2002 23:54:29 +0000 arpi *HUGE* set of compiler warning fixes, unused variables removal
Tue, 08 Oct 2002 22:57:39 +0000 arpi fixed LPCM parsing
Sun, 29 Sep 2002 19:26:40 +0000 arpi some cleanup - made private vars/funcs static, removed obsolete externs
Fri, 12 Apr 2002 00:47:02 +0000 arpi max_packs increased for some dvd with too many audio/sub
Thu, 14 Feb 2002 23:41:34 +0000 arpi added mp3 detection
Sun, 27 Jan 2002 20:10:28 +0000 arpi DVD start position handling changed (progbar/eta fix)
Fri, 04 Jan 2002 13:08:14 +0000 lgb Return of the 'Old-style-DVD-support', with dynamic loading (using libdl) so
Wed, 02 Jan 2002 19:18:11 +0000 arpi hotfix for ac3 aid<0x20 (VDR)
Wed, 26 Dec 2001 16:34:06 +0000 arpi mpeg VDR vs. BIN fixed?
Sat, 01 Dec 2001 22:09:18 +0000 arpi combined PS/PES sync to allow .VDR playback from stdin
Tue, 30 Oct 2001 17:03:11 +0000 arpi config.h cleanup, few things added to steram/demuxer headers
Sun, 21 Oct 2001 15:47:31 +0000 arpi includes cleanup
Sat, 20 Oct 2001 18:49:08 +0000 arpi libdemuxer... base demux_mpg.c@cdcb3c3aa5ce