summaryrefslogtreecommitdiff
path: root/ext/gl
AgeCommit message (Expand)AuthorFilesLines
2021-07-27gldownload: use the GstGLSyncMeta in all casesMatthew Waters1-8/+8
2021-06-03glvideomixer: hold extra pad ref while calling parentMatthew Waters1-1/+4
2021-06-03gl/stereo: fix a coupld of caps leaksMatthew Waters2-1/+6
2021-05-20glcolorbalance: Error out on unsupported texture target typesEnrique Ocaña González1-10/+14
2021-05-16ext/gl: change graphene default optionsJordan Petridis1-1/+1
2021-04-28gl/download: add support for output memory:NVMM buffersMatthew Waters3-6/+917
2021-03-19gst: don't use volatile to mean atomicMatthew Waters2-2/+2
2021-03-16gl: allow per feature registrationStéphane Cerveau35-232/+295
2021-03-03gl: download: Fix a caps memory leak in _try_export_dmabuf().He Junyan1-0/+1
2021-03-03gl: download: Fix a caps memory leak in prepare_output_buffer().He Junyan1-1/+5
2021-03-03gl: download: Fix the wrong transformed result from src direction in transfor...He Junyan1-2/+5
2021-01-14gl,video: Make ptrs to VideoInfo and (GL)AllocationParams immutableMarijn Suijten3-11/+14
2020-12-04glimagesink: Avoid assert in query.He Junyan1-32/+99
2020-12-04glcolorconver: Return empty caps in transform_caps if fails.He Junyan1-1/+1
2020-11-05gluploadelement: Avoid race condition in propose_allocation().He Junyan1-5/+18
2020-11-05gluploadelement: Avoid race condition of base class' context.He Junyan1-1/+4
2020-11-04gluploadelement: Avoid race condition of inside upload creation.He Junyan1-15/+44
2020-10-29gl: optimize glcolorbalance by precomputing shader mathDinesh Manajipet2-53/+107
2020-10-28gldeinterlace: fix doc blurbTim-Philipp Müller1-3/+3
2020-08-06gl: move each gl platform specific API to its own girGuillaume Desmottes1-2/+3
2020-06-23docs: mark more types as plugin APIMathieu Duponchelle3-0/+6
2020-06-22Don't call gst_ghost_pad_construct() anymoreSebastian Dröge1-4/+0
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle10-14/+14
2020-06-03plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle10-1/+26
2020-05-26glimagesink: Correct signals gtkdocNiels De Graef1-5/+4
2020-05-15glcolorscale: fix documentationMathieu Duponchelle1-12/+11
2020-05-05gloverlaycompositor: Don't leak caps featureEdward Hervey1-9/+6
2020-04-27gl: fix application context querying between elementsMatthew Waters2-4/+4
2020-04-24gl: avoid deadlock querying for OpenGL contextMatthew Waters3-25/+181
2020-04-14glvideomixer: fix black output after display changesMatthew Waters1-33/+31
2020-04-14glvideomixer: intersect with template caps when updatingMatthew Waters1-2/+3
2020-03-19gl/wayland: Mouse events handlingPhilippe Normand1-0/+37
2020-03-19gl/navigation: Scroll events dispatch supportPhilippe Normand2-0/+22
2020-03-05gloverlay: Fix various issues in allocation handlingEdward Hervey1-5/+8
2020-03-03glstereomix: support gl display changesMatthew Waters1-0/+4
2020-03-03glbasefilter: add support for changing the displayMatthew Waters1-17/+27
2020-03-03glstereosplit: support gl display changesMatthew Waters2-23/+97
2020-03-03gl/mixer: support GstGLDisplay changesMatthew Waters4-99/+294
2020-02-05gltestsrc: NULL out the functions usedMatthew Waters1-0/+1
2020-01-08meson: add graphene subprojectTim-Philipp Müller1-1/+6
2019-11-11gldownload: Fix renegotiation loopNicolas Dufresne2-2/+61
2019-11-11gldownload: Refactor download mode selectionNicolas Dufresne2-30/+58
2019-11-11eglimage: Fix exported DMABuf sizeNicolas Dufresne1-3/+4
2019-11-11gldownload: Wait on sync meta if anyNicolas Dufresne1-0/+8
2019-11-05gl/gbm: ensure we call the resize callback before attempting to drawMatthew Waters1-1/+5
2019-11-02gl: use gst_video_meta_set_alignment()Guillaume Desmottes1-1/+8
2019-10-30glimagesink: fix upper-left and upper-right rotate matricesNicola Murino1-4/+4
2019-10-13Remove autotools build systemTim-Philipp Müller1-165/+0
2019-10-03glfilters: Don't use static variables for storing per-element stateSebastian Dröge9-47/+57
2019-08-30Pass the code through codespellThibault Saunier7-10/+10