summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-09video-texture: handle case where buffering_left == -1bufferingWim Taymans1-1/+4
2011-01-09video-texture: use last progress instead of 0.0Wim Taymans1-1/+1
2011-01-09video-texture: restore state on seek failureWim Taymans1-4/+9
2011-01-09video-texture: handle invalid durationsWim Taymans1-1/+4
2011-01-09video-texture: don't go to PLAYING when bufferingWim Taymans1-2/+8
2011-01-09video-texture: improve debuggingWim Taymans1-2/+11
2011-01-09video-texture: implement no-rebuffer buffering modeWim Taymans1-16/+71
2011-01-09video-texture: set seek flag before doing the seekWim Taymans1-1/+2
2011-01-09video-texture: install buffer timeoutWim Taymans2-6/+84
2011-01-09video-texture: add buffer-mode propertyWim Taymans3-1/+92
2011-01-09video-texture: factor out start and stop bufferingWim Taymans1-20/+30
2011-01-09video-texture: keep track of the buffering stateWim Taymans1-14/+39
2011-01-09video-texture: set target state when prerolledWim Taymans1-2/+10
2011-01-09video-texture: reset is_live variableWim Taymans1-0/+1
2011-01-09video-texture: Improve state handlingWim Taymans1-108/+38
2011-01-02Added buffering mode to video-texture. The video starts playing when enough c...Luis de Bethencourt2-2/+114
2010-12-07video-texture: Restore the idle state at EOSHEADmasterDamien Lespiau1-0/+4
2010-12-07video-texture: Add a note when get_progress() is called while seekingDamien Lespiau1-1/+4
2010-12-07video-texture: Fix the notification of the target progressDamien Lespiau1-4/+4
2010-12-06video-texture: Allow to make accurate seeksDamien Lespiau9-17/+250
2010-12-05video-texture: Don't return in progress of 0.0 when seekingDamien Lespiau1-0/+9
2010-12-05misc: Remove unused .png in the examplesDamien Lespiau1-0/+0
2010-12-05build: Make clear that the ChangeLog is not relevant anymoreDamien Lespiau2-1/+1
2010-11-30examples: Remove the mention of video-cube in the READMEDamien Lespiau1-5/+0
2010-11-30build: Include exported pacakges information in GIREvan Nemerson1-0/+1
2010-11-30ayuv_to_rgba_shader does not compileSamuel Degrande1-0/+1
2010-11-24build: Depend on clutter 1.4.0Damien Lespiau1-1/+1
2010-11-02video-sink: Use cogl_program_set_uniform1iChris Lord1-3/+3
2010-10-20video-texture: Set the pipeline line state to NULL on errorJuanZhao1-0/+6
2010-09-23build: Fix missing #include <stdlib.h> for EXIT_SUCCESS/_FAILUREDamien Lespiau3-0/+3
2010-09-20build: Post release bump to 1.3.3Damien Lespiau1-1/+1
2010-09-20build: Bump clutter requirement to 1.3.14Damien Lespiau1-1/+1
2010-09-20build: Update NEWS and README for 1.3.2Damien Lespiau2-2/+20
2010-09-20build: Bump the version to 1.3.2Damien Lespiau1-1/+1
2010-09-20gitignore: Ignore .gdb_history and config.h.in~Damien Lespiau1-2/+2
2010-09-16video-texture: Respect the pixel aspect ratio of the incoming framesDamien Lespiau10-17/+272
2010-08-18sink: Consider when rgb data has bgr component orderingRobert Bragg1-16/+30
2010-08-18sink: Use consistent material managementRobert Bragg1-177/+153
2010-08-18sink: remove an unused priv->fp memberRobert Bragg1-1/+0
2010-08-18sink: Fix variable names in clutter_gst_yv12_uploadRobert Bragg1-7/+7
2010-08-18sink: glsl: associate y,u,vtex uniforms with units 0,1,2Robert Bragg1-2/+2
2010-08-18sink: Don't reassert/remove the uv layers in pre/post paintRobert Bragg1-55/+0
2010-08-18sink: It's no longer necessary to set a dummy shaderRobert Bragg1-16/+0
2010-08-18sink: make glsl codepaths use cogl_material_set_user_programRobert Bragg1-6/+8
2010-08-18build: Depend on clutter >= 1.3.12Damien Lespiau2-2/+2
2010-08-18sink: Switch to using the cogl_program API for ARBfpRobert Bragg1-6/+34
2010-08-18sink: Use cogl_features_available to check for ARBfpRobert Bragg1-6/+2
2010-08-18sink: Port the ARBfp renderer to work with clutter 1.4Damien Lespiau7-184/+67
2010-08-18build: Enter the 1.3.x development cycleDamien Lespiau1-1/+1
2010-08-18build: Post release bump to 1.2.1Damien Lespiau1-1/+1