summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* kate: unref events when freeing events listThiago Santos2014-06-271-0/+1
* kateenc: fix segment event leakThiago Santos2014-06-271-2/+4
* glshader: enable glshader on GLES2Matthew Waters2014-06-253-15/+7
* glcolorscale: do passthrough on same capsJulien Isorce2014-06-251-0/+3
* gl: enable glvideomixer on GLES2Julien Isorce2014-06-253-8/+11
* glvideomixer: bas output width/height on the pad propertiesMatthew Waters2014-06-251-1/+50
* glvideomixer: don't clobber already allocated shaderMatthew Waters2014-06-251-0/+3
* curls?ftpsink: Fix memory leaks due to new error handlingSebastian Rasmussen2014-06-242-19/+14
* gl: XInitThreads when env variable is setMatthew Waters2014-06-241-0/+9
* modplug: don't hardcode c++ standard libraryKoop Mast2014-06-221-1/+1
* gl: Need to link to new badvideo library for the video aggregator base classSebastian Dröge2014-06-221-0/+1
* hlsdemux: Fix decrypting fragmentsThomas Bluemel2014-06-222-1/+5
* waylandsink: Fix compiler warningSebastian Dröge2014-06-211-1/+1
* gl:glvideomixer: Add the Compositor in the element metadata classThibault Saunier2014-06-201-5/+3
* gl: Port glmixer to the GstVideoAggregator baseclassThibault Saunier2014-06-202-39/+19
* hlsdemux: Include the debug string in the error messages we propagate from theSebastian Dröge2014-06-191-0/+8
* hlsdemux: Include a more descriptive error messageSebastian Dröge2014-06-191-7/+11
* hlsdemux: Propagate error messages from the source element up in the hierarchySebastian Dröge2014-06-192-3/+15
* hlsdemux: Directly convert GErrors to error messagesSebastian Dröge2014-06-191-20/+14
* gstsrtpenc: unref event when neededMiguel París Díaz2014-06-181-0/+1
* srtpenc: improve property commentsWim Taymans2014-06-181-2/+5
* gstsrtpenc: add allow-repeat-tx propertyMiguel París Díaz2014-06-182-1/+17
* opengl: add element for transforming video geometryLubosz Sarnecki2014-06-184-4/+573
* glfiltershader: port to GLES2Matthew Waters2014-06-172-9/+97
* waylandsink/wldisplay: verify that all the required interfaces have been foun...George Kiagiadakis2014-06-171-0/+18
* waylandsink: remove the buffer from the surface when going PAUSED -> READYGeorge Kiagiadakis2014-06-171-7/+22
* waylandsink/wlwindow: do not commit a resize when it happens due to a video i...George Kiagiadakis2014-06-171-5/+7
* waylandsink/wlwindow: take into account the video aspect ratio when determini...George Kiagiadakis2014-06-171-3/+4
* waylandsink: improve the way the video size is passed to wlwindow and also im...George Kiagiadakis2014-06-174-35/+49
* waylandsink: rename pause/resume_rendering to begin/end_geometry_change and u...George Kiagiadakis2014-06-171-10/+10
* waylandsink: remove the manual synchronization from pause/resume_rendering an...George Kiagiadakis2014-06-172-25/+12
* waylandsink: protect access to properties with the OBJECT_LOCKGeorge Kiagiadakis2014-06-171-0/+7
* waylandsink: protect access to the display with a new display_lockGeorge Kiagiadakis2014-06-172-14/+42
* waylandsink: remove the OBJECT_LOCK from set_caps()George Kiagiadakis2014-06-171-10/+3
* waylandsink: Replace the OBJECT_LOCK with a private render_lock to lock rende...George Kiagiadakis2014-06-172-15/+18
* waylandsink: move surface resizing logic to the GstWlWindow and make it be ca...George Kiagiadakis2014-06-173-32/+77
* waylandsink: cleanup GstWlWindow a bit after the overlaying semantics changeGeorge Kiagiadakis2014-06-172-45/+30
* waylandsink: create and maintain the subsurface inside the sinkGeorge Kiagiadakis2014-06-175-31/+71
* wayland: add public API for creating & using the display handle GstContextGeorge Kiagiadakis2014-06-171-6/+4
* waylandsink: get the external display handle using GstContextGeorge Kiagiadakis2014-06-172-43/+118
* waylandsink: drop width/height arguments from gst_wl_window_new_from_surface()George Kiagiadakis2014-06-173-6/+9
* waylandsink: add G_BEGIN/END_DECLS on all headers for consistencyGeorge Kiagiadakis2014-06-173-0/+12
* waylandsink: fix assertion failure when stopping immediately after starting, ...George Kiagiadakis2014-06-171-1/+1
* waylandsink: Update wl_scaler to version 2George Kiagiadakis2014-06-173-20/+72
* waylandsink/Makefile.am: Fix scaler-client-protocol.h generationGeorge Kiagiadakis2014-06-171-0/+8
* waylandsink: remove unused functionsGeorge Kiagiadakis2014-06-174-31/+0
* waylandsink: Add myself to the authors listGeorge Kiagiadakis2014-06-171-1/+2
* waylandsink/wldisplay: bind to the latest available wl_compositor versionGeorge Kiagiadakis2014-06-171-2/+2
* waylandsink: create/destroy the display when entering/leaving the READY state...George Kiagiadakis2014-06-171-37/+41
* waylandsink: Support all video formats supported by the displayGeorge Kiagiadakis2014-06-171-7/+28