[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 110925b web/download: Change main repository URL to use https

2016-05-03 Thread ffmpeg-cvslog
hooks/post-receive -- _______ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

[FFmpeg-cvslog] [ffmpeg] branch master updated. f1a155d975 avcodec/aarch64/vvc: Optimize dmvr_hv_10

2025-09-21 Thread ffmpeg-git--- via ffmpeg-cvslog
ks/post-receive -- _______ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. c9168717bf avcodec/h274: Make H274FilmGrainDatabase a shared object

2025-09-21 Thread ffmpeg-git--- via ffmpeg-cvslog
dec/vvc/dec.h +++ b/libavcodec/vvc/dec.h @@ -222,7 +222,6 @@ typedef struct VVCContext { CodedBitstreamFragment current_frame; VVCParamSets ps; - H274FilmGrainDatabase h274db; int temporal_id; ///< temporal_id_plus1 - 1 int poc_tid0; --- Summary of changes: libavcodec/h264_picture.c | 4 ++-- libavcodec/h264dec.h | 3 --- libavcodec/h274.c | 44 +--- libavcodec/h274.h | 11 --- libavcodec/hevc/hevcdec.c | 4 ++-- libavcodec/hevc/hevcdec.h | 3 --- libavcodec/vvc/dec.c | 3 +-- libavcodec/vvc/dec.h | 1 - 8 files changed, 38 insertions(+), 35 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. b5e0d9f648 fftools/opt_common: add separator line to show_filters output

2025-09-21 Thread ffmpeg-git--- via ffmpeg-cvslog
--- Summary of changes: fftools/opt_common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- ___________ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. b815431126 Revert "avformat/tls_openssl: add av_assert0() for tls_shared"

2025-09-22 Thread ffmpeg-git--- via ffmpeg-cvslog
et = ff_tls_open_underlying(s, h, uri, options)) < 0) goto fail; --- Summary of changes: libavformat/tls_gnutls.c | 3 --- libavformat/tls_openssl.c | 3 --- 2 files changed, 6 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. b1cbc7c8ff configure: strip non numeric trailer from gcc version

