Re: [FFmpeg-devel] [PATCH v2] w32pthreads: add support for setting thread name

2025-04-13 Thread Kacper Michajlow
On Mon, 31 Mar 2025 at 02:50, softworkz . wrote: > > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of Jan > > Ekström > > Sent: Montag, 31. März 2025 00:05 > > To: FFmpeg development discussions and patches > > Subject: Re: [FFmp

Re: [FFmpeg-devel] [PATCH v2] w32pthreads: add support for setting thread name

2025-03-30 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of Jan > Ekström > Sent: Montag, 31. März 2025 00:05 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v2] w32pthreads: add support for > setting thread name > > On

Re: [FFmpeg-devel] [PATCH v2] w32pthreads: add support for setting thread name

2025-03-30 Thread Jan Ekström
On Tue, Mar 4, 2025 at 5:14 PM Kacper Michajłow wrote: > > Signed-off-by: Kacper Michajłow > --- > compat/w32pthreads.h | 30 ++ > libavutil/thread.h | 2 ++ > 2 files changed, 32 insertions(+) > > diff --git a/compat/w32pthreads.h b/compat/w32pthreads.h > index fd