log libmpdemux/demux_mpg.c @ 21918:ba25f87420b3

age author description
Mon, 15 Jan 2007 21:39:30 +0000 nicodvb removed useless #if1s added too long time ago
Mon, 15 Jan 2007 21:21:42 +0000 nicodvb in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.
Mon, 01 Jan 2007 22:47:14 +0000 nicodvb set dp->stream_pts only when feeding the video stream to workaround
Sun, 31 Dec 2006 11:08:27 +0000 nicodvb replace call to ds_read_packet() with the usual stream_read()+ds_add_packet() sequence;
Sat, 09 Dec 2006 12:24:11 +0000 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
Mon, 13 Nov 2006 16:15:23 +0000 reimar Make subtitle stream handling more similar to audio and video streams.
Sun, 12 Nov 2006 17:19:56 +0000 nicodvb consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME now return time in (double) seconds
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