gstreamer/gst/mxf
Sebastian Dröge 4f365b391e gst/mxf/: Add initial parsing of RGBA descriptors.
Original commit message from CVS:
* gst/mxf/mxfdemux.c: (gst_mxf_demux_reset_metadata),
(gst_mxf_demux_handle_metadata_generic_descriptor),
(gst_mxf_demux_handle_metadata_file_descriptor),
(gst_mxf_demux_handle_metadata_multiple_descriptor),
(gst_mxf_demux_handle_metadata_generic_picture_essence_descriptor),
(gst_mxf_demux_handle_metadata_cdci_picture_essence_descriptor),
(gst_mxf_demux_handle_metadata_rgba_picture_essence_descriptor),
(gst_mxf_demux_handle_metadata_mpeg_video_descriptor),
(gst_mxf_demux_handle_metadata_generic_sound_essence_descriptor),
(gst_mxf_demux_handle_metadata_wave_audio_essence_descriptor),
(gst_mxf_demux_handle_header_metadata_resolve_references),
(gst_mxf_demux_handle_metadata):
* gst/mxf/mxfdemux.h:
* gst/mxf/mxfparse.c:
(mxf_metadata_rgba_picture_essence_descriptor_handle_tag),
(mxf_metadata_rgba_picture_essence_descriptor_reset):
* gst/mxf/mxfparse.h:
* gst/mxf/mxftypes.h:
Add initial parsing of RGBA descriptors.
Don't initialize descriptor GArray with zeroes.
2008-11-25 10:26:11 +00:00
..
Makefile.am Add first version of an MXF demuxer. Currently it supports 2008-11-21 10:27:15 +00:00
mxf.c Add first version of an MXF demuxer. Currently it supports 2008-11-21 10:27:15 +00:00
mxfaes-bwf.c gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up which makes it possible to have the buff... 2008-11-25 09:38:26 +00:00
mxfaes-bwf.h gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up which makes it possible to have the buff... 2008-11-25 09:38:26 +00:00
mxfdemux.c gst/mxf/: Add initial parsing of RGBA descriptors. 2008-11-25 10:26:11 +00:00
mxfdemux.h gst/mxf/: Add initial parsing of RGBA descriptors. 2008-11-25 10:26:11 +00:00
mxfmpeg.c gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up which makes it possible to have the buff... 2008-11-25 09:38:26 +00:00
mxfmpeg.h gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up which makes it possible to have the buff... 2008-11-25 09:38:26 +00:00
mxfparse.c gst/mxf/: Add initial parsing of RGBA descriptors. 2008-11-25 10:26:11 +00:00
mxfparse.h gst/mxf/: Add initial parsing of RGBA descriptors. 2008-11-25 10:26:11 +00:00
mxftypes.h gst/mxf/: Add initial parsing of RGBA descriptors. 2008-11-25 10:26:11 +00:00