gstreamer/ext/gl
Nicolas Dufresne eff94f929d gloverlay: Fix upside down and miss-aligned JPEG
LibJPEG uses macroblock of 8x8 sample. In this element we use RGB and
Y444, two 24bit formats that are stored in 32bit pixels. This mean we
have 32x32 bytes macroblocks. For this reason, we need to allocate
our buffer slightly larger. We also need to pass the line pointer in
the right order, otherwise the image endup upside-down.

https://bugzilla.gnome.org/show_bug.cgi?id=745109
2015-03-03 15:26:13 -05:00
..
effects gl: fix various build errors without desktop gl 2014-11-28 10:59:46 +11:00
BUGS
caopengllayersink.h new caopengllayersink element 2015-02-24 19:12:10 +11:00
caopengllayersink.m caopengllayersink: render black when we don't have a texture to display 2015-02-25 00:03:28 +11:00
gltestsrc.c gltestsrc: implement checkers pattern with GLSL 2014-10-07 23:41:38 +11:00
gltestsrc.h gltestsrc: implement snow pattern with GLSL. 2014-09-24 00:40:37 +10:00
gstglbumper.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglbumper.h
gstglcolorscale.c gl: fix typo in #if 2014-11-28 11:04:22 +11:00
gstglcolorscale.h glcolorscale: support gl3 2014-11-28 09:14:25 +11:00
gstgldeinterlace.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstgldeinterlace.h
gstgldifferencematte.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstgldifferencematte.h
gstgleffects.c gleffects: don't abort when setting the effect to 0,1,2 2014-12-11 19:41:23 +11:00
gstgleffects.h
gstglfilterapp.c glfilterapp: fix unused variable compiler warning 2014-11-28 16:04:54 +00:00
gstglfilterapp.h glfilterapp: actually emit the client-draw signal 2014-06-12 23:17:05 +10:00
gstglfilterblur.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfilterblur.h
gstglfiltercube.c glfiltercube: use a shader everywhere 2014-12-11 19:41:23 +11:00
gstglfiltercube.h gl: remove the use of glu 2014-11-28 09:14:26 +11:00
gstglfilterglass.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfilterglass.h
gstglfilterlaplacian.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfilterlaplacian.h
gstglfilterreflectedscreen.c Constify some static arrays everywhere 2015-01-21 10:18:50 +01:00
gstglfilterreflectedscreen.h
gstglfiltershader.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfiltershader.h glfiltershader: port to GLES2 2014-06-17 23:21:15 +10:00
gstglfiltersobel.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfiltersobel.h
gstglimagesink.c glimagesink: cosmetic cleanup 2015-02-24 15:22:34 -05:00
gstglimagesink.h glimagesink: clobber the alpha channel by default 2015-01-30 15:54:05 +11:00
gstglmixer.c gl: remove the egl caps from the src pads 2015-02-03 15:30:08 +11:00
gstglmixer.h gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglmixerpad.h glmixer: fix some compiler warnings 2015-02-22 10:34:05 +00:00
gstglmosaic.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglmosaic.h gl: Move GstGLMixer to the plugin for now 2014-07-11 09:41:05 +02:00
gstgloverlay.c gloverlay: Fix upside down and miss-aligned JPEG 2015-03-03 15:26:13 -05:00
gstgloverlay.h gloverlay: support gl3 2014-11-28 09:14:25 +11:00
gstgltestsrc.c gl: remove the egl caps from the src pads 2015-02-03 15:30:08 +11:00
gstgltestsrc.h gltestsrc: Add other-context property 2014-10-13 13:25:42 +02:00
gstgltransformation.c gltransformation: normalize translations 2015-03-03 14:05:21 -05:00
gstgltransformation.h gltransform: Fix includes of graphene headers 2015-02-18 17:15:01 -05:00
gstglvideomixer.c glvideomixer: don't upload if alpha <= 0 2015-01-15 09:50:02 +11:00
gstglvideomixer.h glvideomixer: add support for gl3 2014-11-28 09:14:25 +11:00
gstopengl.c new caopengllayersink element 2015-02-24 19:12:10 +11:00
Makefile.am opengl: Clean Makefile.am 2015-02-24 19:01:45 -05:00