Re: [FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-08 Thread Marton Balint
On Fri, 6 Mar 2020, Ross Nicholson wrote: Ping Thanks, applied. Regards, Marton On 2 Mar 2020, at 21:30, Ross Nicholson wrote: phunkyfish in the history is fine thanks ;) On 2 Mar 2020, at 21:00, Marton Balint wrote:  On Mon, 2 Mar 2020, Ross Nicholson wrote: Updated to

Re: [FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-06 Thread Ross Nicholson
Ping > On 2 Mar 2020, at 21:30, Ross Nicholson wrote: > > phunkyfish in the history is fine thanks ;) > >> On 2 Mar 2020, at 21:00, Marton Balint wrote: >> >>  >> On Mon, 2 Mar 2020, Ross Nicholson wrote: >>> >>> Updated to correct header. >> >> Can you resend the patch with the

Re: [FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-02 Thread Ross Nicholson
phunkyfish in the history is fine thanks ;) > On 2 Mar 2020, at 21:00, Marton Balint wrote: > >  > >> On Mon, 2 Mar 2020, Ross Nicholson wrote: >> >> Updated to correct header. > > Can you resend the patch with the proper author (e.g. Ross Nicholson instead > of phunkyfish?) Or you want to

Re: [FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-02 Thread Marton Balint
On Mon, 2 Mar 2020, Ross Nicholson wrote: Updated to correct header. Can you resend the patch with the proper author (e.g. Ross Nicholson instead of phunkyfish?) Or you want to appear as phunkyfish in the history? Thanks, Marton On Mon, 2 Mar 2020 at 19:53, Marton Balint wrote:

Re: [FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-02 Thread Ross Nicholson
Updated to correct header. On Mon, 2 Mar 2020 at 19:53, Marton Balint wrote: > > > On Mon, 2 Mar 2020, phunkyfish wrote: > > > --- > > compat/w32pthreads.h | 8 > > libavformat/udp.c| 6 +- > > 2 files changed, 13 insertions(+), 1 deletion(-) > > > > diff --git

[FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-02 Thread phunkyfish
--- compat/w32pthreads.h | 8 libavformat/udp.c| 7 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/compat/w32pthreads.h b/compat/w32pthreads.h index 7df33b7da4..6405e72b64 100644 --- a/compat/w32pthreads.h +++ b/compat/w32pthreads.h @@ -63,6 +63,9 @@ typedef

Re: [FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-02 Thread Marton Balint
On Mon, 2 Mar 2020, phunkyfish wrote: --- compat/w32pthreads.h | 8 libavformat/udp.c| 6 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/compat/w32pthreads.h b/compat/w32pthreads.h index 7df33b7da4..6405e72b64 100644 --- a/compat/w32pthreads.h +++

[FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-02 Thread phunkyfish
--- compat/w32pthreads.h | 8 libavformat/udp.c| 6 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/compat/w32pthreads.h b/compat/w32pthreads.h index 7df33b7da4..6405e72b64 100644 --- a/compat/w32pthreads.h +++ b/compat/w32pthreads.h @@ -63,6 +63,9 @@ typedef

Re: [FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-02 Thread Ross Nicholson
Thanks! On Mon, 2 Mar 2020 at 14:16, Andriy Gelman wrote: > On Mon, 02. Mar 13:38, phunkyfish wrote: > > --- > > compat/w32pthreads.h | 10 ++ > > libavformat/udp.c| 8 +++- > > 2 files changed, 17 insertions(+), 1 deletion(-) > > > > diff --git a/compat/w32pthreads.h

Re: [FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-02 Thread Andriy Gelman
On Mon, 02. Mar 13:38, phunkyfish wrote: > --- > compat/w32pthreads.h | 10 ++ > libavformat/udp.c| 8 +++- > 2 files changed, 17 insertions(+), 1 deletion(-) > > diff --git a/compat/w32pthreads.h b/compat/w32pthreads.h > index 7df33b7da4..64cd40cda4 100644 > ---

[FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-02 Thread phunkyfish
--- compat/w32pthreads.h | 10 ++ libavformat/udp.c| 8 +++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/compat/w32pthreads.h b/compat/w32pthreads.h index 7df33b7da4..64cd40cda4 100644 --- a/compat/w32pthreads.h +++ b/compat/w32pthreads.h @@ -63,6 +63,11 @@

Re: [FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-02 Thread Ross Nicholson
This should allow the use of w32pthreads compat layer to be used for UDP. For windows this would mean not needing to change the underlying threading impl. On Mon, 2 Mar 2020 at 12:53, phunkyfish wrote: > --- > compat/w32pthreads.h | 8 > libavformat/udp.c| 8 +++- > 2 files

[FFmpeg-devel] [PATCH] avformat/udp: support w32pthreads compat

2020-03-02 Thread phunkyfish
--- compat/w32pthreads.h | 8 libavformat/udp.c| 8 +++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/compat/w32pthreads.h b/compat/w32pthreads.h index 7df33b7da4..6405e72b64 100644 --- a/compat/w32pthreads.h +++ b/compat/w32pthreads.h @@ -63,6 +63,9 @@ typedef