summaryrefslogtreecommitdiff
path: root/gst/deinterlace
Commit message (Expand)AuthorAgeFilesLines
* meson: Replace empty configuration_data() with copy keywordTim-Philipp Müller2018-10-171-2/+2
* deinterlace: Reset frame/tc/caption pointer to NULL after moving it in the hi...Sebastian Dröge2018-08-311-0/+3
* deinterlace: Closed caption pass-throughVivia Nikolaidou2018-07-272-60/+133
* deinterlace: Timecode pass-throughVivia Nikolaidou2018-07-173-8/+84
* Meson: Generate pc file for all plugins in goodXavier Claessens2018-04-251-0/+1
* Update ORC filesEdward Hervey2018-02-091-8/+8
* deinterlace: Fixed memory leak in error code pathDeepak Srivastava2017-09-221-4/+4
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* deinterlace: Mark pad as needing reconfiguration again if reconfiguration failedSebastian Dröge2016-11-181-1/+9
* deinterlace: Fix field ordering for reverse playbackSebastian Dröge2016-09-121-6/+22
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+43
* deinterlace: Ensure DISCONT flag is properly propagatedEdward Hervey2016-06-022-0/+12
* deinterlace: fix caps leakGuillaume Desmottes2016-05-201-0/+1
* deinterlace: fix description of linear interlacing methodTim-Philipp Müller2016-04-221-1/+1
* deinterlace: Drain the field history if the caps are changingSebastian Dröge2016-04-121-1/+10
* deinterlace: Instead of confusing crashes later, just error out immediately i...Sebastian Dröge2016-04-121-1/+5
* deinterlace: Added "auto" fields modeVivia Nikolaidou2016-03-242-23/+84
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* deinterlace: Fix typo to not change the input caps but our filtered capsVivia Nikolaidou2016-03-171-2/+2
* gst: Handle gst_pad_get_current_caps() returning NULL gracefullySebastian Dröge2016-02-231-2/+3
* deinterlace: remove check for impossible conditionLuis de Bethencourt2016-02-081-2/+0
* deinterlace: Check for subset instead of non-empty intersection for ACCEPT_CAPSSebastian Dröge2016-01-271-4/+4
* deinterlace: Unset RECONFIGURE flag on srcpad whenever we configure new capsSebastian Dröge2016-01-271-0/+2
* deinterlace: Do passthrough in auto mode if downstream only supports interlacedVivia Nikolaidou2016-01-271-6/+53
* deinterlace: Add mode=auto-strictSebastian Dröge2016-01-272-11/+36
* deinterlace: Implement reconfiguration a bit betterSebastian Dröge2016-01-271-9/+12
* deinterlace: Rewrite caps negotiationSebastian Dröge2016-01-271-209/+295
* deinterlace: Remove unused, obsolete bufferalloc codeSebastian Dröge2016-01-271-71/+0
* deinterlace: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt2015-11-021-3/+3
* deinterlace: break as soon as non-interlaced if foundThiago Santos2015-10-251-0/+1
* deinterlace: implement accept-capsThiago Santos2015-10-251-0/+37
* deinterlace: update example pipelineLuis de Bethencourt2015-06-251-1/+1
* deinterlace: remove dead assignmentsLuis de Bethencourt2015-06-251-2/+0
* Release 1.5.11.5.1Sebastian Dröge2015-06-071-110/+90
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* remove unused enum items PROP_LASTLuis de Bethencourt2015-04-241-2/+1
* Deinterlace: in query_caps return only supported formats if filter is interlacedThibault Saunier2014-12-141-1/+21
* Miscellaneous minor cleanupsSanjay NM2014-09-241-2/+1
* deinterlace: Fix compiler warnings when compiling with G_DISABLE_ASSERTSebastian Dröge2014-06-291-0/+6
* Release 1.3.11.3.1Sebastian Dröge2014-05-031-2/+2
* deinterlace: Fix compiler warningSebastian Dröge2014-04-221-0/+2
* deinterlace: fix sign comparisonVincent Penquerc'h2014-04-161-2/+2
* deinterlace: guard against finding no suitable patternVincent Penquerc'h2014-04-071-0/+5
* deinterlace: do not try set deinterlace method if passthrough is enabledMatthieu Bouron2014-02-041-2/+4
* deinterlace: support any video formats and any caps features if deinterlace m...Matthieu Bouron2014-01-031-2/+14
* Some compiler warning fixes to satisfy XCode compilerTodd Agulnick2013-12-161-4/+4
* deinterlace: microoptimisation: avoid some unnecessary GValue copiesTim-Philipp Müller2013-12-021-6/+3
* deinterlace: fix off-by-one crash when downstream caps contain a list of fram...Tim-Philipp Müller2013-12-011-1/+1
* docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller2013-11-181-18/+7
* deinterlace: Fix handling of planar video formats in greedyh methodSebastian Dröge2013-10-071-7/+7