gl/upload: fix compilation on OS X
[platform/upstream/gstreamer.git] / gst-libs /
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
2017-12-09 Matthew Watersgl: fix incorrect usage of g_return_if_fail
2017-12-09 Matthew Watersgl/mem: allocate the memory per plane
2017-12-09 Matthew Watersgl/eglimage: #if 0 unused code
2017-12-09 Matthew Watersgl: add colorconvert object that converts between color...
2017-12-09 Vincent Penquerc'hgl: fix leaks
2017-12-09 Matthew Watersgl: pass video info's by reference
2017-12-09 Matthew Watersgl/glx: use the context's display rather than asking...
2017-12-09 Matthew Watersgl: avoid adding a NULL pool to propose allocation
2017-12-09 Matthew Watersgl: fix detection of extensions with GL versions < 3
2017-12-09 Tim-Philipp Müllergl: egl: fix distcheck and out of source build
2017-12-09 Rico Tzschichholzbuild: Fix make dist
2017-12-09 Matthew Watersgl: fix out-of-source builds pt2
2017-12-09 Julien Isorcegl: only set CAPS_FEATURE_MEMORY_EGL_IMAGE on egl platform
2017-12-09 Julien Isorcegl: let the user includes itself our egl headers if...
2017-12-09 Julien Isorcegl: add EGLImage support
2017-12-09 Julien Isorcegl: deploy egl headers in gst/gl/egl instead of gst/gl
2017-12-09 Julien Isorcegl: remove commented and unsued code in x11 Makefile.am
2017-12-09 Julien Isorcegl: fix crash if _build_extension_string is not called
2017-12-09 Gwenole Beauchesnegl: fix out-of-source builds.
2017-12-09 Matthew Watersgl/download: add support for the bt709 color matrix
2017-12-09 Matthew Watersgl/upload: add support for the bt709 color matrix
2017-12-09 Matthew Watersgl: remove explicit reference to X_CFLAGS
2017-12-09 Matthew Watersgl/upload: remove the legacy GL 1.x upload path
2017-12-09 Julien Isorcegl: fallback to glGetString if GL_NUM_EXTENSIONS fails
2017-12-09 Matthew Watersgl: and update the Makefile
2017-12-09 Matthew Watersgl: reorganize the extension headers by function rather...
2017-12-09 Matthew Watersgl/win32: use the correct include and gst-indent
2017-12-09 Wang Xin-yu (王昕宇)gl: use wglCreateContextAttribsARB to create share...
2017-12-09 Matthew Watersgl/mixer: fix download check for failure
2017-12-09 Matthew Watersgl: silence a critical if upstream does not provide...
next