summaryrefslogtreecommitdiff
path: root/ext/gl/gstglmixer.c
Commit message (Expand)AuthorAgeFilesLines
* glmixer: Remove usage of GstGLMixerFrameDataMatthew Waters2016-02-171-71/+4
* glmixer: don't hold the object lock while calling into GLMatthew Waters2016-02-171-55/+60
* videoaggregator: don't do caps processing that is not overridableMatthew Waters2016-01-271-2/+10
* gl: Don't leak pool if set_config failedNicolas Dufresne2015-07-021-4/+5
* glmixer: Implement GstVideoAggregator::find_best_format()Sebastian Dröge2015-05-111-1/+21
* Revert "gl: readd glupload/download onto element pads"Sebastian Dröge2015-05-061-145/+37
* gl: readd glupload/download onto element padsMatthew Waters2015-04-301-37/+145
* glmixer: Possible null pointer dereferenceVineeth T M2015-04-221-3/+1
* glmixer: fix caps leak in gst_gl_mixer_pad_sink_getcaps()Guillaume Desmottes2015-04-201-10/+10
* glmixer: unref owned caps when finalizing the mixerGuillaume Desmottes2015-04-171-0/+3
* glmixer: pass the proper free function to frames and buffers arrayGuillaume Desmottes2015-04-171-2/+2
* gl: Remove some empty ::finalize() implementationsSebastian Dröge2015-04-171-9/+0
* glsyncmeta: make context to wait and set sync explicitMatthew Waters2015-03-141-1/+1
* gl: get the context from basemixer/basefilterMatthew Waters2015-03-131-7/+0
* glmixer: remove usage of upload/download objectsMatthew Waters2015-03-121-257/+39
* gl: add a new glbasemixer class below glmixerMatthew Waters2015-03-121-401/+71
* glmixer: Don't share our downstream pool with upstreamNicolas Dufresne2015-03-061-22/+3
* gl: Remove format info in glcolorconvert's transform_caps function instead of...Sebastian Dröge2015-03-061-49/+2
* gl: remove the egl caps from the src padsMatthew Waters2015-02-031-4/+6
* glupload/download/convert: provide transform_caps functionsMatthew Waters2015-02-031-108/+94
* gl: initial support for texture targets other than GL_TEXTURE_2DAlessandro Decina2015-01-301-3/+6
* glvideomixer: don't upload if alpha <= 0Matthew Waters2015-01-151-75/+87
* gl: split glcolorconvert usage from gluploadMatthew Waters2015-01-141-11/+44
* glmixer, glvideomixer: update for GstAggregatorPadForeachFunc changeTim-Philipp Müller2014-12-301-1/+1
* glmixer: update for aggregator start/stop vfunc changeTim-Philipp Müller2014-12-301-6/+0
* gldisplay: implement runtime GL api filteringMatthew Waters2014-11-281-2/+22
* gl: add a sync meta for synchronizing across GL contextsMatthew Waters2014-11-281-3/+27
* videoaggregator: Expose vmethods to set converters and prepare/clean framesThibault Saunier2014-11-271-1/+7
* glupload: rearchitecture for non GLMemory inputs/outputsMatthew Waters2014-11-231-4/+36
* glmixer: add read-only context propertyMatthew Waters2014-11-171-1/+12
* gl: remove the width/height fields from the caps to support frame resizingMatthew Waters2014-11-111-1/+2
* glmixer: advertise support for changing input caps mid-streamMatthew Waters2014-10-311-93/+96
* glmixer: don't get the current caps from GstVideoInfo for the srcpadMatthew Waters2014-10-301-39/+24
* glmixer:fix incorrect parameter passed to handle_set_contextWang Xin-yu (王昕宇)2014-10-291-1/+2
* glmixer: override the caps query in order to 'convert' capsfeaturesMatthew Waters2014-10-241-0/+42
* glmixer: override the accept caps query in order to 'convert' capsfeaturesMatthew Waters2014-10-231-0/+30
* gl: propogate other-context using GstContextMatthew Waters2014-10-231-28/+7
* glmixer: fixup eglimage include pathMatthew Waters2014-10-211-1/+1
* glbufferpool: add the GstVideoGLTextureUploadMeta buffer pool optionMatthew Waters2014-10-211-0/+2
* videoaggregator: operate on caps rather than video infoMatthew Waters2014-10-211-0/+96
* glmixer: Call the pad's parent class finalize methodSebastian Dröge2014-10-131-0/+2
* glmixer: Only finalize the other context in finalize()Sebastian Dröge2014-10-131-6/+7
* glmixer: Add other-context propertySebastian Dröge2014-10-131-2/+39
* gl: download whenever we have sysmem capsfeaturesMatthew Waters2014-09-241-8/+15
* glupload: provide the output buffer that is rendered intoMatthew Waters2014-09-211-1/+1
* gl: Removed unreachable break, unused variableSanjay NM2014-09-191-3/+2
* glmixer: do not leak pool in error casesOgnyan Tonchev2014-09-161-16/+16
* glmixer: unref the GstGLUpload in the pad if freed while runningMatthew Waters2014-08-191-0/+14
* glvideomixer: avoid gl resource race condition between different threadWang Xin-yu (王昕宇)2014-08-191-1/+36
* gl: fix multi gl object leaksWang Xin-yu (王昕宇)2014-07-241-0/+6