summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrédéric Riss <frederic.riss@gmail.com>2006-09-04 16:21:17 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-09-04 16:21:17 +0000
commit92753a26de57b14af07441122237ac82ac1684ba (patch)
treea3f328e1d3e8223195581836f40827c5a837ef22 /ChangeLog
parenta0fa3b2917891bc36e3c186bc2d5389233571331 (diff)
gst/matroska/: Add support for VOBSUB subtitle tracks and zlib-compressed tracks. Make sure we start on a keyframe af...
Original commit message from CVS: Patch by: Frédéric Riss <frederic.riss at gmail dot com> * 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)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4780d757..2511bc20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Frédéric Riss <frederic.riss at gmail dot com>
+
+ * 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 <tim at centricular dot net>
+
* gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
(gst_matroska_demux_push_flac_codec_priv_data),
(gst_matroska_demux_push_xiph_codec_priv_data),