Re: [x265] [X265][PATCH] Fix: Hang when vbv is used with slices

2021-01-22 Thread Aruna Matheswaran
Pushed to Release_3.3, Release_3.4, and Release_3.5. The fix will be taken to master from Release_3.5 once the release testing is done. On Fri, Jan 22, 2021 at 5:30 PM Praveen Kumar Karadugattu < praveenku...@multicorewareinc.com> wrote: > Hi Aruna, > > I have reviewed the patch internally. Could

Re: [x265] [X265][PATCH] Fix: Access violation when aqMode=0 + qgSize=8

2021-01-22 Thread Aruna Matheswaran
On Tue, Jan 19, 2021 at 9:24 AM Niranjan Bala wrote: > From c0947ffa313365f68f85b1f988e0521327d71a75 Mon Sep 17 00:00:00 2001 > From: Niranjan > Date: Wed, 13 Jan 2021 20:27:02 +0530 > Subject: [PATCH] Fix: Access violation when aqMode=0 + qgSize=8 > > --- > source/common/lowres.cpp | 2 +- > 1

Re: [x265] [Patch] fix: corrects output mismatch for cutree enabled analysis save/load enodes with reuse-levels in between 1 to 10 for similar encoder settings.

2021-01-22 Thread Aruna Matheswaran
On Thu, Jan 21, 2021 at 5:34 PM Srikanth Kurapati < srikanth.kurap...@multicorewareinc.com> wrote: > > Adding to my reply above. > > [AM] Why MAX_NUM_CU_GEOMS combinations? > > [KS] Will optimize storage based on min-cu-size configuration. > > On Thu, Jan 21, 2021 at 4:09 PM Srikanth Kurapati < >

Re: [x265] [X265][PATCH] Fix: Hang when vbv is used with slices

2021-01-22 Thread Praveen Kumar Karadugattu
Hi Aruna, I have reviewed the patch internally. Could you please review it once and push this patch to the default of x265? Thanks, Praveen On Fri, Jan 22, 2021 at 4:52 PM Niranjan Bala wrote: > From 64a985847ecca1a6937fe1dae00d3db79cf0bcb2 Mon Sep 17 00:00:00 2001 > From: Niranjan > Date: Fr

[x265] [X265][PATCH] Fix: Hang when vbv is used with slices

2021-01-22 Thread Niranjan Bala
>From 64a985847ecca1a6937fe1dae00d3db79cf0bcb2 Mon Sep 17 00:00:00 2001 From: Niranjan Date: Fri, 22 Jan 2021 08:26:58 +0530 Subject: [PATCH] Fix: Hang when vbv is used with slices --- source/encoder/frameencoder.cpp | 30 -- source/encoder/frameencoder.h | 4 ++--