summaryrefslogtreecommitdiff
path: root/gst/deinterlace/gstdeinterlace.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-13deinterlace: reduce noise when gst_pad_set_caps failsMathieu Duponchelle1-1/+1
2021-05-27deinterlace: Drop "field-order" field while transforming capsSeungha Yang1-2/+9
2021-05-27deinterlace: Drop field-order field if outputting progressiveSeungha Yang1-0/+5
2021-05-07deinterlace: Plug a method subobject leakJan Alexander Steffens (heftig)1-1/+1
2021-03-29deinterlace: allow per feature registrationStéphane Cerveau1-8/+12
2021-02-03deinterlace: Provide documentation for GST_DEINTERLACE_BUFFER_STATERobert Swain1-0/+13
2021-02-03deinterlace: Better alternate supportVivia Nikolaidou1-1/+2
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-5/+5
2020-06-03plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle1-0/+6
2020-05-06deinterlace: Add C implementation of YADIFJan Schmidt1-1/+5
2020-05-07deinterlace: Force renegotiation when changing modeJan Schmidt1-8/+18
2020-05-05deinterlace: Don't leak frame in error caseEdward Hervey1-2/+6
2020-03-03deinterlace: add alternate supportGuillaume Desmottes1-9/+55
2020-03-03deinterlace: fix video info on output framesGuillaume Desmottes1-2/+10
2020-03-03deinterlace: use output caps to compute buffer sizeGuillaume Desmottes1-1/+5
2019-10-05documentation: fix a number of typosAaron Boxer1-2/+2
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier1-66/+15
2018-08-31deinterlace: Reset frame/tc/caption pointer to NULL after moving it in the hi...Sebastian Dröge1-0/+3
2018-07-27deinterlace: Closed caption pass-throughVivia Nikolaidou1-60/+132
2018-07-17deinterlace: Timecode pass-throughVivia Nikolaidou1-8/+82
2017-09-22deinterlace: Fixed memory leak in error code pathDeepak Srivastava1-4/+4
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-06-02deinterlace: Ensure DISCONT flag is properly propagatedEdward Hervey1-0/+11
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 Nikolaidou1-22/+80
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öge1-10/+34
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-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-04-22deinterlace: Fix compiler warningSebastian Dröge1-0/+2
2014-04-16deinterlace: fix sign comparisonVincent Penquerc'h1-2/+2