summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfmetadata.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-20mxf: Fix frame_layout for non-interlaced formats. Fixes #583337Edward Hervey1-1/+1
2009-04-16mxf: Properly handle the new interlaced support from libgstvideo for (de)muxingSebastian Dröge1-1/+9
2009-04-07mxf: Fix comparisonSebastian Dröge1-2/+1
2009-04-07Use UL database for all metadata ULsSebastian Dröge1-593/+131
2009-03-26mxf: Differentiate between UL and UUIDSebastian Dröge1-270/+270
2009-03-26mxf: Source files and #include cleanupSebastian Dröge1-2/+1
2009-03-26mxf: Remove some GLib < 2.14 compatibility stuffSebastian Dröge1-8/+2
2009-03-22mxfmux: Fix some memory leaks, improve debugging and handle errors betterSebastian Dröge1-14/+22
2009-03-21mxf: Add MXF muxerSebastian Dröge1-3/+2285
2009-03-18mxfdemux: Fix build on GLib < 2.16 some moreJan Schmidt1-15/+16
2009-03-16mxf: Replace g_hash_table_get_values with code working with glib 2.6.Zaheer Merali1-8/+17
2009-03-06mxf: Don't even try to serialize DM frameworks as it will cause an assertion ...Sebastian Dröge1-6/+6
2009-03-05mxf: Don't use NULL GstStructures to prevent warningsSebastian Dröge1-3/+5
2009-03-02mxfdemux: Use arrays instead of lists for the metadata registriesSebastian Dröge1-95/+59
2009-02-28mxf: Fix memory leakSebastian Dröge1-0/+1
2009-02-28mxf: Store the metadata type ID inside the class structureSebastian Dröge1-61/+131
2009-02-21mxfdemux: Post structural metadata tree as tag on the busSebastian Dröge1-4/+1179
2009-02-21mxfdemux: Add helper function to convert MXFraction to gdouble and use itSebastian Dröge1-2/+2
2009-02-21mxfdemux: Only store the main descriptor in source packagesSebastian Dröge1-77/+57
2009-02-21mxfdemux: Don't use generic metadata parsers for unknown metadata, the result...Sebastian Dröge1-4/+2
2009-02-12mxfdemux: Fix resolval of identifications from the prefaceSebastian Dröge1-1/+1
2009-02-12mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() functionSebastian Dröge1-30/+8
2009-02-08mxfdemux: Resolve source package before accessing it's membersSebastian Dröge1-0/+7
2009-02-08mxfdemux: For material packages make sure that tracks resolve to source tracksSebastian Dröge1-2/+44
2009-02-07mxfdemux: Don't include multiple descriptors in the track's descriptorsSebastian Dröge1-2/+4
2009-02-06mxfdemux: Add data definition for Avid vendor specific picture essenceSebastian Dröge1-1/+5
2009-01-31Don't use GLib 2.16 API unconditionallySebastian Dröge1-10/+40
2009-01-31Don't complain if the preface has no primary package setSebastian Dröge1-6/+8
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