summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2017-02-24meson: Added meson.build for audiomixmatrix and timecodeVivia Nikolaidou3-0/+28
2017-02-23audiomixmatrix: New element that mixes audio channelsVivia Nikolaidou3-0/+901
2017-02-23timecodestamper: Remove clock-source propertyGeorg Lippitsch2-83/+0
2017-02-23timecodestamper: First timecode from current system timeGeorg Lippitsch2-0/+36
2017-02-23timecodestamper: First timecode propertyGeorg Lippitsch2-2/+36
2017-02-22audiobuffersplit: Add strict-buffer-size propertyVivia Nikolaidou2-2/+28
2017-02-18rawbaseparse: Drop incomplete frames at EOSSebastian Dröge1-0/+12
2017-02-14meson: dist meson build filesTim-Philipp Müller1-1/+1
2017-02-02avwait: Fix potential deadlock when flushing / shutting down audioVivia Nikolaidou1-0/+1
2017-02-01mpegdemux: Add stream-format to the H.264 caps.Jan Schmidt1-1/+2
2017-02-01mpegdemux: Add extra length checks to TS scanning.Jan Schmidt1-0/+10
2017-02-01psdemux: Rewrite PSM parsing using GstByteReaderJan Schmidt2-207/+117
2017-01-26avwait: Rename timecodewait to avwait, add modesVivia Nikolaidou4-121/+234
2017-01-24tsdemux: Set caps/tags in the GstStream object before pushing the stream-star...Sebastian Dröge1-3/+3
2017-01-20tsdemux: Don't leak pad name and template for OpusSebastian Dröge1-3/+0
2017-01-20mxfdemux: Set stream tags to NULL after unreffingSebastian Dröge1-0/+1
2017-01-18dvdspu: Handle vob display rect starting on an odd lineJan Schmidt1-10/+46
2017-01-10jpegparse: Chain up to parent class' sink event handlerMatt Staples1-0/+1
2017-01-09timecodestamper: Post element message with current timecodeVivia Nikolaidou2-5/+47
2017-01-03Fix some caps leaks in pad template creation codeGarima Gaur2-0/+2
2017-01-02autoconvert: fix a reconfigure event leakFabrice Bellet1-1/+2
2016-12-31videoanalyse: update docsNicola Murino1-3/+3
2016-12-28mpeg4videoparse: determine intra of frame at frame parse timeMark Nauwelaerts2-11/+16
2016-12-23audiobuffersplit: Don't try to output anything if samples_per_buffer == 0Sebastian Dröge1-0/+4
2016-12-21Remove various unported pluginsSebastian Dröge103-29241/+0
2016-12-21gst: Fix memory leaks in usage of gst_element_get_request_pad() APIGarima Gaur1-0/+1
2016-12-19tsdemux: Don't leak a taglist if a taglist has already been createdGraham Leggett1-1/+3
2016-12-16mirror: Fix documentation for the mirror modeDaniel Shahaf1-1/+1
2016-12-14compositor: Reject multiview videoSebastian Dröge1-0/+8
2016-12-06vmncdec: Sanity-check rectangle sizes a bit more thoroughSebastian Dröge1-1/+2
2016-12-05rawvideoparse: fix typos in property descriptionTim-Philipp Müller1-2/+2
2016-11-30interlace: Writing field-order into the src capsVivia Nikolaidou1-0/+5
2016-11-30gst: Fix caps leakGarima Gaur1-0/+1
2016-11-28rawparse: Whitespace cleanupSebastian Dröge12-139/+0
2016-11-28dataurisrc: remove plugin, moved to coreTim-Philipp Müller5-559/+0
2016-11-28tsdemux: Post an error message on the bus if we activated a program without padsSebastian Dröge1-0/+14
2016-11-27rawbaseparse: Fix output buffer size trimmingSebastian Dröge1-10/+18
2016-11-27rawparse: Properly align raw audio/video output buffersSebastian Dröge4-2/+97
2016-11-26mxfdemux: Post an error message if we got EOS before having any source padsSebastian Dröge1-1/+11
2016-11-26h264parse: Fix indentationSebastian Dröge1-2/+2
2016-11-26h265parse: Fix assertion when encountering an invalid NALUSebastian Dröge1-2/+4
2016-11-26h264parse: Fix assertion when encountering an invalid NALUSebastian Dröge1-2/+4
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-11-24timecodestamper: Remove all existing timecode metas if requested to override ...Sebastian Dröge1-1/+14