summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-16configure: error out with message that -gl has been merged into -badHEADmasterTim-Philipp Müller1-0/+11
2014-03-15filter: warn about trying to share with multiple contexts at onceMatthew Waters1-0/+4
2014-03-15Add GL context sharing support for non-gstgl elementsMatthew Waters4-6/+117
2014-03-15mixer: ask for display handles on pad activationMatthew Waters1-0/+38
2014-03-15api: add GstGLPlatform to/from stringMatthew Waters2-1/+91
2014-03-15context: implement glGetStringi handling for GL core contexts/GLES3Matthew Waters2-3/+36
2014-03-12glx: use the display handle from the global displayMatthew Waters1-5/+5
2014-03-12tests/gstglcontext: reduce the number of frames displayedMatthew Waters1-1/+1
2014-03-12egl: warn if we resort to display handles from the windowMatthew Waters1-0/+2
2014-03-07examples/qt: update the videooverlay example for 1.0Matthew Waters10-611/+84
2014-03-07examples/qt: update qglwtextureshare example for 1.0Matthew Waters10-117/+107
2014-03-06glimagesink: add an other-context propertyMatthew Waters2-5/+26
2014-03-04api: plugin a small memory leakMatthew Waters1-3/+6
2014-03-02utils: use the vtable for deleting the textureMatthew Waters1-1/+1
2014-02-28Automatic update of common submoduleSebastian Dröge1-0/+0
2014-02-28context: call window_class->close lastMatthew Waters1-4/+6
2014-02-26Automatic update of common submoduleStefan Sauer1-0/+0
2014-02-25gl: add missing G_BEGIN_DECLS/G_END_DECLSWang Xin-yu (王昕宇)1-0/+4
2014-02-25configure: fix typoTim-Philipp Müller1-2/+2
2014-02-25x11: close both of the display's we useMatthew Waters1-12/+2
2014-02-23silence a compiler warning on older gcc versions (4.6)Matthew Waters1-1/+1
2014-02-23context: add support for wrapping external contextsMatthew Waters7-59/+325
2014-02-23x11: add display subclassMatthew Waters10-126/+298
2014-02-23display: add display type enumMatthew Waters2-3/+24
2014-02-23correct error handling in gstgldownload.cAdrien SCH1-1/+3
2014-02-23mixer: fixup a memory leak of the context in the GLTextureUploadMeta pathMatthew Waters1-2/+7
2014-02-23fixup a memory leak of the context in the GLTextureUploadMeta pathMatthew Waters2-5/+14
2014-02-21filter: free our dataMatthew Waters1-0/+10
2014-02-21filter: return the pad template caps in transform_capsMatthew Waters1-34/+8
2014-02-21api: provide from_string()Matthew Waters7-63/+86
2014-02-21port glcolorscale to GLES2Matthew Waters3-10/+16
2014-02-21upload: restore default values for unpack_lengthMatthew Waters1-0/+12
2014-02-21glimagesink: remove unused stored_buffer fieldMatthew Waters2-7/+0
2014-02-21build: don't add X_CFLAGS to CFLAGSMatthew Waters2-2/+1
2014-02-08gtk: Don't put libs into CFLAGS in exampleSebastian Dröge1-2/+1
2014-02-08clutter: Don't put libs into CFLAGS in exampleSebastian Dröge1-2/+1
2014-02-04tests: update for glmem api changeMatthew Waters3-147/+159
2014-02-04x11: Use correct format string for guintptrChris Paulson-Ellis1-1/+1
2014-02-04glmem: use GstVideoInfo for format configurationMatthew Waters4-67/+40
2014-02-04upload: support for arbitrary stridesMatthew Waters1-175/+163
2014-01-30filter: implement draw_texture for GLES2Matthew Waters18-161/+139
2014-01-30upload: use GstVideoInfo for choosing the formatMatthew Waters6-99/+73
2014-01-30upload: consolidate data _fillMatthew Waters1-173/+35
2014-01-30upload: fix texture scaling for YUY2/UYVY with GLES2Matthew Waters1-2/+2
2014-01-30upload: remove superflous g_mutex_initMatthew Waters1-2/+0
2014-01-30tests: add some upload testsMatthew Waters4-3/+442
2014-01-30Automatic update of common submoduleEdward Hervey1-0/+0
2014-01-29upload: fix compilation for GLES2Matthew Waters1-11/+11
2014-01-22glupload: Add GRAY8/GRAY16LE/BE upload support to glimagesinkWang Xin-yu (王昕宇)2-1/+93
2014-01-16upload: update some docsMatthew Waters2-9/+5