[x265] [X265] [Final Patch] fix: avoids unnecessary lexicographic order checks on git changesets

2020-12-24 Thread Srikanth Kurapati
>From d3eefd984eb0f2d1b9bb0ab0c0393eeb3e0cf643 Mon Sep 17 00:00:00 2001 From: Srikanth Kurapati Date: Wed, 16 Dec 2020 10:52:33 +0530 Subject: [PATCH] fix: avoids unnecessary lexicographic order checks on git changesets also corrects variables used for git archive version reporting and mandatory

Re: [x265] [X265] [Fix Patch] [Master, Release 3.5 branches] Fix: avoids unnecessary lexicographic order checks on git changesets

2020-12-24 Thread Srikanth Kurapati
Done. Also added validation for tag distance as part of version information syntax analysis and for optimizing further processing of file contents. On Thu, Dec 24, 2020 at 7:06 PM Aruna Matheswaran < ar...@multicorewareinc.com> wrote: > > > On Thu, Dec 24, 2020 at 6:22 PM Srikanth Kurapati < > sr

Re: [x265] [X265][PATCH] Fix: warnings in Windows

2020-12-24 Thread Aruna Matheswaran
On Wed, Dec 23, 2020 at 9:56 PM Niranjan Bala wrote: > From df3fe9fdbe3e362f0ef5f1fb823e50c996460c78 Mon Sep 17 00:00:00 2001 > From: Niranjan > Date: Mon, 21 Dec 2020 23:40:42 +0530 > Subject: [PATCH] Fix: warnings in Windows > > --- > source/common/param.cpp| 15 ++- >

Re: [x265] [X265] [Fix Patch] [Master, Release 3.5 branches] Fix: avoids unnecessary lexicographic order checks on git changesets

2020-12-24 Thread Aruna Matheswaran
On Thu, Dec 24, 2020 at 6:22 PM Srikanth Kurapati < srikanth.kurap...@multicorewareinc.com> wrote: > just to make sure that the is tag information is not spurious. All valid > tags will have a commit id associated with them. We read it to check if the > association is complete. > [AM] Tag's commit

Re: [x265] [X265] [Fix Patch] [Master, Release 3.5 branches] Fix: avoids unnecessary lexicographic order checks on git changesets

2020-12-24 Thread Srikanth Kurapati
just to make sure that the is tag information is not spurious. All valid tags will have a commit id associated with them. We read it to check if the association is complete. On Thu, Dec 24, 2020 at 5:55 PM Aruna Matheswaran < ar...@multicorewareinc.com> wrote: > > > On Wed, Dec 23, 2020 at 9:40 P

Re: [x265] [X265] [Fix Patch] [Master, Release 3.5 branches] Fix: avoids unnecessary lexicographic order checks on git changesets

2020-12-24 Thread Aruna Matheswaran
On Wed, Dec 23, 2020 at 9:40 PM Srikanth Kurapati < srikanth.kurap...@multicorewareinc.com> wrote: > From 06e09d500b9453b32835a6090df873b7b5842f22 Mon Sep 17 00:00:00 2001 > From: Srikanth Kurapati > Date: Wed, 16 Dec 2020 10:52:33 +0530 > Subject: [PATCH] fix: avoids unnecessary lexicographic or