summaryrefslogtreecommitdiffstats
path: root/sys/glsink
AgeCommit message (Expand)AuthorFilesLines
2008-01-06sys/glsink/: Handle xoverlay exposes correctly. This means glimagesink works...David Schleef6-18/+86
2008-01-06sys/glsink/: Reenable video/x-raw-rgb and x-raw-yuv for glimagesink. Enable ...David Schleef7-291/+113
2007-12-31Switch to using pkgconfig to detect libGL. Since we use recent features adde...David Schleef1-2/+2
2007-12-29Major cleanup of code. Convert glupload to BaseTransform.David Schleef15-412/+629
2007-12-27sys/glsink/: Change glimagesink over to using GL buffers. This breaks glimag...David Schleef2-26/+107
2007-12-27sys/glsink/: Convert gldownload to BaseTransform. Make glfilterexample visua...David Schleef8-115/+224
2007-12-27sys/glsink/: Remove code that handles non-texture buffers. Add aDavid Schleef13-310/+1059
2007-12-25sys/glsink/: Add gltestsrc element, a duplicate of videotestsrc that usesDavid Schleef9-6/+1317
2007-12-24sys/glsink/: Clean up code. Fix a few leaks.David Schleef3-31/+4
2007-12-24sys/glsink/: Rename glvideo.[ch] to gstgldisplay.[ch].David Schleef6-8/+7
2007-12-24sys/glsink/: Rewrite a bunch of code to use textures as the intermediate inst...David Schleef9-137/+262
2007-12-22sys/glsink/: A careful read of the documentation reveals that I can't use ren...David Schleef7-20/+206
2007-12-21sys/glsink/: Switch to using framebuffer_objects instead of GLXPixmaps, becau...David Schleef13-188/+1394
2007-12-18sys/glsink/: Use new GstVideoFormat checked into -base. Add new glupload ele...David Schleef9-665/+219
2007-12-16sys/glsink/: Rename GLVideo* to GstGL*.David Schleef4-105/+104
2007-12-16sys/glsink/: Add vblank synchronization. Isn't really working on my driver. :(David Schleef4-5/+210
2007-12-15sys/glsink/: Add support for xRGB, xBGR, and AYUV. Re-add support for power-...David Schleef6-36/+286
2007-12-15sys/glsink/gstvideo-common.*: Pull together some common raw video functions i...David Schleef8-108/+785
2007-12-14update spec file and add two missing files for distingChristian Schaller1-0/+2
2007-12-12sys/glsink/: Split out gl-related code into a separate file with a sensible A...David Schleef4-393/+503
2007-06-06sys/glsink/glimagesink.c: Sprinkle in some XSync calls to avoid raciness with...Jan Schmidt1-0/+12
2007-05-18sys/glsink/glimagesink.c: Update the cached caps after opening the display so...Jan Schmidt1-0/+1
2007-04-03sys/glsink/glimagesink.c: Fix handling of video/x-raw-yuv. Add overlay handl...David Schleef1-39/+192
2006-09-23sys/glsink/glimagesink.c: Fix problems when the element cannot open the displ...David Schleef1-9/+16
2006-09-22ext/directfb/dfbvideosink.c: Lower rank from SECONDARY to MARGINAL. Plugins i...Tim-Philipp Müller1-1/+1
2006-08-15Fix leaks (#351502).Tim-Philipp Müller1-1/+1
2006-06-23Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller1-2/+2
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2006-02-25sys/glsink/glimagesink.c: It doesn't seem we need GLU.hJulien Moutte1-1/+0
2006-02-22Cygwin Ports maintainer.Jan Schmidt2-5/+5
2006-02-14sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on schleef, don't brea...Andy Wingo1-3/+3
2006-01-30sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD)Andy Wingo1-2/+4
2006-01-28sys/glsink/Makefile.am: glimagesink.h is dead, long live glimagesink.hEdward Hervey1-2/+0
2006-01-28revival of glimagesink. Kind of works.David Schleef3-1494/+560
2005-11-21Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)Jan Schmidt1-4/+3
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-2/+2
2005-09-05Fix up all the state change functions.Jan Schmidt1-12/+12
2004-11-01Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt1-4/+4
2004-08-27sys/glsink/glimagesink.c: Move local variable declarations to make gcc-2.95 h...David Schleef1-19/+20
2004-08-09sys/glsink/ARB_multitexture.h: Remove old files.David Schleef10-3462/+0
2004-08-09GL sink plugin. (Bug #147302)Gernot Ziegler3-7/+1755
2004-03-15don't mix tabs and spacesThomas Vander Stichele6-109/+111
2004-03-15*.h: Revert indentingJohan Dahlin4-859/+511
2004-03-14gst-indentThomas Vander Stichele10-1767/+2206
2004-01-12Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef3-0/+6
2003-12-22Merge CAPS branchDavid Schleef1-25/+2
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje3-0/+13
2003-11-06updates to glsinkGernot Ziegler1-46/+44