summaryrefslogtreecommitdiff
path: root/gst/mxf
Commit message (Expand)AuthorAgeFilesLines
...
* mxfdemux: For intra-only streams, always output DTS=PTSSebastian Dröge2017-07-051-3/+3
* mxfdemux: Fix integer overflow in partition position comparison functionSebastian Dröge2017-07-051-1/+6
* mxfdemux: Print PTS and DTS in debug output when pushing buffersSebastian Dröge2017-07-051-4/+5
* mxfmetadata: Set field-order correctly for interlaced videoSebastian Dröge2017-07-051-2/+17
* mxfmetadata: Use display width/height instead of stored width/heightSebastian Dröge2017-07-051-0/+8
* mxfdemux: Don't include any KLV packets between header metadata and index tab...Sebastian Dröge2017-07-051-10/+21
* mxfdemux: Allow filler and other KLV packets between index table segmentsSebastian Dröge2017-07-041-2/+9
* mxfdemux: Include duration in response to SEEKING querySebastian Dröge2017-06-271-2/+8
* mxfmux: Write temporal offset and correct keyframe offset into index tableSebastian Dröge2017-06-272-25/+120
* mxfdemux: Take temporal reordering from the index table into accountSebastian Dröge2017-06-2711-39/+154
* mxfdemux: Do not try to serialize unresolved metadatasThibault Saunier2017-06-151-1/+3
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-122-6/+6
* mxfmux: fix index entry leakVincent Penquerc'h2017-04-091-0/+9
* meson: dist meson build filesTim-Philipp Müller2017-02-141-1/+1
* mxfdemux: Set stream tags to NULL after unreffingSebastian Dröge2017-01-201-0/+1
* mxfdemux: Post an error message if we got EOS before having any source padsSebastian Dröge2016-11-261-1/+11
* mxfdemux: Fix up another size check and prevent allocating too much memorySebastian Dröge2016-11-252-2/+3
* mxfdemux: Handle zero-sized KLV items better and don't assert on themSebastian Dröge2016-11-253-14/+29
* mxfdemux: Fix various logic errors in error handling of footer partition parsingSebastian Dröge2016-11-251-21/+20
* mxfdemux: Don't try parsing empty metadata itemsSebastian Dröge2016-11-251-0/+3
* mxfmetadata: Add missing NULL checkSebastian Dröge2016-11-251-1/+1
* mxf: Remove mxfdms1.[ch] from the build for nowSebastian Dröge2016-11-242-6/+4
* mxfdemux: Add various missing bounds checks, NULL checks and integer overflow...Sebastian Dröge2016-11-246-20/+46
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+28
* mxfmux: Instead of releasing request pads on stop(), clear them onlySebastian Dröge2016-03-251-8/+13
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-8/+7
* mxfdemux: Fix query memory leakJimmy Ohn2016-03-211-0/+2
* mxfmux: Fix typo in JPEG2000 colorspaceSebastian Dröge2016-03-161-1/+1
* mxftypes: Generate UUIDs according to RFC4122 version 4 (aka random)Sebastian Dröge2016-01-291-1/+2
* mxfmetadata: Properly write video line map data as an array of 32 bit integersSebastian Dröge2016-01-291-2/+4
* mxfmetadata: DMSchemes in the Preface is a required fieldSebastian Dröge2016-01-291-13/+11
* mxful: Fix Content Storage ULSebastian Dröge2016-01-291-2/+2
* mxfmetadata: Best effort values must be written and if unset must contain the...Sebastian Dröge2016-01-291-147/+120
* mxful: Add missing OperationalPattern UL, which fixes an off-by-one with the ...Sebastian Dröge2016-01-291-0/+3
* mxfmux: Our body partition is always complete and closedSebastian Dröge2016-01-291-0/+2
* mxfmux: Use IndexSID of 2 instead of 1Sebastian Dröge2016-01-291-1/+1
* mxfmux: Rewrite body partition pack on EOS and mark it as complete/closedSebastian Dröge2016-01-291-0/+23
* mxfmpeg: Write the correct essence container UL for all codecsSebastian Dröge2016-01-281-1/+13
* mxfmpeg: Write version number into the picture essence coding ULSebastian Dröge2016-01-281-0/+4
* mxfmux: Write a timecode track into the source package tooSebastian Dröge2016-01-281-13/+90
* mxfmux: Write This Generation UID into the Identification metadataSebastian Dröge2016-01-283-0/+15
* mxfmetadata: Add workaround for ffmpeg only writing one Video Line Map valueSebastian Dröge2016-01-281-4/+14
* mxftypes: Don't store pointers in stack allocated guintsSebastian Dröge2016-01-071-4/+3
* mxfmetadata: Initialize boolean to FALSE to fix valgrind warningSebastian Dröge2016-01-071-1/+1
* plugins-bad: Fix example pipelinesVineeth TM2015-12-152-2/+2
* mxfdemux: Only pre-set position for exactly the same essence trackSebastian Dröge2015-12-101-2/+1
* mxfdemux: Only pre-set the track position if it's for the same body/index SIDSebastian Dröge2015-12-101-4/+7
* mxfdemux: Only access the index table if it has enough elementsSebastian Dröge2015-12-091-1/+1