Re: [FFmpeg-devel] [PATCH] pngdec: check if previous frame exists instead of trusting sequence_number

2016-11-26 Thread Michael Niedermayer
On Sat, Nov 26, 2016 at 11:36:48PM +0100, Andreas Cadhalpun wrote: > On 26.11.2016 01:53, Michael Niedermayer wrote: > > On Fri, Nov 25, 2016 at 10:13:06PM +0100, Andreas Cadhalpun wrote: > >> This fixes a segmentation fault caused by calling memcpy with NULL as > >> second argument in handle_p_fra

Re: [FFmpeg-devel] [PATCH] [RFC]MAINTAINERS: Add developers who have git write access but are otherwise not listed

2016-11-26 Thread compn
On Sat, 26 Nov 2016 18:05:52 +0100 Nicolas George wrote: > Le sextidi 6 frimaire, an CCXXV, compn a écrit : > > so unlikely that i cannot even imagine the odds. > > Any scientific reason why? if one wants to be worried about security issues, there are bigger fish to fry. for one example, how a

[FFmpeg-devel] [PATCH] nvenc: always reduce DAR width and height

2016-11-26 Thread Miroslav Slugeň
This patch will fix/change: 1. avctx->sample_aspect_ratio.num == 1 and avctx->sample_aspect_ratio.den != 1: There is bug in old comparison, so with this aspect ratio for example 1/2 old alghoritm will produce aspect ratio 1/1 2. Old algorithm also does compute with negative numbers, which sho

[FFmpeg-devel] [PATCH] vf_scale_npp: move aspect ratio correction after, av_frame_copy_props

2016-11-26 Thread Miroslav Slugeň
Updating output aspect ratio before calling nppscale_scale has no effect because nppscale_scale calls av_frame_copy_props which will overwrite output aspect ratio based on source frame. Simplest solution is to move aspect ratio update after nppscale_scale function, but it is also possible to m

[FFmpeg-devel] coverity testing of FFmpeg

2016-11-26 Thread Michael Niedermayer
Hi all The machine on which the coverity stuff is is old, both hw and OS. the OS will no longer get security updates in a few months and the hw does not always boot and its switched off most of the time. and it has no other use anymore than running coverity. Ive tried to find someone a while ago t

Re: [FFmpeg-devel] [PATCH] lavf: always forward codec_whitelist in avformat_find_stream_info

2016-11-26 Thread Andreas Cadhalpun
On 26.11.2016 01:54, Michael Niedermayer wrote: > On Fri, Nov 25, 2016 at 09:57:57PM +0100, Andreas Cadhalpun wrote: >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/utils.c | 6 +- >> 1 file changed, 5 insertions(+), 1 deletion(-) > > LGTM Pushed. Best regards, Andreas _

Re: [FFmpeg-devel] [PATCH] pngdec: check if previous frame exists instead of trusting sequence_number

2016-11-26 Thread Andreas Cadhalpun
On 26.11.2016 01:53, Michael Niedermayer wrote: > On Fri, Nov 25, 2016 at 10:13:06PM +0100, Andreas Cadhalpun wrote: >> This fixes a segmentation fault caused by calling memcpy with NULL as >> second argument in handle_p_frame_apng. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/pngd

[FFmpeg-devel] [PATCH] matroskadec: partly revert "demux relevant subtitle packets after a seek" c16582579b1c6f66a86615c5808cd5b2bf17be73

