[FFmpeg-cvslog] avcodec/cuviddec: more accurately guess probed sw pixel format

2024-08-02 Thread Roman Arzumanyan
ffmpeg | branch: master | Roman Arzumanyan | Thu Aug 1 16:35:22 2024 +0300| [bcea693f75dac9f689fe8789f0e97b8e952499c1] | committer: Timo Rothenpieler avcodec/cuviddec: more accurately guess probed sw pixel format Signed-off-by: Timo Rothenpieler > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avcodec/nvenc: rework on DTS generation

2024-08-02 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Jul 17 17:47:13 2024 +0800| [670ff6c7ce0c70798a9909b334310625fe067a34] | committer: Timo Rothenpieler avcodec/nvenc: rework on DTS generation Before the patch, the method to generate DTS only works with timebase equal to 1/fps. With timebase like 1/10

[FFmpeg-cvslog] lavc/h264dsp: stick R-V V weight to 16-bit precision

2024-08-02 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Tue Jul 30 20:29:02 2024 +0300| [677f28b310ac8cbf96e3a02865c2aff49c6950ff] | committer: Rémi Denis-Courmont lavc/h264dsp: stick R-V V weight to 16-bit precision T-Head C908 (ns): h264_weight2_8_c:1607.8 h264_weight2_8_rvv_i32: 515.0 (be

[FFmpeg-cvslog] lavc/h264dsp: stick R-V V biweight to 16-bit

2024-08-02 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Jul 29 21:20:37 2024 +0300| [afd45c7ff74cc947d427202c1e9adc9ddc1987f8] | committer: Rémi Denis-Courmont lavc/h264dsp: stick R-V V biweight to 16-bit T-Head C908 (ns): h264_biweight2_8_c:2414.5 h264_biweight2_8_rvv_i32: 701.8 (before

[FFmpeg-cvslog] swscale: [loongarch] Fix checkasm-sw_yuv2rgb failure.

2024-08-02 Thread Shiyou Yin
ffmpeg | branch: release/7.0 | Shiyou Yin | Thu Jul 25 17:39:21 2024 +0800| [abd5df3033de4fdbbd907022cf37d16b4d12380a] | committer: Michael Niedermayer swscale: [loongarch] Fix checkasm-sw_yuv2rgb failure. Reviewed-by: 陈昊 Signed-off-by: Michael Niedermayer (cherry picked from commit 4713a5cc

[FFmpeg-cvslog] avcodec/utils: apply the same alignment to YUV410 as we do to YUV420 for snow

2024-08-02 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Mon Jun 17 13:31:02 2024 +0200| [8b0cf8ab3174865b602b0502dc1fb9436a595be5] | committer: Michael Niedermayer avcodec/utils: apply the same alignment to YUV410 as we do to YUV420 for snow The snow encoder uses block based motion estimation whi

[FFmpeg-cvslog] Update for 7.0.2

2024-08-02 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Fri Aug 2 22:17:43 2024 +0200| [e3a61e91030696348b56361bdf80ea358aef4a19] | committer: Michael Niedermayer Update for 7.0.2 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3a61e91030696348b5

[FFmpeg-cvslog] avformat/iamf_parse: Check for 0 samples

2024-08-02 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Wed Jul 31 20:06:49 2024 +0200| [f2145744a2e283e91eb4dc337c2c414af1bad283] | committer: Michael Niedermayer avformat/iamf_parse: Check for 0 samples Fixes: division by zero Fixes: 70561/clusterfuzz-testcase-minimized-ffmpeg_IO_DEMUXER_fuzze

[FFmpeg-cvslog] avcodec/snow: Fix off by 1 error in run_buffer

2024-08-02 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Wed Jul 31 21:43:39 2024 +0200| [679a572e44e5cecba42d43dde7892a1502c43c25] | committer: Michael Niedermayer avcodec/snow: Fix off by 1 error in run_buffer Fixes: out of array access Fixes: 70741/clusterfuzz-testcase-minimized-ffmpeg_AV_CODE

[FFmpeg-cvslog] Tag n7.0.2 : FFmpeg 7.0.2 release

2024-08-02 Thread git
[ffmpeg] [branch: refs/tags/n7.0.2] Tag:a18b979d17fa169a6f93c5be8732533c8e06337d > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=a18b979d17fa169a6f93c5be8732533c8e06337d Tagger: Michael Niedermayer Date: Sat Aug 3 00:48:10 2024 +0200 FFmpeg 7.0.2 release __

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 0dd118d web/download: Add 7.0.2

2024-08-02 Thread ffmpeg-git
The branch, master has been updated via 0dd118dfab471301e45c10c27bdb776ecc292196 (commit) from 0a299a8119027bbdbaf561275df4b90ffa915e6b (commit) - Log - commit 0dd118dfab471301e45c10c27bdb776ecc292196 Author: Micha

[FFmpeg-cvslog] lavc/videodsp: work-around LLVM-as

2024-08-02 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Fri Aug 2 18:07:04 2024 +0300| [de7f999481b1928d81bc997fc63ff8ff17e79383] | committer: Rémi Denis-Courmont lavc/videodsp: work-around LLVM-as For some reason, it can't handle the normal syntax for an address operand without an offset, so add a d