Re: [FFmpeg-devel] [PATCH] avdevice/opengl_enc: fix build error using msvc compiler

2019-04-09 Thread BIGLER Don (Framatome)
>2019-04-08 17:07 GMT+02:00, BIGLER Don (Framatome) : >> diff --git a/libavdevice/opengl_enc.c b/libavdevice/opengl_enc.c >> index 54c7e610bd..4263f0e4ef 100644 >> --- a/libavdevice/opengl_enc.c >> +++ b/libavdevice/opengl_enc.c >> @@ -25,7 +25,7 @@ >

[FFmpeg-devel] [PATCH] avdevice/opengl_enc: fix build error using msvc compiler

2019-04-08 Thread BIGLER Don (Framatome)
0001-avdevice-opengl_enc-fix-build-error-using-msvc-compi.patch Description: 0001-avdevice-opengl_enc-fix-build-error-using-msvc-compi.patch ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To

Re: [FFmpeg-devel] patch for a new H.264 codec with Matrox m264 card.

2019-03-15 Thread BIGLER Don (Framatome)
>Yufei He (12019-03-15): >> I did not find a better way to make this work. >It exists: make your client libraries GPL-compatible. Or alternatively creating open-source headers that allow the m264 drivers to be used similar to NVidia's Video Codec SDK: https://github.com/FFmpeg/nv-codec-headers

[FFmpeg-devel] OpenCL scale support

2018-12-20 Thread BIGLER Don (Framatome)
I noticed that a patch was submitted to the developers list in April 2018 that adds OpenCL scale filter support to ffmpeg. It doesn't appear to have been added to the master development branch. What's the status? Also, are there plans to add a yadif or similar OpenCL filter? Best regards,

[FFmpeg-devel] avdevice/decklink: Fix seg fault in decklink

2018-12-17 Thread BIGLER Don (Framatome)
Attached is a patch that fixes a potential segmentation fault in avdevice/decklink when used in a multi-threaded environment outside of ffmpeg. Because the capture_started flag is not set the stream is not closed properly. This can cause a segmentation fault when the input callback is called

[FFmpeg-devel] [PATCH] 7505

2018-11-01 Thread BIGLER Don (Framatome)
Fix ticket: 7505 7505.patch Description: 7505.patch ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel