From a0fa3b2917891bc36e3c186bc2d5389233571331 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 4 Sep 2006 15:06:25 +0000 Subject: gst/matroska/: not perfect yet though, needs some tweaking in flacdec; also, seeking could be better. Original commit message from CVS: * 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), (gst_matroska_demux_parse_blockgroup_or_simpleblock), (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps): * gst/matroska/matroska-ids.h: Add basic FLAC support (#311586), not perfect yet though, needs some tweaking in flacdec; also, seeking could be better. Do better bounds checking when deserialising vorbis stream headers to make sure we don't read beyond the end of the buffer on bad input. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index debc6818..4780d757 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-09-04 Tim-Philipp Müller + + * 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), + (gst_matroska_demux_parse_blockgroup_or_simpleblock), + (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps): + * gst/matroska/matroska-ids.h: + Add basic FLAC support (#311586), not perfect yet though, needs some + tweaking in flacdec; also, seeking could be better. + Do better bounds checking when deserialising vorbis stream headers + to make sure we don't read beyond the end of the buffer on bad input. + 2006-09-04 Wim Taymans Patch by: Alessandro Decina -- cgit