2025-09-22 Thread ffmpeg-git--- via ffmpeg-cvslog
ion(+), 1 deletion(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch release/8.0 updated. b9adbf0fcc fftools/ffmpeg: fix gracefully shutdown

2025-09-22 Thread ffmpeg-git--- via ffmpeg-cvslog
hooks/post-receive -- _______ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. ced4a6ebc9 libavutil/arm: Rename the HWCAP defines

2025-09-22 Thread ffmpeg-git--- via ffmpeg-cvslog
-- Summary of changes: libavutil/arm/cpu.c | 28 ++------ 1 file changed, 14 insertions(+), 14 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 371931250a avcodec/ohdec: Check mutex/conditions initialization

2025-09-24 Thread ffmpeg-git--- via ffmpeg-cvslog
static int oh_decode_create(OHCodecDecContext *s, AVCodecContext *avctx) s->dec_ref = av_buffer_create((uint8_t *)s->dec, 0, oh_decode_release, NULL, 0); -if (!s->dec_ref) +if (!s->dec_ref) { +oh_decode_release(NULL, (uint8_t*)s->dec); + s->dec = NULL; return AVERROR

[FFmpeg-cvslog] [ffmpeg] branch master updated. a54d6b1d91 avcodec/x86/rnd_template: Merge into hpeldsp_init.c

2025-09-25 Thread ffmpeg-git--- via ffmpeg-cvslog
The branch, master has been updated via a54d6b1d91ba17f6e1316997dd5f0ced4cee8ee5 (commit) via 43fe9554cc7998fbe0bae455c7b374e76a4d253f (commit) via 00e046df132fd1751c50798334b985beec89661f (commit) via 30c4007c65e1f73de5ce1b5eb459c71e0b21389a (commit) via 1e6

[FFmpeg-cvslog] [ffmpeg] branch master updated. 6d8732f397 avformat/movenc: clear subsample information on fragment flush

2025-09-25 Thread ffmpeg-git--- via ffmpeg-cvslog
Summary of changes: libavformat/movenc.c | 3 +++ libavformat/movenccenc.c | 6 ++ libavformat/movenccenc.h | 6 ++ 3 files changed, 15 insertions(+) hooks/post-receive -- ___________ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 994a368451 configure: deprecate support for libnpp

2025-09-26 Thread ffmpeg-git--- via ffmpeg-cvslog
Summary of changes: configure | 8 ++-- libavfilter/version_major.h| 1 + libavfilter/vf_scale_npp.c | 2 ++ libavfilter/vf_sharpen_npp.c | 2 ++ libavfilter/vf_transpose_npp.c | 2 ++ 5 files changed, 13 insertions(+), 2 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 03c054d43c avcodec/aarch64/vvc: Implement dmvr_v_8

2025-09-23 Thread ffmpeg-git--- via ffmpeg-cvslog
ch64/vvc/inter.S| 176 ------ 2 files changed, 150 insertions(+), 28 deletions(-) hooks/post-receive -- _______ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. c605d2a7ae MAINTAINERS: add me for Linux / PowerPC architecture

2025-09-26 Thread ffmpeg-git--- via ffmpeg-cvslog
4F38 0B3A 5F39 B99B F505 E562 8D5C 5554 4E17 8863 --- Summary of changes: MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- ___ ffmpeg-cv

[FFmpeg-cvslog] [ffmpeg] branch master updated. b9cc8e3210 avfilter/vf_scale: don't attempt to rescale AV_NOPTS_VALUE

2025-09-26 Thread ffmpeg-git--- via ffmpeg-cvslog
t;in[in].frame_next = frame; fs->in[in].pts_next = pts; --- Summary of changes: libavfilter/framesync.c | 2 +- libavfilter/vf_scale.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- _______

[FFmpeg-cvslog] [ffmpeg] branch master updated. 7c78a63476 avcodec/mpegaudiodec_float: Don't set AVCodec.sample_fmts directly

2025-09-23 Thread ffmpeg-git--- via ffmpeg-cvslog
udiodec_float.c | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. f18b1e2389 avfilter/af_whisper: fix int64 printf format

2025-09-23 Thread ffmpeg-git--- via ffmpeg-cvslog
= av_asprintf("{\"start\":%ld,\"end\":%ld,\"text\":\"%s\"}\n", start_t, end_t, text_cleaned); +buf = av_asprintf("{\"start\":%" PRId64 ",\"end\":%" PRId64 ",\"text\":\"%s\"}\n", start_t, end_t, text_cleaned);

[FFmpeg-cvslog] [ffmpeg] branch master updated. 899e497122 avfilter/vf_libplacebo: force premultiplied blending for linear texture

2025-09-23 Thread ffmpeg-git--- via ffmpeg-cvslog
-- Summary of changes: libavfilter/vf_libplacebo.c | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 5c9b2027bc lavc/libsvtav1: set packet durations

2025-09-23 Thread ffmpeg-git--- via ffmpeg-cvslog
tr->n_tick_count; switch (headerPtr->pic_type) { case EB_AV1_KEY_PICTURE: --- Summary of changes: libavcodec/libsvtav1.c | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- _____

[FFmpeg-cvslog] [ffmpeg] branch master updated. 5cb6d2221a avformat/http: Handle IPv6 Zone ID in hostname

2025-09-24 Thread ffmpeg-git--- via ffmpeg-cvslog
--- Summary of changes: libavformat/http.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) hooks/post-receive -- _______ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 17d5759bd9 avcodec/x86/apv_dsp: Don't export arrays unnecessarily

2025-09-23 Thread ffmpeg-git--- via ffmpeg-cvslog
, -50 dw 50, -89, 18, 75 --- Summary of changes: libavcodec/x86/apv_dsp.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog ma

[FFmpeg-cvslog] [ffmpeg] branch master updated. 56c14f2311 avcodec/libmpeghdec: add MPEG-H 3DA Fraunhofer IIS mpeghdec decoder

2025-09-23 Thread ffmpeg-git--- via ffmpeg-cvslog
7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 15 +#define LIBAVCODEC_VERSION_MINOR 16 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ ------- Summary of changes: Changelog | 1 + configure | 4 + doc/decoders.texi | 9 ++ doc/general_contents.texi | 10 ++ libavcodec/Makefile | 1 + libavcodec/allcodecs.c| 1 + libavcodec/libmpeghdec.c | 288 ++ libavcodec/version.h | 2 +- 8 files changed, 315 insertions(+), 1 deletion(-) create mode 100644 libavcodec/libmpeghdec.c hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 941eae01b1 avutil/attributes: prefer clang attributes even in non-gnu builds

2025-09-26 Thread ffmpeg-git--- via ffmpeg-cvslog
The branch, master has been updated via 941eae01b1c4ed5d50eb5934e7df8a8a110e1699 (commit) via b7ab357db43525542a6519a9438d9a0ae228d9a5 (commit) via a7f0377a3df6e9a28dc02f21273ef4462049bb35 (commit) via d6cb0d2c2bb8469f17d59dd82c8221b98e169d1a (commit) from b9c

[FFmpeg-cvslog] [ffmpeg] branch master updated. fa72f9a292 forgejo/workflows: include size and mtime in cache hash

2025-09-25 Thread ffmpeg-git--- via ffmpeg-cvslog
{0}', steps.fate.outputs.hash) != steps.cache.outputs.cache-matched-key }} --- Summary of changes: .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- _______ ffmpeg-cvslog mailing list

[FFmpeg-cvslog] [ffmpeg] branch master updated. f40766da45 configure: suppress C4267 warnings from MSVC

2025-09-25 Thread ffmpeg-git--- via ffmpeg-cvslog
1 deletion(-) hooks/post-receive -- _______ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 2c8835dd72 avcodec/libjxldec: submit frame after file is complete

2025-09-25 Thread ffmpeg-git--- via ffmpeg-cvslog
er = JxlDecoderReleaseBoxBuffer(ctx->decoder); - ctx->exif_pos = ctx->exif->size - remainder; -continue; - } default: - av_log(avctx, AV_LOG_ERROR, "Bad libjxl event: %d\n", jret); + av_log(avctx, AV_LOG_ERROR, "Bad libjxl event: %d\n", ctx->jret); return AVERROR_EXTERNAL; } } --- Summary of changes: libavcodec/libjxldec.c | 134 +++-- 1 file changed, 86 insertions(+), 48 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 635cb4543f avcodec/bsf/ahx_to_mp2: Don't output uninitialized data

