summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Webrtcbin : Need to use 'host' from gst_uri_get_host s libnice agent expects itHarshad Khedkar2018-11-221-2/+2
* dtls: Fix compilation without deprecated APIs on OpenSSL 1.1.xRosen Penev2018-11-142-4/+11
* cameracalibrate: Fix build error on Mac OSXJustin Kim2018-11-131-1/+1
* build: link against the gnustl dependency on android for c++ pluginsMatthew Waters2018-11-122-4/+7
* srtpenc: Add support for adding a MKIOlivier Crête2018-11-092-9/+83
* srtpdec: Add support for MKIOlivier Crête2018-11-091-21/+212
* dtls: Link against winsock2 on WindowsJan Alexander Steffens (heftig)2018-11-062-2/+2
* dtlsconnection: Print out errno info for syscall errorsJan Alexander Steffens (heftig)2018-11-061-1/+18
* dtls: Properly display all errors/warnings from ERR queueAndreas Frisch2018-11-062-9/+32
* dtlsconnection: Replace if-else chain with switchJan Alexander Steffens (heftig)2018-11-061-14/+15
* dtlsconnection: Clear error queue before SSL_do_handshakeJan Alexander Steffens (heftig)2018-11-061-0/+1
* dtlsconnection: Lower BIO error log level to DEBUGJan Alexander Steffens (heftig)2018-11-061-1/+1
* dtlsconnection: Run gst-indentJan Alexander Steffens (heftig)2018-11-061-7/+7
* cccombiner: Add new closed caption combiner elementSebastian Dröge2018-11-065-4/+578
* ccextractor: Handle multiple caption metas per bufferSebastian Dröge2018-11-061-4/+5
* webrtc: update default libnice optionsTim-Philipp Müller2018-11-021-1/+1
* ccextractor: Support changes of the caption typeSebastian Dröge2018-11-021-28/+42
* meson: add 'curl-ssh2' option for curl libssh2 supportTim-Philipp Müller2018-10-281-1/+1
* meson: Use the 'curl' feature optionXavier Claessens2018-10-281-1/+1
* webrtcbin: options is a placeholder argumentLuis de Bethencourt2018-10-261-0/+2
* webrtcbin: ws-semantic is not supportedLuis de Bethencourt2018-10-261-6/+0
* hls: Remove stray '\n' from debug statementEdward Hervey2018-10-221-1/+1
* Revert "srtpdec: also check for "roc" in caps"Olivier Crête2018-10-171-2/+1
* sctp: link against ws2_32 on windowsMatthew Waters2018-10-171-1/+6
* webrtcbin: implement support for group: BUNDLEMathieu Duponchelle2018-10-155-218/+557
* av1enc: Add to configure image formatsWonchul Lee2018-10-103-3/+92
* av1enc: fix compliation with removed definesWonchul Lee2018-10-101-3/+0
* av1enc: Add configurationsWonchul Lee2018-10-106-23/+580
* webrtc/datachannel: fix support for prenegotiated channelsMatthew Waters2018-10-091-4/+30
* webrtc: start in the closed stateMatthew Waters2018-10-081-0/+3
* webrtcbin: start and stop thread when changing stateAleix Conchillo Flaqué2018-10-081-4/+4
* glvideomixer: fix the default blend modes for unpremultipled alphaMatthew Waters2018-10-051-1/+1
* glmixerbin: add gloverlaycompositor to each input streamMatthew Waters2018-10-041-1/+14
* glstereomix: Fix build after deprecating misnamed GST_TYPE_GL_STEREO_DOWNMIX_...Sebastian Dröge2018-10-031-1/+1
* webrtcdatachannel: take ref of data so it doesn't disappearMatthew Waters2018-09-261-1/+1
* glmixerbin: "latency" property on aggregator is uint64, not int64Sebastian Dröge2018-09-241-3/+2
* glvideomixer: fix constant alpha enum value for constant alphaMatthew Waters2018-09-211-1/+1
* webrtcbin: add support for data channels based on SCTPMatthew Waters2018-09-2113-189/+2735
* webrtcbin: functionify dependent element checksMatthew Waters2018-09-211-39/+54
* webrtc/stats: rename debug category not to be ice relatedMatthew Waters2018-09-211-2/+2
* sctp elements: avoid assertions on shutdownMathieu Duponchelle2018-09-212-3/+6
* sctpassociation: don't join a NULL threadMatthew Waters2018-09-211-1/+2
* sctpenc: don't require caps when requesting the padMatthew Waters2018-09-211-4/+8
* sctpenc: start pad task after the parent has activated padsMatthew Waters2018-09-211-6/+17
* Update sctp plugin for the current build systemMatthew Waters2018-09-212-0/+32
* Add new SCTP plugins (sctpenc/sctpdec)George Kiagiadakis2018-09-219-0/+2776
* webrtcice: do not run host resolution from applictation threadMathieu Duponchelle2018-09-191-66/+92
* webrtcbin: New add-turn-server APIMathieu Duponchelle2018-09-193-55/+142
* glvideomixer: Fix typo in property descriptionSebastian Dröge2018-09-191-2/+2
* ccextractor: Use gst_caps_new_simple() instead of gst_caps_from_string()Sebastian Dröge2018-09-181-11/+8