[libav-devel] [PATCH 3/3] avconv_hw: Free device on initialisation failure

2017-06-16 Thread Mark Thompson
--- avtools/avconv_hw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/avtools/avconv_hw.c b/avtools/avconv_hw.c index 94be72330..81af54a19 100644 --- a/avtools/avconv_hw.c +++ b/avtools/avconv_hw.c @@ -208,6 +208,7 @@ invalid: fail: av_log(NULL, AV_LOG_ERROR, "Device creati

[libav-devel] [PATCH 2/3] vf_hwmap: Properly free locally derived device

2017-06-16 Thread Mark Thompson
--- libavfilter/vf_hwmap.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_hwmap.c b/libavfilter/vf_hwmap.c index 48ebbb6bd..b28cb2145 100644 --- a/libavfilter/vf_hwmap.c +++ b/libavfilter/vf_hwmap.c @@ -54,7 +54,7 @@ static int hwmap_config_output(AVFilte

[libav-devel] [PATCH 1/3] vf_hwmap: Add missing error code

2017-06-16 Thread Mark Thompson
--- (These three from coverity on the other tine.) libavfilter/vf_hwmap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_hwmap.c b/libavfilter/vf_hwmap.c index 2983528ea..48ebbb6bd 100644 --- a/libavfilter/vf_hwmap.c +++ b/libavfilter/vf_hwmap.c @@ -73,6 +73,7 @@ static int h

Re: [libav-devel] [PATCH 2/4] movenc: generalize codec_tag lookup code

2017-06-16 Thread John Stebbins
On 06/15/2017 11:52 AM, John Stebbins wrote: > This simplifies the code and adds the capability to support alternative > tags for the same codec_id > --- > libavformat/movenc.c | 137 > ++- > 1 file changed, 70 insertions(+), 67 deletions(-) > > dif

Re: [libav-devel] [PATCH 6/6] avcodec/h264: Fix mix of lossless and lossy MBs decoding

2017-06-16 Thread Luca Barbato
On 6/16/17 12:56 AM, Vittorio Giovara wrote: > From: Anton Mitrofanov > > --- > libavcodec/h264_cabac.c | 16 > libavcodec/h264_cavlc.c | 16 > 2 files changed, 16 insertions(+), 16 deletions(-) > > diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c

Re: [libav-devel] [PATCH 1/6] avcodec/h264_slice: Also copy x264_build in ff_h264_update_thread_context()

2017-06-16 Thread Anton Khirnov
Quoting Vittorio Giovara (2017-06-16 00:56:11) > From: Michael Niedermayer > > Fixes fate-h264-lossless > > Signed-off-by: Michael Niedermayer > --- > libavcodec/h264_slice.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c > index c9f