summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2018-10-09webrtc/datachannel: fix support for prenegotiated channelsMatthew Waters1-4/+30
2018-10-08webrtc: start in the closed stateMatthew Waters1-0/+3
2018-10-08webrtcbin: start and stop thread when changing stateAleix Conchillo Flaqué1-4/+4
2018-10-05glvideomixer: fix the default blend modes for unpremultipled alphaMatthew Waters1-1/+1
2018-10-04glmixerbin: add gloverlaycompositor to each input streamMatthew Waters1-1/+14
2018-10-03glstereomix: Fix build after deprecating misnamed GST_TYPE_GL_STEREO_DOWNMIX_...Sebastian Dröge1-1/+1
2018-09-26webrtcdatachannel: take ref of data so it doesn't disappearMatthew Waters1-1/+1
2018-09-24glmixerbin: "latency" property on aggregator is uint64, not int64Sebastian Dröge1-3/+2
2018-09-21glvideomixer: fix constant alpha enum value for constant alphaMatthew Waters1-1/+1
2018-09-21webrtcbin: add support for data channels based on SCTPMatthew Waters13-189/+2735
2018-09-21webrtcbin: functionify dependent element checksMatthew Waters1-39/+54
2018-09-21webrtc/stats: rename debug category not to be ice relatedMatthew Waters1-2/+2
2018-09-21sctp elements: avoid assertions on shutdownMathieu Duponchelle2-3/+6
2018-09-21sctpassociation: don't join a NULL threadMatthew Waters1-1/+2
2018-09-21sctpenc: don't require caps when requesting the padMatthew Waters1-4/+8
2018-09-21sctpenc: start pad task after the parent has activated padsMatthew Waters1-6/+17
2018-09-21Update sctp plugin for the current build systemMatthew Waters2-0/+32
2018-09-21Add new SCTP plugins (sctpenc/sctpdec)George Kiagiadakis9-0/+2776
2018-09-19webrtcice: do not run host resolution from applictation threadMathieu Duponchelle1-66/+92
2018-09-19webrtcbin: New add-turn-server APIMathieu Duponchelle3-55/+142
2018-09-19glvideomixer: Fix typo in property descriptionSebastian Dröge1-2/+2
2018-09-18ccextractor: Use gst_caps_new_simple() instead of gst_caps_from_string()Sebastian Dröge1-11/+8
2018-09-05meson: Don't pass GNU-like compiler wargs on MSVCNirbheek Chauhan1-3/+6
2018-09-05meson: Don't skip plugins that don't build with MSVCNirbheek Chauhan1-8/+2
2018-08-31meson: add pkg-config file for the webrtc pluginMatthew Waters1-1/+2
2018-08-31rtmpsink: Fix leak on connection failureSeungha Yang1-10/+20
2018-08-19meson: build musepack pluginTim-Philipp Müller2-1/+17
2018-08-19musepack: remove support for the 'old' APITim-Philipp Müller4-120/+0
2018-08-19meson: build neonhttpsrcTim-Philipp Müller2-1/+14
2018-08-16dashdemux: Always create the adapterNicolas Dufresne1-3/+1
2018-08-16curlhhtpsrc: avoid invalid memory referencesWim Taymans1-2/+3
2018-08-14makefile: opencv: Fix header names in noinst_HEADERSNicolas Dufresne1-2/+2
2018-08-14assrender: fix multiple subtitles on screen simultaneouslyMichael Drake2-68/+90
2018-08-14closedcaption: comment out unused functionVíctor Manuel Jáquez Leal1-0/+2
2018-08-14closedcaption: avoid implicit convertion of enumsVíctor Manuel Jáquez Leal1-1/+2
2018-08-11meson: Add gnustl dep for webrtcdsp on AndroidNirbheek Chauhan1-2/+7
2018-08-03webrtcdsp: Avoid redefinition of GST_USE_UNSTABLE_APINicolas Dufresne2-0/+4
2018-08-03webrtcdsp: add support for using F32/non-interleaved buffersGeorge Kiagiadakis6-57/+247
2018-08-02rsvg: Also accept </svg:svg> as ending tagThibault Saunier1-0/+5
2018-08-02opencv: Fixup include to follow new standardNicolas Dufresne5-26/+9
2018-08-02opencv: Updated to use new header pathNicolas Dufresne25-39/+34
2018-08-02opencv: Bump requirement to 3.0.0+Nicolas Dufresne12-133/+25
2018-08-02ceaccoverlay: Initialize debug categorySebastian Dröge1-0/+3
2018-08-02cameracalibrtate: Fix opencv2 core.hpp pathNicolas Dufresne2-2/+2
2018-08-01opencv: new cameracalibrate and cameraundistort elementsPhilippe Renon11-2/+1584
2018-07-30srt: Allow the host name "localhost"Seungha Yang2-10/+53
2018-07-30srtclientsink: Fix SRT socket option settingSeungha Yang2-2/+1
2018-07-30srt: Do not ignore SRT socket error eventSeungha Yang2-5/+7
2018-07-30srtbasesrc: Use GstBaseSrc's timestamp impl.Seungha Yang3-24/+6
2018-07-30srt: Add "const" keyword to a function argumentSeungha Yang2-2/+2