platform/upstream/gstreamer.git
2017-12-09 Matthew Watersgl: mark library as API unstable
2017-12-09 Thibault Sauniergl:glvideomixer: Add the Compositor in the element...
2017-12-09 Thibault Sauniergl: Port glmixer to the GstVideoAggregator baseclass
2017-12-09 Lubosz Sarneckiopengl: add element for transforming video geometry
2017-12-09 Matthew Watersglframebuffer: don't segfault needlessly with GLES2
2017-12-09 Matthew Watersglfiltershader: port to GLES2
2017-12-09 Matthew Watersglvideomixer: silence incorrect number of arguments...
2017-12-09 Matthew Watersgldownload: plug a memory leak
2017-12-09 Matthew Watersglvideomixer: wire up the alpha pad property
2017-12-09 Matthew Watersglvideomixer: support input frame scaling
2017-12-09 Matthew Watersglvideomixer: add positioning of input streams
2017-12-09 Matthew Watersglmixer: allow the subclass to choose the sink pad...
2017-12-09 Matthew Watersglfilterapp: actually emit the client-draw signal
2017-12-09 Matthew Watersgl/examples: update for TEXTURE_2D change
2017-12-09 Matthew Watersglmixer: send the stream-start event
2017-12-09 Matthew Watersgl/examples: add GST_PLUGINS_BASE_CFLAGS
2017-12-09 Matthew Watersgl/examples: remove spurious include for doublecube...
2017-12-09 Matthew Watersgl/examples: add the srcdir and builddir includes
2017-12-09 Matthew Watersglfilterapp: remove the reshape/draw properties
2017-12-09 Matthew Watersglmixer: lock the size of mix->frames to the number...
2017-12-09 Matthew Watersgl/examples: Port to using signals instead of properties
2017-12-09 Matthew Watersglimagesink: replace pointer properties with signals
2017-12-09 Matthew Watersgl/wayland: create a dummy display instead of an EGLDisplay
2017-12-09 Matthieu Bouronglimagesink: improve state change debug message
2017-12-09 Matthew Watersglupload: always release the previous buffer
2017-12-09 Sebastian Drögeglcontext: Handle (unlikely) NULL return of gl->GetStri...
2017-12-09 Matthew Watersglmemory: remove uneeded gl api ifdefs
2017-12-09 Matthew Watersglwindow_x11: allow expose events to redraw our window
2017-12-09 Matthew Watersglimagesink: unref the old buffer outside the lock
2017-12-09 Matthew WatersRevert "[880/906] glimagesink: remove unused stored_buf...
2017-12-09 Matthew Watersglcontext: fix up assertion
2017-12-09 Matthew Watersglfeature: remove GST_GL_API_GLES3
2017-12-09 Matthew Watersglcontext: check for GLES versions
2017-12-09 Matthew Watersgl/context: add check_gl_version
2017-12-09 Edward Herveyglcontext: Try GLX support before EGL support
2017-12-09 Edward Herveyglcontext: Try to open lib{EGL|GL|GLESv2}.so.1 before...
2017-12-09 Sebastian Drögeglupload: Fix assertion after API changes
2017-12-09 Matthew Watersgl/colorconvert: keep our private pointer
2017-12-09 Matthew Waterstests: update for glupload changes
2017-12-09 Matthew Watersgl/colorconvert: use GstObject's lock instead of our own
2017-12-09 Matthew Watersgl/colorconvert: remove unnecassary pointer inderection
2017-12-09 Matthew Watersgl/upload: re add the upload meta to the private struct
2017-12-09 Matthew Watersgl/upload: small code cleanup and gst-indent
2017-12-09 Matthew Watersgl/download: use GstObject's lock instead of out own
2017-12-09 Matthew Watersgl/upload: use GstObject's lock instead of our own
2017-12-09 Matthew Watersgl/filter: also remove the width/height in transform_caps
2017-12-09 Matthew Watersgl/colorconvert: optimise the same format case
2017-12-09 Matthew Watersgl/colorconvert: fix YUY2/UYVY download for RG/LA textures
2017-12-09 Matthew Watersgl/colorconvert: allocate output buffers
2017-12-09 Matthew Waterstests: update for recent glupload changes
2017-12-09 Matthew Watersgl/upload: fix incorrect type in macros
2017-12-09 Matthew Watersgl/upload: add GstGLUploadMeta object
2017-12-09 Matthew Watersgl/win32: make send_message reentrant
2017-12-09 Tim-Philipp... glcolorconvert: fix compiler warning
2017-12-09 Matthew Watersgl/colorconvert: operate on buffers instead of memories
2017-12-09 Julien Isorceglimagesink: make it actually honor show-preroll-frame...
2017-12-09 Julien Isorcegl: add missing cgl and eagl context type
2017-12-09 Julien Isorcegl: rename platform cocoa to cgl
2017-12-09 Matthew Watersgl/mixer: don't segfault when we don't have a buffer
2017-12-09 Matthew Watersgl/window_x11: avoid BadDrawable error on shutdown
2017-12-09 Matthew Watersgl/context_egl: pass the vars in the right order to...
2017-12-09 Nicolas Dufresneglfilter: Remove format information to allow color...
2017-12-09 Matthew Watersgl/memory: allocate the correct memory size
2017-12-09 Nicolas Dufresneglcolorconvert: Fix YUY2 and UYVY support with luminanc...
2017-12-09 Matthew Watersgl/memory: provide compatability defines
2017-12-09 Matthew Watersgl/colorconvert: remove scratch texture for YUY2/UYVY
2017-12-09 Matthew Watersgl/memory: RGBA/UNSIGNED_BYTE only format supported...
2017-12-09 Matthew Watersgl/memory: generate textures with a sized internal...
2017-12-09 Matthew Watersgl/memory: implement GL_EXT_texture_rg support
2017-12-09 Matthew Watersgl/context: add gl extension checking to check_feature()
2017-12-09 Matthew Watersgl/download: fixup YUY2/UYVY download
2017-12-09 Matthew Watersgl/filter: fixup passthrough bufferpool
2017-12-09 Matthew Watersgl/upload: switch the 'master' texture for YUY2, UYVY
2017-12-09 Matthew Watersgl/eglimage: add eglimage context feature
2017-12-09 Matthew Watersgl/context: add generic feature checking
2017-12-09 Sebastian Drögeglimagesink: Check if context creation failed before...
2017-12-09 Sebastian Drögeglcontext: Add more assertions to make sure that everyt...
2017-12-09 Matthew Watersgl/download: update to be similar to the glupload semantics
2017-12-09 Matthew Watersgl/colorconvert: fix up alpha clobbering
2017-12-09 Nicolas Dufresneglfilter: Fix building without EGL support
2017-12-09 Julien Isorceglfilter: rewrite transform_caps to preserve caps fields
2017-12-09 Matthew Watersgl/colorconvert: use the texture scaling from the gl...
2017-12-09 Nicolas Dufresneglmemory: Fix handling of stride with alignement larger...
2017-12-09 Nicolas Dufresneglupload: Ensure we still have a texture after upload_s...
2017-12-09 Nicolas Dufresneglupload: Correctly update the video info from video...
2017-12-09 Nicolas Dufresneglupload: Correctly update video info in upload fallback
2017-12-09 Julien Isorcegl/upload: set out_tex after reset, not before
2017-12-09 Matthew Watersgl/upload: update the video info on mapping a video...
2017-12-09 Matthew Watersgl/convert: clobber alpha channel when needed
2017-12-09 Matthew Watersgl/upload: avoid performing color conversion when there...
2017-12-09 Matthew Watersgl/colorconvert: choose the right alpha component for...
2017-12-09 Matthew Watersgl/upload: update the respective state when we cache...
2017-12-09 Matthew Watersgl/upload: cache the textures that we are using
2017-12-09 Matthew Watersgl/upload: avoid recreating the GLMemory struct for...
2017-12-09 Nicolas Dufresnegl: Fix some of the error handling
2017-12-09 Nicolas Dufresneglupload: Update GstVideoInfo after the buffer is mapped
2017-12-09 Sebastian Drögegl: Fix memory leak
2017-12-09 Matthew Watersgl/colorconvert: preserve alpha in AYUV <-> RGBA conver...
2017-12-09 Matthew Watersgl/colorconvert: implement lazy init
2017-12-09 Julien Isorcegl/upload: set initted to TRUE when _init_upload succeeded
next