From 92753a26de57b14af07441122237ac82ac1684ba Mon Sep 17 00:00:00 2001 From: Frédéric Riss Date: Mon, 4 Sep 2006 16:21:17 +0000 Subject: gst/matroska/: Add support for VOBSUB subtitle tracks and zlib-compressed tracks. Make sure we start on a keyframe af... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Frédéric Riss * gst/matroska/matroska-demux.c: (gst_matroska_track_free), (gst_matroska_demux_reset), (gst_matroska_demux_read_track_encodings), (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer), (gst_matroska_demux_parse_blockgroup_or_simpleblock), (gst_matroska_demux_subtitle_caps): * gst/matroska/matroska-ids.h: Add support for VOBSUB subtitle tracks and zlib-compressed tracks. Make sure we start on a keyframe after a seek. (#343348) --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4780d757..2511bc20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-09-04 Tim-Philipp Müller + + Patch by: Frédéric Riss + + * gst/matroska/matroska-demux.c: (gst_matroska_track_free), + (gst_matroska_demux_reset), + (gst_matroska_demux_read_track_encodings), + (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer), + (gst_matroska_demux_parse_blockgroup_or_simpleblock), + (gst_matroska_demux_subtitle_caps): + * gst/matroska/matroska-ids.h: + Add support for VOBSUB subtitle tracks and zlib-compressed + tracks. Make sure we start on a keyframe after a seek. (#343348) + 2006-09-04 Tim-Philipp Müller * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf), -- cgit