Re: [FFmpeg-devel] [PATCH 0/7] convert most of the remaining files to stdatomic

2017-03-23 Thread James Almer
On 3/23/2017 3:08 AM, wm4 wrote: > On Thu, 23 Mar 2017 00:28:15 -0300 > James Almer wrote: > >> From 3bf230d5f611ae5d1511e4629f742fc96b379b7f Mon Sep 17 00:00:00 2001 >> From: James Almer >> Date: Wed, 22 Mar 2017 23:43:54 -0300 >> Subject: [PATCH] avformat/format: convert to stdatomic >> >> ---

Re: [FFmpeg-devel] [PATCH 0/7] convert most of the remaining files to stdatomic

2017-03-22 Thread wm4
On Thu, 23 Mar 2017 00:28:15 -0300 James Almer wrote: > From 3bf230d5f611ae5d1511e4629f742fc96b379b7f Mon Sep 17 00:00:00 2001 > From: James Almer > Date: Wed, 22 Mar 2017 23:43:54 -0300 > Subject: [PATCH] avformat/format: convert to stdatomic > > --- > libavformat/format.c | 9 ++--- > 1

Re: [FFmpeg-devel] [PATCH 0/7] convert most of the remaining files to stdatomic

2017-03-22 Thread James Almer
On 3/22/2017 11:01 PM, James Almer wrote: > On 3/22/2017 10:01 PM, Michael Niedermayer wrote: >> On Wed, Mar 22, 2017 at 08:34:05PM -0300, James Almer wrote: >>> This set deals with most of the remaining cases of libavutil/atomic.h usage. >>> "make fate THREADS=4" passes here on mingw-w64, but I'm

Re: [FFmpeg-devel] [PATCH 0/7] convert most of the remaining files to stdatomic

2017-03-22 Thread James Almer
On 3/22/2017 10:01 PM, Michael Niedermayer wrote: > On Wed, Mar 22, 2017 at 08:34:05PM -0300, James Almer wrote: >> This set deals with most of the remaining cases of libavutil/atomic.h usage. >> "make fate THREADS=4" passes here on mingw-w64, but I'm not 100% sure fate >> has proper coverage of so

Re: [FFmpeg-devel] [PATCH 0/7] convert most of the remaining files to stdatomic

2017-03-22 Thread Michael Niedermayer
On Wed, Mar 22, 2017 at 08:34:05PM -0300, James Almer wrote: > This set deals with most of the remaining cases of libavutil/atomic.h usage. > "make fate THREADS=4" passes here on mingw-w64, but I'm not 100% sure fate > has proper coverage of some of these functions. > > Only ones remaining are Dec

Re: [FFmpeg-devel] [PATCH 0/7] convert most of the remaining files to stdatomic

2017-03-22 Thread Marton Balint
On Wed, 22 Mar 2017, James Almer wrote: This set deals with most of the remaining cases of libavutil/atomic.h usage. "make fate THREADS=4" passes here on mingw-w64, but I'm not 100% sure fate has proper coverage of some of these functions. Only ones remaining are Decklink (It's C++98 and I'm no

[FFmpeg-devel] [PATCH 0/7] convert most of the remaining files to stdatomic

2017-03-22 Thread James Almer
This set deals with most of the remaining cases of libavutil/atomic.h usage. "make fate THREADS=4" passes here on mingw-w64, but I'm not 100% sure fate has proper coverage of some of these functions. Only ones remaining are Decklink (It's C++98 and I'm not sure how wise would it be to include a C1