summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* aggregator: Handle event seqnumThibault Saunier2014-07-161-3/+18
* gl: Link to all required libraries but not moreSebastian Dröge2014-07-111-2/+0
* video: Properly include headers in Makefile.amSebastian Dröge2014-07-111-5/+1
* gl: Move GstGLMixer to the plugin for nowSebastian Dröge2014-07-115-1218/+0
* libs: Don't install headers and pc files for libgstwayland/badvideo/badbaseSebastian Dröge2014-07-113-80/+4
* mpegts: Add parsing for CA descriptor (0x05)Edward Hervey2014-07-112-0/+48
* mpegts: No need to check for NULL before calling g_free()Sebastian Rasmussen2014-07-094-18/+8
* mpegts: Don't confuse slice allocator with regular oneSebastian Rasmussen2014-07-091-6/+5
* mpegts: Fix dvb linkage leaksEdward Hervey2014-07-091-28/+23
* mpegts: use getter for egde linkage descriptor typeStefan Ringel2014-07-092-2/+59