[FFmpeg-cvslog] avutil/hwcontext_d3d12va: Use av_image_copy() wrapper

2024-01-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Dec 22 09:56:09 2023 +0100| [280df9d0eb0ded54709d8afa8b5a9da09a1b09f5] | committer: Andreas Rheinhardt avutil/hwcontext_d3d12va: Use av_image_copy() wrapper Avoids casts all over the place; in this case, it also replaces the unsafe cast uint8_

[FFmpeg-cvslog] avcodec/d3d12va_(av1|hevc|vp9): Don't use deprecated FF_PROFILE_*

2024-01-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Dec 22 17:27:58 2023 +0100| [3435565e26bdb3b68b14a570881d1dfd980130f0] | committer: Andreas Rheinhardt avcodec/d3d12va_(av1|hevc|vp9): Don't use deprecated FF_PROFILE_* Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcodec/vvc_mvs: align local motion vector fields

2024-01-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 24 12:30:48 2024 -0300| [bc1d8a9b76505ec8e6d76435049d33a8c6f9b3c2] | committer: James Almer avcodec/vvc_mvs: align local motion vector fields Should fix "member access within misaligned address 0xf00 for type 'const union av_alias64', which requir

[FFmpeg-cvslog] avcodec/vvc_mvs: remove an unnecessary AV_ZERO64() call

2024-01-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 24 12:33:59 2024 -0300| [cb6a488fba7748fd3f9cdc24436eade14e0a562a] | committer: James Almer avcodec/vvc_mvs: remove an unnecessary AV_ZERO64() call Should fix "member access within misaligned address 0xf00 for type 'const union av_alias64', which

[FFmpeg-cvslog] avcodec/d3d12va_av1.c: change the type for the ID3D12Resource_Map mapped_data argument

2024-01-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 24 17:20:48 2024 -0300| [b4d871fdc807d895e7209a045db65269d6c0eebc] | committer: James Almer avcodec/d3d12va_av1.c: change the type for the ID3D12Resource_Map mapped_data argument Fixes -Wincompatible-pointer-types warnings. Signed-off-by: James

[FFmpeg-cvslog] avcodec/d3d12va_vp9.c: change the type for the ID3D12Resource_Map mapped_data argument

2024-01-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 24 17:27:19 2024 -0300| [04332ca35ef888fc3c0a00e69bfda66c2d6431a4] | committer: James Almer avcodec/d3d12va_vp9.c: change the type for the ID3D12Resource_Map mapped_data argument Fixes -Wincompatible-pointer-types warnings. Signed-off-by: James

[FFmpeg-cvslog] avcodec/d3d12va_hevc: cast mapped_data to void* before passing it to mapped_data()

2024-01-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 24 17:26:32 2024 -0300| [9aa388e758af84f3117874654ae5389fc1283b88] | committer: James Almer avcodec/d3d12va_hevc: cast mapped_data to void* before passing it to mapped_data() Fixes -Wincompatible-pointer-types warnings. Signed-off-by: James Alme

[FFmpeg-cvslog] avcodec/d3d12va_vc1: cast mapped_data to void* before passing it to mapped_data()

2024-01-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 24 17:26:51 2024 -0300| [49a7fe86fe4c25efd15a4a71e7f61e27db7ba99d] | committer: James Almer avcodec/d3d12va_vc1: cast mapped_data to void* before passing it to mapped_data() Fixes -Wincompatible-pointer-types warnings. Signed-off-by: James Almer

[FFmpeg-cvslog] avcodec/d3d12va_h264: cast mapped_data to void* before passing it to mapped_data()

2024-01-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 24 17:26:12 2024 -0300| [342cc1792f95dad455572dcd1b74cc63338fc447] | committer: James Almer avcodec/d3d12va_h264: cast mapped_data to void* before passing it to mapped_data() Fixes -Wincompatible-pointer-types warnings. Signed-off-by: James Alme

[FFmpeg-cvslog] avcodec/d3d12va: remove unused variables

2024-01-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 24 17:34:01 2024 -0300| [45a2f2635d0d8fdce988603fe01e90bc96e44852] | committer: James Almer avcodec/d3d12va: remove unused variables Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=45a2f2635d0d8fdce988603fe

[FFmpeg-cvslog] fate/matroska: add missing speex decoder dependency to fate-matroska-ms-mode

2024-01-24 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 24 20:55:54 2024 -0300| [00b288da73f45acb78b74bcc40f73c7ba1fff7cb] | committer: James Almer fate/matroska: add missing speex decoder dependency to fate-matroska-ms-mode Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?