summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfdemux.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-15mxfdemux: Use a RW lock to protect metadata and add all pads at once without ...Sebastian Dröge1-1/+1
2009-03-26mxf: Source files and #include cleanupSebastian Dröge1-3/+1
2009-03-06mxfdemux: Store and use the seqnum of the currently running segment everywhereSebastian Dröge1-0/+1
2009-02-08mxfdemux: Correctly implement timestamping in all casesSebastian Dröge1-0/+1
2009-02-07mxfdemux: Make essence track creation a bit more robust against broken filesSebastian Dröge1-0/+3
2009-02-05mxfdemux: Protect the metadata with a lock against concurrent accessSebastian Dröge1-1/+2
2009-02-04Add property to set the maximum allowed time difference between tracksSebastian Dröge1-0/+3
2009-02-01Implement initial seeking support (pull mode only)Sebastian Dröge1-1/+0
2009-01-31Keep track of essence track position when playing source packagesSebastian Dröge1-1/+1
2009-01-31Compensate for timestamp/duration rounding errorsSebastian Dröge1-0/+1
2009-01-31Generate an index table for essence streamsSebastian Dröge1-6/+4
2009-01-31Add essence track abstractionSebastian Dröge1-1/+72
2009-01-23Store all partitions & primer packs in memory for faster accessSebastian Dröge1-4/+10
2009-01-22Store MXF metadata in a hash table, keyed by UIDSebastian Dröge1-1/+1
2009-01-22Build the random index pack while parsingSebastian Dröge1-0/+1
2009-01-22Update copyrights for 2009Sebastian Dröge1-1/+1
2008-12-16Add initial documentation for the MXF plugin and mxfdemux.Sebastian Dröge1-0/+2
2008-12-15gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge1-25/+5
2008-12-08gst/mxf/: Remove the concept of "final" metadata, broken files have updated m...Sebastian Dröge1-1/+2
2008-12-05gst/mxf/: Implement parsing of the generic data essence descriptor.Sebastian Dröge1-0/+1
2008-12-03gst/mxf/: Add support for AES3 audio (SMPTE 382M).Sebastian Dröge1-0/+1
2008-11-30gst/mxf/: Add property to select the top-level source package or material pac...Sebastian Dröge1-0/+2
2008-11-28gst/mxf/: Implement parsing of index table segments, which will later be used...Sebastian Dröge1-0/+1
2008-11-27gst/mxf/: Implement parsing of the random index pack, which provides a seek t...Sebastian Dröge1-0/+2
2008-11-27gst/mxf/mxfdemux.*: Only try to pull the footer metadata once and not on ever...Sebastian Dröge1-0/+1
2008-11-25gst/mxf/: Add initial parsing of RGBA descriptors.Sebastian Dröge1-0/+1
2008-11-21Add first version of an MXF demuxer. Currently it supportsSebastian Dröge1-0/+108