log libmpdemux/demuxer.c @ 20936:334ddfb704f1

age author description
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
Mon, 24 Apr 2006 10:58:40 +0000 rtognimp 4 - Implement a better way to calculate current audio pts and use it for
Mon, 24 Apr 2006 07:20:34 +0000 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Mon, 17 Apr 2006 13:47:57 +0000 gpoirier fixes decoding demoscene.tv nsv at http://213.186.36.129:8000
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
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.
Tue, 17 Jan 2006 20:04:49 +0000 reimar function to read from a demuxer up to (and including) the specified
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Mon, 09 Jan 2006 19:35:44 +0000 nicodvb added support for external libavformat
Sat, 17 Dec 2005 10:46:48 +0000 reimar include fastmemcpy.h before stream.h, so it is used for the stream_read
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Sun, 06 Nov 2005 14:14:53 +0000 reimar estimate total time also for audio-only files.
Sun, 30 Oct 2005 09:19:05 +0000 reimar move resync_audio_stream after seeking to demuxer.c
Fri, 23 Sep 2005 22:35:04 +0000 rsf "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
Mon, 19 Sep 2005 16:33:39 +0000 gpoirier Prints -identify output for:
Tue, 13 Sep 2005 18:13:58 +0000 diego Make the fourcc output endianness-independent.
Tue, 06 Sep 2005 19:50:21 +0000 reimar execute the check function even when a demuxer is forced, to avoid crashes.
Tue, 06 Sep 2005 19:46:48 +0000 reimar Forgotten mpc demuxer
Fri, 02 Sep 2005 08:32:32 +0000 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
Wed, 31 Aug 2005 13:04:22 +0000 reimar Fix move playlists (control must be returned to mplayer.c, with the demuxer
Tue, 30 Aug 2005 23:56:24 +0000 reimar Allow forcing of demuxers and codecs by prepending '+'
Fri, 26 Aug 2005 17:40:02 +0000 reimar support MPEG in GXF container with extension-based detection.
Tue, 23 Aug 2005 08:03:26 +0000 reimar Do not free demuxer before using demuxer->desc->type (happened when using -audiofile).
Thu, 11 Aug 2005 17:01:13 +0000 ods15 fix brokeness caused by demuxer patch, this code is useless for
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Sun, 31 Jul 2005 00:26:07 +0000 iive remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
Sun, 10 Jul 2005 17:14:12 +0000 reimar musepack demuxing and decoding support (demuxing is v7 bitstream only).
Thu, 07 Jul 2005 17:35:05 +0000 ranma -identify variable names should follow [A-Z_][A-Z0-9_]* convention
Mon, 20 Jun 2005 23:07:35 +0000 gpoirier adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
Mon, 20 Jun 2005 14:16:59 +0000 reimar fix memleak when playing mov files
Mon, 13 Jun 2005 20:40:29 +0000 nicodvb added AAC ADTS demuxer
Mon, 06 Jun 2005 21:30:53 +0000 nicodvb moved mpeg-ps/es probing code to demux_mpg.c
Fri, 27 May 2005 12:38:29 +0000 reimar setting sh_audio to NULL is nonsense, since it is only a local variable,