From a926db34ad8b983c95ef72ed9a5cb884c55430d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 27 Nov 2008 16:26:39 +0000 Subject: gst/mxf/: Implement parsing of the random index pack, which provides a seek table (including body sid) to the start o... Original commit message from CVS: * gst/mxf/mxfdemux.c: (gst_mxf_demux_reset), (gst_mxf_demux_handle_random_index_pack), (gst_mxf_demux_pull_random_index_pack), (gst_mxf_demux_loop): * gst/mxf/mxfdemux.h: * gst/mxf/mxfparse.c: (mxf_random_index_pack_parse): * gst/mxf/mxfparse.h: * gst/mxf/mxftypes.h: Implement parsing of the random index pack, which provides a seek table (including body sid) to the start of partition packs. Later this will be used for reading all index table segments of the complete file efficiently. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3bd1573c..c242ee44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2008-11-27 Sebastian Dröge + + * gst/mxf/mxfdemux.c: (gst_mxf_demux_reset), + (gst_mxf_demux_handle_random_index_pack), + (gst_mxf_demux_pull_random_index_pack), (gst_mxf_demux_loop): + * gst/mxf/mxfdemux.h: + * gst/mxf/mxfparse.c: (mxf_random_index_pack_parse): + * gst/mxf/mxfparse.h: + * gst/mxf/mxftypes.h: + Implement parsing of the random index pack, which provides a seek + table (including body sid) to the start of partition packs. + Later this will be used for reading all index table segments of + the complete file efficiently. + 2008-11-27 Sebastian Dröge * gst/mxf/Makefile.am: -- cgit v1.2.1