summaryrefslogtreecommitdiff
path: root/gst/mxf
Commit message (Expand)AuthorAgeFilesLines
* mxfdemux: Also allow picture essence element type 0x05 for VC-3Sebastian Dröge2019-08-131-1/+2
* mxfdemux: Avoid possible NULL caps 'dereferencing'Thibault Saunier2019-03-211-2/+4
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* mxfmux: instantiate adapter at the correct placeMathieu Duponchelle2018-02-281-1/+1
* Update for renamed aggregator pad APITim-Philipp Müller2018-01-231-7/+7
* mxfdemux: Remove useless checkEdward Hervey2018-01-111-3/+0
* Remove GstAggregator from -bad, moved to coreTim-Philipp Müller2017-12-022-2/+1
* aggregator: Remove klass->sinkpads_typeMathieu Duponchelle2017-11-221-2/+2
* all: Fix left-shift undefined behaviourEdward Hervey2017-11-201-3/+1
* mxfdemux: Fix memory leak in error casePonnam Srinivas2017-10-061-0/+1
* mxfvc3: Use correct wrapping byte valueSebastian Dröge2017-08-101-2/+2
* mxfdemux: Fix compilation with gcc 4.8.4Sebastian Dröge2017-07-251-1/+1
* mxfdemux: Correctly consider frame reordering for timecode calculationSebastian Dröge2017-07-241-4/+20
* mxfdemux: Use material track edit rate for component PTS offsettingSebastian Dröge2017-07-241-2/+2
* mxfdemux: Output timecodes for video streamsSebastian Dröge2017-07-242-0/+69
* mxfdemux: Keep track of component start positions and material track positionsSebastian Dröge2017-07-242-37/+60
* mxfdemux: Create index table arrays with a big enough sizeSebastian Dröge2017-07-111-2/+2
* mxfdemux: Initialize index table entries completely in all casesSebastian Dröge2017-07-111-0/+3
* 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