summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfmetadata.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-22Store MXF metadata in a hash table, keyed by UIDSebastian Dröge1-214/+217
2009-01-22Update copyrights for 2009Sebastian Dröge1-1/+1
2009-01-22Simplify parsing of UL/UUID arraysSebastian Dröge1-188/+111
2009-01-22Implement parsing of DMS1 (SMPTE S380M)Sebastian Dröge1-109/+144
2009-01-05gst/mxf/: "Generation UID" and "This Generation UID" are different so handle ...Sebastian Dröge1-8/+101
2009-01-05gst/mxf/: Fix compilation with debugging disabled.Sebastian Dröge1-0/+36
2008-12-31Implement support for OP2a/b/c and OP3a/b/c, i.e. tracks with more than a sin...Sebastian Dröge1-2/+3
2008-12-22gst/mxf/mxfmetadata.*: If resolving a metadata object failed the first time r...Sebastian Dröge1-3/+10
2008-12-19gst/mxf/: Add mxf_metadata_generic_sound_essence_descriptor_set_caps() to set...Sebastian Dröge1-5/+41
2008-12-16gst/mxf/: Rename MXFMetadataBase methods to reflect that they belong toSebastian Dröge1-18/+20
2008-12-15gst/mxf/: Return FALSE when parsing a metadata tag failed.Sebastian Dröge1-29/+37
2008-12-15gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge1-0/+3306