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
>
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
-- --
??:
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
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.
-- --
??:
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>
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