>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 @@
>
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 unsu
>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
h
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,
D
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 i
Fix ticket: 7505
7505.patch
Description: 7505.patch
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel