compositor: Sprinkle some const in prototypes
[platform/upstream/gst-plugins-base.git] / gst / compositor / compositor.c
2019-08-09 Nirbheek Chauhancompositor: Sprinkle some const in prototypes
2019-08-09 Nirbheek Chauhancompositor: Skip background if transparent and obscured
2019-08-09 Nirbheek Chauhancompositor: Skip the background when not visible
2019-08-09 Nirbheek Chauhancompositor: Factor-out rectangle-obscuring check
2019-08-09 Nirbheek Chauhancompositor: Add some comments, remove outdated ones
2019-08-09 Nirbheek Chauhancompositor: Remove unused function argument
2018-12-28 Tim-Philipp MüllerMove GstVideoAggregator, compositor and OpenGL mixers...
2018-10-31 Víctor Manuel Jáqu... compositor: Fix enum type mismatch
2018-10-28 Sebastian Drögecompositor: Implement different operators via per-pad...
2018-10-27 Sebastian Drögecompositor: Remove extra header for the pad declaration
2018-08-16 Sebastian Drögecompositor: Define crossfade-ratio to have range [0...
2018-07-25 Sebastian Drögecompositor: Don't leak all buffers while crossfading...
2018-07-18 Seungha Yangcompositor: Update conversion info in property setter
2018-05-06 Sebastian Drögevideoaggregator: Switch to a GstVideoAggregatorConvertP...
2018-05-05 Sebastian Drögevideoaggregator: Move needs_alpha pad field to the...
2018-05-05 Sebastian Drögevideoaggregator: Move aggregated_frame and the pad...
2018-05-04 Sebastian Drögevideoaggregator: Move GstChildProxy implementations...
2018-03-01 Mathieu DuponchellePort to latest GstAggregator segment API
2017-11-22 Mathieu Duponchelleaggregator: Remove klass->sinkpads_type
2017-11-02 Tim-Philipp Müllervideoaggregator: drop ABI compat in padding for new...
2017-08-10 Mathieu Duponchellecompositor: improve conversion debugging
2017-08-03 Thibault Sauniercompositor: Add support for crossfade blending
2017-05-20 Matthew Watersaggregator: add simple support for caps handling
2017-05-20 George Kiagiadakisvideoaggregator: delay using new caps from a sink pad...
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2017-02-28 Sebastian Drögeglvideomixer/compositor: Correctly error out if calcula...
2016-12-14 Sebastian Drögecompositor: Reject multiview video
2016-05-15 Edward Herveycompositor: Check if we get a valid display ratio
2016-05-03 Sebastian Drögecompositor: Set blend functions in ::negotiated_caps...
2016-04-15 Reynaldo H. Verdej... Drop usage of 'overlayed' to mean 'overlaid'
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2016-01-27 Matthew Watersvideoaggregator: don't do caps processing that is not...
2015-09-04 Nirbheek Chauhancompositor: Ensure all arguments to CLAMP are signed int
2015-08-29 Nirbheek Chauhancompositor: variables in clamp_rectangle() should be...
2015-08-28 Luis de Bethencourtcompositor: remove check for below zero for unsigned...
2015-08-26 Nirbheek Chauhancompositor: Actually use the output resolution for...
2015-06-14 Mathieu Duponchellecompositor: update zorder documentation.
2015-05-21 Sebastian Drögecompositor/glvideomixer: Don't calculate PAR/DAR with...
2015-05-21 Sebastian Drögecompositor: Fix double assignment
2015-05-20 Matthew Waterscompositor/glvideomixer: fix up par handling
2015-05-18 Stefan SauerRevert "doc: Workaround gtkdoc issue"
2015-05-17 Nicolas Dufresnedoc: Workaround gtkdoc issue
2015-05-14 Matthew Waterscompositor: implement proper par handling
2015-05-13 Matthew Waterscompositor: fix rectangle obscure test to clamp against...
2015-05-01 Nirbheek Chauhancompositor: Only map the frame from a buffer if it...
2015-05-01 Nirbheek Chauhancompositor: use accessor macros for consistency
2015-05-01 Nirbheek Chauhancompositor: Skip pads that are completely obscured...
2015-01-14 Nirbheek Chauhancompositor: Document the zorder pad property from gstvi...
2015-01-13 Sebastian Drögecompositor: Don't do any conversions if the pad is...
2014-12-27 Nirbheek Chauhancompositor: Document the pad properties
2014-12-18 Sebastian Drögecompositor: Fix memory leak when no buffer is available...
2014-12-17 Sebastian Drögeaggregator: Add a timeout parameter to ::aggregate()
2014-11-28 Sebastian Drögecompositor: Failure to map a video frame is not just...
2014-11-27 Sebastian Drögecompositor: Implement rescaling of the input via pad...
2014-11-26 Sebastian Drögecompositor: Remove unused zorder pad property
2014-11-25 Sebastian Drögecompositor: GstVideoMeta is supported just fine, tell...
2014-10-20 Matthew Watersvideoaggregator: operate on caps rather than video...
2014-06-20 Mathieu Duponchellecompositor: Add a new compositor based on the new GstVi...