summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfmux.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-16mxfmux: Avoid taking unnecessary refSebastian Rasmussen1-1/+1
2014-04-21mxfmux: guard against dividing by 0Vincent Penquerc'h1-23/+27
2012-12-18mxf: use appropriate printf format for gsizeThijs Vermeir1-27/+27
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-26mxf: Port mxfdemux to 1.0Michael Smith1-122/+134
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-22/+22
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts1-14/+14
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey1-35/+38
2011-12-15mxfmux: port to GstCollectPads2Vincent Penquerc'h1-38/+41
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-3/+2
2011-11-17collectpads: port API changesStefan Sauer1-1/+1
2011-06-15Merge branch 'master' into 0.11Wim Taymans1-1/+4
2011-06-04Work around changes in g_atomic APIDavid Schleef1-1/+4
2011-02-28miniobject: port to new 0.11 APIWim Taymans1-16/+16
2010-03-22Add -Wformat-nonliteral -Wformat-security flagsBenjamin Otte1-1/+13
2009-08-31GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller1-2/+2
2009-05-10mxfmux: Fix uninitialized variable compiler warningTristan Matthews1-1/+3
2009-05-09mxfmux: Write metadata items in reference orderSebastian Dröge1-23/+75
2009-05-09mxfmux: Fix EOS logic againSebastian Dröge1-2/+3
2009-05-09mxfmux: Don't unref NULL buffers if pushing a buffer after the first failedSebastian Dröge1-1/+1
2009-04-22mxf: Add documentation to mxfmux and update the docsSebastian Dröge1-0/+13
2009-04-13mxfmux: Small cleanupSebastian Dröge1-12/+2
2009-03-26mxf: Fix compilation and compiler errors with GLib < 2.16.0Sebastian Dröge1-1/+1
2009-03-26mxf: Differentiate between UL and UUIDSebastian Dröge1-22/+28
2009-03-26mxfmux: Fix handling of buffers with more than one edit unit and EOS handlingSebastian Dröge1-96/+143
2009-03-22mxfmux: Fix error handlingSebastian Dröge1-5/+3
2009-03-22mxfmux: Add an error state from which we return immediatelySebastian Dröge1-6/+25
2009-03-21mxfmux: Only add an essence container UL once to the partition and prefaceSebastian Dröge1-3/+22
2009-03-21mxfmux: Add some debugging and error out on invalid input dataSebastian Dröge1-0/+19
2009-03-21mxf: Add MXF muxerSebastian Dröge1-0/+1327