summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
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 Waters2-4/+78
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-12egl: warn if we resort to display handles from the windowMatthew Waters1-0/+2
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-28context: call window_class->close lastMatthew Waters1-4/+6
2014-02-25gl: add missing G_BEGIN_DECLS/G_END_DECLSWang Xin-yu (王昕宇)1-0/+4
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 Waters6-58/+262
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 Waters1-3/+7
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-21upload: restore default values for unpack_lengthMatthew Waters1-0/+12
2014-02-21build: don't add X_CFLAGS to CFLAGSMatthew Waters1-1/+0
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 Waters2-36/+70
2014-01-30upload: use GstVideoInfo for choosing the formatMatthew Waters5-93/+71
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 Waters1-2/+8
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
2014-01-16glmem: report successful copy to the callerMatthew Waters1-0/+1
2014-01-16window: hold a ref to our GstGLDisplayMatthew Waters2-7/+5
2014-01-16window: remove set_need_lockMatthew Waters8-73/+6
2014-01-10glprototypes: Add missing glScalef declareWang Xin-yu (王昕宇)1-0/+2
2013-12-30docs: misc updatesMatthew Waters2-9/+17
2013-12-30window: provide some documetationMatthew Waters2-5/+149
2013-12-30glmem: update the docsMatthew Waters2-2/+12
2013-12-30display: document the new GstContext apiMatthew Waters2-2/+27
2013-12-30context: document itMatthew Waters2-7/+132
2013-12-30upload: add support for GstVideoGLTextureUploadMetaMatthew Waters6-230/+429
2013-12-30use the allocation query to propogate GstGLContextMatthew Waters2-139/+266
2013-12-30display: remove _{set,get}_contextMatthew Waters3-44/+0
2013-12-30use GstContext for GstGLDisplay propogationMatthew Waters6-30/+333
2013-12-28glupload: Remove texture scaling artifacts from the TEXTURE_RECTANGLE -> TEXT...Matthew Waters1-9/+0