[libav-devel] [PATCH] concat: disable by default

2016-02-18 Thread Sean McGovern
It is a known security issue. Also, issue a Big Fat Warning if the user explicity requests it. Original patch by Luca Barbato --- Please feel free to re-word the warning text. --- configure |5 + 1 file changed, 5 insertions(+) diff --git a/configure b/configure index 0e04b8e..6a2ee81

Re: [libav-devel] [PATCH] rtpdec: Use the right logging context

2016-02-18 Thread Luca Barbato
On 18/02/16 15:25, Diego Biurrun wrote: > --- > libavformat/rtpdec.c | 18 -- > 1 file changed, 8 insertions(+), 10 deletions(-) > > diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c > index 823e03c..dfeb529 100644 > --- a/libavformat/rtpdec.c > +++ b/libavformat/rtpdec.c >

[libav-devel] [PATCH] rtpdec: Use the right logging context

2016-02-18 Thread Diego Biurrun
--- libavformat/rtpdec.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c index 823e03c..dfeb529 100644 --- a/libavformat/rtpdec.c +++ b/libavformat/rtpdec.c @@ -143,8 +143,7 @@ static int rtcp_parse_packet(RTPDemux

Re: [libav-devel] [PATCH 255/269] libdc1394: switch to codecpar

2016-02-18 Thread Luca Barbato
On 09/02/16 12:18, Anton Khirnov wrote: > --- > libavdevice/libdc1394.c | 15 +++ > 1 file changed, 7 insertions(+), 8 deletions(-) > Possibly Ok, timebase -> framerate ? ___ libav-devel mailing list libav-devel@libav.org https://lists.lib

Re: [libav-devel] [PATCH 248/269] dump: switch to codecpar

2016-02-18 Thread Luca Barbato
On 09/02/16 12:18, Anton Khirnov wrote: > --- > libavformat/dump.c | 34 ++ > 1 file changed, 22 insertions(+), 12 deletions(-) > Shouldn't hurt and the alternative (adding a avcodec_param_string) might be differently annoying. lu ___

Re: [libav-devel] [PATCH 1/2] lavu: VAAPI hwcontext implementation

2016-02-18 Thread Mark Thompson
On 18/02/16 06:30, Anton Khirnov wrote: > Quoting Mark Thompson (2016-02-17 23:49:13) >> >> How opposed are you to a bit of VAAPI-specific API here? Having got a >> bit further, the one specific which would be useful to avoid annoying >> duplication is the enumeration of formats available in a giv

Re: [libav-devel] [PATCH 256/269] oss: switch to codecpar

2016-02-18 Thread Diego Biurrun
On Tue, Feb 09, 2016 at 12:18:54PM +0100, Anton Khirnov wrote: > --- > libavdevice/oss_dec.c | 8 > libavdevice/oss_enc.c | 4 ++-- > 2 files changed, 6 insertions(+), 6 deletions(-) probably OK Diego ___ libav-devel mailing list libav-devel@l

Re: [libav-devel] [PATCH 254/269] libcdio: switch to codecpar

2016-02-18 Thread Diego Biurrun
On Tue, Feb 09, 2016 at 12:18:52PM +0100, Anton Khirnov wrote: > --- > libavdevice/libcdio.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) probably OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.o

Re: [libav-devel] [PATCH 253/269] jack: switch to codecpar

2016-02-18 Thread Diego Biurrun
On Tue, Feb 09, 2016 at 12:18:51PM +0100, Anton Khirnov wrote: > --- > libavdevice/jack.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) probably OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/ma

Re: [libav-devel] [PATCH 252/269] fbdev: switch to codecpar

2016-02-18 Thread Diego Biurrun
On Tue, Feb 09, 2016 at 12:18:50PM +0100, Anton Khirnov wrote: > --- a/libavdevice/fbdev.c > +++ b/libavdevice/fbdev.c > @@ -164,21 +164,21 @@ static av_cold int fbdev_read_header(AVFormatContext > *avctx) > -st->codec->codec_type = AVMEDIA_TYPE_VIDEO; > -st->codec->codec_id = AV_CODEC_I

Re: [libav-devel] [PATCH 251/269] bktr: switch to codecpar

2016-02-18 Thread Diego Biurrun
On Tue, Feb 09, 2016 at 12:18:49PM +0100, Anton Khirnov wrote: > --- > libavdevice/bktr.c | 13 ++--- > 1 file changed, 6 insertions(+), 7 deletions(-) probably OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org

Re: [libav-devel] [PATCH 250/269] alsa: switch to codecpar

2016-02-18 Thread Diego Biurrun
On Tue, Feb 09, 2016 at 12:18:48PM +0100, Anton Khirnov wrote: > --- > libavdevice/alsa.c | 2 +- > libavdevice/alsa_dec.c | 14 +++--- > libavdevice/alsa_enc.c | 10 +- > 3 files changed, 13 insertions(+), 13 deletions(-) probably OK Diego __

Re: [libav-devel] [PATCH 249/269] dashenc: switch to codecpar

2016-02-18 Thread Diego Biurrun
On Tue, Feb 09, 2016 at 12:18:47PM +0100, Anton Khirnov wrote: > --- > libavformat/dashenc.c | 60 > +-- > 1 file changed, 30 insertions(+), 30 deletions(-) probably OK Diego ___ libav-devel mailing list

Re: [libav-devel] [PATCH 247/269] dss: switch to codecpar

2016-02-18 Thread Diego Biurrun
On Tue, Feb 09, 2016 at 12:18:45PM +0100, Anton Khirnov wrote: > --- > libavformat/dss.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) probably OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.o

Re: [libav-devel] [PATCH 245/269] asfdec: switch to codecpar

2016-02-18 Thread Diego Biurrun
On Tue, Feb 09, 2016 at 12:18:43PM +0100, Anton Khirnov wrote: > --- > libavformat/asfdec.c | 28 ++-- > 1 file changed, 14 insertions(+), 14 deletions(-) probably OK Diego ___ libav-devel mailing list libav-devel@libav.org http

Re: [libav-devel] [PATCH 244/269] mxfenc: switch to codecpar

2016-02-18 Thread Diego Biurrun
On Tue, Feb 09, 2016 at 12:18:42PM +0100, Anton Khirnov wrote: > --- > libavformat/mxfenc.c | 92 > ++-- > 1 file changed, 46 insertions(+), 46 deletions(-) probably OK Diego ___ libav-devel mailing list