platform/upstream/gst-plugins-base.git
2017-12-09 Sebastian Drögegl: Move private headers from SOURCES to noinst_HEADERS
2017-12-09 Matthew Watersglfilter: insert the debug marker from the GL thread
2017-12-09 Matthew Watersglimagesink: remove unsed reconfigure variable
2017-12-09 Matthew Watersglimagesink: don't push a reconfigure event from the...
2017-12-09 Wang Xin-yu... glvideomixer: don't leak pad's vertex buffer on release_pad
2017-12-09 Matthew Watersglmixer: Remove usage of GstGLMixerFrameData
2017-12-09 Matthew Watersglmixer: don't hold the object lock while calling into GL
2017-12-09 Sebastian Drögegl: Remove leftover g_prints
2017-12-09 Matthew Watersgldebug: use the correct spelling for behavior
2017-12-09 Matthew Watersglcontext: don't enable GL debug for messages that...
2017-12-09 Alessandro... glvideoflip: don't ignore method changes when caps...
2017-12-09 Tim-Philipp... gl: syncmeta: define GL_TIMEOUT_IGNORED in more portabl...
2017-12-09 Alessandro... gstglshader: cache uniform locations
2017-12-09 Alessandro... gstglcontext: micro optimization to gst_gl_context_thre...
2017-12-09 Matthew Watersglsyncmeta: add compatibility definition for GL_TIMEOUT...
2017-12-09 Matthew Watersglsyncmeta: separate out gpu/cpu waits.
2017-12-09 Matthew Watersgleffects: identity: add the shader to the hash table
2017-12-09 Matthew Watersgl: add .def file for msvc builds
2017-12-09 Luis de Bethencourtglquery: remove unnecessary pointer check
2017-12-09 Matthew Watersglbasefilter: enable qos by default
2017-12-09 Matthew Watersgltransformation: reconfigure the src when changing...
2017-12-09 Matthew Watersglvideoflip: correctly update the output caps on method...
2017-12-09 Matthew WatersRevert "gl/eagl: try getting a gles3 context"
2017-12-09 Matthew Watersglcolorconvert: don't skip subset structures
2017-12-09 Matthew Watersglbasefilter: always call gl_start when not called...
2017-12-09 Matthew Watersglcolorconvert: fix RGB,rectangle->planar YUV conversion
2017-12-09 Matthew Watersglcolorconvert: fix YUY2/UYVY,rectangle->RGB conversion
2017-12-09 Matthew Watersglcolorconvert: perform better negotiation
2017-12-09 Julien Isorcegstglwindow: initialize navigation_loop to NULL
2017-12-09 Tim-Philipp... gl: eagl: fix build
2017-12-09 Alessandro... gldownload: allow video/x-raw as input
2017-12-09 Matthew Watersgl/eagl: try getting a gles3 context
2017-12-09 Wang Xin-yu... glvideomixer: fix checker vbo leak
2017-12-09 Wang Xin-yu... glprototypes: fix parameter type of glGenBuffers
2017-12-09 Haihua Hugleffects: fix gleffects fisheye shader compile error
2017-12-09 Matthew Watersglvideomixer: par may not exist in the caps
2017-12-09 Matthew Watersglcontext: back out unintended lost_context changes
2017-12-09 Matthew Watersegl: implement selecting opengl3 contexts
2017-12-09 Matthew Watersgl/egl: pass the error value to get_error_string()
2017-12-09 Jan Schmidtpkg-config: Don't generate and install pkg-config with...
2017-12-09 Matthew Watersvideoaggregator: don't do caps processing that is not...
2017-12-09 Matthew Watersglcolorbalance: return HARDWARE from get_balance_type
2017-12-09 Matthew Watersglsinkbin: add glcolorbalance element
2017-12-09 Matthew Watersgl: move control binding proxy implementation from...
2017-12-09 Matthew Watersglcolorbalance: create the shader if it doesn't exist...
2017-12-09 Matthew Watersglvideoflip: incorporate the aspect ratio into the...
2017-12-09 Holger Kaelbererglwindow: Fix android build
2017-12-09 Tim-Philipp... gl: fix compiler warnings with gcc-6
2017-12-09 Tim-Philipp... libs: g-i: fix init section to avoid compiler warnings
2017-12-09 Sebastian Drögeglfilter: First make caps writable in fixate_caps(...
2017-12-09 Sebastian Drögeglcolorconvert: Caps passed to fixate_caps() are not...
2017-12-09 Sebastian DrögeRevert "glpool: fix caps refcount issue"
2017-12-09 Matthew Watersglquery: provide compat definition for GL_QUERY_RESULT
2017-12-09 Matthew Watersgl: add compatibility definition of GLint64
2017-12-09 Matthew Watersglpool: fix caps refcount issue
2017-12-09 Matthew Watersglmemory: log the time for glTexSubImage/glReadPixels
2017-12-09 Matthew Watersgl: add a gstglquery object for arbitrary GL queries
2017-12-09 Matthew Watersgldebug: implement a delayed debug system
2017-12-09 Matthew Watersgldebug: use gst_info_vasprintf in insert_debug_marker()
2017-12-09 Matthew Watersgl: add a videoflip element
2017-12-09 Matthew Watersglfilter: recreate the fbo on caps changes
2017-12-09 Matthew Watersglbasefilter: add a class function on set_caps (from GL)
2017-12-09 Matthew Watersgltransformation: always build a valid mvp matrix
2017-12-09 Matthew Watersgltransformation: support negative scales
2017-12-09 Matthew Watersgltransformation: implement passthrough handling
2017-12-09 Matthew Watersgltransformation: implement navigation events
2017-12-09 Matthew Watersglimagesink: remove reduntant glimagesink from debug...
2017-12-09 Matthew Watersgl/x11/navigation: add button press to the selected...
2017-12-09 Alessandro... glcolorconvert: try harder to passthrough
2017-12-09 Matthew Watersgl: implement a colorbalance element
2017-12-09 Matthew Watersglvideomixer: implement glBlendFunc and glBlendEquation
2017-12-09 Matthew Watersgldebug: add a specific category for the debug spam...
2017-12-09 Matthew Watersglbasememory: Free the actual memory object when requested
2017-12-09 Matthew Watersglmemorypbo: don't double read pixels
2017-12-09 Matthew Watersglmemory: expose gst_gl_memory_texsubimage
2017-12-09 Matthew Watersglfeature add a specific debug category
2017-12-09 Matthew Watersglsyncmeta: only flush with a shared context
2017-12-09 Matthew Watersglcontext: implement checking whether a context has...
2017-12-09 Matthew Watersglcolorconvert: implement usage of a buffer pool
2017-12-09 Matthew Watersglbasememory: fix copying GstGLAllocationParams
2017-12-09 Matthew Watersglmemorypbo: remove unused code
2017-12-09 Matthew Watersglupload: always add texture-target field to GL caps
2017-12-09 Matthew Watersglupload: passthrough composition caps features
2017-12-09 Jan Schmidtglviewconvert: Fix stereoscopic handling w/ texture...
2017-12-09 Matthew Watersglmemorypbo: fix wrapping data on GL 2.1
2017-12-09 Matthew Watersglmemorypbo: only create a pbo memory if the context...
2017-12-09 Matthew Watersglmemory: small code reformat
2017-12-09 Matthew Waterstests/glmemory: output data pointer values on failure
2017-12-09 Matthew Watersgleffects: fix shader compilation with legacy opengl
2017-12-09 Sebastian Drögeglbasememory: Remove bogus NULL check
2017-12-09 Sebastian Drögegl: Add \0 terminators for the Apple sync extension
2017-12-09 Sebastian Drögeglcontext: Add some debug output when the GL thread...
2017-12-09 Florent Thiéryglshader: fix usage doc
2017-12-09 Florent Thiéryglimagesink: Post unhandled navigation events on the bus
2017-12-09 Vineeth TMglbufferpool: Fix build error
2017-12-09 Sebastian Drögeglmemorypbo: Comment out unused functions to fix compil...
2017-12-09 Sebastian Drögeglcolorconvert: Fix name of testsuite
2017-12-09 Sebastian Drögeglcontext: Signal context creation from inside the...
2017-12-09 Sebastian Drögeglwindow: Hide navigation specific internal API and...
2017-12-09 Sebastian Drögeglwindow: Use g_thread_join() instead of a custom condi...
next