2025-09-27 Thread ffmpeg-git--- via ffmpeg-cvslog
-- Summary of changes: libavcodec/bsf/ahx_to_mp2.c | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- _______ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 188440929d avcodec/libmpeghdec: Check channel layouts generically

2025-09-25 Thread ffmpeg-git--- via ffmpeg-cvslog
avctx->extradata_size)) { av_log(avctx, AV_LOG_ERROR, "Unable to set MHA configuration\n"); -mpegh3dadec_close(avctx); return AVERROR_INVALIDDATA; } } --- Summary of changes: libavcodec/libmpeghdec.c | 153 +++ 1 file changed, 48 insertions(+), 105 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. baace56169 avfilter/vf_tonemap_opencl: Make array smaller

2025-09-25 Thread ffmpeg-git--- via ffmpeg-cvslog
&transfer_characteristics[trc]; if (!coeffs->alpha) --- Summary of changes: libavfilter/vf_colorspace.c | 4 ++-- libavfilter/vf_tonemap_opencl.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- __________

[FFmpeg-cvslog] [ffmpeg] branch release/7.1 updated. 8320e6b415 libavutil/arm: Rename the HWCAP defines

2025-09-24 Thread ffmpeg-git--- via ffmpeg-cvslog
--- Summary of changes: libavutil/arm/cpu.c | 40 +++- 1 file changed, 23 insertions(+), 17 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. cb5dbb30ca avcodec/tiff_common: Remove unused ff_tadd_*_metadata() funcs

