[FFmpeg-cvslog] avcodec/vaapi_encode: remove a duplicate av_freep

2024-02-25 Thread Tong Wu
ffmpeg | branch: master | Tong Wu | Tue Feb 20 14:27:54 2024 +0800| [cfa802bdc3589f9e970e59e699c3413ebd65c26e] | committer: Haihao Xiang avcodec/vaapi_encode: remove a duplicate av_freep Signed-off-by: Tong Wu >

[FFmpeg-cvslog] avfilter/tonemap_vaapi: Remove duplicate format check

2024-02-25 Thread Fei Wang
ffmpeg | branch: master | Fei Wang | Tue Feb 20 10:32:09 2024 +0800| [b5714d1f9126e0e7f2039268653a42d35e532fe1] | committer: Haihao Xiang avfilter/tonemap_vaapi: Remove duplicate format check Supported formats are checked in base function ff_vaapi_vpp_config_output. Signed-off-by: Fei Wang

[FFmpeg-cvslog] lavc/vvc: Correct sps_num_subpics_minus1 minimum

2024-02-25 Thread Frank Plowman
ffmpeg | branch: release/6.1 | Frank Plowman | Sun Feb 25 17:51:01 2024 +| [192fca4b596b81aabdd8823871828d5899d2699b] | committer: James Almer lavc/vvc: Correct sps_num_subpics_minus1 minimum The spec says "the value of sps_num_subpics_minus1 shall be in the range of 0 to MaxSlicesPerAu −

[FFmpeg-cvslog] avcodec/cbs_h2645: Avoid function pointer casts, fix UB

2024-02-25 Thread Andreas Rheinhardt
ffmpeg | branch: release/6.1 | Andreas Rheinhardt | Sun Feb 25 02:16:27 2024 +0100| [adef13da94386624263adae1c88ad9cd14dbe7d3] | committer: James Almer avcodec/cbs_h2645: Avoid function pointer casts, fix UB The SEI message read/write functions are called via function pointers where the SEI

[FFmpeg-cvslog] lavc/vvc: Read subpic ID when only one subpicture is present

2024-02-25 Thread Frank Plowman
ffmpeg | branch: release/6.1 | Frank Plowman | Sun Feb 25 22:30:42 2024 +| [f9b68bc9a566ff73cd8fead599b22f436599bdeb] | committer: James Almer lavc/vvc: Read subpic ID when only one subpicture is present Previously, the following syntax elements were not read in the case

[FFmpeg-cvslog] avcodec/cbs_h266_syntax_template: Don't omit unused function parameter

2024-02-25 Thread Andreas Rheinhardt
ffmpeg | branch: release/6.1 | Andreas Rheinhardt | Wed Feb 21 21:16:17 2024 +0100| [bebaad4371c6e75502607f177c5b8d5864b7ab81] | committer: James Almer avcodec/cbs_h266_syntax_template: Don't omit unused function parameter The calls to the sei_decoded_picture_hash read and write functions are

[FFmpeg-cvslog] lavc/vvc: Add check to num_multi_layer_olss

2024-02-25 Thread Frank Plowman
ffmpeg | branch: release/6.1 | Frank Plowman | Tue Jan 30 09:40:57 2024 +| [61628a44eb8e7a8abc884bf3f7f0b9158229248a] | committer: James Almer lavc/vvc: Add check to num_multi_layer_olss Check that vps_each_layer_is_an_ols_flag, which indicates that "at least one OLS specified by the VPS

[FFmpeg-cvslog] avcodec/cbs_h266_syntax_template: check aps_adaptation_parameter_set_id

2024-02-25 Thread James Almer
ffmpeg | branch: release/6.1 | James Almer | Sat Jan 27 04:13:32 2024 +0100| [db36dfc9baaa735e72aaf3e606bf1801780dce49] | committer: James Almer avcodec/cbs_h266_syntax_template: check aps_adaptation_parameter_set_id "When aps_params_type is equal to ALF_APS or SCALING_APS, the value of

[FFmpeg-cvslog] avcodec/cbs_h266: fix logic setting num_layers_in_ols when vps_ols_mode_idc is 2

2024-02-25 Thread James Almer
ffmpeg | branch: release/6.1 | James Almer | Mon Jan 29 20:41:34 2024 -0300| [d6399d50aee3bb444fd823e5eba48f5a32827acc] | committer: James Almer avcodec/cbs_h266: fix logic setting num_layers_in_ols when vps_ols_mode_idc is 2 The old code did not follow the syntax from the spec. Reviewed-by:

