From 0166570e093c14e10a5c0e64ada784357dc8aa0f Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 28 Oct 2005 15:32:48 +0000 Subject: gst/matroska/: Add SimpleBlock support to matroska demuxer and muxer (part of MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Reviewed by: Tim-Philipp Müller * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream), (gst_matroska_demux_parse_info), (gst_matroska_demux_parse_blockgroup_or_simpleblock), (gst_matroska_demux_parse_cluster): * gst/matroska/matroska-ids.h: * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init), (gst_matroska_mux_init), (gst_matroska_mux_start), (gst_matroska_mux_create_buffer_header), (gst_matroska_mux_write_data), (gst_matroska_mux_set_property), (gst_matroska_mux_get_property): * gst/matroska/matroska-mux.h: Add SimpleBlock support to matroska demuxer and muxer (part of Matroska v2). (#319731) --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 44222230..c2ad96db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2005-10-28 Michal Benes + + Reviewed by: Tim-Philipp Müller + + * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream), + (gst_matroska_demux_parse_info), + (gst_matroska_demux_parse_blockgroup_or_simpleblock), + (gst_matroska_demux_parse_cluster): + * gst/matroska/matroska-ids.h: + * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init), + (gst_matroska_mux_init), (gst_matroska_mux_start), + (gst_matroska_mux_create_buffer_header), + (gst_matroska_mux_write_data), (gst_matroska_mux_set_property), + (gst_matroska_mux_get_property): + * gst/matroska/matroska-mux.h: + Add SimpleBlock support to matroska demuxer and muxer (part of + Matroska v2). (#319731) + 2005-10-28 Wim Taymans * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain), -- cgit