summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* glcontext: fix get_current_gl_api() on win32Matthew Waters2016-08-161-2/+2
* qml: Enable qmlglsink for eglfsSergey Borovkov2016-08-161-0/+2
* g-i: pass compiler env to g-ir-scannerTim-Philipp Müller2016-08-134-1/+6
* adaptivedemux: Add more safeguards around state changes.Jan Schmidt2016-07-262-3/+59
* adaptivedemux: More locking/switching fixesJan Schmidt2016-07-261-0/+5
* adaptivedemux: Drop the manifest lock during outbound actionsJan Schmidt2016-07-261-8/+48
* adaptivedemux: fix pending tags leakGuillaume Desmottes2016-07-251-0/+2
* audioaggregator: fix buffer leakGuillaume Desmottes2016-06-271-0/+12
* h264parse: fix default time_offset_lengthMichael Olbrich2016-06-271-1/+1
* player: fix suburi getter debug messageGuillaume Desmottes2016-05-251-2/+2
* player: Don't set subtitle URI directly but dispatch to the player threadSebastian Dröge2016-05-251-6/+1
* player: Fix documentation for gst_player_video_info_get_framerate()Arun Raghavan2016-05-251-1/+3
* gl: win32: Unparent internal window before destroying itXavier Claessens2016-05-201-0/+2
* gl: win32: Don't steal parent focus when creating internal windowXavier Claessens2016-05-201-1/+6
* videoaggregator: Don't wait if input buffer is after outputOlivier Crête2016-05-201-2/+1
* gl/caopengllayer: Apply layer.contentsScale to viewport dimsHeinrich Fink2016-04-181-2/+3
* videoaggregator: repect the result of find_best_format in the default update_...Matthew Waters2016-04-071-35/+66
* glmemorypbo: unmap pbo memory on pbo read errorMatthew Waters2016-03-311-3/+6
* glbasememory: rollback map state when subclass map failsMatthew Waters2016-03-311-0/+10
* adaptivedemux: Handle find_stream_for_pad() without g_assert_not_reached() if...Sebastian Dröge2016-03-311-4/+4
* gl/proto: sync operations are available on GLES 3.0Matthew Waters2016-03-221-1/+1
* glmemory: unset GL_UNPACK_ROW_LENGTH in opengl3Matthew Waters2016-03-171-1/+2
* glutils: remove custom code for setting caps featuresMatthew Waters2016-03-171-11/+2
* glfilter: only allow the same src/sink caps when we are in passthrough modeMatthew Waters2016-03-171-9/+25
* glupload: deal with the ANY caps feature correctlyMatthew Waters2016-03-171-19/+37
* glshader: some compatibility changes for GL 1.4Matthew Waters2016-03-102-7/+11
* glfilter: retrieve the shader attributes from the GL threadMatthew Waters2016-03-102-18/+26
* mpegvideoparser: Handle non-hierarchical profiles againEdward Hervey2016-03-092-1/+6
* gldisplay: make readding the same context a no-opMatthew Waters2016-03-081-1/+8
* Revert "libgstgl: cocoa, eagl: don't marshal GL calls to the context thread"Sebastian Dröge2016-03-076-116/+3
* libgstgl: cocoa, eagl: don't marshal GL calls to the context threadAlessandro Decina2016-03-076-3/+116
* gldisplay: really retrieve glcontext for a specific threadMark Nauwelaerts2016-03-061-1/+4
* gl: misc docs fixes/additionsMatthew Waters2016-03-0618-32/+231
* gl*memory: document new functionality and objectsMatthew Waters2016-03-0610-41/+503
* glfilter: handle some more unfixed fields when fixating capsMark Nauwelaerts2016-03-051-2/+14
* glbasememory: Don't change maxsize at run-timeNicolas Dufresne2016-03-031-3/+2
* adaptivedemux: Fix REMOVE_SNAP_FLAGS() macroSebastian Dröge2016-03-021-1/+1
* adaptivedemux: handle snap seeking without setting any positionThiago Santos2016-02-261-20/+30
* eglimagememory: add compatibility definitions for EGL dmabufMatthew Waters2016-02-261-0/+20
* glcontext: add a method to add a context to another share groupMatthew Waters2016-02-263-1/+30
* videoaggregator: fix caps queries to allow proper renegotiationThiago Santos2016-02-251-9/+1
* player: Expose more GstVideoOverlay API in the GstPlayerVideoOverlayVideoRend...Sebastian Dröge2016-02-222-1/+90
* gl: fix the buildMatthew Waters2016-02-221-1/+1
* gl: error out if the configured GL API is unsupported by our elementMatthew Waters2016-02-221-1/+24
* codecparsers: h265: Fix initialization of slice_deblocking_filter_disabled_flagScott D Phillips2016-02-201-0/+1
* mpeg4parser: prevent assertion when scanning for sync codeThiago Santos2016-02-191-2/+5
* gldebug: make sure debug is initialized when calling gst_gl_insert_debug_markerJulien Isorce2016-02-181-0/+2
* gl: Fix compiler warning about unused const variable with gcc 6Sebastian Dröge2016-02-184-10/+41
* gl: Move private headers from SOURCES to noinst_HEADERSSebastian Dröge2016-02-181-5/+6
* glfilter: insert the debug marker from the GL threadMatthew Waters2016-02-171-2/+9