[FFmpeg-cvslog] avcodec/exr: Remove write-only gamma_table

2025-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 5 13:57:16 2025 +0100| [431805c096738da7661a0baee2b12fe9724dcc95] | committer: Andreas Rheinhardt avcodec/exr: Remove write-only gamma_table Forgotten in 0e917389fe73c932049635d947bba076f1709589. Reviewed-by: Michael Niedermayer Signed-

[FFmpeg-cvslog] avcodec/exr: Fix potential effective-type violation

2025-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 5 14:19:13 2025 +0100| [72cff47be73f6e9c154066131d13515101574b29] | committer: Andreas Rheinhardt avcodec/exr: Fix potential effective-type violation Storing the values via a union of an uint32_t and a float makes said union the effective

[FFmpeg-cvslog] avcodec/exr: use the correct step value for plane pointers

2025-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 5 12:59:34 2025 -0300| [5560a20d770ef77eaf7cf885e9678125c6640953] | committer: James Almer avcodec/exr: use the correct step value for plane pointers Fixes a regression since 0e917389fe73c932049635d947bba076f1709589. Signed-off-by: James Almer

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 40e2b2e consulting: remove Anton Khirnov

2025-03-05 Thread ffmpeg-git
The branch, master has been updated via 40e2b2e1622c6e6cae6bdfc504b661d885605fc3 (commit) from 9a50466872f4ca2f8d56a3421a47e57dca434264 (commit) - Log - commit 40e2b2e1622c6e6cae6bdfc504b661d885605fc3 Author: James

[FFmpeg-cvslog] Don't attempt to parse ADTS from USAC packets.

2025-03-05 Thread Dale Curtis
ffmpeg | branch: master | Dale Curtis | Mon Feb 24 16:52:10 2025 -0800| [696ea1c2236842572df88d573e24a39be3f19c98] | committer: Lynne Don't attempt to parse ADTS from USAC packets. It's not possible to put USAC into ADTS due to exceeding the field size (4 bits) for ADTS profile. As such cases

[FFmpeg-cvslog] avcodec/libsvtav1: unbreak build with latest svtav1

2025-03-05 Thread Gyan Doshi
ffmpeg | branch: release/7.1 | Gyan Doshi | Sat Feb 22 10:56:53 2025 +0530| [68b5db246407f0b0e398ce3b10ee57f738f0c524] | committer: James Almer avcodec/libsvtav1: unbreak build with latest svtav1 SVT-AV1 made a change in their public API in 988e930c but without a version bump or any other acce