log libmpdemux/demuxer.c @ 22488:b6aa3eedf49b

age author description
Sun, 11 Mar 2007 06:16:14 +0000 uau Move the sh_audio->delay field to mpctx->delay.
Mon, 05 Feb 2007 23:46:08 +0000 rathann Fix a few gcc warnings, approved by Diego and Reimar.
Fri, 05 Jan 2007 15:24:38 +0000 reimar Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,
Sun, 31 Dec 2006 17:24:14 +0000 nicodvb removed unused variable
Sun, 31 Dec 2006 11:09:53 +0000 nicodvb use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)
Sun, 31 Dec 2006 11:05:26 +0000 nicodvb added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer
Thu, 28 Dec 2006 23:44:38 +0000 aurel don't compile demux_mpc.c when libmpcdec is disabled
Thu, 16 Nov 2006 21:23:06 +0000 nicodvb added code to switch video stream
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
Sat, 11 Nov 2006 13:57:09 +0000 nicodvb removed duplicated check in demuxer_seek_chapter
Sat, 11 Nov 2006 11:53:32 +0000 nicodvb in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESYNC to notify the demuxer of the change
Tue, 07 Nov 2006 22:55:49 +0000 nicodvb added demuxer_get_current_time() to get the current playtime (possibly aided by the stream layer)
Tue, 07 Nov 2006 22:54:28 +0000 nicodvb now demux_seek() tries to seek aided by the stream layer, if possible
Fri, 20 Oct 2006 19:36:59 +0000 reimar Cosmetics: indentation fix indentation broken by last two demuxer.c commits