aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/whip.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix typos found by codespellTimo Rothenpieler3 days1-1/+1
* avformat/whip: force NONBLOCK for rtpJack Lau2025-07-171-0/+1
* avformat/whip: free udp socket after dtls freeJack Lau2025-07-171-1/+1
* avformat/tls: make passing an external socket universalTimo Rothenpieler2025-07-111-2/+2
* avformat/tls: move whip specific init out of generic tls codeTimo Rothenpieler2025-07-111-0/+5
* avformat/whip: fix format string for printing size_tTimo Rothenpieler2025-07-031-3/+3
* avformat/tls: clean up new whip optionsTimo Rothenpieler2025-07-031-2/+2
* avformat/tls: remove unused fingerprint optionTimo Rothenpieler2025-07-031-1/+0
* avformat/whip: remove redundant WHIP: prefix from all loggingTimo Rothenpieler2025-07-031-75/+75
* avformat/whip: don't leak options dictTimo Rothenpieler2025-07-031-0/+1
* avformat/whip: use av_dict_set_int for intTimo Rothenpieler2025-07-031-6/+3
* avformat/whip: check the exchange sdp url is start with httpSteven Liu2025-06-261-0/+8
* avformat/whip: Remove unnecessary pkt checksSteven Liu2025-06-261-2/+0
* avformat/whip: replace AV_OPT_FLAG_DECODING_PARAM to ENCODINGJack Lau2025-06-211-6/+6
* avformat/whip: mark as experimentalJack Lau2025-06-211-1/+1
* avformat/whip: Constify arguments in is_rtp_rtcp/is_rtcpZhao Zhili2025-06-071-2/+2
* avformat/whip: Add WHIP muxer support for subsecond latency streamingJack Lau2025-06-041-0/+1917