summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* adaptivedemux: release threads waiting for manifest update on shutdownThiago Santos2014-12-041-0/+8
* adaptivedemux: use gst_task_stop instead of gst_task_pauseThiago Santos2014-12-041-9/+9
* adaptivedemux: fix deadlock when stopping streamsThiago Santos2014-12-041-1/+2
* glsyncmeta: add G_END_DECLSPhilippe Normand2014-12-041-0/+2
* adaptivedemux: remove unused error variableThiago Santos2014-12-031-2/+1
* adaptivedemux: remove more get_duration checksThiago Santos2014-12-031-16/+12
* adaptivedemux: all subclasses must implement get_durationThiago Santos2014-12-031-1/+1
* adaptivedemux: make sure to always stop the stream on EOSThiago Santos2014-12-031-5/+1
* glcontext: try cgl before glxJulien Isorce2014-12-031-4/+4
* gst-libs: Fix dependency buildEdward Hervey2014-12-012-0/+19
* adaptivedemux: reworking live manifest update waitThiago Santos2014-11-301-16/+17
* adaptivedemux: fix manifest update lockingThiago Santos2014-11-301-2/+4
* adaptivedemux: Fix segment for manifests that won't start at 0Thiago Santos2014-11-301-1/+19
* adaptivedemux: also clear flushing state on pads before restartingThiago Santos2014-11-301-2/+7
* adaptivedemux: add adaptivedemux base classThiago Santos2014-11-304-2/+2700
* glcontext: require GL_ARB_ES2_compatibility for opengl3Matthew Waters2014-11-301-0/+9
* videoaggregator: Failure to map a video frame is not just a warningSebastian Dröge2014-11-281-0/+1
* gl: fixup compat definition for GLuint64 for OS XMatthew Waters2014-11-281-1/+1
* gl: add compat definition for GLuint64 for androidMatthew Waters2014-11-281-0/+3
* basecamerasrc: fix typo in docsDanny Song2014-11-281-2/+2
* glsync: fix build with desktop glMatthew Waters2014-11-281-1/+1
* gl: fix various build errors without desktop glMatthew Waters2014-11-281-2/+9
* gldisplay: fix build errorMatthew Waters2014-11-281-1/+1
* gldisplay: implement runtime GL api filteringMatthew Waters2014-11-285-25/+116
* gl: remove the use of gluMatthew Waters2014-11-285-181/+0
* gl: add a sync meta for synchronizing across GL contextsMatthew Waters2014-11-289-12/+282
* glprototypes: add sync function definitionsMatthew Waters2014-11-283-1/+50
* glfilter: add a gl3 code path using vao's and vbo'sMatthew Waters2014-11-282-31/+124
* glframebuffer: add support for gl3Matthew Waters2014-11-281-8/+12
* glcolorconvert: add support for gl3Matthew Waters2014-11-282-23/+91
* glshader add support for gl3Matthew Waters2014-11-282-25/+60
* glx: ask for a GL3 core contextMatthew Waters2014-11-282-13/+19
* videoaggregator: Minor cleanupSebastian Dröge2014-11-271-2/+2
* videoaggregator: Copy over more fields from the relevant video-infoSebastian Dröge2014-11-271-6/+26
* videoaggregator: Directly use the converters video-info instead of recalculat...Sebastian Dröge2014-11-271-3/+1
* videoaggregator: Do source pad negotiation only from the aggregated functionSebastian Dröge2014-11-271-20/+16
* videoconvert: Hide all conversion related fieldsThibault Saunier2014-11-272-23/+14
* videoaggregator: Expose vmethods to set converters and prepare/clean framesThibault Saunier2014-11-273-134/+200
* videoaggregator: Let a full renegotiation happen after removing the last padThibault Saunier2014-11-271-2/+11
* glcolorconvert: Unref buffer with the correct functionSebastian Dröge2014-11-271-1/+1
* glmemory: Handle failure of memory allocation gracefullySebastian Dröge2014-11-271-0/+2
* glmemory: Use g_try_malloc() in the appropriate placesSebastian Dröge2014-11-271-4/+9
* glcolorconvert: support RGB16/BGR16 video format downloadWang Xin-yu (王昕宇)2014-11-271-0/+6
* gl/wayland: implement resizing the window using the right mouse buttonMatthew Waters2014-11-272-12/+51
* glfilter: support fixed dimensions on both sides of the elementMatthew Waters2014-11-271-17/+5
* videoaggregator: Also sync pad properties to the controller if conversion is ...Sebastian Dröge2014-11-261-43/+44
* codecparsers: fix some compiler warningsJulien Isorce2014-11-252-8/+15
* mpegts: fix some compiler warningsJulien Isorce2014-11-252-11/+13
* glcontext: Fix unused variable warning by moving declaration where it is actu...Ramprakash Jelari2014-11-241-3/+2
* dvbsection: Fix format string compiler warningRamprakash Jelari2014-11-241-1/+1