Re: [FFmpeg-devel] [PATCH]lavd: Remove libndi newtek

2018-12-03 Thread Kyle Schwarz
On Mon, Dec 3, 2018 at 11:16 AM Gyan Doshi wrote: > On 03-12-2018 09:35 PM, Carl Eugen Hoyos wrote: > > It appears to me that NewTek abused our willingness to add an optional > > external nonfree library, I don't see many better options. See Ticket > > #7589 and a blog post by a NewTek engineer co

[FFmpeg-devel] [PATCH] ffbuild/common.mak: explicitly pass windres preprocessor args

2021-06-07 Thread Kyle Schwarz
Binutils 2.36 no longer supports bundling args with the preprocessor option. --- ffbuild/common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffbuild/common.mak b/ffbuild/common.mak index 32f5b997b5..9fbbf89130 100644 --- a/ffbuild/common.mak +++ b/ffbuild/common.mak @@ -

[FFmpeg-devel] [PATCH] libavformat/rtpdec_rfc4175: Check for zero pgroup before mod

2021-06-26 Thread Kyle Schwarz
Signed-off-by: Kyle Schwarz --- libavformat/rtpdec_rfc4175.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rtpdec_rfc4175.c b/libavformat/rtpdec_rfc4175.c index e9c62c1389..4daff4da5a 100644 --- a/libavformat/rtpdec_rfc4175.c +++ b/libavformat/rtpdec_rfc4175.c

[FFmpeg-devel] [PATCH] web/download: add Zeranoe macOS builds

2017-10-14 Thread Kyle Schwarz
--- src/download | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/download b/src/download index d2db75a..2dbc338 100644 --- a/src/download +++ b/src/download @@ -100,6 +100,9 @@ http://ffmpegmac.net/";> Builds 32-bit and 64-bit for OS X 10.5 and above

[FFmpeg-devel] [PATCH] avdevice/decklink: Remove pthread dependency

2017-02-22 Thread Kyle Schwarz
DeckLink depends on pthread, and is silently disabled if pthread is missing. Also fixes w32pthreads to support C++. --- compat/w32pthreads.h| 31 +++ configure | 4 ++-- libavdevice/decklink_common.cpp | 3 --- libavdevice/decklink_c

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: Remove pthread dependency

2017-02-22 Thread Kyle Schwarz
Indeed, an unintended change. 644 is preferred. On Wed, Feb 22, 2017 at 6:26 PM, Ricardo Constantino wrote: > On 22 February 2017 at 22:55, Kyle Schwarz wrote: > > > DeckLink depends on pthread, and is silently disabled if pthread is > > missing. > > > > Also

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: Remove pthread dependency

2017-02-22 Thread Kyle Schwarz
On Wed, Feb 22, 2017 at 6:55 PM, Marton Balint wrote: > > On Wed, 22 Feb 2017, Kyle Schwarz wrote: > >> DeckLink depends on pthread, and is silently disabled if pthread is >> missing. >> >> Also fixes w32pthreads to support C++. > > > You should split th

[FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Kyle Schwarz
The NewTek SDK headers are MIT licensed, so FFmpeg shouldn't need to be nonfree to include this library. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 99c53d482a..f3a0bbafa6 100755 --- a/configure +++ b/configure @@ -1569,7 +1569,6 @@

Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Kyle Schwarz
On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos wrote: > 2018-02-14 12:21 GMT+01:00 Kyle Schwarz : > Sorry, I wasn't immediately able to find the sources for the > ndi library: Please post a link. The only official way I know to get the SDK is by providing them with an email

Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Kyle Schwarz
On Wed, Feb 14, 2018 at 7:20 AM, Carl Eugen Hoyos wrote: > 2018-02-14 13:12 GMT+01:00 Kyle Schwarz : >> On Wed, Feb 14, 2018 at 6:54 AM, Carl Eugen Hoyos wrote: >>> 2018-02-14 12:21 GMT+01:00 Kyle Schwarz : >>> Sorry, I wasn't immediately able to find the sources

Re: [FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

2018-02-14 Thread Kyle Schwarz
On Wed, Feb 14, 2018 at 7:45 AM, Hendrik Leppkes wrote: > On Wed, Feb 14, 2018 at 1:32 PM, Kyle Schwarz wrote: >> On Wed, Feb 14, 2018 at 7:20 AM, Carl Eugen Hoyos wrote: >>> 2018-02-14 13:12 GMT+01:00 Kyle Schwarz : >>>> On Wed, Feb 14, 2018 at 6:54 AM,