summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2016-11-21opencv: forward declare opencv typesPhilippe Renon1-0/+2
2016-11-21mpdparser: Modify return of the function for loading external resources to voidSeungha Yang1-10/+2
2016-11-21mpdparser: Handle invalid external xml link for SegmentList elementSeungha Yang1-37/+27
2016-11-21mpdparser: Handle invalid external xml link for AdaptationSet elementSeungha Yang1-27/+21
2016-11-21mpdparser: Handle invalid external xml link for Period elementSeungha Yang1-40/+24
2016-11-19dashdemux: Fix leak in gst_dash_demux_stream_freeSeungha Yang1-0/+4
2016-11-18wayland: avoid prefix clash in combined pkg-config checkReynaldo H. Verdejo Pinochet2-4/+3
2016-11-18ttmlrender: Mark pad as needing reconfiguration again if it failedSebastian Dröge1-2/+16
2016-11-18assrender: Mark pad as needing reconfiguration again if reconfiguration failedSebastian Dröge1-2/+20
2016-11-18iqa: Add to DIST_SUBDIRSSebastian Dröge1-0/+1
2016-11-17iqa: Error out when trying to compare video stream with different sizesThibault Saunier1-15/+34
2016-11-17iqa: Add meson build supportThibault Saunier2-0/+15
2016-11-17Adds a new Image Quality Assessment plugin.Mathieu Duponchelle4-0/+441
2016-11-16curl: transfer hangs in case connection was cut between client and serverImre Eörs1-0/+15
2016-11-16gl: remove empty BUGS fileMatthew Waters1-3/+0
2016-11-15meson: Build waylandsinkThibault Saunier2-1/+45
2016-11-14opencv: move base opencv filter class and utilities to gst-libsPhilippe Renon21-593/+25
2016-11-14mpdparser: Support multiple Period elements in external xmlSeungha Yang2-17/+53
2016-11-14mpdparser: wrap unmodified data in protection eventPhilippe Normand1-3/+0
2016-11-14mssdemux: wrap unmodified data in protection eventPhilippe Normand1-5/+3
2016-11-14dtlscertificate: Fix error checking in RSA_generate_key_ex() usageSebastian Dröge1-3/+4
2016-11-12hlsdemux: Fix NULL pointer dereference when checking if there is a next fragmentSebastian Dröge1-1/+1
2016-11-11smoothstreaming: use the duration from the list of fragments if not present i...Matthew Waters1-0/+24
2016-11-11smoothstreaming: implement adaptivedemux's get_live_seek_range()Matthew Waters3-0/+98
2016-11-10gl/build: add missing build filesMatthew Waters2-0/+142
2016-11-10gl/utils: move gen_shader() to the plugin and remove del_shader()Matthew Waters10-18/+19
2016-11-10glwindow: remove is_running() functionMatthew Waters1-66/+63
2016-11-08glfiltershader: expand the docs slightlyMatthew Waters1-1/+22
2016-11-08glfilter: remove display_init/resetMatthew Waters5-104/+83
2016-11-08qmlglsrc: some enhancements for qmlglsrcHaihua Hu4-28/+27
2016-11-04mpdparser: MS PlayReady ContentProtection parsingPhilippe Normand1-1/+38
2016-11-04wayland: only use libdrm headers, don't link to the libTim-Philipp Müller1-2/+1
2016-11-04wayland: include drm_fourcc.h properly and fix buildTim-Philipp Müller2-3/+5
2016-11-04wayland: fix cflags/libs orderTim-Philipp Müller1-4/+7
2016-11-04vulkan: Add missing files to meson buildArun Raghavan1-0/+2
2016-11-03waylandsink: Rework dmabuf supportNicolas Dufresne5-81/+90
2016-11-03waylandsink: support linux dmabuf protocolFabien Dessenne10-54/+428
2016-11-03waylandsink: Allow any kind of FD for shm memoryNicolas Dufresne2-6/+8
2016-11-03ttml: bump needed libxml2 versionLuis de Bethencourt1-1/+1
2016-11-03vkswapper: Use the trash list to free resources after they've been usedMatthew Waters1-73/+82
2016-11-03vulkan: add a trash objectMatthew Waters5-0/+246
2016-11-03vulkan: add a simple refcountable fence wrapperMatthew Waters5-0/+166
2016-11-03gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters10-30/+30
2016-11-02ttml: Add meson.buildSebastian Dröge2-0/+21
2016-11-02fdkaac: Add meson.buildSebastian Dröge2-0/+13
2016-11-02dtls: Fix compiler warnings with openssl 1.1 or newerSebastian Dröge2-10/+19
2016-11-01dtls: Downgrade locking debugOlivier Crête1-1/+1
2016-11-01ttml: Add plugin that supports TTML subtitlesChris Bass13-2/+6243
2016-11-01srtpdec: add stats readonly property, similar to srtpencVincent Penquerc'h1-1/+43
2016-10-31hlsdemux: don't try to access non-existant iframe variantMichael Olbrich1-8/+10