plugins: uddate gst_type_mark_as_plugin_api() calls
[platform/upstream/gstreamer.git] / ext / gl / gstglmixer.c
2020-06-05 Mathieu Duponchelleplugins: uddate gst_type_mark_as_plugin_api() calls
2020-06-04 Mathieu Duponchelleplugins: Use gst_type_mark_as_plugin_api() for all...
2020-04-14 Matthew Watersglvideomixer: fix black output after display changes
2020-03-03 Matthew Watersgl/mixer: support GstGLDisplay changes
2018-12-28 Tim-Philipp MüllerMove GstVideoAggregator, compositor and OpenGL mixers...
2018-06-23 Tim-Philipp Müllergl: Update for g_type_class_add_private() deprecation...
2018-05-06 Sebastian Drögevideoaggregator: Switch to a GstVideoAggregatorConvertP...
2018-05-05 Sebastian Drögeglmixer: Include string.h for memset()
2018-05-05 Sebastian Drögevideoaggregator: Move aggregated_frame and the pad...
2018-05-05 Sebastian Drögeglmixer: Move frame/texture mapping/unmapping into...
2018-03-01 Mathieu DuponchellePort to latest GstAggregator segment API
2018-03-01 Mathieu DuponchellePort to latest GstAggregator segment API
2018-02-13 Tim-Philipp Mülleraudioaggregator, audiomixer, audiointerleave: move...
2017-12-19 Tim-Philipp MüllerMove OpenGL library and plugin from -bad
2017-12-09 Mathieu Duponchelleaggregator: Remove klass->sinkpads_type
2017-12-09 Tim-Philipp Müllergl: use new gst_element_foreach_sink_pad()
2017-12-09 Ponnam Srinivasglmixer: Unmap video frame in error case
2017-12-09 Nicolas DufresneRequest minimum buffer even if need_pool is FALSE
2017-12-09 Olivier Crêtegl*mixer: Use propose_allocation from the GstAggregator...
2017-12-09 Olivier Crêteglbasemixer: Remove own decide_allocation, use GstAggre...
2017-12-09 Olivier Crêtevideoaggregator: Get the buffer from the pool if available
2017-12-09 Matthew Watersaggregator: add simple support for caps handling
2017-12-09 Matthew Watersglmixer: ensure caps are writable after intersection
2017-12-09 Matthew Watersglutils: remove trivial helper function
2017-12-09 Matthew Watersglframebuffer: rewrite for a more consistent API
2017-12-09 Matthew Watersgl: use GLMemory for accessing textures everywhere
2017-12-09 Matthew Watersgl/egl: replace gsteglimagememory with an EGLImage...
2017-12-09 Matthew Watersglmixer: set the current texture to 0 before mapping
2017-12-09 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2017-12-09 Matthew Watersglmixer: Remove usage of GstGLMixerFrameData
2017-12-09 Matthew Watersglmixer: don't hold the object lock while calling into GL
2017-12-09 Matthew Watersvideoaggregator: don't do caps processing that is not...
2017-12-09 Nicolas Dufresnegl: Don't leak pool if set_config failed
2017-12-09 Sebastian Drögeglmixer: Implement GstVideoAggregator::find_best_format()
2017-12-09 Sebastian DrögeRevert "gl: readd glupload/download onto element pads"
2017-12-09 Matthew Watersgl: readd glupload/download onto element pads
2017-12-09 Vineeth T Mglmixer: Possible null pointer dereference
2017-12-09 Guillaume Desmottesglmixer: fix caps leak in gst_gl_mixer_pad_sink_getcaps()
2017-12-09 Guillaume Desmottesglmixer: unref owned caps when finalizing the mixer
2017-12-09 Guillaume Desmottesglmixer: pass the proper free function to frames and...
2017-12-09 Sebastian Drögegl: Remove some empty ::finalize() implementations
2017-12-09 Matthew Watersglsyncmeta: make context to wait and set sync explicit
2017-12-09 Matthew Watersgl: get the context from basemixer/basefilter
2017-12-09 Matthew Watersglmixer: remove usage of upload/download objects
2017-12-09 Matthew Watersgl: add a new glbasemixer class below glmixer
2017-12-09 Nicolas Dufresneglmixer: Don't share our downstream pool with upstream
2017-12-09 Sebastian Drögegl: Remove format info in glcolorconvert's transform_ca...
2017-12-09 Matthew Watersgl: remove the egl caps from the src pads
2017-12-09 Matthew Watersglupload/download/convert: provide transform_caps functions
2017-12-09 Alessandro Decinagl: initial support for texture targets other than...
2017-12-09 Matthew Watersglvideomixer: don't upload if alpha <= 0
2017-12-09 Matthew Watersgl: split glcolorconvert usage from glupload
2017-12-09 Tim-Philipp Müllerglmixer, glvideomixer: update for GstAggregatorPadForea...
2017-12-09 Tim-Philipp Müllerglmixer: update for aggregator start/stop vfunc change
2017-12-09 Matthew Watersgldisplay: implement runtime GL api filtering
2017-12-09 Matthew Watersgl: add a sync meta for synchronizing across GL contexts
2017-12-09 Thibault Sauniervideoaggregator: Expose vmethods to set converters...
2017-12-09 Matthew Watersglupload: rearchitecture for non GLMemory inputs/outputs
2017-12-09 Matthew Watersglmixer: add read-only context property
2017-12-09 Matthew Watersgl: remove the width/height fields from the caps to...
2017-12-09 Matthew Watersglmixer: advertise support for changing input caps...
2017-12-09 Matthew Watersglmixer: don't get the current caps from GstVideoInfo...
2017-12-09 Wang Xin-yu (王昕宇)glmixer:fix incorrect parameter passed to handle_set_co...
2017-12-09 Matthew Watersglmixer: override the caps query in order to 'convert...
2017-12-09 Matthew Watersglmixer: override the accept caps query in order to...
2017-12-09 Matthew Watersgl: propogate other-context using GstContext
2017-12-09 Matthew Watersglmixer: fixup eglimage include path
2017-12-09 Matthew Watersglbufferpool: add the GstVideoGLTextureUploadMeta buffe...
2017-12-09 Matthew Watersvideoaggregator: operate on caps rather than video...
2017-12-09 Sebastian Drögeglmixer: Call the pad's parent class finalize method
2017-12-09 Sebastian Drögeglmixer: Only finalize the other context in finalize()
2017-12-09 Sebastian Drögeglmixer: Add other-context property
2017-12-09 Matthew Watersgl: download whenever we have sysmem capsfeatures
2017-12-09 Matthew Watersglupload: provide the output buffer that is rendered...
2017-12-09 Sanjay NMgl: Removed unreachable break, unused variable
2017-12-09 Ognyan Tonchevglmixer: do not leak pool in error cases
2017-12-09 Matthew Watersglmixer: unref the GstGLUpload in the pad if freed...
2017-12-09 Wang Xin-yu (王昕宇)glvideomixer: avoid gl resource race condition between...
2017-12-09 Wang Xin-yu (王昕宇)gl: fix multi gl object leaks
2017-12-09 Sebastian Drögegl: Move GstGLMixer to the plugin for now
2017-11-22 Mathieu Duponchelleaggregator: Remove klass->sinkpads_type
2017-11-02 Tim-Philipp Müllergl: use new gst_element_foreach_sink_pad()
2017-09-26 Ponnam Srinivasglmixer: Unmap video frame in error case
2017-09-06 Nicolas DufresneRequest minimum buffer even if need_pool is FALSE
2017-05-21 Olivier Crêtegl*mixer: Use propose_allocation from the GstAggregator...
2017-05-21 Olivier Crêteglbasemixer: Remove own decide_allocation, use GstAggre...
2017-05-21 Olivier Crêtevideoaggregator: Get the buffer from the pool if available
2017-05-20 Matthew Watersaggregator: add simple support for caps handling
2017-01-18 Matthew Watersglmixer: ensure caps are writable after intersection
2017-01-13 Matthew Watersglutils: remove trivial helper function
2016-07-26 Matthew Watersglframebuffer: rewrite for a more consistent API
2016-07-26 Matthew Watersgl: use GLMemory for accessing textures everywhere
2016-05-04 Matthew Watersgl/egl: replace gsteglimagememory with an EGLImage...
2016-04-05 Matthew Watersglmixer: set the current texture to 0 before mapping
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2016-02-16 Matthew Watersglmixer: Remove usage of GstGLMixerFrameData
2016-02-16 Matthew Watersglmixer: don't hold the object lock while calling into GL
2016-01-27 Matthew Watersvideoaggregator: don't do caps processing that is not...
2015-07-02 Nicolas Dufresnegl: Don't leak pool if set_config failed
2015-05-11 Sebastian Drögeglmixer: Implement GstVideoAggregator::find_best_format()
next