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

2024-10-20 Thread Michael Niedermayer
On Thu, Oct 17, 2024 at 02:29:36PM +0530, Yaswanth Sastry wrote: > Hi Michael, > Here is the updated patch to support Vbv-end Feature,the API in the patch > is expected to work with X265_BUILD >= 213 only. [...] > fftools/ffmpeg_enc.c |2 ++ > libavcodec/avcodec.h |1 + > libavcodec/libx

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 Anton Khirnov
This breaks more development rules than there are lines changed, which is an impressive achievement. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link abov

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

2024-10-17 Thread Yaswanth Sastry
Hi Michael, Here is the updated patch to support Vbv-end Feature,the API in the patch is expected to work with X265_BUILD >= 213 only. >From 64ce51509c74d7a4f9d86dd73662e561ab9c8845 Mon Sep 17 00:00:00 2001 From: yaswanthsastry Date: Thu, 17 Oct 2024 14:24:47 +0530 Subject: [PATCH] Added support

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

2024-10-11 Thread Michael Niedermayer
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 > Date: Wed, 9 Oct 2024 13:44:54 +0530 > Subject: [PATCH] Added support to enable VBV-End feature with x265 encode > > --- > ffto

[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