gl/mem: allocate the memory per plane
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / gstglupload.c
2017-12-09 Matthew Watersgl/mem: allocate the memory per plane
2017-12-09 Matthew Watersgl: add colorconvert object that converts between color...
2017-12-09 Matthew Watersgl: pass video info's by reference
2017-12-09 Matthew Watersgl/upload: add support for the bt709 color matrix
2017-12-09 Matthew Watersgl/upload: remove the legacy GL 1.x upload path
2017-12-09 Matthew Watersgl: silence all the compiler warnings
2017-12-09 Matthew Waters[881/906] upload: restore default values for unpack_length
2017-12-09 Matthew Waters[876/906] glmem: use GstVideoInfo for format configuration
2017-12-09 Matthew Waters[875/906] upload: support for arbitrary strides
2017-12-09 Matthew Waters[873/906] upload: use GstVideoInfo for choosing the...
2017-12-09 Matthew Waters[872/906] upload: consolidate data _fill
2017-12-09 Matthew Waters[871/906] upload: fix texture scaling for YUY2/UYVY...
2017-12-09 Matthew Waters[870/906] upload: remove superflous g_mutex_init
2017-12-09 Matthew Waters[869/906] tests: add some upload tests
2017-12-09 Matthew Waters[868/906] upload: fix compilation for GLES2
2017-12-09 Wang Xin-yu (王昕宇)[867/906] glupload: Add GRAY8/GRAY16LE/BE upload suppor...
2017-12-09 Matthew Waters[866/906] upload: update some docs
2017-12-09 Matthew Waters[855/906] upload: add support for GstVideoGLTextureUplo...
2017-12-09 Matthew Waters[850/906] glupload: Remove texture scaling artifacts...
2017-12-09 Matthew Waters[838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_R...
2017-12-09 Matthew Waters[826/906] upload: free our mutex
2017-12-09 Matthew Waters[812/906] move the GL vtable from GstGLDisplay to GstGL...
2017-12-09 Tonu Jaansoo[787/906] gl: The GLSL rectangle resampler does not...
2017-12-09 Matthew Waters[778/906] upload: remove _thread variants of the API
2017-12-09 Matthew Waters[777/906] upload: overhaul and addition of new video...
2017-12-09 Sebastian Dröge[750/906] glupload: Add support for RGB reordering...
2017-12-09 Sebastian Dröge[747/906] gl: Constify YUV conversion shaders
2017-12-09 Sebastian Dröge[745/906] gl: Simplify and optimize YUV conversion...
2017-12-09 Julien Isorce[732/906] build: fix repeated typedefs
2017-12-09 Matthew Waters[704/906] Use gst_object_[un]ref so we can get refcount...
2017-12-09 Matthew Waters[701/906] display: move context creation into window
2017-12-09 Matthew Waters[700/906] display: move most of the code into utils...
2017-12-09 Matthew Waters[699/906] display: remove list of upload and download...
2017-12-09 Matthew Waters[675/906] upload: provide nicer debugging
2017-12-09 Matthew Waters[651/906] up/download: fix some typos when removing...
2017-12-09 Matthew Waters[647/906] remove dependecy on glew
2017-12-09 Matthew Waters[642/906] add gstglconfig.h for apps to find out what...
2017-12-09 Matthew Waters[624/906] OPENGL_ES2 => HAVE_GLES2 and add HAVE_OPENGL
2017-12-09 Matthew Waters[603/906] update FSF address
2017-12-09 Matthew Waters[601/906] fix typo causing shader compilation failure...
2017-12-09 Matthew Waters[600/906] docs: add docs for new objects and expand...
2017-12-09 Matthew Waters[599/906] GL|ES2: fix typos from recent changes and...
2017-12-09 Matthew Waters[590/906] up/download: fix scaling on transfer
2017-12-09 Matthew Waters[578/906] {up,down}load: add variants that can be calle...
2017-12-09 Matthew Waters[573/906] add upload and download library objects