[FFmpeg-cvslog] avcodec/jpegxl_parser: fix various memory issues

2023-10-05 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Tue Oct 3 11:00:35 2023 -0400| [f7ac3512f5b5cb8eb149f37300b43461d8e93af3] | committer: Leo Izen avcodec/jpegxl_parser: fix various memory issues The spec caps the prefix alphabet size to 32768 (i.e. 1 << 15) so we should check for that and reject alphabets

[FFmpeg-cvslog] avcodec/jpegxl_parser: add some icc profile checks

2023-10-05 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Tue Oct 3 13:38:25 2023 -0400| [ec74553205a4e52598f9799d03fb2682f7d23831] | committer: Leo Izen avcodec/jpegxl_parser: add some icc profile checks This patch will cause the parser to abort if it detects an icc profile with an invalid size. This is particula

[FFmpeg-cvslog] ffprobe: factorize side data printing to dedicated function

2023-10-05 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Thu Aug 31 16:52:00 2023 +0200| [01edb505c6991f54f5780450ea1bc5436a55b487] | committer: Stefano Sabatini ffprobe: factorize side data printing to dedicated function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=01edb505c6991f54f5780450

[FFmpeg-cvslog] ffprobe: correct section name for side data piece

2023-10-05 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Fri Sep 1 11:38:45 2023 +0200| [8eecd52d8b3164696e813a6cb9a5b702f424d08b] | committer: Stefano Sabatini ffprobe: correct section name for side data piece > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8eecd52d8b3164696e813a6cb9a5b702f4

[FFmpeg-cvslog] avcodec/mlpenc: restructure code and resolve several bugs

2023-10-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 3 12:43:14 2023 +0200| [d7579189f762065f8efd63aea12e6e59c303d5ae] | committer: Paul B Mahol avcodec/mlpenc: restructure code and resolve several bugs Do not use put_sbits() where only unsigned is stored. Reduce size of data_check_present field.

[FFmpeg-cvslog] hwcontext_vulkan: properly support STORAGE usage for mutliplane images

2023-10-05 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 5 20:25:33 2023 +0200| [81cc0e13455baa5e6547df40dc5961d415d6fcd2] | committer: Lynne hwcontext_vulkan: properly support STORAGE usage for mutliplane images Fixes multiplane support on Nvidia. Also, remove the ENCODE usage, even if the driver signals i

[FFmpeg-cvslog] vulkan_hevc: handle non-contiguous SPS/PPS/VPS ids

2023-10-05 Thread Benjamin Cheng
ffmpeg | branch: master | Benjamin Cheng | Sat Sep 30 12:57:29 2023 -0400| [2a36e44af38c95a95a68aa93345d96f9c5c0bdf5] | committer: Lynne vulkan_hevc: handle non-contiguous SPS/PPS/VPS ids Some clips (i.e. SLIST_B_Sony_9) will use PPS 0 and 8, before PPS 1-7. vulkan_hevc expects {sps,pps,vps}_li

[FFmpeg-cvslog] avcodec/svt-av1: Set force_key_frames only when gop_size == 1

2023-10-05 Thread Vignesh Venkatasubramanian via ffmpeg-devel
ffmpeg | branch: master | Vignesh Venkatasubramanian via ffmpeg-devel | Tue Oct 3 15:53:06 2023 -0700| [e8465aa5dda03b4f30d24f192ee165f88a912762] | committer: Ronald S. Bultje avcodec/svt-av1: Set force_key_frames only when gop_size == 1 SVT-AV1 does not support requesting keyframes at arbitr

[FFmpeg-cvslog] avcodec/h261dec, mpeg12dec, vc1dec: Remove setting write-only flags

2023-10-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Oct 3 17:14:15 2023 +0200| [f0f6acde1ac41b9313400463da725993cbf9b8d1] | committer: Andreas Rheinhardt avcodec/h261dec, mpeg12dec, vc1dec: Remove setting write-only flags These flags will be overwritten later in ff_mpv_frame_start(). Reviewed

[FFmpeg-cvslog] avcodec/rv10: Replace switch by LUT

2023-10-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Oct 3 02:32:10 2023 +0200| [951bcc3c0335cfdac130a359a93c1b3e3c2a0550] | committer: Andreas Rheinhardt avcodec/rv10: Replace switch by LUT Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/rv10: Remove dead code

2023-10-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Oct 3 02:15:29 2023 +0200| [cd08bace553c701e8762ad6baa5529283717a58c] | committer: Andreas Rheinhardt avcodec/rv10: Remove dead code Dead since 248a1aa54c08b14e8bd49147f59d954c41b5b3a3. Reviewed-by: Michael Niedermayer Signed-off-by: Andrea

[FFmpeg-cvslog] avcodec/h263dec, mpeg4videodec: Parse extradata during init

2023-10-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Oct 2 12:21:13 2023 +0200| [ca3dea8a36f15d551ad9b95d7cccee5a9ef23010] | committer: Andreas Rheinhardt avcodec/h263dec, mpeg4videodec: Parse extradata during init Possible now that the IDCT is already initialized at this point. Signed-off-by:

[FFmpeg-cvslog] avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init

2023-10-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 1 19:50:04 2023 +0200| [49b4ed7237489a08e7b992e4be6ccf6ee055d043] | committer: Andreas Rheinhardt avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init It has currently not been done for H263, H263P and MPEG4. Doing so avoid

[FFmpeg-cvslog] avcodec/mpegvideo_dec: Don't zero context on init failure

2023-10-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 1 18:23:23 2023 +0200| [d86f7603cf32e9a64d9cdf20b1fe390093652fbe] | committer: Andreas Rheinhardt avcodec/mpegvideo_dec: Don't zero context on init failure Up until now, ff_mpeg_update_thread_context() zeroes the context to initialize on

[FFmpeg-cvslog] avcodec/mpeg12dec: Don't initialize IDCT more than once

2023-10-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 1 11:59:00 2023 +0200| [bc7de8b63c424c79dda67f2abb2425133bf218e4] | committer: Andreas Rheinhardt avcodec/mpeg12dec: Don't initialize IDCT more than once Before 998c9f15d1ca8c7489775ebcca51623b915988f1, the IDCTDSPContext has only been in

[FFmpeg-cvslog] lavc/ac3: add R-V Zbb extract_exponents

2023-10-05 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Oct 2 19:38:03 2023 +0300| [89c10d8d20c9eed34d9c3b3ab2aab378bb7208d4] | committer: Rémi Denis-Courmont lavc/ac3: add R-V Zbb extract_exponents > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89c10d8d20c9eed34d9c3b3ab2aab378bb7208