Age | Commit message (Expand) | Author | Files | Lines |
2009-05-20 | mxf: Fix frame_layout for non-interlaced formats. Fixes #583337 | Edward Hervey | 1 | -1/+1 |
2009-04-16 | mxf: Properly handle the new interlaced support from libgstvideo for (de)muxing | Sebastian Dröge | 1 | -1/+9 |
2009-04-07 | mxf: Fix comparison | Sebastian Dröge | 1 | -2/+1 |
2009-04-07 | Use UL database for all metadata ULs | Sebastian Dröge | 1 | -593/+131 |
2009-03-26 | mxf: Differentiate between UL and UUID | Sebastian Dröge | 1 | -270/+270 |
2009-03-26 | mxf: Source files and #include cleanup | Sebastian Dröge | 1 | -2/+1 |
2009-03-26 | mxf: Remove some GLib < 2.14 compatibility stuff | Sebastian Dröge | 1 | -8/+2 |
2009-03-22 | mxfmux: Fix some memory leaks, improve debugging and handle errors better | Sebastian Dröge | 1 | -14/+22 |
2009-03-21 | mxf: Add MXF muxer | Sebastian Dröge | 1 | -3/+2285 |
2009-03-18 | mxfdemux: Fix build on GLib < 2.16 some more | Jan Schmidt | 1 | -15/+16 |
2009-03-16 | mxf: Replace g_hash_table_get_values with code working with glib 2.6. | Zaheer Merali | 1 | -8/+17 |
2009-03-06 | mxf: Don't even try to serialize DM frameworks as it will cause an assertion ... | Sebastian Dröge | 1 | -6/+6 |
2009-03-05 | mxf: Don't use NULL GstStructures to prevent warnings | Sebastian Dröge | 1 | -3/+5 |
2009-03-02 | mxfdemux: Use arrays instead of lists for the metadata registries | Sebastian Dröge | 1 | -95/+59 |
2009-02-28 | mxf: Fix memory leak | Sebastian Dröge | 1 | -0/+1 |
2009-02-28 | mxf: Store the metadata type ID inside the class structure | Sebastian Dröge | 1 | -61/+131 |
2009-02-21 | mxfdemux: Post structural metadata tree as tag on the bus | Sebastian Dröge | 1 | -4/+1179 |
2009-02-21 | mxfdemux: Add helper function to convert MXFraction to gdouble and use it | Sebastian Dröge | 1 | -2/+2 |
2009-02-21 | mxfdemux: Only store the main descriptor in source packages | Sebastian Dröge | 1 | -77/+57 |
2009-02-21 | mxfdemux: Don't use generic metadata parsers for unknown metadata, the result... | Sebastian Dröge | 1 | -4/+2 |
2009-02-12 | mxfdemux: Fix resolval of identifications from the preface | Sebastian Dröge | 1 | -1/+1 |
2009-02-12 | mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() function | Sebastian Dröge | 1 | -30/+8 |
2009-02-08 | mxfdemux: Resolve source package before accessing it's members | Sebastian Dröge | 1 | -0/+7 |
2009-02-08 | mxfdemux: For material packages make sure that tracks resolve to source tracks | Sebastian Dröge | 1 | -2/+44 |
2009-02-07 | mxfdemux: Don't include multiple descriptors in the track's descriptors | Sebastian Dröge | 1 | -2/+4 |
2009-02-06 | mxfdemux: Add data definition for Avid vendor specific picture essence | Sebastian Dröge | 1 | -1/+5 |
2009-01-31 | Don't use GLib 2.16 API unconditionally | Sebastian Dröge | 1 | -10/+40 |
2009-01-31 | Don't complain if the preface has no primary package set | Sebastian Dröge | 1 | -6/+8 |
2009-01-22 | Store MXF metadata in a hash table, keyed by UID | Sebastian Dröge | 1 | -214/+217 |
2009-01-22 | Update copyrights for 2009 | Sebastian Dröge | 1 | -1/+1 |
2009-01-22 | Simplify parsing of UL/UUID arrays | Sebastian Dröge | 1 | -188/+111 |
2009-01-22 | Implement parsing of DMS1 (SMPTE S380M) | Sebastian Dröge | 1 | -109/+144 |
2009-01-05 | gst/mxf/: "Generation UID" and "This Generation UID" are different so handle ... | Sebastian Dröge | 1 | -8/+101 |
2009-01-05 | gst/mxf/: Fix compilation with debugging disabled. | Sebastian Dröge | 1 | -0/+36 |
2008-12-31 | Implement support for OP2a/b/c and OP3a/b/c, i.e. tracks with more than a sin... | Sebastian Dröge | 1 | -2/+3 |
2008-12-22 | gst/mxf/mxfmetadata.*: If resolving a metadata object failed the first time r... | Sebastian Dröge | 1 | -3/+10 |
2008-12-19 | gst/mxf/: Add mxf_metadata_generic_sound_essence_descriptor_set_caps() to set... | Sebastian Dröge | 1 | -5/+41 |
2008-12-16 | gst/mxf/: Rename MXFMetadataBase methods to reflect that they belong to | Sebastian Dröge | 1 | -18/+20 |
2008-12-15 | gst/mxf/: Return FALSE when parsing a metadata tag failed. | Sebastian Dröge | 1 | -29/+37 |
2008-12-15 | gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ... | Sebastian Dröge | 1 | -0/+3306 |