Merge branch 'master' into 0.11
[platform/upstream/gstreamer.git] / gst / mxf / mxfmetadata.c
2011-08-17 Wim TaymansMerge branch 'master' into 0.11
2011-08-09 Vincent Penquerc'hmxf: do not assert on the values of data read from...
2011-08-04 Wim TaymansMerge branch 'master' into 0.11
2011-08-04 Wim TaymansMerge branch 'master' into 0.11
2011-06-15 Wim TaymansMerge branch 'master' into 0.11
2011-03-08 Wim TaymansMerge branch 'master' into 0.11
2011-03-04 Wim TaymansMerge branch 'master' into 0.11
2011-02-28 Wim Taymansminiobject: port to new 0.11 API
2009-08-31 Sebastian Drögemxf: Unconditionally use GLib 2.16 API
2009-05-20 Edward Herveymxf: Fix frame_layout for non-interlaced formats. Fixes...
2009-04-16 Sebastian Drögemxf: Properly handle the new interlaced support from...
2009-04-07 Sebastian Drögemxf: Fix comparison
2009-04-07 Sebastian DrögeUse UL database for all metadata ULs
2009-03-26 Sebastian Drögemxf: Differentiate between UL and UUID
2009-03-26 Sebastian Drögemxf: Source files and #include cleanup
2009-03-26 Sebastian Drögemxf: Remove some GLib < 2.14 compatibility stuff
2009-03-26 Sebastian DrögeMerge branch 'mxfmux'
2009-03-22 Sebastian Drögemxfmux: Fix some memory leaks, improve debugging and...
2009-03-21 Sebastian Drögemxf: Add MXF muxer
2009-03-18 Jan Schmidtmxfdemux: Fix build on GLib < 2.16 some more
2009-03-16 Zaheer Meralimxf: Replace g_hash_table_get_values with code working...
2009-03-06 Sebastian Drögemxf: Don't even try to serialize DM frameworks as it...
2009-03-05 Sebastian Drögemxf: Don't use NULL GstStructures to prevent warnings
2009-03-02 Sebastian Drögemxfdemux: Use arrays instead of lists for the metadata...
2009-02-28 Sebastian Drögemxf: Fix memory leak
2009-02-28 Sebastian Drögemxf: Store the metadata type ID inside the class structure
2009-02-21 Sebastian Drögemxfdemux: Post structural metadata tree as tag on the bus
2009-02-21 Sebastian Drögemxfdemux: Add helper function to convert MXFraction...
2009-02-21 Sebastian Drögemxfdemux: Only store the main descriptor in source...
2009-02-21 Sebastian Drögemxfdemux: Don't use generic metadata parsers for unknow...
2009-02-12 Sebastian Drögemxfdemux: Fix resolval of identifications from the...
2009-02-12 Sebastian Drögemxfdemux: Parse MXFTimestamp's milliseconds and add...
2009-02-08 Sebastian Drögemxfdemux: Resolve source package before accessing it...
2009-02-08 Sebastian Drögemxfdemux: For material packages make sure that tracks...
2009-02-07 Sebastian Drögemxfdemux: Don't include multiple descriptors in the...
2009-02-06 Sebastian Drögemxfdemux: Add data definition for Avid vendor specific...
2009-01-31 Sebastian DrögeDon't use GLib 2.16 API unconditionally
2009-01-31 Sebastian DrögeDon't complain if the preface has no primary package set
2009-01-22 Sebastian DrögeStore MXF metadata in a hash table, keyed by UID
2009-01-22 Sebastian DrögeUpdate copyrights for 2009
2009-01-22 Sebastian DrögeSimplify parsing of UL/UUID arrays
2009-01-22 Sebastian DrögeImplement parsing of DMS1 (SMPTE S380M)
2009-01-05 Sebastian Drögegst/mxf/: "Generation UID" and "This Generation UID...
2009-01-05 Sebastian Drögegst/mxf/: Fix compilation with debugging disabled.
2008-12-31 Sebastian DrögeImplement support for OP2a/b/c and OP3a/b/c, i.e. track...
2008-12-22 Sebastian Drögegst/mxf/mxfmetadata.*: If resolving a metadata object...
2008-12-19 Sebastian Drögegst/mxf/: Add mxf_metadata_generic_sound_essence_descri...
2008-12-16 Sebastian Drögegst/mxf/: Rename MXFMetadataBase methods to reflect...
2008-12-15 Sebastian Drögegst/mxf/: Return FALSE when parsing a metadata tag...
2008-12-15 Sebastian Drögegst/mxf/: Convert the structural metadata to GstMiniObj...