summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-video-sink.c
Commit message (Expand)AuthorAgeFilesLines
...
* sink: Create our own texture when running aloneNicolas Dufresne2011-11-071-2/+80
* sink: Ensure clutter is initializedNicolas Dufresne2011-11-071-0/+5
* sink: Only accept video/x-surface with opengl supportNicolas Dufresne2011-11-071-1/+1
* cluttersink: Initialize debug even if not a pluginNicolas Dufresne2011-11-071-5/+5
* Add HW accelerated element supportNicolas Dufresne2011-11-071-7/+114
* Do synchronous render to allow QOSNicolas Dufresne2011-11-041-40/+59
* Make caps and renderer manipulation work with threadingNicolas Dufresne2011-11-041-132/+158
* video-sink: Add a standalone GStreamer pluginJosep Torra2011-11-011-40/+17
* video-sink: remove dependency on ClutterGstVideoTextureJosep Torra2011-10-311-12/+12
* video-sink: handle priority property in all GStreamer statesJosep Torra2011-10-311-4/+8
* sink: Make the sink hold a weak reference to the ClutterTextureDamien Lespiau2011-10-281-2/+1
* video-sink: silent warning on comparisonLionel Landwerlin2011-10-131-2/+2
* video-sink: Fix segmentation fault with nouveau mesa driverGyörgy Balló2011-10-031-3/+3
* video-sink: Remove spurious debugging messageDamien Lespiau2011-09-301-1/+0
* refactoring: Do not depend on any GL symbolDamien Lespiau2011-09-271-1/+32
* Add "-Wsign-compare" to the maintainer flags and fix the resulting warningsThomas Wood2011-09-211-3/+3
* sink: send navigation commands on certain key eventsThomas Wood2011-08-261-14/+31
* sink: Add debug to the navigation eventsBastien Nocera2011-05-091-0/+7
* sink: Make non-mouse related navigation events workBastien Nocera2011-04-061-15/+17
* sink: Add the Red Hat copyright for the GstNavigation workDamien Lespiau2011-04-051-1/+2
* sink: Add support for missing event typesBastien Nocera2011-04-051-2/+30
* sink: Implement GstNavigation interfaceBastien Nocera2011-04-041-30/+128
* style: Remove trailing spacesDamien Lespiau2011-03-251-12/+12
* ayuv_to_rgba_shader does not compileSamuel Degrande2010-11-301-0/+1
* video-sink: Use cogl_program_set_uniform1iChris Lord2010-11-021-3/+3
* video-texture: Respect the pixel aspect ratio of the incoming framesDamien Lespiau2010-09-161-0/+12
* sink: Consider when rgb data has bgr component orderingRobert Bragg2010-08-181-16/+30
* sink: Use consistent material managementRobert Bragg2010-08-181-177/+153
* sink: remove an unused priv->fp memberRobert Bragg2010-08-181-1/+0
* sink: Fix variable names in clutter_gst_yv12_uploadRobert Bragg2010-08-181-7/+7
* sink: glsl: associate y,u,vtex uniforms with units 0,1,2Robert Bragg2010-08-181-2/+2
* sink: Don't reassert/remove the uv layers in pre/post paintRobert Bragg2010-08-181-55/+0
* sink: It's no longer necessary to set a dummy shaderRobert Bragg2010-08-181-16/+0
* sink: make glsl codepaths use cogl_material_set_user_programRobert Bragg2010-08-181-6/+8
* sink: Switch to using the cogl_program API for ARBfpRobert Bragg2010-08-181-6/+34
* sink: Use cogl_features_available to check for ARBfpRobert Bragg2010-08-181-6/+2
* sink: Port the ARBfp renderer to work with clutter 1.4Damien Lespiau2010-08-181-164/+47
* build: Fix compilation when using GLESDamien Lespiau2010-07-141-0/+14
* misc: Fix more deprecated Cogl symbolsDamien Lespiau2010-03-251-2/+2
* sink: Use COGL_TEXTURE_NO_ATLAS when creating CoglTexturesDamien Lespiau2010-02-151-3/+12
* Plug a leak of a GMutex, save the planetDamien Lespiau2010-02-121-0/+1
* Don't copy GstCaps in get_caps() but just ref themDamien Lespiau2010-02-121-1/+1
* Don't use symbols deprecated by CoglDamien Lespiau2010-02-121-3/+3
* [VideoTexture] Don't use CGL_* macrosDamien Lespiau2010-01-191-1/+1
* [VideoSink] Add an update-priority propertyDamien Lespiau2010-01-111-9/+41
* [doc] Document the ClutterGstVideoSinl:texture propertyDamien Lespiau2010-01-091-7/+15
* [misc] Intern the strings of property namesDamien Lespiau2010-01-091-1/+2
* [doc] VideoTexture and VideoSink must be created from Clutter's threadDamien Lespiau2010-01-081-0/+4
* [VideoSink] Use a custom GSource to signal a pending bufferDamien Lespiau2010-01-081-98/+160
* [VideoSink] Fix the signature of glBindProgramARBDamien Lespiau2009-11-131-1/+1