gl/download: fixup YUY2/UYVY download
[platform/upstream/gstreamer.git] / gst-libs /
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ö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
2017-12-09 Sebastian Drögegldisplay: Use GST_STR_NULL() for printing possibly...
2017-12-09 Matthew Watersgl/upload: fix compilation on OS X
2017-12-09 Matthew Watersgl/upload: fail propoerly if init fails
2017-12-09 Matthew Watersgl: make all GObjects inherit from GstObject
2017-12-09 Matthew Watersgl/upload: implement lazy init
2017-12-09 Matthew Watersgl/upload: add get_format method
2017-12-09 Matthew Watersgl/filter: attempt to passthrough the pool if the caps...
2017-12-09 Matthew Watersgl/filter: always initialize the upload object
2017-12-09 Matthew Watersgl: advertise GstGLMemory usage in the caps as capsfeatures
2017-12-09 Matthew Watersgl/display: avoid endless recursion for cocoa
2017-12-09 Julien Isorcegl: do not allocate the target texture of an EGLImage
2017-12-09 Julien Isorcegl: allow to avoid calling glTexImage2D(w, h, NULL...
2017-12-09 Julien Isorcegl: no need to initialize a frame buffer object to...
2017-12-09 Julien Isorcegl: use GST_CAT_ERROR instead of GST_ERROR_OBJECT
2017-12-09 Julien Isorcegl: delete texture used with GstVideoGLTextureUploadMeta
2017-12-09 Julien Isorcegl: use gst_gl_context_gen_shader helper instead of...
2017-12-09 Matthew Watersgl/display: clean up pre gstglcontext api and struct...
2017-12-09 Matthew Watersgl/display: add get_handle_type
2017-12-09 Matthew Watersgl/display: avoid opening the X11 display on systems...
2017-12-09 Matthew Watersgl/window: fix string length check for eagl
2017-12-09 Matthew Watersgl/display: check the correct env variable for choosing...
2017-12-09 Edward Herveygl/cocoa: Use OBJCFLAGS where needed
2017-12-09 Matthew Watersgl: use the bufferpool's upload when available
2017-12-09 Julien Isorcegl: show internal cocoa window on top of others
2017-12-09 Matthew Watersgl/pool: init the upload object on start
2017-12-09 Sebastian Drögegl: Try harder to load symbols from the correct place
2017-12-09 Matthew Watersgl/mem: implement texture copying between formats with...
2017-12-09 Matthew Watersgl/mem: pad the public struct
2017-12-09 Nicolas Dufresnegl: no need to provide full lib path to load symbols
2017-12-09 Julien Isorcegl: add convenient functions to setup default vertex...
2017-12-09 Philippe Normandgl: add missing G_BEGIN/END_DECLS in utils header
2017-12-09 Jan Schmidtgl: Reduce noisy Info level output to LOG
2017-12-09 Julien Isorcegl: use gst_gl_platform_from_string because we support...
2017-12-09 Julien Isorceglfilter: only warn when other_context attribute is set
2017-12-09 Julien Isorcegl: fix string literal warning
2017-12-09 Nicolas Dufresnegl/x11: Removed unused variable
2017-12-09 Sebastian Drögegl/x11: Get rid of unneeded second display connection...
2017-12-09 Sebastian Drögegl/x11: Block rendering until swapbuffers is called...
2017-12-09 Julien Isorcegl/rpi: do not scale to full screen
2017-12-09 Julien Isorcegl/rpi: change dispmanx attributes of existing element...
2017-12-09 Julien Isorcegl/rpi: ensure the dispmanx element to be opaque
2017-12-09 Julien Isorcegl/cocoa: pass a NSView to set_window_handle instead...
2017-12-09 Julien Isorcegl/cocoa: only draw once the window has been resized
2017-12-09 Julien Isorcegl/cocoa: set the view to use for drawing by the context
2017-12-09 Julien Isorcegl: fix declaration-definition mismatch for _init_upload
2017-12-09 Julien Isorcegl/bufferpool: do not reset upload when set_config...
2017-12-09 Julien Isorcegl: use #ifdef instead of #if for __APPLE__
2017-12-09 Nicolas Dufresneglmemory: User g_slice_new0 to ensure fully initilized...
2017-12-09 Vincent Penquerc'hgl: prevent division by 0 on unsupported texture type
2017-12-09 Jan Schmidtglcolorconvert: Fix bt709 conversion matrices.
2017-12-09 Julien Isorcegl: allow to include GLES/gl.h
2017-12-09 Sebastian Drögegl/eagl: Fix compilation
2017-12-09 Sebastian Drögegl/eagl: Notify the window's resize callback about...
2017-12-09 Sebastian Drögegl/eagl: Remove spurious private struct pointer
2017-12-09 Sebastian Drögegl/android: Notify the window's resize callback about...
2017-12-09 Matthew Watersgl/context: output available extensions
2017-12-09 Matthew Watersgl/context: provide get_gl_version
2017-12-09 Julien Isorcegl/color: restore viewport dimensions when fbo done
2017-12-09 Sebastian Drögegl: Import QuartzCore/QuartzCore.h for CAEAGLLayer...
2017-12-09 Sebastian Drögegl: Add support for iOS EAGL platform
2017-12-09 Julien Isorcegl/cocoa: make gst_gl_window_cocoa_send_message_async...
2017-12-09 Julien Isorcegl/cocoa: fix NSAutoreleasePool initialization
2017-12-09 Julien Isorcegl/cocoa: ensure to call NSApplication:sharedApplicatio...
2017-12-09 Julien Isorcegl/color: fix warning type qualifiers ignored
2017-12-09 Matthew Watersgl/color: remove if statement with no effect
2017-12-09 Matthew Watersgl/color: pass large value by reference
2017-12-09 Matthew Watersgl/mem: cache the stride/unpack length for upload
2017-12-09 Matthew Watersgl/color: explicitly map the buffers we are copying...
2017-12-09 Matthew Watersgl/color: cache the temporary textures
2017-12-09 Matthew Watersgl/mem: provide defines for tokens not defined in GLES2...
2017-12-09 Matthew Watersgl: fixup incorrect number of arguments
next