index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
deinterlace
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-22
deinterlace: Fixed memory leak in error code path
Deepak Srivastava
1
-4
/
+4
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
1
-1
/
+0
2016-11-18
deinterlace: Mark pad as needing reconfiguration again if reconfiguration failed
Sebastian Dröge
1
-1
/
+9
2016-09-12
deinterlace: Fix field ordering for reverse playback
Sebastian Dröge
1
-6
/
+22
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+43
2016-06-02
deinterlace: Ensure DISCONT flag is properly propagated
Edward Hervey
2
-0
/
+12
2016-05-20
deinterlace: fix caps leak
Guillaume Desmottes
1
-0
/
+1
2016-04-22
deinterlace: fix description of linear interlacing method
Tim-Philipp Müller
1
-1
/
+1
2016-04-12
deinterlace: Drain the field history if the caps are changing
Sebastian Dröge
1
-1
/
+10
2016-04-12
deinterlace: Instead of confusing crashes later, just error out immediately i...
Sebastian Dröge
1
-1
/
+5
2016-03-24
deinterlace: Added "auto" fields mode
Vivia Nikolaidou
2
-23
/
+84
2016-03-24
good: use new gst_element_class_add_static_pad_template()
Vineeth TM
1
-4
/
+2
2016-03-17
deinterlace: Fix typo to not change the input caps but our filtered caps
Vivia Nikolaidou
1
-2
/
+2
2016-02-23
gst: Handle gst_pad_get_current_caps() returning NULL gracefully
Sebastian Dröge
1
-2
/
+3
2016-02-08
deinterlace: remove check for impossible condition
Luis de Bethencourt
1
-2
/
+0
2016-01-27
deinterlace: Check for subset instead of non-empty intersection for ACCEPT_CAPS
Sebastian Dröge
1
-4
/
+4
2016-01-27
deinterlace: Unset RECONFIGURE flag on srcpad whenever we configure new caps
Sebastian Dröge
1
-0
/
+2
2016-01-27
deinterlace: Do passthrough in auto mode if downstream only supports interlaced
Vivia Nikolaidou
1
-6
/
+53
2016-01-27
deinterlace: Add mode=auto-strict
Sebastian Dröge
2
-11
/
+36
2016-01-27
deinterlace: Implement reconfiguration a bit better
Sebastian Dröge
1
-9
/
+12
2016-01-27
deinterlace: Rewrite caps negotiation
Sebastian Dröge
1
-209
/
+295
2016-01-27
deinterlace: Remove unused, obsolete bufferalloc code
Sebastian Dröge
1
-71
/
+0
2015-11-02
deinterlace: use GST_STIME_ARGS for GstClockTimeDiff
Luis de Bethencourt
1
-3
/
+3
2015-10-25
deinterlace: break as soon as non-interlaced if found
Thiago Santos
1
-0
/
+1
2015-10-25
deinterlace: implement accept-caps
Thiago Santos
1
-0
/
+37
2015-06-25
deinterlace: update example pipeline
Luis de Bethencourt
1
-1
/
+1
2015-06-25
deinterlace: remove dead assignments
Luis de Bethencourt
1
-2
/
+0
2015-06-07
Release 1.5.1
Sebastian Dröge
1
-110
/
+90
2015-04-26
Remove obsolete Android build cruft
Tim-Philipp Müller
1
-15
/
+0
2015-04-24
remove unused enum items PROP_LAST
Luis de Bethencourt
1
-2
/
+1
2014-12-14
Deinterlace: in query_caps return only supported formats if filter is interlaced
Thibault Saunier
1
-1
/
+21
2014-09-24
Miscellaneous minor cleanups
Sanjay NM
1
-2
/
+1
2014-06-29
deinterlace: Fix compiler warnings when compiling with G_DISABLE_ASSERT
Sebastian Dröge
1
-0
/
+6
2014-05-03
Release 1.3.1
Sebastian Dröge
1
-2
/
+2
2014-04-22
deinterlace: Fix compiler warning
Sebastian Dröge
1
-0
/
+2
2014-04-16
deinterlace: fix sign comparison
Vincent Penquerc'h
1
-2
/
+2
2014-04-07
deinterlace: guard against finding no suitable pattern
Vincent Penquerc'h
1
-0
/
+5
2014-02-04
deinterlace: do not try set deinterlace method if passthrough is enabled
Matthieu Bouron
1
-2
/
+4
2014-01-03
deinterlace: support any video formats and any caps features if deinterlace m...
Matthieu Bouron
1
-2
/
+14
2013-12-16
Some compiler warning fixes to satisfy XCode compiler
Todd Agulnick
1
-4
/
+4
2013-12-02
deinterlace: microoptimisation: avoid some unnecessary GValue copies
Tim-Philipp Müller
1
-6
/
+3
2013-12-01
deinterlace: fix off-by-one crash when downstream caps contain a list of fram...
Tim-Philipp Müller
1
-1
/
+1
2013-11-18
docs: get rid of 'Since: 0.10.x' markers
Tim-Philipp Müller
1
-18
/
+7
2013-10-07
deinterlace: Fix handling of planar video formats in greedyh method
Sebastian Dröge
1
-7
/
+7
2013-07-22
deinterlace: fix on-the-fly changing of "mode" and "fields" properties
Tim-Philipp Müller
1
-2
/
+6
2013-06-05
Release 1.1.1
Sebastian Dröge
2
-0
/
+116
2013-05-22
deinterlace: The return value of gst_pad_set_caps() is not relevant anymore
Sebastian Dröge
1
-8
/
+1
2013-05-14
deinterlace: Improve handling of min/max buffer numbers of the buffer pool
Sebastian Dröge
1
-2
/
+8
2013-05-14
deinterlace: set caps for buffer pool config
Matej Knopp
1
-0
/
+6
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
[next]