summaryrefslogtreecommitdiff
path: root/gst/deinterlace
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-07deinterlace: force deinterlacing in "interlaced" modeMatej Knopp1-0/+2
2013-03-17deinterlace: fix infinite loop on EOS with non-default methods or fieldsKishore Arepalli1-0/+2
2012-12-18deinterlace: use appropriate printf format for gsizeThijs Vermeir1-5/+6
2012-12-11deinterlace: add support for stridesWim Taymans14-285/+290
2012-11-04Fix FSF addressTim-Philipp Müller19-38/+38
2012-09-25deinterlace: Add some useful debug loggingRobert Swain1-0/+9
2012-09-25deinterlace: Fix telecineRobert Swain1-14/+26
2012-09-19deinterlace: Remove incorrect logicRobert Swain1-4/+0
2012-09-19deinterlace: Fix field durationRobert Swain1-1/+1
2012-09-12deinterlace: Don't treat every custom-downstream event as EOSJan Schmidt1-1/+3
2012-09-12deinterlace: improve framerate transformWim Taymans1-12/+12
2012-09-12deinterlace: small cleanupWim Taymans1-4/+6
2012-09-06deinterlace: remove redundant _set_allocation callWim Taymans1-2/+0
2012-09-06deinterlace: plug some leaksMark Nauwelaerts1-0/+4
2012-09-06deinterlace: reuse core function for GCDWim Taymans1-14/+1
2012-09-06deinterlace: support filter in getcapsMark Nauwelaerts1-1/+10
2012-09-06deinterlace: do not leak getcaps resultMark Nauwelaerts1-0/+1
2012-09-06deinterlace: add support for bufferpoolWim Taymans2-56/+138
2012-09-06deinterlace: proxy allocation query in passthroughWim Taymans1-1/+8
2012-09-06deinterlace: use default event functionsWim Taymans1-4/+5
2012-09-06deinterlace: small cleanupsWim Taymans1-15/+10
2012-09-06deinterlace: call default query handlersWim Taymans1-21/+4
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-08-27deinterlace: the field in caps is "interlace-mode" not "interlace-method"Tim-Philipp Müller1-1/+1
2012-08-14deinterlace: fix not-negotiated errors on variable or missing framerate in in...Tim-Philipp Müller1-9/+0
2012-08-08gst: update disted orc filesTim-Philipp Müller1-12/+28
2012-07-26deinterlace: Fix timestamp adjustment and capsRobert Swain1-31/+37
2012-07-26deinterlace: Fix/simplify telecine state checksRobert Swain1-14/+14
2012-07-26deinterlace: Improve debug outputRobert Swain1-6/+15
2012-07-26deinterlace: Fix low-latency pattern lockingRobert Swain1-8/+2