summaryrefslogtreecommitdiff
path: root/libavformat/libsrt.c
Commit message (Expand)AuthorAge
* avformat/libsrt: use a larger buffer for find_info_tagZhao Zhili2022-03-30
* avformat/libsrt: fix deprecated warningZhao Zhili2022-03-30
* avformat/libsrt: add missing version check for snddropdelayMarton Balint2021-11-25
* avformat/libsrt: add snddropdelay parameter for srtLimin Wang2021-10-11
* avformat/libsrt: specify base of maxbw string to 10 instead of auto-detectLimin Wang2021-10-10
* avformat/libsrt: use strtoll/strtol for int64_t/intLimin Wang2021-10-10
* avformat/libsrt: remove url_get_file_handle implementationZhao Zhili2021-09-18
* avformat/libsrt: log streamid in listener modeZhao Zhili2021-09-18
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avformat/libsrt: workaround conflict with ffmpeg cmdline optionZhao Zhili2021-06-09
* avformat/libsrt: add tsbpd optionZhao Zhili2021-06-09
* avformat/libsrt: send message in orderZhao Zhili2021-06-09
* avformat/libsrt: fix help messageZhao Zhili2021-03-19
* avformat/libsrt: fix setsockopt() typoZhao Zhili2021-03-19
* avformat/libsrt: fix race condition with libsrt_network_wait_fd and epollMarton Balint2021-02-07
* avformat/libsrt: fix or simplify some function return valuesMarton Balint2021-02-07
* avformat/libsrt: close listen fd immediately after acceptMarton Balint2021-02-07
* avformat/libsrt: fix cleanups on failed libsrt_open() and libsrt_setup()Marton Balint2020-10-16
* avformat/libsrt: close listen fd in listener modeNicolas Sugino2020-08-20
* lavf/srt: fix build fail when used the libsrt 1.4.1Jun Zhao2020-07-28
* avformat/libsrt: change open_timeout to int64_t to avoid integer overflowLimin Wang2020-05-03
* avformat/libsrt: clarify option description for timeout and latency unit of m...Limin Wang2020-05-03
* avformat/libsrt: make avformat connect timeout 0 by defaultMarton Balint2020-02-24
* avformat/libsrt: use listen_timeout for listeningMarton Balint2020-02-24
* avformat/libsrt: send non-blocking mode on both the listen and the connect so...Marton Balint2020-02-24
* avformat/libsrt: small fixes in libsrt_neterrno()Marton Balint2020-02-24
* avformat/libsrt: poll for error conditions as wellMarton Balint2020-02-24
* avformat/libsrt: fix checking connection result in non-blocking modeMarton Balint2020-02-24
* avformat/libsrt: fix name of timeout optionMarton Balint2020-02-24
* avformat/libsrt: fix timeout unit confusion between milisec and microsecMarton Balint2020-02-24
* avformat/libsrt: add missing SRT_VERSION_VALUE checkMarton Balint2020-01-23
* avformat/libsrt: fix enabling nonblocking modeAnthony Delannoy2020-01-19
* lavf/libsrt: Fix typoAnthony Delannoy2020-01-08
* lavf/libsrt: add version guard for srt encryption controlJun Zhao2020-01-01
* lavf/libsrt: enable other encryption parametersJun Zhao2019-12-11
* lavf/libsrt: add linger parameter to libsrtJun Zhao2019-12-11
* avformat/libsrt: change tlpktdrop, nakreport, messageapi options to boolean typeLimin Wang2019-12-06
* avformat/libsrt: fix for the memory leak if passphrase has been configured by...Limin Wang2019-12-06
* avformat/libsrt: check av_strdup() return value and fix memleakSteven Liu2019-10-19
* Merge commit '90b15f60bf4919deaed66d868e18107eba371da7'James Almer2019-02-20
|\
| * srt: Set srto_sender flag to sender srt socketSven Dueking2019-02-12
* | avformat/libsrt: add several options supported in srt 1.3.0Matsuzawa Tomohiro2018-10-23
* | avformat/libsrt: fix merge of payload_size optionMarton Balint2018-09-03
* | Merge commit 'f25117a4286505b38c12466ef04459471de3c1b0'James Almer2018-09-02
|\|
| * libsrt: Pass the correct pointer for the passphraseSven Dueking2018-07-13
* | Merge commit 'a507af97eef468238d545ff954a39d7432832e54'James Almer2018-09-02
|\|
| * avformat/libsrt: add latency options and deprecate tspbdelaySven Dueking2018-06-04
* | Merge commit 'ea8ae27a5e112d06fd5625f640e40849e6313f0c'James Almer2018-09-02
|\|
| * avformat/libsrt: add payload size optionSven Dueking2018-06-03
* | avformat/libsrt: add pkt_size parameter to libsrtMarton Balint2018-09-01