summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfdemux.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-11mxfdemux: Remove useless checkEdward Hervey1-3/+0
2017-10-06mxfdemux: Fix memory leak in error casePonnam Srinivas1-0/+1
2017-07-25mxfdemux: Fix compilation with gcc 4.8.4Sebastian Dröge1-1/+1
2017-07-24mxfdemux: Correctly consider frame reordering for timecode calculationSebastian Dröge1-4/+20
2017-07-24mxfdemux: Use material track edit rate for component PTS offsettingSebastian Dröge1-2/+2
2017-07-24mxfdemux: Output timecodes for video streamsSebastian Dröge1-0/+66
2017-07-24mxfdemux: Keep track of component start positions and material track positionsSebastian Dröge1-37/+53
2017-07-11mxfdemux: Create index table arrays with a big enough sizeSebastian Dröge1-2/+2
2017-07-11mxfdemux: Initialize index table entries completely in all casesSebastian Dröge1-0/+3
2017-07-05mxfdemux: For intra-only streams, always output DTS=PTSSebastian Dröge1-3/+3
2017-07-05mxfdemux: Fix integer overflow in partition position comparison functionSebastian Dröge1-1/+6
2017-07-05mxfdemux: Print PTS and DTS in debug output when pushing buffersSebastian Dröge1-4/+5
2017-07-05mxfdemux: Don't include any KLV packets between header metadata and index tab...Sebastian Dröge1-10/+21
2017-07-04mxfdemux: Allow filler and other KLV packets between index table segmentsSebastian Dröge1-2/+9
2017-06-27mxfdemux: Include duration in response to SEEKING querySebastian Dröge1-2/+8
2017-06-27mxfdemux: Take temporal reordering from the index table into accountSebastian Dröge1-14/+70
2017-06-15mxfdemux: Do not try to serialize unresolved metadatasThibault Saunier1-1/+3
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2017-01-20mxfdemux: Set stream tags to NULL after unreffingSebastian Dröge1-0/+1
2016-11-26mxfdemux: Post an error message if we got EOS before having any source padsSebastian Dröge1-1/+11
2016-11-25mxfdemux: Fix up another size check and prevent allocating too much memorySebastian Dröge1-1/+1
2016-11-25mxfdemux: Fix various logic errors in error handling of footer partition parsingSebastian Dröge1-21/+20
2016-11-25mxfdemux: Don't try parsing empty metadata itemsSebastian Dröge1-0/+3
2016-11-24mxfdemux: Add various missing bounds checks, NULL checks and integer overflow...Sebastian Dröge1-1/+8
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-3/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-6/+6
2016-03-21mxfdemux: Fix query memory leakJimmy Ohn1-0/+2
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-12-10mxfdemux: Only pre-set position for exactly the same essence trackSebastian Dröge1-2/+1
2015-12-10mxfdemux: Only pre-set the track position if it's for the same body/index SIDSebastian Dröge1-4/+7
2015-12-09mxfdemux: Only access the index table if it has enough elementsSebastian Dröge1-1/+1
2015-12-09mxfdemux: Use keyframe information from index table segments if availableSebastian Dröge1-1/+32
2015-12-09mxfdemux: Collect all index table segments after finding the random index packSebastian Dröge1-1/+14
2015-12-09mxfdemux: Fix handling of IndexTableSegmentsSebastian Dröge1-127/+264
2015-12-08mxfmux: Index table segments must not use the primer packSebastian Dröge1-2/+1
2015-10-21mxfdemux: If seeking to the remaining parts of the file fails on EOS, conside...Sebastian Dröge1-0/+3
2015-04-04mxfdemux: fix memory leakGuillaume Desmottes1-2/+4
2015-03-28mxfdemux: resurrect some flow return handlingMark Nauwelaerts1-0/+1
2015-02-18mxfdemux: remove unneeded valuesLuis de Bethencourt1-17/+10
2015-02-18mxfdemux: renaming GstFlowReturn variableLuis de Bethencourt1-28/+28
2015-02-18mxfdemux: remove ignored valueLuis de Bethencourt1-2/+2
2014-12-14mxfdemux: Use IndexTableSegments.Mathieu Duponchelle1-9/+156
2014-10-02gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M1-4/+0
2014-05-27mxfdemux: remove unread last_flow variableThiago Santos1-17/+2
2014-05-27mxfdemux: Compare positions to find the earliest pad, not flow returnsSebastian Dröge1-2/+2
2014-05-26mxfdemux: use GstFlowCombinerThiago Santos1-23/+12
2014-05-14mxfdemux: post error message when erroring out on unsupported essence wrappingTim-Philipp Müller1-6/+13
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-08mxfdemux: guard against NULL material trackTim-Philipp Müller1-2/+3