[FFmpeg-cvslog] avformat/riffdec: change declaration of ff_get_wav_header()

2025-03-03 Thread Viraaj Raulgaonkar
ffmpeg | branch: master | Viraaj Raulgaonkar | Mon Feb 3 10:12:57 2025 +0530| [081c865867beaa43b9f3506613e165c8594f3f28] | committer: Michael Niedermayer avformat/riffdec: change declaration of ff_get_wav_header() Change the type of logctx from void* to AVFormatContext*. This is in preparatio

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 9a50466 web/security: Add more old CVE numbers

2025-03-03 Thread ffmpeg-git
The branch, master has been updated via 9a50466872f4ca2f8d56a3421a47e57dca434264 (commit) from ffba7d5d9a58b85615051a807c7d229ad165a01d (commit) - Log - commit 9a50466872f4ca2f8d56a3421a47e57dca434264 Author: Micha

[FFmpeg-cvslog] avcodec/decode: inject missing global side data to output frames

2025-03-03 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 26 13:34:57 2025 -0300| [603334e86fe9ec2a4c6a1c55e8c6134bc3f080eb] | committer: James Almer avcodec/decode: inject missing global side data to output frames ff_decode_frame_props() injects global side data passed by the caller (Usually coming from

[FFmpeg-cvslog] fftools/ffmpeg_filter: also remove display matrix side data from buffered frames

2025-03-03 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Feb 27 23:38:09 2025 -0300| [01f63ef0b44fa70d87edaf52f19fcdb2ae7446b3] | committer: James Almer fftools/ffmpeg_filter: also remove display matrix side data from buffered frames Some frames may be buffered before a complex filtergraph can be configured

[FFmpeg-cvslog] avformat/mov: fix overflow in corrected_dts calculation

2025-03-03 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 1 23:51:25 2025 -0300| [25c439296ba1e835599370de331f9a089f7efe37] | committer: James Almer avformat/mov: fix overflow in corrected_dts calculation Fixes: Integer-overflow Fixes: 400093647/clusterfuzz-testcase-minimized-media_metadata_parser_fuzz

[FFmpeg-cvslog] fftools/ffmpeg_dec: remove side data copy block

2025-03-03 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 26 13:40:04 2025 -0300| [848576b4dfdbacf42017bb81c755482dc6845cc5] | committer: James Almer fftools/ffmpeg_dec: remove side data copy block It's no longer needed now that lavc handles this. Signed-off-by: James Almer > http://git.videolan.org/g

[FFmpeg-cvslog] avutil/frame: move side data helpers to a new file

2025-03-03 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jan 23 11:23:50 2025 -0300| [964d28e83c59adbfb282c251490d1b033755379e] | committer: James Almer avutil/frame: move side data helpers to a new file Should reduce clutter in frame.c, plus allow us to make opaque changes to side data handling. Signed-of

[FFmpeg-cvslog] vulkan: take refs of frames using the regular buffer ref path

2025-03-03 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Mar 1 23:58:41 2025 +0100| [8631990f22b7c0637531916748daf18eea6d442c] | committer: Lynne vulkan: take refs of frames using the regular buffer ref path This simplifies the code, reduces allocations, and critically, does not store references of frames, along

[FFmpeg-cvslog] avfilter/dnn: do not manually parse anchors filter option

2025-03-03 Thread Leandro Santiago
ffmpeg | branch: master | Leandro Santiago | Wed Feb 26 14:57:32 2025 +0100| [90fbb40da550b4bc26d0a17d598ee2a855fc5868] | committer: Guo Yejun avfilter/dnn: do not manually parse anchors filter option Instead, rely on AV_OPT_TYPE_FLAG_ARRAY, which will automatically perform the parsing. Signe

[FFmpeg-cvslog] avfilter/dnn_detect: fail on filter if mandatory anchor option is missing

2025-03-03 Thread Leandro Santiago
ffmpeg | branch: master | Leandro Santiago | Wed Feb 26 15:17:12 2025 +0100| [d21ed2298ef122c64e578831c6dbd2bb2134df79] | committer: Guo Yejun avfilter/dnn_detect: fail on filter if mandatory anchor option is missing It prevents the filter of running in case such option is missing, failing ear