summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Post release bump to 1.4.7clutter-gst-1.4Damien Lespiau2012-01-181-1/+1
* build: Release 1.4.61.4.6Damien Lespiau2012-01-181-1/+1
* build: Update NEWS and .doap file for the 1.4.6 releaseDamien Lespiau2012-01-182-0/+17
* sink: Update the shaders to work with Cogl 1.6.0+ and GLES2Damien Lespiau2011-11-101-5/+3
* player: Pressing 'd' now removes the VideoTexture and controlsDamien Lespiau2011-10-281-3/+27
* sink: Make the sink hold a weak reference to the ClutterTextureDamien Lespiau2011-10-282-5/+1
* video-texture: Fix a circular dependency not breaking on unref()Damien Lespiau2011-10-282-4/+36
* build: Post release build to 1.4.5Damien Lespiau2011-10-271-1/+1
* build: Release 1.4.41.4.4Damien Lespiau2011-10-271-1/+1
* build: Update the NEWS and doap files for 1.4.4Damien Lespiau2011-10-272-0/+21
* build: Don't use *_DISABLE_DEPRECATED definesDamien Lespiau2011-10-271-3/+0
* Do not hardcode pathsLaurent Bigonville2011-10-071-3/+3
* build: Post release bump to 1.4.3Damien Lespiau2011-10-031-1/+1
* build: Release 1.4.21.4.2Damien Lespiau2011-10-031-1/+1
* build: Update NEWS and doap file for the 1.4.2 releaseDamien Lespiau2011-10-032-0/+24
* video-sink: Fix segmentation fault with nouveau mesa driverGyörgy Balló2011-10-031-3/+3
* build: Post release build to 1.4.1Damien Lespiau2011-09-301-1/+1
* player: Don't try to free NULL GstTagListDamien Lespiau2011-09-301-1/+2
* build: Release 1.4.0Damien Lespiau2011-09-301-2/+2
* build: Update NEWS and doap files for the 1.4.0 releaseDamien Lespiau2011-09-302-0/+27
* player: 80 characters is a hard limit!Damien Lespiau2011-09-301-1/+2
* video-sink: Remove spurious debugging messageDamien Lespiau2011-09-301-1/+0
* player: Change how we report audio and subtitles trackDamien Lespiau2011-09-302-99/+72
* refactoring: Do not depend on any GL symbolDamien Lespiau2011-09-273-12/+68
* player: split interface API from default implementationLionel Landwerlin2011-09-262-153/+373
* player: ensure suburi is set to NULL without subtitle fileLionel Landwerlin2011-09-261-2/+2
* player: autoload subtitles only once uri is setLionel Landwerlin2011-09-261-1/+1
* Add "-Wsign-compare" to the maintainer flags and fix the resulting warningsThomas Wood2011-09-213-7/+7
* media: Refine the idle state management in the EOS callbackDamien Lespiau2011-09-011-2/+20
* player: Add an option to loop the videoDamien Lespiau2011-09-011-0/+24
* player: Provide an option to start the player fullscreenDamien Lespiau2011-09-011-1/+30
* player: Do accurate seeksDamien Lespiau2011-09-011-0/+9
* player: Don't start fullscreenDamien Lespiau2011-08-314-30/+28
* build: Distribute .tar.xz fileDamien Lespiau2011-08-312-2/+2
* build: Post release bump to 1.3.15Damien Lespiau2011-08-311-1/+1
* build: Release 1.3.141.3.14Damien Lespiau2011-08-311-1/+1
* build: Update NEWS file for 1.3.14Damien Lespiau2011-08-311-0/+22
* introspection: Add mission annotationsDamien Lespiau2011-08-303-4/+9
* build: Link against -lGL when we know it's safe toDamien Lespiau2011-08-302-0/+23
* video-texture: Remove the download-buffering class signal handlerDamien Lespiau2011-08-301-3/+1
* video-texture: Remote the dispose vfuncDamien Lespiau2011-08-301-7/+0
* video-player: Actually implement clutter_gst_player_deinit()Damien Lespiau2011-08-304-21/+51
* tests: Add a new little to to check if we are leakingDamien Lespiau2011-08-303-5/+69
* doc: Fix copy/paste typo in clutter_gst_player_get_pipeline() annotationDamien Lespiau2011-08-301-2/+1
* doc: Add latest API addition to the gtk-doc sectionsDamien Lespiau2011-08-303-3/+44
* player: -1 is a acceptable value for the subtitles track (No subtitles)Damien Lespiau2011-08-261-1/+1
* debug: Define CLUTTER_GST_DEBUG_ENABLED() when debug is disabledDamien Lespiau2011-08-261-0/+1
* video-texture: Add API to manage subtitlesDamien Lespiau2011-08-266-4/+245
* video-texture: Don't use an internal is_idle stateDamien Lespiau2011-08-261-10/+3
* player: Finish porting the eos_cb from the old video-textureDamien Lespiau2011-08-261-1/+8