summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* jpegparse: Chain up to parent class' sink event handlerMatt Staples2017-01-101-0/+1
* timecodestamper: Post element message with current timecodeVivia Nikolaidou2017-01-092-5/+47
* Fix some caps leaks in pad template creation codeGarima Gaur2017-01-032-0/+2
* autoconvert: fix a reconfigure event leakFabrice Bellet2017-01-021-1/+2
* videoanalyse: update docsNicola Murino2016-12-311-3/+3
* mpeg4videoparse: determine intra of frame at frame parse timeMark Nauwelaerts2016-12-282-11/+16
* audiobuffersplit: Don't try to output anything if samples_per_buffer == 0Sebastian Dröge2016-12-231-0/+4
* Remove various unported pluginsSebastian Dröge2016-12-21103-29241/+0
* gst: Fix memory leaks in usage of gst_element_get_request_pad() APIGarima Gaur2016-12-211-0/+1
* tsdemux: Don't leak a taglist if a taglist has already been createdGraham Leggett2016-12-191-1/+3
* mirror: Fix documentation for the mirror modeDaniel Shahaf2016-12-161-1/+1
* compositor: Reject multiview videoSebastian Dröge2016-12-141-0/+8
* vmncdec: Sanity-check rectangle sizes a bit more thoroughSebastian Dröge2016-12-061-1/+2
* rawvideoparse: fix typos in property descriptionTim-Philipp Müller2016-12-051-2/+2
* interlace: Writing field-order into the src capsVivia Nikolaidou2016-11-301-0/+5
* gst: Fix caps leakGarima Gaur2016-11-301-0/+1
* rawparse: Whitespace cleanupSebastian Dröge2016-11-2812-139/+0
* dataurisrc: remove plugin, moved to coreTim-Philipp Müller2016-11-285-559/+0
* tsdemux: Post an error message on the bus if we activated a program without padsSebastian Dröge2016-11-281-0/+14
* rawbaseparse: Fix output buffer size trimmingSebastian Dröge2016-11-271-10/+18
* rawparse: Properly align raw audio/video output buffersSebastian Dröge2016-11-274-2/+97
* mxfdemux: Post an error message if we got EOS before having any source padsSebastian Dröge2016-11-261-1/+11
* h264parse: Fix indentationSebastian Dröge2016-11-261-2/+2
* h265parse: Fix assertion when encountering an invalid NALUSebastian Dröge2016-11-261-2/+4
* h264parse: Fix assertion when encountering an invalid NALUSebastian Dröge2016-11-261-2/+4
* 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
* timecodestamper: Remove all existing timecode metas if requested to override ...Sebastian Dröge2016-11-241-1/+14
* mpegtspacketizer: Don't add existing values to groupEdward Hervey2016-11-241-8/+14
* audiobuffersplit: New element that splits raw audio buffers into equal-sized ...Sebastian Dröge2016-11-235-0/+677
* h265parse: Ensure codec_data has the required size when reading number of NAL...Sebastian Dröge2016-11-231-1/+9
* h264parse: Ensure codec_data has the required size when reading number of SPSSebastian Dröge2016-11-231-0/+4
* mpegtspacketizer: Reset values before parsing each sectionSebastian Dröge2016-11-221-1/+7
* mpegtspacketizer: Make sure in all cases that we have enough data left for re...Sebastian Dröge2016-11-221-4/+7
* vc1parse: Mark pad as needing reconfiguration again if it failedSebastian Dröge2016-11-181-2/+12
* videomeasure: Remove old unported videomeasure plugin as it is now replaced b...Thibault Saunier2016-11-179-2446/+0
* vmncdec: Sanity-check width/height before using itSebastian Dröge2016-11-161-1/+5
* smoothwave: Remove empty directorySebastian Dröge2016-11-161-1/+0
* real: Remove empty directorySebastian Dröge2016-11-162-16/+0
* mpeg1sys: Remove obsolete, empty directory that only contains a meson.buildSebastian Dröge2016-11-162-16/+0
* Fix some MSVC warnings about const-nessScott D Phillips2016-11-152-2/+2
* mpegtsdemux: fix operator precedence in SAFE_FOURCC_ARGSScott D Phillips2016-11-121-2/+2
* gst: Fix more mentions of interlaced-mode to say interlace-modeSebastian Dröge2016-11-041-1/+1
* bayer: fix stride inconsistencies for odd widthsTim-Philipp Müller2016-11-012-3/+3
* rawparse: pass flow returns upstreamTim-Philipp Müller2016-10-291-2/+2