2025-09-24 Thread ffmpeg-git--- via ffmpeg-cvslog
libavcodec/tiff_common.h | 18 ----- 2 files changed, 85 deletions(-) hooks/post-receive -- ___________ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch release/8.0 updated. d8605a6b55 libavutil/arm: Rename the HWCAP defines

2025-09-24 Thread ffmpeg-git--- via ffmpeg-cvslog
--- Summary of changes: libavutil/arm/cpu.c | 40 +++- 1 file changed, 23 insertions(+), 17 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 8a34faa250 swscale/ppc/swscale_ppc_template: Fix av_unused placement

2025-09-26 Thread ffmpeg-git--- via ffmpeg-cvslog
rmS); --- Summary of changes: libswscale/ppc/swscale_ppc_template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 0f1f345c37 avcodec/x86/qpeldsp_init: Fix compilation without external assembly

2025-09-26 Thread ffmpeg-git--- via ffmpeg-cvslog
mc00_sse2; } +#endif } --- Summary of changes: libavcodec/x86/qpeldsp_init.c | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- _______ ffmpeg-cvslog mailing list

[FFmpeg-cvslog] [ffmpeg] branch master updated. 0599d508c9 prores_raw: use MKBETAG for the frame header tag

2025-09-27 Thread ffmpeg-git--- via ffmpeg-cvslog
COME; +break; +} + GetByteContext gb; bytestream2_init(&gb, avpkt->data, avpkt->size); if (bytestream2_get_be32(&gb) != avpkt->size) --------------- Summary of changes: libavcodec/prores_raw.c| 17 - libavcodec/prores_raw_parser.c | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 5511641365 avcodec/atrac9dec: use av_zero_extend()

2025-09-30 Thread ffmpeg-git--- via ffmpeg-cvslog
int x, const uint64_t shift) { --- Summary of changes: libavcodec/aom_film_grain.c | 2 +- libavcodec/apv_entropy.c | 4 ++-- libavcodec/atrac9dec.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. fd1fd5850d fftools/ffmpeg_sched: unchoke upstream nodes on recv-closed filter inputs

2025-09-30 Thread ffmpeg-git--- via ffmpeg-cvslog
.4f0d446007 100644 --- a/fftools/ffmpeg_sched.c +++ b/fftools/ffmpeg_sched.c @@ -389,7 +389,7 @@ static int queue_alloc(ThreadQueue **ptq, unsigned nb_streams, unsigned queue_si // for frames held in queues inside the ffmpeg utility. If this // can ever dynamically change then

[FFmpeg-cvslog] [ffmpeg] branch master updated. 1a02412170 avformat/movenc_ttml: fix memleaks

2025-10-01 Thread ffmpeg-git--- via ffmpeg-cvslog
libavformat/movenc_ttml.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- _______ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 8e11e2cdb8 avformat/tls_openssl: initialize underlying protocol early for dtls_start()

2025-09-30 Thread ffmpeg-git--- via ffmpeg-cvslog
plus_sign) +{ +size_t written_bytes; +size_t url_len = strlen(url); + +url_len = FFMIN(url_len, url_max_len); + +if (dest_len <= url_len) +return AVERROR(EINVAL); + +written_bytes = urldecode(dest, url, url_len, decode_plus_sign); +dest[written_bytes] = '\0'; + +return written_bytes; +} diff --git a/libavformat/urldecode.h b/libavformat/urldecode.h index 80b11c3428..246d9c9fda 100644 --- a/libavformat/urldecode.h +++ b/libavformat/urldecode.h @@ -19,6 +19,8 @@ #ifndef AVFORMAT_URLDECODE_H #define AVFORMAT_URLDECODE_H +#include + /** * Decodes an URL from its percent-encoded form back into normal * representation. This function returns the decoded URL in a string. @@ -33,4 +35,20 @@ */ char *ff_urldecode(const char *url, int decode_plus_sign); +/** + * Decodes an URL from its percent-encoded form back into normal + * representation. This function returns the decoded URL in a string. + * The URL to be decoded does not necessarily have to be encoded but + * in that case the original string is duplicated. + * + * @param dest the destination buffer. + * @param dest_len the maximum available space in the destination buffer. + * Must be bigger than FFMIN(strlen(url), url_max_len) to avoid + * an AVERROR(EINVAL) result + * @param url_max_len the maximum number of chars to read from url + * @param decode_plus_sign if nonzero plus sign is decoded to space + * @return the number of written bytes to dest excluding the zero terminator, + * negative on error + */ +int ff_urldecode_len(char *dest, size_t dest_len, const char *url, size_t url_max_len, int decode_plus_sign); #endif /* AVFORMAT_URLDECODE_H */ --- Summary of changes: doc/protocols.texi| 69 +++--- libavformat/Makefile | 19 +++ libavformat/internal.h| 12 libavformat/libsrt.c | 142 +- libavformat/rtpproto.c| 69 +- libavformat/sctp.c| 8 +-- libavformat/tcp.c | 36 ++-- libavformat/tls.c | 46 ++- libavformat/tls_mbedtls.c | 14 - libavformat/tls_openssl.c | 15 ++--- libavformat/udp.c | 93 +- libavformat/urldecode.c | 18 ++ libavformat/urldecode.h | 18 ++ libavformat/utils.c | 66 + 14 files changed, 224 insertions(+), 401 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 8cb1ff78ac avformat/dhav: Factorize some code in get_duration()

2025-09-30 Thread ffmpeg-git--- via ffmpeg-cvslog
f changes: libavformat/dhav.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) hooks/post-receive -- _______ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. dd977adcfe Add myself to CODEOWNERS

