log libmpdemux/demux_mkv.cpp @ 11835:7d5b1df3b952

age author description
Fri, 23 Jan 2004 15:16:50 +0000 mosu Fix for compilation with libmatroska 0.6.3.
Sun, 11 Jan 2004 13:36:53 +0000 mosu Added more legacy CodecIDs (S_ASS).
Sun, 11 Jan 2004 13:31:32 +0000 mosu 10l off-by-one when allocating space for subs. Prevent newlines in SSA subs from overflowing the sub display.
Mon, 15 Dec 2003 11:16:41 +0000 mosu For RealVideo the aspect ratio was overridden in vd_realvid.c. Implemented a workaround.
Fri, 05 Dec 2003 11:03:43 +0000 mosu Support for HE-AAC in Matroska. Also only set ds->pts to the first pts of a laced block, and set dp->pts to the current pts taking default_duration into account.
Sun, 16 Nov 2003 20:05:09 +0000 mosu Support for FLAC tracks that already contain the "fLaC" header.
Sun, 16 Nov 2003 19:24:43 +0000 mosu Support for FLAC in Matroska written in the MS compatibility mode.
Sun, 16 Nov 2003 12:10:34 +0000 mosu Support for FLAC in Matroska.
Wed, 05 Nov 2003 15:04:50 +0000 mosu Proper usage of zlib for decompression.
Thu, 30 Oct 2003 14:50:04 +0000 mosu Fixed wrong allocation of the BITMAPINFOHEADER structure which would crash mplayer in some cases.
Wed, 29 Oct 2003 18:09:20 +0000 mosu VobSubs are stripped of their MPEG PS in the muxer already, and only the SPU packets remain. So no more need for mpeg_run in the demuxer. The muxer compresses each entry independently with a full deflateInit, deflateEnd.
Sun, 26 Oct 2003 21:09:37 +0000 attila * fix my 100l from before
Sun, 26 Oct 2003 12:28:45 +0000 attila 10!
Sat, 25 Oct 2003 12:42:24 +0000 mosu Support for -chapter selection.
Wed, 22 Oct 2003 17:59:28 +0000 mosu Added support for additional content encoding (compression, encryption) in general and zlib compression in particular (to be used with VobSubs).