Re: [FFmpeg-devel] [PATCH 31/92] Vulkan patchset part 1 - common code changes

2023-04-24 Thread Lynne
Apr 22, 2023, 14:38 by an...@khirnov.net: > Quoting Lynne (2023-04-19 16:47:11) > >> Apr 17, 2023, 11:07 by an...@khirnov.net: >> >> > Quoting Anton Khirnov (2023-04-16 22:38:16) >> > >> >> Quoting Lynne (2023-03-14 07:33:43) >> >> > From 61f412eea3fbcb1e2a8625796760c0e24fa3fb83 Mon Sep 17

Re: [FFmpeg-devel] [PATCH 31/92] Vulkan patchset part 1 - common code changes

2023-04-24 Thread Lynne
Apr 22, 2023, 14:42 by an...@khirnov.net: > Quoting Lynne (2023-04-19 16:39:28) > >> Apr 17, 2023, 11:25 by an...@khirnov.net: >> >> > Quoting Lynne (2023-03-14 07:33:43) >> > >> >> From 6e2dfc44e50798264eb16bc2dcabfdbf2fbac2d7 Mon Sep 17 00:00:00 2001 >> >> From: Lynne >> >> Date: Thu, 15 Dec

Re: [FFmpeg-devel] [PATCH 31/92] Vulkan patchset part 1 - common code changes

2023-04-22 Thread Anton Khirnov
Quoting Lynne (2023-04-19 16:39:28) > Apr 17, 2023, 11:25 by an...@khirnov.net: > > > Quoting Lynne (2023-03-14 07:33:43) > > > >> From 6e2dfc44e50798264eb16bc2dcabfdbf2fbac2d7 Mon Sep 17 00:00:00 2001 > >> From: Lynne > >> Date: Thu, 15 Dec 2022 01:06:52 +0100 > >> Subject: [PATCH 24/92]

Re: [FFmpeg-devel] [PATCH 31/92] Vulkan patchset part 1 - common code changes

2023-04-22 Thread Anton Khirnov
Quoting Lynne (2023-04-19 16:47:11) > Apr 17, 2023, 11:07 by an...@khirnov.net: > > > Quoting Anton Khirnov (2023-04-16 22:38:16) > > > >> Quoting Lynne (2023-03-14 07:33:43) > >> > From 61f412eea3fbcb1e2a8625796760c0e24fa3fb83 Mon Sep 17 00:00:00 2001 > >> > From: Lynne > >> > Date: Tue, 17 Jan

Re: [FFmpeg-devel] [PATCH 31/92] Vulkan patchset part 1 - common code changes

2023-04-19 Thread Lynne
Apr 17, 2023, 11:46 by an...@khirnov.net: > Quoting Lynne (2023-03-14 07:33:43) > >> From e37330cf6a1f768c733ca6d0b23b9e5847a5fe4f Mon Sep 17 00:00:00 2001 >> From: Lynne >> Date: Thu, 10 Mar 2022 18:03:05 +0100 >> Subject: [PATCH 25/92] avcodec: add AVHWAccel.free_frame_priv callback >> diff

Re: [FFmpeg-devel] [PATCH 31/92] Vulkan patchset part 1 - common code changes

2023-04-19 Thread Lynne
Apr 17, 2023, 11:07 by an...@khirnov.net: > Quoting Anton Khirnov (2023-04-16 22:38:16) > >> Quoting Lynne (2023-03-14 07:33:43) >> > From 61f412eea3fbcb1e2a8625796760c0e24fa3fb83 Mon Sep 17 00:00:00 2001 >> > From: Lynne >> > Date: Tue, 17 Jan 2023 05:01:45 +0100 >> > Subject: [PATCH 27/92]

Re: [FFmpeg-devel] [PATCH 31/92] Vulkan patchset part 1 - common code changes

2023-04-19 Thread Lynne
Apr 17, 2023, 11:25 by an...@khirnov.net: > Quoting Lynne (2023-03-14 07:33:43) > >> From 6e2dfc44e50798264eb16bc2dcabfdbf2fbac2d7 Mon Sep 17 00:00:00 2001 >> From: Lynne >> Date: Thu, 15 Dec 2022 01:06:52 +0100 >> Subject: [PATCH 24/92] hwconfig: add a new HWACCEL_CAP_THREAD_SAFE for >>

Re: [FFmpeg-devel] [PATCH 31/92] Vulkan patchset part 1 - common code changes

2023-03-15 Thread Lynne
Mar 14, 2023, 12:51 by jamr...@gmail.com: > On 3/14/2023 3:33 AM, Lynne wrote: > >> +for (int i = 0; i < 7; i++) >> +s->cur_frame.ref_order_hint[i] = >> + >> s->raw_frame_header->ref_order_hint[s->raw_frame_header->ref_frame_idx[i]]; >> > > Why do you

Re: [FFmpeg-devel] [PATCH 31/92] Vulkan patchset part 1 - common code changes

2023-03-14 Thread James Almer
On 3/14/2023 3:33 AM, Lynne wrote: The attached patchset is all the common code changes that my Vulkan patchset needs. In total lines of code, this part has 425 additions and 131 deletions. Most of that is additions to HEVC parsing. Excluding them, the patchset is 200 lines of code added,

[FFmpeg-devel] [PATCH 31/92] Vulkan patchset part 1 - common code changes

2023-03-14 Thread Lynne
The attached patchset is all the common code changes that my Vulkan patchset needs. In total lines of code, this part has 425 additions and 131 deletions. Most of that is additions to HEVC parsing. Excluding them, the patchset is 200 lines of code added, which is manageable. Apart from the