2025-09-28 Thread ffmpeg-git--- via ffmpeg-cvslog
/CODEOWNERS | 5 + 1 file changed, 5 insertions(+) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. f1d5114103 avformat/tls_openssl: do not cleanup tls after a successful dtls_start()

2025-10-02 Thread ffmpeg-git--- via ffmpeg-cvslog
), 1 deletion(-) hooks/post-receive -- _______ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. cb4052beae libavformat/oggparseopus.c: Parse comments from secondary chained streams header packet.

2025-10-01 Thread ffmpeg-git--- via ffmpeg-cvslog
-- Summary of changes: doc/APIchanges | 4 ++ libavformat/oggdec.c | 2 +- libavformat/oggdec.h | 14 libavformat/oggparseflac.c | 7 ++ libavformat/oggparseopus.c | 5 ++ libavformat/oggparsevorbis.c | 108 ++--- tests/ref/fate/ogg-flac-chained-meta.txt | 3 +- tests/ref/fate/ogg-opus-chained-meta.txt | 3 +- tests/ref/fate/ogg-vorbis-chained-meta.txt | 5 +- 9 files changed, 133 insertions(+), 18 deletions(-) hooks/post-receive -- ___ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. 61b6877637 avcodec/mjpegdec: Explain buf_size/width/height check

2025-10-02 Thread ffmpeg-git--- via ffmpeg-cvslog
return AVERROR_INVALIDDATA; --- Summary of changes: libavcodec/mjpegdec.c | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- _______ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubs

[FFmpeg-cvslog] [ffmpeg] branch master updated. 0fdb5829e3 avformat/rtsp: set AVFMTCTX_UNSEEKABLE flag

2025-10-02 Thread ffmpeg-git--- via ffmpeg-cvslog
Summary of changes: libavformat/rtsp.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) hooks/post-receive -- _______ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

[FFmpeg-cvslog] [ffmpeg] branch master updated. df4587789f avcodec/amfenc: avoid unnecessary output delay in low delay mode

2025-10-03 Thread ffmpeg-git--- via ffmpeg-cvslog
- Summary of changes: libavcodec/amfenc.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- _______ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org

<    1   2