summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-15[893/906] x11: close both of the display's we useMatthew Waters1-12/+2
2014-03-15[892/906] silence a compiler warning on older gcc versions (4.6)Matthew Waters1-1/+1
2014-03-15[891/906] context: add support for wrapping external contextsMatthew Waters7-59/+325
2014-03-15[890/906] x11: add display subclassMatthew Waters10-126/+298
2014-03-15[889/906] display: add display type enumMatthew Waters2-3/+24
2014-03-15[888/906] correct error handling in gstgldownload.cAdrien SCH1-1/+3
2014-03-15[887/906] mixer: fixup a memory leak of the context in the GLTextureUploadMet...Matthew Waters1-2/+7
2014-03-15[886/906] fixup a memory leak of the context in the GLTextureUploadMeta pathMatthew Waters2-5/+14
2014-03-15[885/906] filter: free our dataMatthew Waters1-0/+10
2014-03-15[884/906] filter: return the pad template caps in transform_capsMatthew Waters1-34/+8
2014-03-15[883/906] api: provide from_string()Matthew Waters7-63/+86
2014-03-15[882/906] port glcolorscale to GLES2Matthew Waters3-10/+16
2014-03-15[881/906] upload: restore default values for unpack_lengthMatthew Waters1-0/+12
2014-03-15[880/906] glimagesink: remove unused stored_buffer fieldMatthew Waters2-7/+0
2014-03-15[879/906] build: don't add X_CFLAGS to CFLAGSMatthew Waters2-2/+1
2014-03-15[878/906] tests: update for glmem api changeMatthew Waters3-147/+159
2014-03-15[877/906] x11: Use correct format string for guintptrChris Paulson-Ellis1-1/+1
2014-03-15[876/906] glmem: use GstVideoInfo for format configurationMatthew Waters4-67/+40
2014-03-15[875/906] upload: support for arbitrary stridesMatthew Waters1-175/+163
2014-03-15[874/906] filter: implement draw_texture for GLES2Matthew Waters18-161/+139
2014-03-15[873/906] upload: use GstVideoInfo for choosing the formatMatthew Waters6-99/+73
2014-03-15[872/906] upload: consolidate data _fillMatthew Waters1-173/+35
2014-03-15[871/906] upload: fix texture scaling for YUY2/UYVY with GLES2Matthew Waters1-2/+2
2014-03-15[870/906] upload: remove superflous g_mutex_initMatthew Waters1-2/+0
2014-03-15[869/906] tests: add some upload testsMatthew Waters2-2/+428
2014-03-15[868/906] upload: fix compilation for GLES2Matthew Waters1-11/+11
2014-03-15[867/906] glupload: Add GRAY8/GRAY16LE/BE upload support to glimagesinkWang Xin-yu (王昕宇)2-1/+93
2014-03-15[866/906] upload: update some docsMatthew Waters2-9/+5
2014-03-15[865/906] glmem: report successful copy to the callerMatthew Waters1-0/+1
2014-03-15[864/906] examples: update to gtk3Matthew Waters3-45/+60
2014-03-15[863/906] window: hold a ref to our GstGLDisplayMatthew Waters2-7/+5
2014-03-15[862/906] window: remove set_need_lockMatthew Waters8-73/+6
2014-03-15[861/906] glprototypes: Add missing glScalef declareWang Xin-yu (王昕宇)1-0/+2
2014-03-15[860/906] docs: misc updatesMatthew Waters2-9/+17
2014-03-15[859/906] window: provide some documetationMatthew Waters2-5/+149
2014-03-15[858/906] glmem: update the docsMatthew Waters2-2/+12
2014-03-15[857/906] display: document the new GstContext apiMatthew Waters2-2/+27
2014-03-15[856/906] context: document itMatthew Waters2-7/+132
2014-03-15[855/906] upload: add support for GstVideoGLTextureUploadMetaMatthew Waters7-288/+491
2014-03-15[854/906] use the allocation query to propogate GstGLContextMatthew Waters4-193/+328
2014-03-15[853/906] display: remove _{set,get}_contextMatthew Waters7-49/+0
2014-03-15[852/906] use GstContext for GstGLDisplay propogationMatthew Waters8-47/+388
2014-03-15[851/906] deinterlace: fix texture coordinates computationMatthieu Bouron1-1/+1
2014-03-15[850/906] glupload: Remove texture scaling artifacts from the TEXTURE_RECTANG...Matthew Waters1-9/+0
2014-03-15[849/906] testsrc: use _context_get_gl_apiMatthew Waters1-3/+3
2014-03-15[848/906] filter: a little code cleanupMatthew Waters1-2/+1
2014-03-15[847/906] mixer: unmap the video frames we mapMatthew Waters1-6/+13
2014-03-15[846/906] mixer: handle 0/1 framerate better in capsMatthew Waters1-4/+4
2014-03-15[845/906] filter: handle capsfeatures properlyMatthew Waters1-2/+6
2014-03-15[844/906] mixer: give access to the pads at render timeMatthew Waters6-42/+52