summaryrefslogtreecommitdiff
path: root/ext/srt
Commit message (Expand)AuthorAgeFilesLines
* srt: Add support for using hostnames instead of IP addressesSebastian Dröge2020-08-061-11/+69
* srtobject: Add support for IPv6Francisco Javier Velázquez-García2020-08-031-17/+17
* srtobject: Reset parameters before setting URIFrancisco Javier Velázquez-García2020-08-031-12/+26
* srtobject: Simplify gst_srt_object_set_*_valueFrancisco Javier Velázquez-García2020-08-031-14/+4
* srtobject: Store passphrase like other parametersFrancisco Javier Velázquez-García2020-08-032-11/+7
* srt: add "empty" subclasses for deprecated srt{client,server}{src,sink}Tim-Philipp Müller2020-06-191-4/+78
* srt: doc: Add missing gst_type_mark_as_plugin_apiThibault Saunier2020-06-091-0/+2
* srtobject: continue polling or report error on failed receivePeter Workman2020-06-031-0/+11
* srt: Make logging regarding callers more usefulJan Alexander Steffens (heftig)2020-06-031-12/+23
* srt: Don't leak the connection_poll_id on close()Jan Schmidt2020-05-241-0/+1
* srtobject: add streamid propertyJ. Kim2020-05-131-0/+20
* Update gstsrtobject.ckrivoguzovVlad2020-04-301-1/+1
* srt: Accumulate total bytes sent/received over all connections/callersJan Alexander Steffens (heftig)2020-04-152-10/+64
* srt: Fix type of bytes-received-lostJan Alexander Steffens (heftig)2020-04-151-1/+1
* srt: Remove use of closures for signal emissionJan Alexander Steffens (heftig)2020-04-154-118/+9
* srt: Clean up lockingJan Alexander Steffens (heftig)2020-04-154-67/+128
* srt: Remove trailing whitespaceJan Alexander Steffens (heftig)2020-04-156-15/+15
* srtobject: fix mutex lock targetJ. Kim2020-04-131-2/+2
* gstsrtsink: Add `wait-for-connection` property to `srtsink`Francisco Javier Velázquez-García (francisv)2019-12-192-3/+30
* srtobject: allow passing SRT Stream ID in stream URIJakub Adam2019-11-201-0/+14
* Don't pass default GLib marshallers for signalsNiels De Graef2019-11-062-6/+4
* srt: split incoming buffer up into srt chunkJustin Kim2019-11-061-2/+17
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* Remove autotools build systemTim-Philipp Müller2019-10-141-44/+0
* srt: Set latency property on SRT socketOlivier Crête2019-08-271-0/+12
* srt: Add sender side statisticsOlivier Crête2019-08-271-35/+92
* srtobject: Remove pointless GMainLoopOlivier Crête2019-08-272-111/+107
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-232-2/+2
* srt: Remove msg-size propertyOlivier Crête2019-07-081-28/+0
* srtsrc: Receive one frame per gstbufferOlivier Crête2019-07-081-16/+2
* srt: Fix listener crash if no URI is specifiedNicolas Dufresne2019-07-081-0/+2
* srt: Use macro instead of duplicating a default valueNicolas Dufresne2019-07-081-1/+1
* srt: Fix confusing typo in FIXME commentNicolas Dufresne2019-07-081-1/+1
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-0/+1
* doc: remove xml from commentsMathieu Duponchelle2019-05-292-6/+3
* srt: set cancellation in locked sectionMark Nauwelaerts2019-05-114-16/+14
* srt: avoid srtsrc segfault upon downward state changeMark Nauwelaerts2019-05-112-25/+20
* srt: initialize list access within locked regionMark Nauwelaerts2019-05-111-1/+2
* srt: post error when failing to startMark Nauwelaerts2019-04-212-2/+6
* srt: downgrade regular message to log levelMark Nauwelaerts2019-04-211-1/+1
* srt: fix uri and string leaksTim-Philipp Müller2019-03-081-3/+4
* srtobject: check for null local address to avoid SIGSEVAaron Boxer2019-02-241-4/+5
* srt: re-enable passphraseJustin Kim2019-02-113-23/+51
* srt: Accepts URIs without host to go into listener modeOlivier Crête2019-01-233-30/+36
* srt: Fix GClosure usageOlivier Crête2019-01-231-3/+9
* srt: Use default host and port if uri doesn't provideJustin Kim2019-01-221-5/+8
* srt: Enable logs for srtobjectJustin Kim2019-01-222-1/+6
* srt: Fix property namesJustin Kim2019-01-221-2/+2
* srt: Fix a regression crashJustin Kim2019-01-221-1/+11
* srt: dist enums headerTim-Philipp Müller2019-01-161-0/+1