summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfmetadata.c
Commit message (Expand)AuthorAgeFilesLines
* mxf: fix descriptor leakGuillaume Desmottes2015-04-281-0/+2
* Remove a bunch of silly ';;' typos at the end of linesJan Schmidt2015-03-121-1/+1
* mxfdemux: Ignore missing metadata descriptorsDavid Schleef2013-03-141-1/+0
* mxf: Add support for parsing filler structural componentsSebastian Dröge2012-12-051-0/+21
* mxf: Improve debug output during metadata resolvalSebastian Dröge2012-12-051-23/+86
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* mxf: Port mxfdemux to 1.0Michael Smith2012-10-261-24/+60
* Merge branch 'master' into 0.11Wim Taymans2011-08-171-1/+5
|\
| * mxf: do not assert on the values of data read from inputVincent Penquerc'h2011-08-091-1/+5
* | miniobject: port to new 0.11 APIWim Taymans2011-02-281-82/+74
|/
* mxf: Unconditionally use GLib 2.16 APISebastian Dröge2009-08-311-72/+0
* mxf: Fix frame_layout for non-interlaced formats. Fixes #583337Edward Hervey2009-05-201-1/+1
* mxf: Properly handle the new interlaced support from libgstvideo for (de)muxingSebastian Dröge2009-04-161-1/+9
* mxf: Fix comparisonSebastian Dröge2009-04-071-2/+1
* Use UL database for all metadata ULsSebastian Dröge2009-04-071-593/+131
* mxf: Differentiate between UL and UUIDSebastian Dröge2009-03-261-270/+270
* mxf: Source files and #include cleanupSebastian Dröge2009-03-261-2/+1
* mxf: Remove some GLib < 2.14 compatibility stuffSebastian Dröge2009-03-261-8/+2
* mxfmux: Fix some memory leaks, improve debugging and handle errors betterSebastian Dröge2009-03-221-14/+22
* mxf: Add MXF muxerSebastian Dröge2009-03-211-3/+2285
* mxfdemux: Fix build on GLib < 2.16 some moreJan Schmidt2009-03-181-15/+16
* mxf: Replace g_hash_table_get_values with code working with glib 2.6.Zaheer Merali2009-03-161-8/+17
* mxf: Don't even try to serialize DM frameworks as it will cause an assertion ...Sebastian Dröge2009-03-061-6/+6
* mxf: Don't use NULL GstStructures to prevent warningsSebastian Dröge2009-03-051-3/+5
* mxfdemux: Use arrays instead of lists for the metadata registriesSebastian Dröge2009-03-021-95/+59
* mxf: Fix memory leakSebastian Dröge2009-02-281-0/+1
* mxf: Store the metadata type ID inside the class structureSebastian Dröge2009-02-281-61/+131
* mxfdemux: Post structural metadata tree as tag on the busSebastian Dröge2009-02-211-4/+1179
* mxfdemux: Add helper function to convert MXFraction to gdouble and use itSebastian Dröge2009-02-211-2/+2
* mxfdemux: Only store the main descriptor in source packagesSebastian Dröge2009-02-211-77/+57
* mxfdemux: Don't use generic metadata parsers for unknown metadata, the result...Sebastian Dröge2009-02-211-4/+2
* mxfdemux: Fix resolval of identifications from the prefaceSebastian Dröge2009-02-121-1/+1
* mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() functionSebastian Dröge2009-02-121-30/+8
* mxfdemux: Resolve source package before accessing it's membersSebastian Dröge2009-02-081-0/+7
* mxfdemux: For material packages make sure that tracks resolve to source tracksSebastian Dröge2009-02-081-2/+44
* mxfdemux: Don't include multiple descriptors in the track's descriptorsSebastian Dröge2009-02-071-2/+4
* mxfdemux: Add data definition for Avid vendor specific picture essenceSebastian Dröge2009-02-061-1/+5
* Don't use GLib 2.16 API unconditionallySebastian Dröge2009-01-311-10/+40
* Don't complain if the preface has no primary package setSebastian Dröge2009-01-311-6/+8
* Store MXF metadata in a hash table, keyed by UIDSebastian Dröge2009-01-221-214/+217
* Update copyrights for 2009Sebastian Dröge2009-01-221-1/+1
* Simplify parsing of UL/UUID arraysSebastian Dröge2009-01-221-188/+111
* Implement parsing of DMS1 (SMPTE S380M)Sebastian Dröge2009-01-221-109/+144
* gst/mxf/: "Generation UID" and "This Generation UID" are different so handle ...Sebastian Dröge2009-01-051-8/+101
* gst/mxf/: Fix compilation with debugging disabled.Sebastian Dröge2009-01-051-0/+36
* Implement support for OP2a/b/c and OP3a/b/c, i.e. tracks with more than a sin...Sebastian Dröge2008-12-311-2/+3
* gst/mxf/mxfmetadata.*: If resolving a metadata object failed the first time r...Sebastian Dröge2008-12-221-3/+10
* gst/mxf/: Add mxf_metadata_generic_sound_essence_descriptor_set_caps() to set...Sebastian Dröge2008-12-191-5/+41
* gst/mxf/: Rename MXFMetadataBase methods to reflect that they belong toSebastian Dröge2008-12-161-18/+20
* gst/mxf/: Return FALSE when parsing a metadata tag failed.Sebastian Dröge2008-12-151-29/+37