2016-11-26 Thread Rainer Hochecker
From: Rainer Hochecker Alternative patch. Revert the original code because it does more harm than any good. Signed-off-by: Rainer Hochecker --- libavformat/matroskadec.c | 12 1 file changed, 12 deletions(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c in

Re: [FFmpeg-devel] FFmpeg 2.8.9, 3.1.6, 3.0.5

2016-11-26 Thread Michael Niedermayer
On Sat, Nov 26, 2016 at 01:18:32PM +0100, Reto Kromer wrote: > Michael Niedermayer wrote: > > >I intend to make new releases for the 3.0, 3.1 and 2.8 > >branches > >if you want to backport something, do so soon > >Plan is 2.8 first as its longest since its last release > > Thank you very much for

Re: [FFmpeg-devel] [PATCH] [RFC]MAINTAINERS: Add developers who have git write access but are otherwise not listed

2016-11-26 Thread Nicolas George
Le sextidi 6 frimaire, an CCXXV, compn a écrit : > so unlikely that i cannot even imagine the odds. Any scientific reason why? Regards, -- Nicolas George signature.asc Description: Digital signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpe

Re: [FFmpeg-devel] FFmpeg 3.2.1

2016-11-26 Thread Thomas Volkert
...shared on Facebook: https://www.facebook.com/ffmpeg/ Best regards, Thomas. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] lavfi/ebur128: relicense to LGPL

2016-11-26 Thread Clément Bœsch
All copyright holders have agreed to the relicensing. Approved-by: Andreas Cadhalpun Approved-by: David Sedacca Approved-by: Ganesh Ajjanagadde Approved-by: Jean First Approved-by: Kyle Swanson Approved-by: Michael Niedermayer Approved-by: Nicolas George Approved-by: Paul B Mahol Approved-

Re: [FFmpeg-devel] [PATCH] [RFC]MAINTAINERS: Add developers who have git write access but are otherwise not listed

2016-11-26 Thread compn
On Sat, 26 Nov 2016 17:15:36 +0100 (CET) Marton Balint wrote: > > On Sat, 26 Nov 2016, compn wrote: > > > On Fri, 25 Nov 2016 11:11:23 +0100 (CET) > > Marton Balint wrote: > > > >> > >> On Mon, 21 Nov 2016, Michael Niedermayer wrote: > >> > >> > I omitted developers who do not use their acco

Re: [FFmpeg-devel] [PATCH] [RFC]MAINTAINERS: Add developers who have git write access but are otherwise not listed

2016-11-26 Thread Marton Balint
On Sat, 26 Nov 2016, compn wrote: On Fri, 25 Nov 2016 11:11:23 +0100 (CET) Marton Balint wrote: On Mon, 21 Nov 2016, Michael Niedermayer wrote: > I omitted developers who do not use their account and i felt would > prefer not to be listed. I think everyone with access should be listed. If

Re: [FFmpeg-devel] [PATCH] [RFC]MAINTAINERS: Add developers who have git write access but are otherwise not listed

2016-11-26 Thread compn
On Fri, 25 Nov 2016 11:11:23 +0100 (CET) Marton Balint wrote: > > On Mon, 21 Nov 2016, Michael Niedermayer wrote: > > > I omitted developers who do not use their account and i felt would > > prefer not to be listed. > > I think everyone with access should be listed. If somebody does not > use

Re: [FFmpeg-devel] [PATCH 1/2] vc1dec: support multiple slices in frame coded images with hwaccel

2016-11-26 Thread Hendrik Leppkes
On Fri, Nov 25, 2016 at 10:30 PM, Hendrik Leppkes wrote: > On Sun, Nov 20, 2016 at 7:14 PM, Carl Eugen Hoyos wrote: >> 2016-11-20 17:50 GMT+01:00 Mark Thompson : >>> On 20/11/16 16:16, Carl Eugen Hoyos wrote: >> There is no API to read the version of the mesa driver? >>> >>> The one useful c

Re: [FFmpeg-devel] FFmpeg 2.8.9, 3.1.6, 3.0.5

2016-11-26 Thread Reto Kromer
Michael Niedermayer wrote: >I intend to make new releases for the 3.0, 3.1 and 2.8 >branches >if you want to backport something, do so soon >Plan is 2.8 first as its longest since its last release Thank you very much for maintaining these branches! May I suggest to move the 2.5 and 2.6 branches

Re: [FFmpeg-devel] FFmpeg 3.2.1

2016-11-26 Thread Michael Niedermayer
On Tue, Nov 22, 2016 at 12:58:07PM +0100, Michael Niedermayer wrote: > Hi all > > ill make 3.2.1 soon > if you want to backport something, do so now release made thanks everyone [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In a rich man's house there is no

[FFmpeg-devel] FFmpeg 2.8.9, 3.1.6, 3.0.5

2016-11-26 Thread Michael Niedermayer
Hi I intend to make new releases for the 3.0, 3.1 and 2.8 branches if you want to backport something, do so soon Plan is 2.8 first as its longest since its last release -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I have often repented speaking, but never of holdin