summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxftypes.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-26mxf: Differentiate between UL and UUIDSebastian Dröge1-26/+30
2009-03-26mxf: Source files and #include cleanupSebastian Dröge1-4/+99
2009-03-21mxf: Start implementing a central UL database and add some helper functions a...Sebastian Dröge1-0/+4
2009-03-21mxf: Add MXF muxerSebastian Dröge1-0/+4
2009-02-21mxfdemux: Post structural metadata tree as tag on the busSebastian Dröge1-0/+2
2009-02-12mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() functionSebastian Dröge1-1/+1
2009-02-04Post an UMID tag with the current package's UMIDSebastian Dröge1-0/+2
2009-01-31Improve detection of the end of the header metadataSebastian Dröge1-0/+1
2009-01-23Store all partitions & primer packs in memory for faster accessSebastian Dröge1-4/+0
2009-01-22Update copyrights for 2009Sebastian Dröge1-1/+1
2008-12-22gst/mxf/: Cleanup of the includes.Sebastian Dröge1-0/+2
2008-12-15gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge1-404/+2
2008-12-11gst/mxf/: Implement parsing of Event Tracks, Static Tracks, DM Segments and D...Sebastian Dröge1-0/+28
2008-12-08gst/mxf/: Remove the concept of "final" metadata, broken files have updated m...Sebastian Dröge1-0/+2
2008-12-07gst/mxf/: Add initial support for uncompressed video essence (SMPTE S384M).Sebastian Dröge1-1/+4
2008-12-05gst/mxf/: Implement parsing of the generic data essence descriptor.Sebastian Dröge1-0/+7
2008-11-28gst/mxf/: Implement parsing of index table segments, which will later be used...Sebastian Dröge1-0/+38
2008-11-27gst/mxf/: Implement parsing of the random index pack, which provides a seek t...Sebastian Dröge1-0/+6
2008-11-25gst/mxf/: Add initial parsing of RGBA descriptors.Sebastian Dröge1-0/+13
2008-11-21Add first version of an MXF demuxer. Currently it supportsSebastian Dröge1-0/+463