summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-video-sink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [VideoSink] Fix remaining stride issues with the YUV uploadDamien Lespiau2009-09-041-14/+16
* [VideoSink] Fix row strides of U/V planesRoland Peffer2009-09-031-3/+4
* Get Cogl to flush primitives when using fragment shadersRobert Bragg2009-06-301-0/+14
* Remove some redundant glEnable/Disable (GL_FRAGMENT_PROGRAM_ARB) callsRobert Bragg2009-06-301-3/+0
* [videosink] Use the right unref function for CoglShaderDamien Lespiau2009-06-291-1/+1
* [videosink] Squash the two paint signal handlers into oneDamien Lespiau2009-06-291-44/+33
* [videosink] GLSL only functions should say soDamien Lespiau2009-06-291-7/+7
* [videosink] Reword of the init/exit code pathDamien Lespiau2009-06-291-124/+160
* [videosink] Refactor Renderer::init()Damien Lespiau2009-06-261-19/+10
* [videosink] Remove the use-shaders propertyDamien Lespiau2009-06-241-24/+0
* [misc] Pass on the c files headersDamien Lespiau2009-06-231-1/+3
* [videosink] Disconnect signal handlers to avoid callbacks after finalizeOle André Vadla Ravnås2009-06-231-16/+43
* Fix gl symbol typedefs by using APIENTRYP preprocessor.Haakon Sporsheim2009-06-221-5/+5
* Use CGL_MAX_COMBINED_TEXTURE_IMAGE_UNITSDamien Lespiau2009-06-161-2/+12
* Remove conditional compilation on CLUTTER_COGL_HAS_GLDamien Lespiau2009-06-141-19/+7
* Hide clutter_gst_find_renderer_by_format()Damien Lespiau2009-06-141-1/+1
* Introduce --enable-maintainer-cflagsDamien Lespiau2009-06-141-3/+3