summaryrefslogtreecommitdiff
path: root/libavformat/libsrt.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/libsrt: fix help messageZhao Zhili2021-03-191-1/+1
* avformat/libsrt: fix setsockopt() typoZhao Zhili2021-03-191-1/+1
* avformat/libsrt: fix race condition with libsrt_network_wait_fd and epollMarton Balint2021-02-071-24/+39
* avformat/libsrt: fix or simplify some function return valuesMarton Balint2021-02-071-8/+6
* avformat/libsrt: close listen fd immediately after acceptMarton Balint2021-02-071-12/+2
* avformat/libsrt: fix cleanups on failed libsrt_open() and libsrt_setup()Marton Balint2020-10-161-7/+14
* avformat/libsrt: close listen fd in listener modeNicolas Sugino2020-08-201-1/+11
* lavf/srt: fix build fail when used the libsrt 1.4.1Jun Zhao2020-07-281-0/+8
* avformat/libsrt: change open_timeout to int64_t to avoid integer overflowLimin Wang2020-05-031-1/+1
* avformat/libsrt: clarify option description for timeout and latency unit of m...Limin Wang2020-05-031-6/+6
* avformat/libsrt: make avformat connect timeout 0 by defaultMarton Balint2020-02-241-1/+1
* avformat/libsrt: use listen_timeout for listeningMarton Balint2020-02-241-9/+4
* avformat/libsrt: send non-blocking mode on both the listen and the connect so...Marton Balint2020-02-241-3/+3
* avformat/libsrt: small fixes in libsrt_neterrno()Marton Balint2020-02-241-4/+5
* avformat/libsrt: poll for error conditions as wellMarton Balint2020-02-241-5/+6
* avformat/libsrt: fix checking connection result in non-blocking modeMarton Balint2020-02-241-28/+13
* avformat/libsrt: fix name of timeout optionMarton Balint2020-02-241-1/+1
* avformat/libsrt: fix timeout unit confusion between milisec and microsecMarton Balint2020-02-241-4/+4
* avformat/libsrt: add missing SRT_VERSION_VALUE checkMarton Balint2020-01-231-0/+2
* avformat/libsrt: fix enabling nonblocking modeAnthony Delannoy2020-01-191-2/+4
* lavf/libsrt: Fix typoAnthony Delannoy2020-01-081-2/+2
* lavf/libsrt: add version guard for srt encryption controlJun Zhao2020-01-011-2/+9
* lavf/libsrt: enable other encryption parametersJun Zhao2019-12-111-0/+18
* lavf/libsrt: add linger parameter to libsrtJun Zhao2019-12-111-0/+13
* avformat/libsrt: change tlpktdrop, nakreport, messageapi options to boolean typeLimin Wang2019-12-061-3/+3
* avformat/libsrt: fix for the memory leak if passphrase has been configured by...Limin Wang2019-12-061-0/+1
* avformat/libsrt: check av_strdup() return value and fix memleakSteven Liu2019-10-191-1/+15
* Merge commit '90b15f60bf4919deaed66d868e18107eba371da7'James Almer2019-02-201-1/+2
|\
| * srt: Set srto_sender flag to sender srt socketSven Dueking2019-02-121-1/+2
* | avformat/libsrt: add several options supported in srt 1.3.0Matsuzawa Tomohiro2018-10-231-0/+58
* | avformat/libsrt: fix merge of payload_size optionMarton Balint2018-09-031-3/+4
* | Merge commit 'f25117a4286505b38c12466ef04459471de3c1b0'James Almer2018-09-021-1/+1
|\ \ | |/
| * libsrt: Pass the correct pointer for the passphraseSven Dueking2018-07-131-1/+1
* | Merge commit 'a507af97eef468238d545ff954a39d7432832e54'James Almer2018-09-021-5/+23
|\ \ | |/
| * avformat/libsrt: add latency options and deprecate tspbdelaySven Dueking2018-06-041-5/+23
* | Merge commit 'ea8ae27a5e112d06fd5625f640e40849e6313f0c'James Almer2018-09-021-7/+20
|\ \ | |/
| * avformat/libsrt: add payload size optionSven Dueking2018-06-031-1/+20
* | avformat/libsrt: add pkt_size parameter to libsrtMarton Balint2018-09-011-0/+25
* | Merge commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57'James Almer2018-03-291-4/+4
|/
* Add Haivision SRT protocolSven Dueking2018-03-281-0/+546