summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-16glmem: report successful copy to the callerMatthew Waters1-0/+1
2014-01-16examples: update to gtk3Matthew Waters16-167/+175
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: update the master filesMatthew Waters3-88/+309
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 Waters7-288/+491
2013-12-30use the allocation query to propogate GstGLContextMatthew Waters4-193/+328
2013-12-30display: remove _{set,get}_contextMatthew Waters7-49/+0
2013-12-30use GstContext for GstGLDisplay propogationMatthew Waters8-47/+388
2013-12-30deinterlace: fix texture coordinates computationMatthieu Bouron1-1/+1
2013-12-28configure: fix libjpeg checkAlessandro Decina1-3/+9
2013-12-28glupload: Remove texture scaling artifacts from the TEXTURE_RECTANGLE -> TEXT...Matthew Waters1-9/+0
2013-12-27testsrc: use _context_get_gl_apiMatthew Waters1-3/+3
2013-12-27filter: a little code cleanupMatthew Waters1-2/+1
2013-12-27mixer: unmap the video frames we mapMatthew Waters1-6/+13
2013-12-27Bump gstreamer requirement to 1.2Matthew Waters1-2/+2
2013-12-27mixer: handle 0/1 framerate better in capsMatthew Waters1-4/+4
2013-12-27filter: handle capsfeatures properlyMatthew Waters1-2/+6
2013-12-27mixer: give access to the pads at render timeMatthew Waters6-42/+52
2013-12-27memory: provide copy_into_textureMatthew Waters2-7/+29
2013-12-25Fix gstglconfig.h-related 'make distcheck' issuesTim-Philipp Müller2-3/+12
2013-12-25configure: make make dist output .tar.xz filesTim-Philipp Müller1-1/+1
2013-12-25Make git ignore test driver filesTim-Philipp Müller1-0/+7
2013-12-25po: update for autogen changes to fix buildTim-Philipp Müller1-1/+1
2013-12-22Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-12-17osx: allow x11/glx backend and set default runtime to cocoa/nsglJulien Isorce3-10/+27
2013-12-14glvideomixer: Use correct coordinates after the switch from GL_TEXTURE_RECTAN...Wang Xin-yu (王昕宇)1-3/+3
2013-12-04cocoa: allow to call set_window_handle before to create glcontextJulien Isorce1-6/+27
2013-11-26gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLEMatthew Waters52-836/+700
2013-11-11cocoa: resize OpenGL view size each time the window is resizedMatthieu Bouron2-15/+9
2013-11-07cocoa: only use GSRegisterCurrentThread with GNUStep environmentMatthieu Bouron1-0/+2
2013-11-07configure.ac: remove unused entry in GL_CFLAGS on darwin platformMatthieu Bouron1-1/+1
2013-11-06gstglwindow: remove unused fieldsJulien Isorce1-12/+0
2013-11-06gstglwindow: clear mutexJulien Isorce1-0/+2
2013-11-06gstglcontext: initialize window to NULLJulien Isorce1-0/+1
2013-11-06x11: ignore Expose events not initiated by gst_gl_window_drawJulien Isorce1-21/+15
2013-11-06glimagesink: avoid to overload the drawer if already drawingJulien Isorce3-6/+19
2013-11-05Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-10-31glvideomixer: Add a new simple glvideomixer elementMatthew Waters4-0/+363
2013-10-31mixer: error out properly on flushingMatthew Waters1-0/+2
2013-10-31context: refcount the displayMatthew Waters1-1/+2
2013-10-31mixer: don't unref the query in the default caseMatthew Waters1-1/+0
2013-10-31upload: free our mutexMatthew Waters1-0/+2
2013-10-11glwindow_x11: check if the loop existsJulien Isorce1-2/+7