[FFmpeg-devel] [PATCH] tcp: add TCP keepalive tuning options

2025-11-21 Thread Practice2001 via ffmpeg-devel
Addition of tcp_keepalive, tcp_keepidle, tcp_keepintvl, and tcp_keepcnt support to the TCP protocol. Exposeing these options to the HTTP protocol so they can be used for HTTP(S) connections. Updated documentation. Tested with: ./configure && make && make fate Fixes ticket #11671. Signed-off-by: P

[FFmpeg-devel] [PATCH] tcp: add TCP keepalive tuning options

2025-11-23 Thread Practice2001 via ffmpeg-devel
Addition of tcp_keepalive, tcp_keepidle, tcp_keepintvl, and tcp_keepcnt support to the TCP protocol. Exposeing these options to the HTTP protocol so they can be used for HTTP(S) connections. Updated documentation. Tested with: ./configure && make && make fate Fixes ticket #11671. Signed-off-by: P

[FFmpeg-devel] [PATCH] configure: fix static library suffix for MSVC builds

2025-11-22 Thread Practice2001 via ffmpeg-devel
MSVC static builds currently always use ".a" for static library suffixes (e.g. libavcodec.a, libavformat.a). This causes failures when linking with Visual Studio, which expects ".lib" static libraries. This patch adjusts configure so that when --toolchain=msvc is used, LIBSUF is correctly set to "

[FFmpeg-devel] [PATCH] configure: fix static library suffix for MSVC builds

2025-11-22 Thread Practice2001 via ffmpeg-devel
MSVC static builds currently always use ".a" for static library suffixes (e.g. libavcodec.a, libavformat.a). This causes failures when linking with Visual Studio, which expects ".lib" static libraries. This patch adjusts configure so that when --toolchain=msvc is used, LIBSUF is correctly set to "