Re: [FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: add CBP/CHP profile

2023-06-03 Thread Rick Kern
On Fri, May 26, 2023 at 7:37 AM 徐福隆 <839789...@qq.com> wrote: > Kern, please help to review this patch, which has added CBP profile with > profile options. > As for the VT_H264Profile replacement, let you take over, follow up this > patch. > Thanks. Pushed with minor modifications. > > Thanks >

[FFmpeg-devel] ??????[PATCH] avcodec/videotoolboxenc: add CBP/CHP profile

2023-05-26 Thread ??????
Kern, please help to review this patch, which has added CBP profile with profile options. As for the VT_H264Profile replacement, let you take over, follow up this patch. Thanks --  -- ??:

[FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: add CBP/CHP profile

2023-05-22 Thread xufuji456
The Constrained_Baseline and Constrained_High profile of H264 has available in iOS 15.0 Signed-off-by: xufuji456 <839789...@qq.com> --- libavcodec/videotoolboxenc.c | 25 + 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/libavcodec/videotoolboxenc.c b/libav

[FFmpeg-devel] ?????? [PATCH] avcodec/videotoolboxenc: add CBP/CHP profile

2023-05-21 Thread ??????
Thank you for your review, Kern. I will remove VT_H264Profile and VT_HEVCProfile, replace with avctx->profile. And submit a new patch of CBP/CHP after that. --  -- ??:

Re: [FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: add CBP/CHP profile

2023-05-21 Thread Rick Kern
On Sun, May 21, 2023 at 7:22 AM xufuji456 <839789...@qq.com> wrote: > The CBP/CHP profile has available with H264 in iOS 15.0. > Official Doc: > https://developer.apple.com/documentation/videotoolbox/kvtprofilelevel_h264_constrainedbaseline_autolevel > > Signed-off-by: xufuji456 <839789...@qq.com>

[FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: add CBP/CHP profile

2023-05-21 Thread xufuji456
The CBP/CHP profile has available with H264 in iOS 15.0. Official Doc: https://developer.apple.com/documentation/videotoolbox/kvtprofilelevel_h264_constrainedbaseline_autolevel Signed-off-by: xufuji456 <839789...@qq.com> --- libavcodec/videotoolboxenc.c | 24 ++-- 1 file chan