Re: [FFmpeg-devel] [PATCH] Added support to enable VBV-End feature with x265 encode

2024-10-17 Thread Yaswanth Sastry
Hi Anton, Thank you for your feedback. Could you please clarify which specific development rules are being broken in this patch? I'm aiming to ensure that the implementation is aligned with best practices and any guidelines I may have missed. In this patch, I’ve added support for the VBV-End feat

Re: [FFmpeg-devel] [PATCH] Added support to enable VBV-End feature with x265 encode

2024-10-17 Thread Yaswanth Sastry
-- 2.17.1 On Fri, Oct 11, 2024 at 10:50 PM Michael Niedermayer wrote: > On Wed, Oct 09, 2024 at 01:58:13PM +0530, Yaswanth Sastry wrote: > > From 5cd8272ccf9902a4eb5451fed583909c63941fb7 Mon Sep 17 00:00:00 2001 > > From: From: yaswanthsastry > > Dat

[FFmpeg-devel] [PATCH] Added support to enable VBV-End feature with x265 encode

2024-10-09 Thread Yaswanth Sastry
>From 5cd8272ccf9902a4eb5451fed583909c63941fb7 Mon Sep 17 00:00:00 2001 From: From: yaswanthsastry Date: Wed, 9 Oct 2024 13:44:54 +0530 Subject: [PATCH] Added support to enable VBV-End feature with x265 encode --- fftools/ffmpeg_enc.c | 2 ++ libavcodec/avcodec.h | 1 + libavcodec/libx265.c | 3