log libmpdemux/demuxer.c @ 20318:d8d2bc754413

age author description
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.