summaryrefslogtreecommitdiff
path: root/gst/compositor
AgeCommit message (Expand)AuthorFilesLines
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+33
2016-05-15compositor: Check if we get a valid display ratioEdward Hervey1-7/+8
2016-05-03compositor: Set blend functions in ::negotiated_caps() instead of ::fixate_ca...Sebastian Dröge1-8/+17
2016-04-15Drop usage of 'overlayed' to mean 'overlaid'Reynaldo H. Verdejo Pinochet1-1/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2016-01-27videoaggregator: don't do caps processing that is not overridableMatthew Waters1-26/+62
2015-09-04compositor: Ensure all arguments to CLAMP are signed intNirbheek Chauhan1-2/+2
2015-08-29compositor: variables in clamp_rectangle() should be signedNirbheek Chauhan1-7/+7
2015-08-28compositor: remove check for below zero for unsigned valueLuis de Bethencourt1-4/+4
2015-08-26compositor: Actually use the output resolution for clampingNirbheek Chauhan1-17/+41
2015-06-14compositor: update zorder documentation.Mathieu Duponchelle1-2/+2
2015-06-07Release 1.5.11.5.1Sebastian Dröge1-112/+184
2015-05-21compositor/glvideomixer: Don't calculate PAR/DAR with unset GstVideoInfosSebastian Dröge1-0/+9
2015-05-21compositor: Fix double assignmentSebastian Dröge1-5/+0
2015-05-21compositor/glvideomixer: fix up par handlingMatthew Waters1-7/+8
2015-05-18Revert "doc: Workaround gtkdoc issue"Stefan Sauer1-2/+0
2015-05-16doc: Workaround gtkdoc issueNicolas Dufresne1-0/+2
2015-05-14compositor: implement proper par handlingMatthew Waters1-38/+69
2015-05-13compositor: fix rectangle obscure test to clamp against the output frame sizeMatthew Waters1-8/+6
2015-05-01compositor: Only map the frame from a buffer if it will be usedNirbheek Chauhan1-25/+24
2015-05-01compositor: use accessor macros for consistencyNirbheek Chauhan1-5/+5
2015-05-01compositor: Skip pads that are completely obscured by a higher zorder padNirbheek Chauhan1-0/+84
2015-03-16compositor: Revert most of previous patch.Jan Schmidt1-21/+7
2015-03-16compositor: Fix blending functionsJan Schmidt1-12/+29
2015-01-19compositor: fix illegal memory access in blend function with negative yposVincent Penquerc'h1-7/+9
2015-01-14compositor: Document the zorder pad property from gstvideoaggregatorNirbheek Chauhan1-0/+4
2015-01-13compositor: Don't do any conversions if the pad is completely transparent anywaySebastian Dröge1-1/+6
2015-01-12gitignore: ignore more filesStefan Sauer1-0/+1
2014-12-27compositor: Document the pad propertiesNirbheek Chauhan1-1/+25
2014-12-18compositor: Fix memory leak when no buffer is available for a pad currentlySebastian Dröge1-1/+3
2014-12-17aggregator: Add a timeout parameter to ::aggregate()Sebastian Dröge1-0/+3
2014-11-28compositor: Failure to map a video frame is not just a warningSebastian Dröge1-1/+2
2014-11-27compositor: Implement rescaling of the input via pad propertiesSebastian Dröge2-2/+285
2014-11-26compositor: Remove unused zorder pad propertySebastian Dröge2-6/+0
2014-11-25compositor: GstVideoMeta is supported just fine, tell upstream about thatSebastian Dröge1-0/+43
2014-10-21videoaggregator: operate on caps rather than video infoMatthew Waters1-7/+11
2014-06-24compositor: Fix Makefile CFLAGS/LIBADD orderingEdward Hervey1-3/+5
2014-06-22Release 1.3.31.3.3Sebastian Dröge1-2/+2
2014-06-20compositor: Add a new compositor based on the new GstVideoAggregator base classMathieu Duponchelle10-0/+4758