summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* videoaggregator: Unref allowed caps after usageSebastian Rasmussen2014-08-111-0/+2
* codecparsers_h264: initialize some fields of pic_timing structureAurélien Zanelli2014-08-111-0/+3
* gl/docs: remove superflous 'the'Matthew Waters2014-08-061-1/+1
* glupload: don't determine if frame needs upload by pointer compareWang Xin-yu (王昕宇)2014-08-061-1/+1
* gl: document GST_GL_* environment variablesMatthew Waters2014-08-011-0/+9
* glmemory: reenable the texture_rg support for !eaglMatthew Waters2014-07-292-3/+3
* gl: fix multi gl object leaksWang Xin-yu (王昕宇)2014-07-243-0/+32
* aggregator: Reset flow_return *after* stopping the srcpad task.Mathieu Duponchelle2014-07-161-1/+1
* aggregator: Flush sinkpads when stoppingThibault Saunier2014-07-161-0/+11
* aggregator: Do not forget to reset the flow return when stopingThibault Saunier2014-07-161-0/+2