summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* aggregator: Replace GMainContext with GAsyncQueueJan Alexander Steffens (heftig)2015-05-111-86/+42
* glapi: fix compilation with latest MSVCLasse Laursen2015-01-171-2/+2
* uridownloader: a few leak fixesVincent Penquerc'h2015-01-161-1/+6
* fragment: fix caps and buffer leaks in get_propertyVincent Penquerc'h2015-01-161-2/+2
* Release 1.4.51.4.5Sebastian Dröge2014-12-181-756/+634
* gl: Use numeric OSX version instead of the macroSebastian Dröge2014-11-191-1/+1
* gl/cocoa: Don't override the application delegateSebastian Dröge2014-11-191-16/+0
* gl/cocoa: Only use convertRectToBacking on OSX >= 10.7Sebastian Dröge2014-11-191-0/+2
* gl/cocoa: Remove GNUStep supportSebastian Dröge2014-11-192-36/+0
* codecparsers: h264: fix derivation of MaxPicNum variable.Gwenole Beauchesne2014-11-151-2/+2
* gl/cocoa: use NSAutoreleasePool to free resize dataJulien Isorce2014-11-041-0/+2
* gl/cocoa: include gl3.h to have GL_CONTEXT_PROFILE_MASKJulien Isorce2014-11-041-0/+4
* gl/cocoa: make sure to turn on frame rectangle changes notificationsJulien Isorce2014-11-041-0/+1
* gl/cocoa: fix uncaught exception 'unrecognized selector sent to instance'Julien Isorce2014-11-041-1/+1
* gl/cocoa: fix compiler warningJulien Isorce2014-11-041-4/+4
* gl/cocoa: Fix compiler warningSebastian Dröge2014-11-041-2/+2
* glshader: Fix memory leakLuis de Bethencourt2014-11-031-2/+2
* gl: sprinkle some Since markersMatthew Waters2014-11-033-1/+69
* glfilter: avoid uninitialized variable size when chaining multiple glfiltersMatthew Waters2014-10-281-0/+4
* vc1parser: fix level values for simple/main profileAurélien Zanelli2014-10-241-2/+2
* gl/cocoa: Add support for HiDPI displaysSebastian Dröge2014-10-141-0/+4
* gl/cocoa: Always update our viewport if Cocoa tells us something has changedSebastian Dröge2014-10-141-17/+8
* gl/cocoa: Handle NSView::renewGState() properlySebastian Dröge2014-10-141-0/+10
* gl/cocoa: Update viewport according to the current clippingSebastian Dröge2014-10-141-12/+28
* gl/cocoa: Improve the NSApplication initializationSebastian Dröge2014-10-141-14/+30
* gl/cocoa: NSView::drawRect() should call into reshape tooSebastian Dröge2014-10-141-0/+4
* gl/cocoa: Call UI related API from the application main threadSebastian Dröge2014-10-142-118/+108
* gl/cocoa: Switch to a plain NSView subclass instead of NSOpenGLViewSebastian Dröge2014-10-143-53/+76
* gl/cocoa: Switch from our custom main loop to a GMainLoopSebastian Dröge2014-10-142-264/+169
* gl/cocoa: Clear the current GL context when it should happenSebastian Dröge2014-10-141-4/+1
* videoaggregator: Unmap and free GstVideoFrames as needed after conversion and...Sebastian Dröge2014-10-141-0/+4
* aggregator: Unref the taglist in GstAggregator::stop()Sebastian Dröge2014-10-141-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
* glcolorconvert: fix UYVY download green screenMatthew Waters2014-10-071-3/+4
* glcolrconvert: fix YUY2 downloadMatthew Waters2014-10-071-16/+23
* gl: Let gst_gl_context_get_thread() return a new reference to the GThreadSebastian Dröge2014-09-301-1/+5
* 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
* glcontext: Initialize variableEdward Hervey2014-09-301-1/+1
* glcontext: fixup error in sharegroup commentMatthew Waters2014-09-301-1/+1
* glcontext: detect the sharegroup case where the context are in different chainsMatthew Waters2014-09-301-5/+31
* glupload: fallback to upload if contexts cannot share GL resourcesMatthew Waters2014-09-301-0/+6
* glcontext: add gst_gl_context_can_shareMatthew Waters2014-09-302-3/+51
* glcontext: add API to retreive the thread that context is active inMatthew Waters2014-09-302-0/+25
* gl: download whenever we have sysmem capsfeaturesMatthew Waters2014-09-302-8/+21
* vc1parser: take care of endianness when parsing sequence-layerAurélien Zanelli2014-09-191-6/+53
* glfilter: do not leak pool in error casesOgnyan Tonchev2014-09-171-16/+16
* gl: check null before unref GstGLDisplayWang Xin-yu (王昕宇)2014-08-211-1/+3
* gl: don't take an extra ref on the display on set_contextMatthew Waters2014-08-191-2/+5