[FFmpeg-cvslog] lavc/vvc: Read subpic ID when only one subpicture is present

2024-02-25 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Sun Feb 25 22:30:42 2024 +| [8b6219a99d80cabf87c50170c009fe93092e32bd] | committer: James Almer lavc/vvc: Read subpic ID when only one subpicture is present Previously, the following syntax elements were not read in the case sps_num_subpics_minus

[FFmpeg-cvslog] lavc/vvc: Correct sps_num_subpics_minus1 minimum

2024-02-25 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Sun Feb 25 17:51:01 2024 +| [53ab7ff67e7ee9e7cae5cb0449203a7951cbe029] | committer: James Almer lavc/vvc: Correct sps_num_subpics_minus1 minimum The spec says "the value of sps_num_subpics_minus1 shall be in the range of 0 to MaxSlicesPerAu − 1,

[FFmpeg-cvslog] lavc/vvc: Increase VVC_MAX_* definitions for level 6.3

2024-02-25 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Sun Feb 25 21:15:24 2024 +| [248a1f9d00f817dc67b057ee63d1a2b1397bc6ec] | committer: James Almer lavc/vvc: Increase VVC_MAX_* definitions for level 6.3 Reported-by: James Almer Signed-off-by: Frank Plowman Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/cbs_h2645: Avoid function pointer casts, fix UB

2024-02-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 25 02:16:27 2024 +0100| [ab2173c0a530622a0e8683cbd66f8e5aff7a2916] | committer: Andreas Rheinhardt avcodec/cbs_h2645: Avoid function pointer casts, fix UB The SEI message read/write functions are called via function pointers where the SEI

[FFmpeg-cvslog] fftools/ffmpeg_mux: Fix use of uninitialized variable

2024-02-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 25 00:30:42 2024 +0100| [906fc2b2e77d9840d0738f717d4b693f2accc51c] | committer: Andreas Rheinhardt fftools/ffmpeg_mux: Fix use of uninitialized variable Broken in a2fc86378a18b2c2966ce3438df8f27f646438e5. Reviewed-by: Anton Khirnov

[FFmpeg-cvslog] avfilter/avfilter: Suppress warning for variable only used in av_assert1

2024-02-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 25 00:47:07 2024 +0100| [b4b8b9ad5cf8506f4c5abdc5c4cd5bb4f7285cdd] | committer: Andreas Rheinhardt avfilter/avfilter: Suppress warning for variable only used in av_assert1 Forgotten in e7f9edb4698e94135aab24c302226734713548f0.

[FFmpeg-cvslog] avfilter/vf_convolution: add float user_rdiv[4] to allow user options to apply correctly

2024-02-25 Thread Stone Chen
ffmpeg | branch: master | Stone Chen | Sat Feb 24 11:08:02 2024 -0500| [ef917950f0298a812bebfed2443626972a7d8f29] | committer: Marton Balint avfilter/vf_convolution: add float user_rdiv[4] to allow user options to apply correctly Previously to support dynamic reconfigurations of the matrix

[FFmpeg-cvslog] lavc/me_cmp: R-V V vsse vsad intra

2024-02-25 Thread sunyuechi
ffmpeg | branch: master | sunyuechi | Tue Feb 6 23:28:08 2024 +0800| [9b90d0d36ad1ff6bed5007fa71e6e661d0c20bbd] | committer: Rémi Denis-Courmont lavc/me_cmp: R-V V vsse vsad intra C908: vsad_4_c: 681.0 vsad_4_rvv_i32: 182.2 vsad_5_c: 278.0 vsad_5_rvv_i32: 145.2 vsse_4_c: 595.0

[FFmpeg-cvslog] lavc/me_cmp: R-V V vsse vsad

2024-02-25 Thread sunyuechi
ffmpeg | branch: master | sunyuechi | Tue Feb 6 23:18:51 2024 +0800| [925b55a5e889ed585f331dd09b7f7eb9f8299634] | committer: Rémi Denis-Courmont lavc/me_cmp: R-V V vsse vsad C908: vsad_0_c: 936.0 vsad_0_rvv_i32: 236.2 vsad_1_c: 424.0 vsad_1_rvv_i32: 190.2 vsse_0_c: 877.0 vsse_0_rvv_i32: