[FFmpeg-cvslog] lavc/vvc: Stricter bound on pps_exp_slice_height_in_ctus_minus1

2025-03-09 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Sun Mar 2 12:12:38 2025 +| [20a6eb1ca3439581adf6367bfcc4d72eb2987cd9] | committer: Nuo Mi lavc/vvc: Stricter bound on pps_exp_slice_height_in_ctus_minus1 When pps_num_exp_slices_in_tile[i] is nonzero, the ith tile is made up of pps_num_exp_slices_

[FFmpeg-cvslog] avcodec/wmaenc: Don't unnecessarily reset AVPacket.size

2025-03-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 25 02:41:32 2024 +0200| [87e5da90674b17d50e4cce9bae5037dbf1e7f1ff] | committer: Andreas Rheinhardt avcodec/wmaenc: Don't unnecessarily reset AVPacket.size The packet is unreferenced generically lateron anyway. Signed-off-by: Andreas Rhein

[FFmpeg-cvslog] avcodec/wma: Mark ff_wma_end() as av_cold

2025-03-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 25 00:48:51 2024 +0200| [196ee9fc862de9a0822d7892daab67054cc4f53f] | committer: Andreas Rheinhardt avcodec/wma: Mark ff_wma_end() as av_cold Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=19

[FFmpeg-cvslog] avcodec/vp8: Move codec-specific init code out of common init

2025-03-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 6 18:00:28 2025 +0100| [4040dc0782f2bc9307a3a93d93c4af37db512b19] | committer: Andreas Rheinhardt avcodec/vp8: Move codec-specific init code out of common init While just at it, also move the init functions inside the #if CONFIG_VP?_DECOD

[FFmpeg-cvslog] avcodec/vp8: Move VPx specific functions inside #if CONFIG_VPx block

2025-03-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 6 18:16:50 2025 +0100| [a41baa743d1c79bc0b76dc7312e4a155f4537f40] | committer: Andreas Rheinhardt avcodec/vp8: Move VPx specific functions inside #if CONFIG_VPx block where appropriate. Avoids including ff_vp8_decode_frame() when the VP8

[FFmpeg-cvslog] avcodec/vp8: Remove always-false hwaccel checks for VP7

2025-03-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 6 18:20:32 2025 +0100| [0349ae3ec4c2d381b0ce163b4195ecbba422a484] | committer: Andreas Rheinhardt avcodec/vp8: Remove always-false hwaccel checks for VP7 Reviewed-by: Peter Ross Signed-off-by: Andreas Rheinhardt > http://git.videolan.o

[FFmpeg-cvslog] avcodec/vp8: Fix wrong #endif comment

2025-03-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 6 17:56:08 2025 +0100| [b6602a17e14982441081b7164c48ef68fc8e43e2] | committer: Andreas Rheinhardt avcodec/vp8: Fix wrong #endif comment Reviewed-by: Peter Ross Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmp