log libmpdemux/demux_mkv.c @ 15178:8dd7a656eaf8

age author description
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
Thu, 13 Jan 2005 21:04:34 +0000 mosu Do not access word-sized elements on potentially unaligned memory addresses. RISC processors usually do not like that.
Tue, 11 Jan 2005 18:32:49 +0000 reimar Call subcp_close when closing the demuxer
Tue, 11 Jan 2005 08:30:56 +0000 mosu Support for AVC in Matroska.
Sun, 28 Nov 2004 21:08:46 +0000 mosu Make use of the default duration for one frame if it is present in the file. This produces much smoother timecodes for laced audio frames. And I REALLY don't know why I missed that before...
Fri, 26 Nov 2004 16:36:03 +0000 mosu Added support for MPEG-1 and MPEG-2 in Matroska.
Thu, 25 Nov 2004 22:24:00 +0000 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
Sat, 30 Oct 2004 08:47:04 +0000 mosu DTS uses the format tag 0x2001. Patch by Joakim Plate (joakim ! plate () ecce ! se)
Tue, 28 Sep 2004 13:51:20 +0000 joey fix sub_select fiasco with global sub numbering. now multiple sub sources can be managed in essentially one list.
Tue, 21 Sep 2004 18:02:33 +0000 mosu With the latest change to dec_audio.c (1.32) the demuxers have to set sh_a->samplesize to something != 0.