Re: [FFmpeg-devel] [PATCH] avdevice/decklink: add support for selecting devices based on their unique ID

2018-09-20 Thread Jeyapal, Karthick
On 9/21/18 3:35 AM, Marton Balint wrote: > Also bump the API version requirement to 10.9.5, because on olders versions > there were some reports of crashes using the undocumented, yet available > BMDDeckLinkDeviceHandle. If we are using an undocumented API feature, then there is a higher risk of

Re: [FFmpeg-devel] [PATCH] libavcodec/vp8dec: fix the multi-thread HWAccel decode error

2018-09-20 Thread Xiang, Haihao
On Thu, 2018-08-09 at 15:09 +0800, Jun Zhao wrote: > the root cause is update_dimentions call get_pixel_format will Typo? s/dimentions/dimensions. And I see the same typo a few times in this log. > trigger the hwaccel_uninit/hwaccel_init , in current context, What is the decode error? Could you

Re: [FFmpeg-devel] fate/mov : use do_md5sum for mov-faststart-4gb-overflow test

2018-09-20 Thread James Almer
On 9/20/2018 1:56 PM, Martin Vignali wrote: > Hello, > > Following suggestion of Hendrik Leppkes > > the patch in attach fix for me the test mov-faststart-4gb-overflow > (os 10.12) > > Can be test with : > make fate-mov-faststart-4gb-overflow SAMPLES=fate-suite > > Martin Should be ok.

Re: [FFmpeg-devel] [PATCH 09/10] doc/examples/vaapi_transcode: Fix the typo

2018-09-20 Thread Michael Niedermayer
On Thu, Sep 20, 2018 at 08:25:09AM +0800, myp...@gmail.com wrote: > On Thu, Sep 20, 2018 at 12:08 AM Michael Niedermayer > wrote: > > > > Signed-off-by: Michael Niedermayer > > --- > > doc/examples/vaapi_transcode.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git

[FFmpeg-devel] [PATCH 2/4] avformat/udp: use factorized ip functions

2018-09-20 Thread Marton Balint
Signed-off-by: Marton Balint --- libavformat/Makefile | 4 +- libavformat/udp.c| 123 +-- 2 files changed, 23 insertions(+), 104 deletions(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index ccb39b5469..467ae2d87e 100644 ---

[FFmpeg-devel] [PATCH 1/4] avformat/ip: factorize some IP filtering and resolving functions to a new file

2018-09-20 Thread Marton Balint
These are based on the very similar UDP and RTP protocol functions. Signed-off-by: Marton Balint --- libavformat/ip.c | 165 +++ libavformat/ip.h | 70 +++ 2 files changed, 235 insertions(+) create mode 100644

[FFmpeg-devel] [PATCH 4/4] avformat/udp: add support for generic source filtering

2018-09-20 Thread Marton Balint
This allows getting data only from a specific source IP. This is useful not only for unicast but for multicast as well because multicast source subscriptions do not act as source filters for the incoming packets. Signed-off-by: Marton Balint --- doc/protocols.texi | 8

[FFmpeg-devel] [PATCH 3/4] avformat/rtpproto: use factorized ip functions

2018-09-20 Thread Marton Balint
Signed-off-by: Marton Balint --- libavformat/Makefile | 2 +- libavformat/rtpproto.c | 126 - 2 files changed, 11 insertions(+), 117 deletions(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index 467ae2d87e..e0222535c1 100644 ---

[FFmpeg-devel] [PATCH] avdevice/decklink: add support for selecting devices based on their unique ID

2018-09-20 Thread Marton Balint
Also bump the API version requirement to 10.9.5, because on olders versions there were some reports of crashes using the undocumented, yet available BMDDeckLinkDeviceHandle. Signed-off-by: Marton Balint --- configure | 2 +- doc/indevs.texi | 3 ++-

[FFmpeg-devel] fate/mov : use do_md5sum for mov-faststart-4gb-overflow test

2018-09-20 Thread Martin Vignali
Hello, Following suggestion of Hendrik Leppkes the patch in attach fix for me the test mov-faststart-4gb-overflow (os 10.12) Can be test with : make fate-mov-faststart-4gb-overflow SAMPLES=fate-suite Martin 0001-fate-mov-use-do_md5sum-for-mov-faststart-4gb-overflo.patch Description: Binary

[FFmpeg-devel] [PATCH] avfilter/vf_sr: Fix coverity CID 1439584

2018-09-20 Thread Pedro Arthur
Hi, This patch fixes coverity CID 1439584. From a724bece3c18df551f874673c268aa01702b4576 Mon Sep 17 00:00:00 2001 From: Pedro Arthur Date: Thu, 20 Sep 2018 11:48:20 -0300 Subject: [PATCH] avfilter/vf_sr: Fix coverity CID 1439584 --- libavfilter/vf_sr.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [FFmpeg-devel] FFmpeg 4.1

2018-09-20 Thread Hendrik Leppkes
On Thu, Sep 20, 2018 at 3:52 PM Tobias Rapp wrote: > > On 20.09.2018 12:26, Martin Vignali wrote: > > Hello, > > > > In current git, the qt faststart test doesn't pass for me (clang os 10.12), > > maybe need to be fix before the release. > > > > CCtools/qt-faststart.o > > LD

Re: [FFmpeg-devel] FFmpeg 4.1

2018-09-20 Thread Tobias Rapp
On 20.09.2018 12:26, Martin Vignali wrote: Hello, In current git, the qt faststart test doesn't pass for me (clang os 10.12), maybe need to be fix before the release. CCtools/qt-faststart.o LDtools/qt-faststart TESTmov-faststart-4gb-overflow --- -2018-09-20 12:18:23.0

Re: [FFmpeg-devel] FFmpeg 4.1

2018-09-20 Thread Martin Vignali
Hello, In current git, the qt faststart test doesn't pass for me (clang os 10.12), maybe need to be fix before the release. CCtools/qt-faststart.o LDtools/qt-faststart TESTmov-faststart-4gb-overflow --- -2018-09-20 12:18:23.0 +0200 +++

Re: [FFmpeg-devel] FFmpeg 4.1

2018-09-20 Thread Timo Rothenpieler
On 20/09/2018 00:32, Michael Niedermayer wrote: On Wed, Sep 19, 2018 at 10:31:19PM +0200, Marton Balint wrote: On Fri, 14 Sep 2018, Michael Niedermayer wrote: Hi all its almost 5 months since 4.0 so its time to make a new release. Are there any suggestions for a name ? If not ill pick