log libmpdemux/demux_mkv.c @ 16654:7658dde0777b

age author description
Fri, 02 Sep 2005 08:32:32 +0000 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
Wed, 24 Aug 2005 12:33:32 +0000 mosu Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of references may be present for a non-I-frame).
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Thu, 09 Jun 2005 07:45:17 +0000 mosu demux_stream_t.pts should not be assigned by the demuxer. Fixes playback of VFR files. Patch by Sam Dennis <sam () malfunction ! screaming ! net>
Sat, 21 May 2005 06:50:08 +0000 mosu Do not switch to audio tracks whose codec private data differs from the main audio track's as this will most likely result in messed up audio output. Patch by Michael Behrisch <list () behrisch ! de>
Thu, 19 May 2005 12:09:26 +0000 mosu Reset the saved max_pts used for timecode reordering after seeking. Otherwise playback is broken after seeking back in a file that needs the timecodes to be reordered. Patch by Sam Dennis <sam () malfunction ! screaming !net>
Sat, 14 May 2005 06:52:25 +0000 nicodvb removed unused variables
Thu, 12 May 2005 17:35:58 +0000 nicodvb vorbis extradata is now passed from demuxer to decoder in matroska's way
Thu, 28 Apr 2005 14:43:19 +0000 reimar adds a parameter to the switch_audio command to directly select a track.
Wed, 13 Apr 2005 22:33:19 +0000 gpoirier Online audio switching now supports Matroska too. Patch by Michael Behrisch
Sun, 27 Feb 2005 18:11:17 +0000 rfelker Fix the ogg fourcc nightmare!!!
Fri, 21 Jan 2005 18:25:44 +0000 mosu Handle missing palettes in the info part of VobSubs in Matroska files correctly by giving mplayer a NULL pointer. This way it will use a default palette instead of black only. Patch by Csillag Kristof (fenwick () freemail ! hu)
Sun, 16 Jan 2005 14:59:19 +0000 mosu More support for AVC in Matroska.
Sun, 16 Jan 2005 12:17:41 +0000 reimar set sub_utf8 only when actually using mkv subtitles, will break external
Sat, 15 Jan 2005 16:11:45 +0000 reimar Move generic length and percent pos calculation to demuxer.c