summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* aggregator: add latency query handlingMatthew Waters2014-10-092-88/+110
* videoaggregator: support unresponsive padsMatthew Waters2014-10-091-3/+7
* aggregator: add a timeout property determining buffer wait timeMatthew Waters2014-10-092-5/+178
* videoaggregator: remove the use of the queued buffer on sink padsMatthew Waters2014-10-092-56/+29
* gl/cocoa: Add support for HiDPI displaysSebastian Dröge2014-10-091-0/+4
* glcolorconvert: output why we cannot convert a bufferMatthew Waters2014-10-091-0/+6
* glcolorconvert: fix planar YUV downloadMatthew Waters2014-10-091-5/+54
* mpegts: fix typos in commentsFelix Schwarz2014-10-074-11/+11
* glcolorconvert: fix UYVY download green screenMatthew Waters2014-10-071-3/+4
* glcolrconvert: fix YUY2 downloadMatthew Waters2014-10-071-16/+23
* aggregator: Replace GMainContext with GAsyncQueue (v2)Jan Alexander Steffens (heftig)2014-10-061-75/+42
* videoaggregator: Do not wrongly set the aggregator.segmentThibault Saunier2014-10-061-2/+0
* videoaggregator: Make sure not to unref a NULL pointerThibault Saunier2014-10-061-2/+4
* aggregator: Set seqnum only when segments are received.Mathieu Duponchelle2014-10-061-4/+1
* aggregator: Add a streaming lock so to secure flush start actionThibault Saunier2014-10-061-31/+67
* aggregator: Query seeking when a seek failed to see if it was expectedThibault Saunier2014-10-061-12/+36
* aggregator: set future seqnum before propagating the seek event.Mathieu Duponchelle2014-10-061-2/+4
* aggregator: Store segment when seeked in READY for later useThibault Saunier2014-10-061-0/+30
* videoaggregator: Unmap and free GstVideoFrames as needed after conversion and...Sebastian Dröge2014-10-061-0/+4
* aggregator: Unref the taglist in GstAggregator::stop()Sebastian Dröge2014-10-061-0/+4
* mpegts: fix typo in GstMpegtsExtendedEventDescriptor docReynaldo H. Verdejo Pinochet2014-10-031-1/+1
* videoaggregator: Do not to release VIDEO_AGGREGATOR_LOCK while setting format...Thibault Saunier2014-10-031-40/+16
* aggregator: Take lock to ensure set_caps is not called concurentlyThibault Saunier2014-10-031-0/+23
* videoaggregator: Also copy over the chroma siting and colorimetry when decidi...Sebastian Dröge2014-10-011-0/+2
* videoaggregator: Revert the last commit and handle resolutions differences pr...Sebastian Dröge2014-10-011-7/+5
* videoaggregator: GstVideoConverter currently can't rescale and will assertSebastian Dröge2014-10-011-2/+7
* gl/cocoa: Always update our viewport if Cocoa tells us something has changedSebastian Dröge2014-10-011-17/+8
* gl/cocoa: Handle NSView::renewGState() properlySebastian Dröge2014-10-011-0/+10
* glcolorconvert: convert xRGB into ARGB properlyMatthew Waters2014-09-301-2/+11
* glmemory: unset the opposite corresponding transfer flags when mapped with writeMatthew Waters2014-09-301-0/+2
* gl/cocoa: Update viewport according to the current clippingSebastian Dröge2014-09-291-12/+28
* gl/cocoa: Improve the NSApplication initializationSebastian Dröge2014-09-291-14/+30
* gl/cocoa: NSView::drawRect() should call into reshape tooSebastian Dröge2014-09-291-0/+4
* gl/cocoa: Call UI related API from the application main threadSebastian Dröge2014-09-292-118/+108
* gl/cocoa: Switch to a plain NSView subclass instead of NSOpenGLViewSebastian Dröge2014-09-293-53/+76
* glcontext: Initialize variableEdward Hervey2014-09-291-1/+1
* video: fix build in gst-uninstalled setupJosep Torra2014-09-281-3/+6
* glcontext: fixup error in sharegroup commentMatthew Waters2014-09-291-1/+1
* glcontext: detect the sharegroup case where the context are in different chainsMatthew Waters2014-09-291-5/+31
* glfilter: silence a warning with empty input capsMatthew Waters2014-09-281-8/+10
* videoaggregator: don't create converters when the subclass doesn't want themMatthew Waters2014-09-281-1/+6
* gl/cocoa: Switch from our custom main loop to a GMainLoopSebastian Dröge2014-09-252-264/+169
* gl/cocoa: Clear the current GL context when it should happenSebastian Dröge2014-09-251-4/+1
* video: use video lib conversion code instead of copyWim Taymans2014-09-249-12115/+8
* gl: download whenever we have sysmem capsfeaturesMatthew Waters2014-09-242-8/+21
* glupload: fallback to upload if contexts cannot share GL resourcesMatthew Waters2014-09-231-0/+6
* glcontext: add gst_gl_context_can_shareMatthew Waters2014-09-232-3/+54
* gl: Let gst_gl_context_get_thread() return a new reference to the GThreadSebastian Dröge2014-09-221-1/+3
* gl: consecutive return, break statementAnuj Jaiswal2014-09-221-1/+0
* gl/debug: desktop GL does not have the KHR suffixesMatthew Waters2014-09-221-2/+2