platform/upstream/gstreamer.git
2014-03-15 Matthew Waters[701/906] display: move context creation into window
2014-03-15 Matthew Waters[700/906] display: move most of the code into utils...
2014-03-15 Matthew Waters[699/906] display: remove list of upload and download...
2014-03-15 Matthew Waters[698/906] move sink-specific stuff from GstGLDisplay...
2014-03-15 Matthew Waters[697/906] display: allow the user to try and choose...
2014-03-15 Matthew Waters[696/906] glapi: fix memory leak from not freeing a...
2014-03-15 Matthew Waters[695/906] build: remove libtool warning about -version...
2014-03-15 Matthew Waters[694/906] build: add support for static plugins
2014-03-15 Matthew Waters[693/906] x11_glx: ask for a 3.0 GL Context
2014-03-15 Matthew Waters[692/906] window_x11: add XError trapping
2014-03-15 Matthew Waters[691/906] feature: make gst_gl_check_extension public
2014-03-15 Matthew Waters[690/906] windowx11glx: use fbconfigs if supported
2014-03-15 Matthew Waters[689/906] bumper: nicer error for no bumpmap file proveded
2014-03-15 Matthew Waters[688/906] display: properly shutdown if we error after...
2014-03-15 Matthew Waters[687/906] bumper: error out properly if we cannot load...
2014-03-15 Matthew Waters[686/906] filtershader: fix string format compiler...
2014-03-15 Matthew Waters[685/906] filter: improve error handling
2014-03-15 Matthew Waters[684/906] display: lack of format-string causing a...
2014-03-15 Matthew Waters[683/906] feature: remove double free
2014-03-15 Matthew Waters[682/906] overlay: fix video-top property
2014-03-15 Matthew Waters[681/906] win32: fix gl api calls on 32-bit
2014-03-15 Matthew Waters[680/906] overlay: tentative port to new GstGLFuncs API
2014-03-15 Matthew Waters[679/906] opengl: fix plugins not being registered...
2014-03-15 Matthew Waters[678/906] window_win32_wgl: implement wglGetProcAddress...
2014-03-15 Matthew Waters[677/906] memory: fix GSIZE printf format on win32
2014-03-15 Matthew Waters[676/906] windwo_win32: port to new API
2014-03-15 Matthew Waters[675/906] upload: provide nicer debugging
2014-03-15 Matthew Waters[674/906] feature: try and catch more GL extension...
2014-03-15 Matthew Waters[673/906] feature: add gstreamer license
2014-03-15 Matthew Waters[672/906] display: constify GstGLFuncs *gl
2014-03-15 Matthew Waters[671/906] win32: #include GL/glext.h on windows
2014-03-15 Matthew Waters[670/906] display: replace glib deprecated api
2014-03-15 Matthew Waters[669/906] window: seperate object creation and context...
2014-03-15 Matthew Waters[668/906] shader: fix gles2 segfault
2014-03-15 Matthew Waters[667/906] filtercube: fix for gles2 compilation
2014-03-15 Matthew Waters[666/906] sobel: port for non-glew
2014-03-15 Matthew Waters[665/906] mosaic: fix a couple of assertions
2014-03-15 Matthew Waters[664/906] filtershader: improve error checking
2014-03-15 Matthew Waters[663/906] filtershader: port to non-glew
2014-03-15 Matthew Waters[662/906] laplacian: port to non-glew
2014-03-15 Matthew Waters[661/906] glass: port to non-glew + shader matrices
2014-03-15 Matthew Waters[660/906] cube: port for non-glew
2014-03-15 Matthew Waters[659/906] blur: port for non-glew
2014-03-15 Matthew Waters[658/906] mixer: fix eos timestamp check
2014-03-15 Matthew Waters[657/906] filterapp: port to non-glew
2014-03-15 Matthew Waters[656/906] bumper: use DrawElements for semi-compatabili...
2014-03-15 Matthew Waters[655/906] download: remove erronous ReadBuffer call
2014-03-15 Matthew Waters[654/906] differencematte: port to non-GLEW
2014-03-15 Matthew Waters[653/906] deinterlace: port to non-GLEW + arrays
2014-03-15 Matthew Waters[652/906] bumper: port to non-GLEW + arrays
2014-03-15 Matthew Waters[651/906] up/download: fix some typos when removing...
2014-03-15 Matthew Waters[650/906] filter: fix _draw_texture()'s wrong vertices
2014-03-15 Matthew Waters[649/906] effects: fixes for mirror(1) and squeeze...
2014-03-15 Matthew Waters[648/906] tests/examples: remove dependency on glew
2014-03-15 Matthew Waters[647/906] remove dependecy on glew
2014-03-15 Matthew Waters[646/906] some gl header fixes/additions
2014-03-15 Matthew Waters[645/906] fix gles2 compilation
2014-03-15 Matthew Waters[644/906] update .gitignore for some new files
2014-03-15 Matthew Waters[643/906] display: privatise most of the struct
2014-03-15 Matthew Waters[642/906] add gstglconfig.h for apps to find out what...
2014-03-15 Matthew Waters[641/906] display: feature check for GL extension functions
2014-03-15 Matthew Waters[640/906] build: add missing file to built sources
2014-03-15 Matthew Waters[639/906] add get_proc_address implementations for...
2014-03-15 Matthew Waters[638/906] window: add get_proc_address + stub for retri...
2014-03-15 Matthew Waters[637/906] x11_egl: add prelim support for choosing...
2014-03-15 Matthew Waters[636/906] window_x11: compact debug info
2014-03-15 Matthew Waters[635/906] fixup compile errors
2014-03-15 Matthew Waters[634/906] wayland egl: deactivate context before we...
2014-03-15 Matthew Waters[633/906] display: fail properly in context creation...
2014-03-15 Matthew Waters[632/906] remove stray )
2014-03-15 Matthew Waters[631/906] remove redefinition warnings in compiling...
2014-03-15 Matthew Waters[630/906] display: add gl api checking
2014-03-15 Matthew Waters[629/906] window: add GError for error handling of...
2014-03-15 Matthew Waters[628/906] shader filter: don't do anything if we don...
2014-03-15 Matthew Waters[627/906] shader: check for invalid objects
2014-03-15 Matthew Waters[626/906] fix build failure from undefined macro
2014-03-15 Matthew Waters[625/906] add vtable for opengl functions
2014-03-15 Matthew Waters[624/906] OPENGL_ES2 => HAVE_GLES2 and add HAVE_OPENGL
2014-03-15 Matthew Waters[623/906] move GL includes into a single file
2014-03-15 Matthew Waters[622/906] add missing GL_STENCIL_ATTACHMENT for gles2...
2014-03-15 Matthew Waters[621/906] GstGLRendererAPI => GstGLAPI and get GstGLAPI...
2014-03-15 Matthew Waters[620/906] wayland_egl: attempt at resizing the video
2014-03-15 Matthew Waters[619/906] fix typo for win32 debug variables
2014-03-15 Matthew Waters[618/906] add wayland-egl window backend
2014-03-15 Matthew Waters[617/906] fix 'set but not used' compiler warnings
2014-03-15 Matthew Waters[616/906] move window-specific code into seperate subfo...
2014-03-15 Matthew Waters[615/906] preliminary support for Win32 EGL
2014-03-15 Matthew Waters[614/906] try GLX first when using ANY | OPENGL | OPENGL3
2014-03-15 Matthew Waters[613/906] window_cocoa: fix segfault with gst-launch...
2014-03-15 Matthew Waters[612/906] remove GNUstep makefiles
2014-03-15 Matthew Waters[611/906] cocoa port of determining gl platform at...
2014-03-15 Matthew Waters[610/906] WindowX11EGL: remove get_platform call
2014-03-15 Matthew Waters[609/906] win32 port of determining GL platform at...
2014-03-15 Matthew Waters[608/906] add GST_GL_PLATFORM_ANY for choosing any...
2014-03-15 Matthew Waters[607/906] remove get_platform and get_window_handle...
2014-03-15 Matthew Waters[606/906] determine the GL platform to use at runtime
2014-03-15 Matthew Waters[605/906] shader: move to gst debugging
2014-03-15 Matthew Waters[604/906] gst_element_class_set_details_simple() =...
2014-03-15 Matthew Waters[603/906] update FSF address
2014-03-15 Matthew Waters[602/906] hide deprecation warnings with newer clutter...
next