summaryrefslogtreecommitdiff
path: root/gst/mxf
AgeCommit message (Expand)AuthorFilesLines
2014-07-16mxfmux: Avoid taking unnecessary refSebastian Rasmussen1-1/+1
2014-05-27mxfdemux: remove unread last_flow variableThiago Santos2-18/+2
2014-05-27mxfdemux: Compare positions to find the earliest pad, not flow returnsSebastian Dröge1-2/+2
2014-05-26mxfdemux: use GstFlowCombinerThiago Santos2-23/+15
2014-05-14mxfdemux: post error message when erroring out on unsupported essence wrappingTim-Philipp Müller1-6/+13
2014-04-21mxf: fix MP2 caseVincent Penquerc'h1-1/+1
2014-04-21mxfmux: guard against dividing by 0Vincent Penquerc'h1-23/+27
2014-04-21mxfdemux: guard against NULL non source componentsVincent Penquerc'h1-0/+9
2014-04-16mxfdemux: Fix copy/paste errorEdward Hervey1-2/+2
2014-04-16mxf: Handle fraction parsing failureEdward Hervey1-1/+3
2014-04-16mxf: Remove useless checkEdward Hervey1-2/+0
2014-04-16mxf: avoid dereferencing NULL mapping data pointerVincent Penquerc'h1-1/+9
2014-04-08mxfdemux: guard against NULL material trackTim-Philipp Müller1-2/+3
2014-04-08mxfdemux: implement simple KEY_UNIT seekingTim-Philipp Müller1-2/+16
2014-04-08mxfdemux: fix seeking, send data starting from a key unitTim-Philipp Müller1-3/+8
2014-04-07mxf: fix stop date parsing using the wrong inputVincent Penquerc'h1-1/+1
2014-01-24mxfdemux: Don't go into pull mode when the sequential flag is setSjoerd Simons1-2/+6
2013-07-29gst: Don't swap start/stop for negative rates in the SEGMENT querySebastian Dröge1-14/+0
2013-07-29mxfdemux: Implement SEGMENT querySebastian Dröge1-0/+50
2013-07-23mxfdemux: Add support for group-id in the stream-start eventSebastian Dröge2-6/+28
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-11mfxdemus: update todo (ther eis a muxer)Stefan Sauer1-2/+0
2013-03-25mxfdemux: Use %03u for format in gst_pad_create_stream_id_printf()David Schleef1-1/+1
2013-03-14mxfdemux: Add a second MXF UL for uncompressed audioDavid Schleef1-0/+8
2013-03-14mxfdemux: Ignore missing metadata descriptorsDavid Schleef1-1/+0
2013-02-11mxfdemux: fix taglist leakTim-Philipp Müller1-0/+5
2013-02-11mxfdemux: fix push mode unit test failureTim-Philipp Müller1-2/+3
2013-02-09mxfdemux: deprecated GStaticRWLock -> GRWLockMarc Leeman2-27/+27
2012-12-18mxf: use appropriate printf format for gsizeThijs Vermeir2-64/+65
2012-12-12mxfdemux: printf format fixes for debug messagesTim-Philipp Müller1-4/+4
2012-12-06mxfdemux: Don't allow any wrapping other than frame wrappingSebastian Dröge1-0/+27
2012-12-06mxfdemux: Add function to get the essence track wrappingSebastian Dröge9-0/+281
2012-12-05mxf: Add support for parsing filler structural componentsSebastian Dröge4-0/+37
2012-12-05mxf: Improve debug output during metadata resolvalSebastian Dröge1-23/+86
2012-11-30mxf: Add more support for RP2008 (AVC in the MPEG mapping)Sebastian Dröge1-4/+12
2012-11-04Fix FSF addressTim-Philipp Müller33-66/+66
2012-10-26mxf: Port mxfdemux to 1.0Michael Smith17-677/+836
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-22/+22
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-5/+5
2012-07-05gst: Implement segment-done eventSebastian Dröge1-0/+4
2012-06-20update for task api changeWim Taymans1-3/+3
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts2-17/+17
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2-13/+13
2012-03-16don't pass random pointers to pull_rangeWim Taymans1-1/+3
2012-03-10Fix 'ignoring return value of function declared with const attribute'Thibault Saunier1-12/+12
2012-03-06mxfdemux: Fix 'comparison of unsigned expression >= 0 is always true' compile...Sebastian Dröge1-5/+3