summaryrefslogtreecommitdiff
path: root/gst/mxf
AgeCommit message (Expand)AuthorFilesLines
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-02-28mxfmux: instantiate adapter at the correct placeMathieu Duponchelle1-1/+1
2018-01-23Update for renamed aggregator pad APITim-Philipp Müller1-7/+7
2018-01-11mxfdemux: Remove useless checkEdward Hervey1-3/+0
2017-12-02Remove GstAggregator from -bad, moved to coreTim-Philipp Müller2-2/+1
2017-11-22aggregator: Remove klass->sinkpads_typeMathieu Duponchelle1-2/+2
2017-11-20all: Fix left-shift undefined behaviourEdward Hervey1-3/+1
2017-10-06mxfdemux: Fix memory leak in error casePonnam Srinivas1-0/+1
2017-08-10mxfvc3: Use correct wrapping byte valueSebastian Dröge1-2/+2
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öge2-0/+69
2017-07-24mxfdemux: Keep track of component start positions and material track positionsSebastian Dröge2-37/+60
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-05mxfmetadata: Set field-order correctly for interlaced videoSebastian Dröge1-2/+17
2017-07-05mxfmetadata: Use display width/height instead of stored width/heightSebastian Dröge1-0/+8
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-27mxfmux: Write temporal offset and correct keyframe offset into index tableSebastian Dröge2-25/+120
2017-06-27mxfdemux: Take temporal reordering from the index table into accountSebastian Dröge11-39/+154
2017-06-15mxfdemux: Do not try to serialize unresolved metadatasThibault Saunier1-1/+3
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-6/+6
2017-04-09mxfmux: fix index entry leakVincent Penquerc'h1-0/+9
2017-02-14meson: dist meson build filesTim-Philipp Müller1-1/+1
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öge2-2/+3
2016-11-25mxfdemux: Handle zero-sized KLV items better and don't assert on themSebastian Dröge3-14/+29
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-25mxfmetadata: Add missing NULL checkSebastian Dröge1-1/+1
2016-11-24mxf: Remove mxfdms1.[ch] from the build for nowSebastian Dröge2-6/+4
2016-11-24mxfdemux: Add various missing bounds checks, NULL checks and integer overflow...Sebastian Dröge6-20/+46
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-3/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+28
2016-03-25mxfmux: Instead of releasing request pads on stop(), clear them onlySebastian Dröge1-8/+13
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-8/+7
2016-03-21mxfdemux: Fix query memory leakJimmy Ohn1-0/+2
2016-03-16mxfmux: Fix typo in JPEG2000 colorspaceSebastian Dröge1-1/+1
2016-01-29mxftypes: Generate UUIDs according to RFC4122 version 4 (aka random)Sebastian Dröge1-1/+2
2016-01-29mxfmetadata: Properly write video line map data as an array of 32 bit integersSebastian Dröge1-2/+4
2016-01-29mxfmetadata: DMSchemes in the Preface is a required fieldSebastian Dröge1-13/+11
2016-01-29mxful: Fix Content Storage ULSebastian Dröge1-2/+2