| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/libsrt: use a larger buffer for find_info_tag | Zhao Zhili | 2022-03-30 | 1 | -1/+1 |
* | avformat/libsrt: fix deprecated warning | Zhao Zhili | 2022-03-30 | 1 | -0/+4 |
* | avformat/libsrt: add missing version check for snddropdelay | Marton Balint | 2021-11-25 | 1 | -0/+2 |
* | avformat/libsrt: add snddropdelay parameter for srt | Limin Wang | 2021-10-11 | 1 | -0/+7 |
* | avformat/libsrt: specify base of maxbw string to 10 instead of auto-detect | Limin Wang | 2021-10-10 | 1 | -1/+1 |
* | avformat/libsrt: use strtoll/strtol for int64_t/int | Limin Wang | 2021-10-10 | 1 | -8/+8 |
* | avformat/libsrt: remove url_get_file_handle implementation | Zhao Zhili | 2021-09-18 | 1 | -7/+0 |
* | avformat/libsrt: log streamid in listener mode | Zhao Zhili | 2021-09-18 | 1 | -9/+15 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avformat/libsrt: workaround conflict with ffmpeg cmdline option | Zhao Zhili | 2021-06-09 | 1 | -0/+1 |
* | avformat/libsrt: add tsbpd option | Zhao Zhili | 2021-06-09 | 1 | -1/+4 |
* | avformat/libsrt: send message in order | Zhao Zhili | 2021-06-09 | 1 | -1/+1 |
* | avformat/libsrt: fix help message | Zhao Zhili | 2021-03-19 | 1 | -1/+1 |
* | avformat/libsrt: fix setsockopt() typo | Zhao Zhili | 2021-03-19 | 1 | -1/+1 |
* | avformat/libsrt: fix race condition with libsrt_network_wait_fd and epoll | Marton Balint | 2021-02-07 | 1 | -24/+39 |
* | avformat/libsrt: fix or simplify some function return values | Marton Balint | 2021-02-07 | 1 | -8/+6 |
* | avformat/libsrt: close listen fd immediately after accept | Marton Balint | 2021-02-07 | 1 | -12/+2 |
* | avformat/libsrt: fix cleanups on failed libsrt_open() and libsrt_setup() | Marton Balint | 2020-10-16 | 1 | -7/+14 |
* | avformat/libsrt: close listen fd in listener mode | Nicolas Sugino | 2020-08-20 | 1 | -1/+11 |
* | lavf/srt: fix build fail when used the libsrt 1.4.1 | Jun Zhao | 2020-07-28 | 1 | -0/+8 |
* | avformat/libsrt: change open_timeout to int64_t to avoid integer overflow | Limin Wang | 2020-05-03 | 1 | -1/+1 |
* | avformat/libsrt: clarify option description for timeout and latency unit of m... | Limin Wang | 2020-05-03 | 1 | -6/+6 |
* | avformat/libsrt: make avformat connect timeout 0 by default | Marton Balint | 2020-02-24 | 1 | -1/+1 |
* | avformat/libsrt: use listen_timeout for listening | Marton Balint | 2020-02-24 | 1 | -9/+4 |
* | avformat/libsrt: send non-blocking mode on both the listen and the connect so... | Marton Balint | 2020-02-24 | 1 | -3/+3 |
* | avformat/libsrt: small fixes in libsrt_neterrno() | Marton Balint | 2020-02-24 | 1 | -4/+5 |
* | avformat/libsrt: poll for error conditions as well | Marton Balint | 2020-02-24 | 1 | -5/+6 |
* | avformat/libsrt: fix checking connection result in non-blocking mode | Marton Balint | 2020-02-24 | 1 | -28/+13 |
* | avformat/libsrt: fix name of timeout option | Marton Balint | 2020-02-24 | 1 | -1/+1 |
* | avformat/libsrt: fix timeout unit confusion between milisec and microsec | Marton Balint | 2020-02-24 | 1 | -4/+4 |
* | avformat/libsrt: add missing SRT_VERSION_VALUE check | Marton Balint | 2020-01-23 | 1 | -0/+2 |
* | avformat/libsrt: fix enabling nonblocking mode | Anthony Delannoy | 2020-01-19 | 1 | -2/+4 |
* | lavf/libsrt: Fix typo | Anthony Delannoy | 2020-01-08 | 1 | -2/+2 |
* | lavf/libsrt: add version guard for srt encryption control | Jun Zhao | 2020-01-01 | 1 | -2/+9 |
* | lavf/libsrt: enable other encryption parameters | Jun Zhao | 2019-12-11 | 1 | -0/+18 |
* | lavf/libsrt: add linger parameter to libsrt | Jun Zhao | 2019-12-11 | 1 | -0/+13 |
* | avformat/libsrt: change tlpktdrop, nakreport, messageapi options to boolean type | Limin Wang | 2019-12-06 | 1 | -3/+3 |
* | avformat/libsrt: fix for the memory leak if passphrase has been configured by... | Limin Wang | 2019-12-06 | 1 | -0/+1 |
* | avformat/libsrt: check av_strdup() return value and fix memleak | Steven Liu | 2019-10-19 | 1 | -1/+15 |
* | Merge commit '90b15f60bf4919deaed66d868e18107eba371da7' | James Almer | 2019-02-20 | 1 | -1/+2 |
|\ |
|
| * | srt: Set srto_sender flag to sender srt socket | Sven Dueking | 2019-02-12 | 1 | -1/+2 |
* | | avformat/libsrt: add several options supported in srt 1.3.0 | Matsuzawa Tomohiro | 2018-10-23 | 1 | -0/+58 |
* | | avformat/libsrt: fix merge of payload_size option | Marton Balint | 2018-09-03 | 1 | -3/+4 |
* | | Merge commit 'f25117a4286505b38c12466ef04459471de3c1b0' | James Almer | 2018-09-02 | 1 | -1/+1 |
|\| |
|
| * | libsrt: Pass the correct pointer for the passphrase | Sven Dueking | 2018-07-13 | 1 | -1/+1 |
* | | Merge commit 'a507af97eef468238d545ff954a39d7432832e54' | James Almer | 2018-09-02 | 1 | -5/+23 |
|\| |
|
| * | avformat/libsrt: add latency options and deprecate tspbdelay | Sven Dueking | 2018-06-04 | 1 | -5/+23 |
* | | Merge commit 'ea8ae27a5e112d06fd5625f640e40849e6313f0c' | James Almer | 2018-09-02 | 1 | -7/+20 |
|\| |
|
| * | avformat/libsrt: add payload size option | Sven Dueking | 2018-06-03 | 1 | -1/+20 |
* | | avformat/libsrt: add pkt_size parameter to libsrt | Marton Balint | 2018-09-01 | 1 | -0/+25 |