log libmpdemux/demuxer.c @ 25656:00e4d59a0be4

age author description
Fri, 11 Jan 2008 21:45:20 +0000 eugeni Remove global_ass_track. Instead create an ass_track for each 't' track.
Fri, 11 Jan 2008 21:45:15 +0000 eugeni Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
Fri, 11 Jan 2008 21:45:10 +0000 eugeni Add extradata to sh_sub_t.
Mon, 07 Jan 2008 14:13:50 +0000 eugeni Deallocate audio track codecdata.
Sat, 05 Jan 2008 14:28:57 +0000 nicodvb wrapper functions to get/set angle: the wrapping is needed to RESYNC the demuxer; patch by oattila chello hu
Thu, 20 Dec 2007 11:21:02 +0000 reimar Move ds->current=NULL; further up to the free_demux_packet.
Thu, 13 Dec 2007 12:51:05 +0000 ulion Add demuxer functions for chapter feature.
Mon, 10 Dec 2007 14:43:09 +0000 ulion Fix memory leak that tmp allocated but maybe not used.
Tue, 04 Dec 2007 13:05:25 +0000 lu_zero Make libnemesi use specific struct and DEMUXER_TYPE
Sat, 01 Dec 2007 13:35:25 +0000 reimar Fix typos in comments to stop them hurting my eyes
Thu, 25 Oct 2007 19:21:24 +0000 uau demuxer.c: Remove useless code
Thu, 04 Oct 2007 02:35:34 +0000 uau Fix missing subtitles after seeking back
Wed, 19 Sep 2007 21:38:22 +0000 lu_zero libnemesi support, yet another rtsp/rtp library...
Tue, 28 Aug 2007 22:38:45 +0000 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
Thu, 09 Aug 2007 10:26:00 +0000 reimar When a new subtitle stream becomes available check if it is the one that
Fri, 27 Jul 2007 20:25:43 +0000 reimar Make sure fformat is set before use
Fri, 27 Jul 2007 20:22:55 +0000 reimar Remove some unneeded extern variable declarations
Sun, 24 Jun 2007 10:20:42 +0000 reimar make opt argument of demux_info_get const.
Sat, 23 Jun 2007 17:39:27 +0000 reimar Fix memleak due to not freeing demuxer->s_streams
Sun, 17 Jun 2007 13:28:52 +0000 zuxy More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Thu, 26 Apr 2007 15:10:07 +0000 diego Simplify preprocessor directives: There is a general variable for
Sun, 22 Apr 2007 20:59:14 +0000 reimar Cosmetics: remove duplicate space in ifdef
Sun, 22 Apr 2007 20:32:15 +0000 nicodvb demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO
Sat, 14 Apr 2007 10:03:42 +0000 reimar Add lavf_preferred demuxer for lavf formats we want to be probed
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
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
Fri, 20 Oct 2006 19:31:52 +0000 reimar Fix opening of demuxers without check_file function, broken by r20309.
Thu, 19 Oct 2006 18:20:12 +0000 reimar Try other demuxers if open() fails.
Thu, 05 Oct 2006 21:31:21 +0000 reimar Simplify: replace malloc + memset 0 by calloc
Sun, 17 Sep 2006 10:22:23 +0000 ods15 conditional declerations are unnecessary
Sun, 17 Sep 2006 09:32:28 +0000 ods15 Add demux_nut to MPlayer repo
Sat, 26 Aug 2006 19:17:04 +0000 reimar Get rid of demux_aid_vid_mismatch mess.
Mon, 21 Aug 2006 19:52:11 +0000 nicodvb 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and next free()d in mplayer.c
Mon, 21 Aug 2006 19:19:00 +0000 nicodvb demuxer_seek_chapter() returns informations about chapters count and name
Fri, 18 Aug 2006 19:03:59 +0000 nicodvb clarification in a comment
Fri, 18 Aug 2006 19:03:31 +0000 nicodvb support relative seeking in the stream-driven case
Fri, 18 Aug 2006 16:48:22 +0000 nicodvb added first revision of demuxer_seek_chapter()
Wed, 16 Aug 2006 23:32:39 +0000 reimar Update information and print new value when demux_info_add is called
Sun, 06 Aug 2006 18:55:34 +0000 eugeni Add matroska chapter seeking capability.
Thu, 13 Jul 2006 05:03:43 +0000 reynaldo marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
Thu, 06 Jul 2006 06:58:17 +0000 uau Add a new video pts tracking mode, enabled by option -correct-pts.
Tue, 04 Jul 2006 21:26:41 +0000 reimar move some ill-behaving demuxers further down the list
Wed, 14 Jun 2006 14:05:59 +0000 uau Change free_sh_audio() to take demuxer and stream id as parameters
Mon, 08 May 2006 21:41:15 +0000 diego Unconditionally compile the Matroska demuxer.
Thu, 27 Apr 2006 11:13:21 +0000 uau Change common pts variables from floats to doubles. Individual demuxers