summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* glupload: Recalculate offset and size in raw uploadNicolas Dufresne2015-08-161-0/+10
* adaptivedemux: Demote debugging levelEdward Hervey2015-08-151-1/+1
* adaptivedemux: Actually wait for playlist update when requestedEdward Hervey2015-08-151-3/+3
* gloverlaycompositor: Also disable the blend when doneNicolas Dufresne2015-08-151-0/+1
* glsink: Enable sync meta on pools we offerNicolas Dufresne2015-08-151-0/+2
* opengl: Change GLclampd to doubleSebastian Dröge2015-08-151-1/+1
* opengl: add missing ClearDepth prototypeMartin Kelly2015-08-151-0/+2
* h264parse: Clear SPS info after processing.Jan Schmidt2015-08-151-1/+4
* dashdemux: add support for HTTP HEAD method of time syncAlex Ashley2015-08-143-6/+56
* codecparsers: h265: Fix the range of delta_chroma_log2_weight_denomSreerenj Balachandran2015-08-121-1/+1
* codecparsers: h265: Fix the parsing of ref_pic_lists_modificationSreerenj Balachandran2015-08-121-1/+1
* gl: Add opengl_version.h to the list of sourcesNicolas Dufresne2015-08-101-1/+2
* gl: use gles2 shaders everywhereMatthew Waters2015-08-101-31/+1
* glcontext/wgl: implement gl3 core profile context selectionMatthew Waters2015-08-104-58/+179
* gloverlaycompositor: Add shader to convert BGRA/ARGB -> RGBANicolas Dufresne2015-08-081-2/+20
* gl/syncmeta: implement synchronisation without glFenceSyncMatthew Waters2015-08-081-1/+3
* context/glx: only use glXCreateContextAttribs for OpenGL 3 contextsMatthew Waters2015-08-081-7/+7
* aggregator: Queue "latency" buffers at each sink pad.Olivier Crête2015-07-302-77/+328
* videoaggregator: Remove broken _clip vfuncOlivier Crête2015-07-301-63/+0
* aggregator: Default to "zero" start time selection mode as documentedOlivier Crête2015-07-291-1/+1
* aggregator: Ignore the "first" mode if the segment not a time segmentOlivier Crête2015-07-291-6/+14
* glupload: Remove debug output from gst_gl_upload_transform_caps()Sebastian Dröge2015-07-291-2/+0
* aggregator: Add property to select how to decide on a start timeSebastian Dröge2015-07-292-9/+134
* h264parse: Add more NAL types for debugging output.Jan Schmidt2015-07-291-2/+6
* aggregator: Query the peer latency again on the next opportunity after a pad ...Sebastian Dröge2015-07-281-0/+2
* glupload: Add fixme about using bufferpool for rawNicolas Dufresne2015-07-281-0/+1
* glupload: Keep input frame mapped as long as neededNicolas Dufresne2015-07-283-16/+61
* Revert "glupload: memcpy on raw data upload"Nicolas Dufresne2015-07-281-14/+5
* glcontext/wgl: fix defenition of gst_gl_context_wgl_newMatthew Waters2015-07-272-2/+2
* gl/cocoa: fix definition of gst_gl_context_newMatthew Waters2015-07-271-1/+1
* gl/win32: fix definition of gst_gl_window_win32_newMatthew Waters2015-07-271-1/+1
* wayland: fail window open if the display is the correct typeMatthew Waters2015-07-271-1/+9
* glwindow: pass display to implementation's _new()Matthew Waters2015-07-2714-59/+59
* glcontext: pass display to implentation's _new()Matthew Waters2015-07-279-26/+32
* gl: support cgl, egl and glx within a same buildJulien Isorce2015-07-272-2/+30
* glupload: Check that caps contain desired caps featuresJan Schmidt2015-07-271-65/+19
* gl: move GL_NUM_EXTENSIONS definition after gl.hJulien Isorce2015-07-241-4/+4
* glupload: fix memory leakLuis de Bethencourt2015-07-231-0/+2
* gloverlaycompositor: Keep memory pointer aliveNicolas Dufresne2015-07-221-28/+31
* gloverlaycompositor: Pass buffer strideNicolas Dufresne2015-07-221-0/+1
* gloverlaycompositor: Hide GstCompsitionOverlay objectNicolas Dufresne2015-07-226-427/+343
* libgstgl: Makefile style fixNicolas Dufresne2015-07-221-15/+15
* composition-overlay: Positions are relative to textureNicolas Dufresne2015-07-224-38/+12
* gloverlaycompositor: Create own shader objectLubosz Sarnecki2015-07-222-14/+45
* gloverlaycompositor: for loop initial declarations are only allowed in C99 modeLuis de Bethencourt2015-07-211-7/+13
* gl: use gst_gl_display_create_context in more elements.Julien Isorce2015-07-211-14/+2
* gl/build: fix typo in _HEADERS resulting in installing the wrong fileMatthew Waters2015-07-211-1/+1
* glcolorconvert: add RGB to NV12/NV21 conversionMatthew Waters2015-07-211-0/+43
* glcolorconvert: Apply GstVideoOverlayCompositionMeta buffer to converted bufferLubosz Sarnecki2015-07-201-0/+9
* glupload: Detect overlay meta buffers correctlyLubosz Sarnecki2015-07-201-2/+16