summaryrefslogtreecommitdiff
path: root/gst/deinterlace
AgeCommit message (Expand)AuthorFilesLines
2017-09-22deinterlace: Fixed memory leak in error code pathDeepak Srivastava1-4/+4
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-11-18deinterlace: Mark pad as needing reconfiguration again if reconfiguration failedSebastian Dröge1-1/+9
2016-09-12deinterlace: Fix field ordering for reverse playbackSebastian Dröge1-6/+22
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+43
2016-06-02deinterlace: Ensure DISCONT flag is properly propagatedEdward Hervey2-0/+12
2016-05-20deinterlace: fix caps leakGuillaume Desmottes1-0/+1
2016-04-22deinterlace: fix description of linear interlacing methodTim-Philipp Müller1-1/+1
2016-04-12deinterlace: Drain the field history if the caps are changingSebastian Dröge1-1/+10
2016-04-12deinterlace: Instead of confusing crashes later, just error out immediately i...Sebastian Dröge1-1/+5
2016-03-24deinterlace: Added "auto" fields modeVivia Nikolaidou2-23/+84
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2016-03-17deinterlace: Fix typo to not change the input caps but our filtered capsVivia Nikolaidou1-2/+2
2016-02-23gst: Handle gst_pad_get_current_caps() returning NULL gracefullySebastian Dröge1-2/+3
2016-02-08deinterlace: remove check for impossible conditionLuis de Bethencourt1-2/+0
2016-01-27deinterlace: Check for subset instead of non-empty intersection for ACCEPT_CAPSSebastian Dröge1-4/+4
2016-01-27deinterlace: Unset RECONFIGURE flag on srcpad whenever we configure new capsSebastian Dröge1-0/+2
2016-01-27deinterlace: Do passthrough in auto mode if downstream only supports interlacedVivia Nikolaidou1-6/+53
2016-01-27deinterlace: Add mode=auto-strictSebastian Dröge2-11/+36
2016-01-27deinterlace: Implement reconfiguration a bit betterSebastian Dröge1-9/+12
2016-01-27deinterlace: Rewrite caps negotiationSebastian Dröge1-209/+295
2016-01-27deinterlace: Remove unused, obsolete bufferalloc codeSebastian Dröge1-71/+0
2015-11-02deinterlace: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt1-3/+3
2015-10-25deinterlace: break as soon as non-interlaced if foundThiago Santos1-0/+1
2015-10-25deinterlace: implement accept-capsThiago Santos1-0/+37
2015-06-25deinterlace: update example pipelineLuis de Bethencourt1-1/+1
2015-06-25deinterlace: remove dead assignmentsLuis de Bethencourt1-2/+0
2015-06-07Release 1.5.1Sebastian Dröge1-110/+90
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2014-12-14Deinterlace: in query_caps return only supported formats if filter is interlacedThibault Saunier1-1/+21
2014-09-24Miscellaneous minor cleanupsSanjay NM1-2/+1
2014-06-29deinterlace: Fix compiler warnings when compiling with G_DISABLE_ASSERTSebastian Dröge1-0/+6
2014-05-03Release 1.3.1Sebastian Dröge1-2/+2
2014-04-22deinterlace: Fix compiler warningSebastian Dröge1-0/+2
2014-04-16deinterlace: fix sign comparisonVincent Penquerc'h1-2/+2
2014-04-07deinterlace: guard against finding no suitable patternVincent Penquerc'h1-0/+5
2014-02-04deinterlace: do not try set deinterlace method if passthrough is enabledMatthieu Bouron1-2/+4
2014-01-03deinterlace: support any video formats and any caps features if deinterlace m...Matthieu Bouron1-2/+14
2013-12-16Some compiler warning fixes to satisfy XCode compilerTodd Agulnick1-4/+4
2013-12-02deinterlace: microoptimisation: avoid some unnecessary GValue copiesTim-Philipp Müller1-6/+3
2013-12-01deinterlace: fix off-by-one crash when downstream caps contain a list of fram...Tim-Philipp Müller1-1/+1
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller1-18/+7
2013-10-07deinterlace: Fix handling of planar video formats in greedyh methodSebastian Dröge1-7/+7
2013-07-22deinterlace: fix on-the-fly changing of "mode" and "fields" propertiesTim-Philipp Müller1-2/+6
2013-06-05Release 1.1.1Sebastian Dröge2-0/+116
2013-05-22deinterlace: The return value of gst_pad_set_caps() is not relevant anymoreSebastian Dröge1-8/+1
2013-05-14deinterlace: Improve handling of min/max buffer numbers of the buffer poolSebastian Dröge1-2/+8
2013-05-14deinterlace: set caps for buffer pool configMatej Knopp1-0/+6
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1