summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfdemux.h
Commit message (Expand)AuthorAgeFilesLines
* mxfdemux: Use IndexTableSegments.Mathieu Duponchelle2014-12-141-0/+2
* mxfdemux: remove unread last_flow variableThiago Santos2014-05-271-1/+0
* mxfdemux: use GstFlowCombinerThiago Santos2014-05-261-0/+3
* mxfdemux: Add support for group-id in the stream-start eventSebastian Dröge2013-07-231-0/+2
* mxfdemux: deprecated GStaticRWLock -> GRWLockMarc Leeman2013-02-091-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* mxf: Port mxfdemux to 1.0Michael Smith2012-10-261-2/+4
* mxfdemux: Use a RW lock to protect metadata and add all pads at once without ...Sebastian Dröge2009-05-151-1/+1
* mxf: Source files and #include cleanupSebastian Dröge2009-03-261-3/+1
* mxfdemux: Store and use the seqnum of the currently running segment everywhereSebastian Dröge2009-03-061-0/+1
* mxfdemux: Correctly implement timestamping in all casesSebastian Dröge2009-02-081-0/+1
* mxfdemux: Make essence track creation a bit more robust against broken filesSebastian Dröge2009-02-071-0/+3
* mxfdemux: Protect the metadata with a lock against concurrent accessSebastian Dröge2009-02-051-1/+2
* Add property to set the maximum allowed time difference between tracksSebastian Dröge2009-02-041-0/+3
* Implement initial seeking support (pull mode only)Sebastian Dröge2009-02-011-1/+0
* Keep track of essence track position when playing source packagesSebastian Dröge2009-01-311-1/+1
* Compensate for timestamp/duration rounding errorsSebastian Dröge2009-01-311-0/+1
* Generate an index table for essence streamsSebastian Dröge2009-01-311-6/+4
* Add essence track abstractionSebastian Dröge2009-01-311-1/+72
* Store all partitions & primer packs in memory for faster accessSebastian Dröge2009-01-231-4/+10
* Store MXF metadata in a hash table, keyed by UIDSebastian Dröge2009-01-221-1/+1
* Build the random index pack while parsingSebastian Dröge2009-01-221-0/+1
* Update copyrights for 2009Sebastian Dröge2009-01-221-1/+1
* Add initial documentation for the MXF plugin and mxfdemux.Sebastian Dröge2008-12-161-0/+2
* gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge2008-12-151-25/+5
* gst/mxf/: Remove the concept of "final" metadata, broken files have updated m...Sebastian Dröge2008-12-081-1/+2
* gst/mxf/: Implement parsing of the generic data essence descriptor.Sebastian Dröge2008-12-051-0/+1
* gst/mxf/: Add support for AES3 audio (SMPTE 382M).Sebastian Dröge2008-12-031-0/+1
* gst/mxf/: Add property to select the top-level source package or material pac...Sebastian Dröge2008-11-301-0/+2
* gst/mxf/: Implement parsing of index table segments, which will later be used...Sebastian Dröge2008-11-281-0/+1
* gst/mxf/: Implement parsing of the random index pack, which provides a seek t...Sebastian Dröge2008-11-271-0/+2
* gst/mxf/mxfdemux.*: Only try to pull the footer metadata once and not on ever...Sebastian Dröge2008-11-271-0/+1
* gst/mxf/: Add initial parsing of RGBA descriptors.Sebastian Dröge2008-11-251-0/+1
* Add first version of an MXF demuxer. Currently it supportsSebastian Dröge2008-11-211-0/+108