[FFmpeg-devel] [PATCH] avfilter/src_movie: call open_stream after guess_channel_layout

2016-06-02 Thread Muhammad Faiz
fix error 'Channel layout change is not supported' when opening wav file Signed-off-by: Muhammad Faiz --- libavfilter/src_movie.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c index 9ac115b..4714ca9 100644 --- a/libavf

Re: [FFmpeg-devel] [PATCH] avcodec: add MagicYUV decoder

2016-06-02 Thread Piotr Bandurski
Hi, > > 2016-05-30 17:50 GMT+02:00 Paul B Mahol : > > On 5/30/16, Piotr Bandurski wrote: > >> Hi, > >> > >>> patch attached. > >> > >> Is decoding of interlaced video supported? Because I get here invalid > >> output. > >> > >> Also crash happens with this fuzzed file: > >> > >> https://www.dataf

Re: [FFmpeg-devel] [PATCH] avfilter/graphparser: remove '\n' from parse_filter

2016-06-02 Thread Muhammad Faiz
On Thu, May 5, 2016 at 2:21 PM, Muhammad Faiz wrote: > this allow a filter to be written like this: > aformat = > sample_fmts = fltp|flt: > sample_rates = 44100|44800 > > Signed-off-by: Muhammad Faiz > --- > libavfilter/graphparser.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deleti

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: full chroma blending on draw_axis_yuv

2016-06-02 Thread Muhammad Faiz
On Tue, May 31, 2016 at 9:56 PM, Muhammad Faiz wrote: > improve quality on axis drawing with yuv422p and yuv420p format > > Signed-off-by: Muhammad Faiz > --- > libavfilter/avf_showcqt.c | 73 > ++- > 1 file changed, 60 insertions(+), 13 deletions(-)

Re: [FFmpeg-devel] [PATCH] Use int32_t instead of int for gaintable in hdcd filter

2016-06-02 Thread Michael Niedermayer
On Wed, Jun 01, 2016 at 09:47:25PM -0400, Ronald S. Bultje wrote: > Hi, > > On Wed, Jun 1, 2016 at 7:47 PM, Michael Niedermayer > wrote: > > > On Thu, Jun 02, 2016 at 12:01:50AM +0200, Benjamin St wrote: > > > > > > > > af_hdcd.c |2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-06-02 Thread Michael Niedermayer
On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote: [...] > vf_hwdownload.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > 5eb7416fececde847414f37de9a78a4e1cd5e1af > 0004-libavfilter-vf_hwdownload-show-error-when-ff_formats.patch > From d1d00989a374facba3cdf777d9

Re: [FFmpeg-devel] [PATCH] avformat: Add Pro-MPEG CoP #3-R2 FEC protocol

2016-06-02 Thread Vlad Tarca
> also why are some called _size and some _len ? I will use length_recovery as it's named exactly like that in the code of practice and use better names for the rest. The size check will also take into account UINT16_MAX and not INT_MAX since the recovery field is only 16-bit. > -ret = ffurl_

[FFmpeg-devel] [PATCH] FTP graceful close data connection to avoid server abort

2016-06-02 Thread Camille Gonnet
When writing files to FTP, if the data connection is closed before the control connection, the server may handle it as an aborted file transfer and create and leave the file empty. --- libavformat/ftp.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/libavforma

[FFmpeg-devel] [PATCH] avformat: Add Pro-MPEG CoP #3-R2 FEC protocol

2016-06-02 Thread Vlad Tarca
Pro-MPEG Code of Practice #3 release 2 forward error correction for rtp_mpegts streams Signed-off-by: Vlad Tarca --- Changelog | 1 + doc/general.texi| 1 + doc/protocols.texi | 35 libavformat/Makefile| 1 + libavformat/prompeg.c | 481 +

Re: [FFmpeg-devel] [PATCH] avformat: Copy properties from internal context

2016-06-02 Thread Michael Niedermayer
On Mon, May 30, 2016 at 02:42:25PM +0200, Hendrik Leppkes wrote: > On Mon, May 30, 2016 at 2:25 PM, Michael Niedermayer > wrote: > > Fixes Ticket5467 "Lossless j2k information no longer shown" > > > > Based on suggestion by Hendrik Leppkes > > Signed-off-by: Michael Niedermayer > > --- > > libav

Re: [FFmpeg-devel] Remove Derek Buitenhuis from MAINTAINERS

2016-06-02 Thread Derek Buitenhuis
On 5/19/2016 2:18 PM, Derek Buitenhuis wrote: > On 5/19/2016 2:12 PM, Michael Niedermayer wrote: >> if derek still wants to leave in 2 weeks then so be it, its his choice >> but i really hope things can be resolved in a way that everyone >> stays and works together and is happy > > I will wait 2 w

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-06-02 Thread wm4
On Sun, 29 May 2016 01:32:54 +0200 Michael Niedermayer wrote: > Hi > > It was suggested in the IRC meeting today that i start a vote to > resolve if AVClass & AVOption should be added to AVCodecParameters > This question needs to be awnsered before the next release because > the ABI would be bro

[FFmpeg-devel] [PATCH] lavc/vaapi_encoder_{h264, h265}: fix bad format warning

2016-06-02 Thread Matthieu Bouron
From: Matthieu Bouron --- libavcodec/vaapi_encode_h264.c | 2 +- libavcodec/vaapi_encode_h265.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaapi_encode_h264.c index 0a99bb1..dc7774b 100644 --- a/libavcodec/vaapi_encode_h264.

Re: [FFmpeg-devel] [PATCH] rtpenc: packetizer for VP9 RTP payload format (draft v2)

2016-06-02 Thread Thomas Volkert
Hi, On 30.05.2016 17:43, Ronald S. Bultje wrote: Hi, On Mon, May 30, 2016 at 10:41 AM, Thomas Volkert wrote: From: Thomas Volkert --- libavformat/Makefile | 1 + libavformat/rtpenc.c | 14 + libavformat/rtpenc.h | 1 + libavformat/rtpenc_vp9.c | 54 ++

Re: [FFmpeg-devel] [PATCH] rtpenc: packetizer for VP9 RTP payload format (draft v2)

2016-06-02 Thread Ronald S. Bultje
Hi, On Thu, Jun 2, 2016 at 12:33 PM, Thomas Volkert wrote: > Hi, > > On 30.05.2016 17:43, Ronald S. Bultje wrote: > >> Hi, >> >> On Mon, May 30, 2016 at 10:41 AM, Thomas Volkert wrote: >> >> From: Thomas Volkert >>> >>> --- >>> libavformat/Makefile | 1 + >>> libavformat/rtpenc.c |

Re: [FFmpeg-devel] Remove Derek Buitenhuis from MAINTAINERS

2016-06-02 Thread Lou Logan
On Thu, 2 Jun 2016 16:03:03 +0100, Derek Buitenhuis wrote: > I've read the "CoC" and IRC meeting. My feelings have not changed. > > Please push. > > - Derek Done. We can revert at any time if you like. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpe

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encoder_{h264, h265}: fix bad format warning

2016-06-02 Thread Mark Thompson
On 02/06/16 17:20, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > libavcodec/vaapi_encode_h264.c | 2 +- > libavcodec/vaapi_encode_h265.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaapi_encode_h264.c > index

[FFmpeg-devel] [PATCH] vaapi_encode_h26[45]: Reject bitrate targets higher than 2^31

2016-06-02 Thread Mark Thompson
--- ... something like this. libavcodec/vaapi_encode_h264.c | 6 ++ libavcodec/vaapi_encode_h265.c | 6 ++ 2 files changed, 12 insertions(+) diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaapi_encode_h264.c index 0a99bb1..019ed1f 100644 --- a/libavcodec/vaapi_encode_h264.c +++

Re: [FFmpeg-devel] [PATCH] vaapi_encode_h26[45]: Reject bitrate targets higher than 2^31

2016-06-02 Thread Matthieu Bouron
On Thu, Jun 02, 2016 at 07:13:39PM +0100, Mark Thompson wrote: > --- > ... something like this. > > libavcodec/vaapi_encode_h264.c | 6 ++ > libavcodec/vaapi_encode_h265.c | 6 ++ > 2 files changed, 12 insertions(+) > > diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaapi_encod

Re: [FFmpeg-devel] [PATCH] vaapi_encode_h26[45]: Reject bitrate targets higher than 2^31

2016-06-02 Thread Mark Thompson
On 02/06/16 22:00, Matthieu Bouron wrote: > On Thu, Jun 02, 2016 at 07:13:39PM +0100, Mark Thompson wrote: >> --- >> ... something like this. >> >> libavcodec/vaapi_encode_h264.c | 6 ++ >> libavcodec/vaapi_encode_h265.c | 6 ++ >> 2 files changed, 12 insertions(+) >> >> diff --git a/libav

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-06-02 Thread Davinder Singh
On Thu, Jun 2, 2016 at 5:18 PM Michael Niedermayer wrote: > On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote: > [...] > > > vf_hwdownload.c |6 -- > > 1 file changed, 4 insertions(+), 2 deletions(-) > > 5eb7416fececde847414f37de9a78a4e1cd5e1af > 0004-libavfilter-vf_hwdownlo

Re: [FFmpeg-devel] [PATCH] lavc/videotoolbox: fix H.264 hwaccel init issue

2016-06-02 Thread pon pon
some problems of https://trac.ffmpeg.org/ticket/5595 are fixed. can playback 480p.mp4, 720p.mp4, 1080p.mp4 with videotoolbox on osx1095. test.mp4 may be supported by videdotoolbox hardware decoding because can playback it with commands on #5272. ponpon 2016-06-02 11:06 GMT+09:00 Rick Kern : > Fi

Re: [FFmpeg-devel] [PATCH] lavc/videotoolbox: fix H.264 hwaccel init issue

2016-06-02 Thread pon pon
>may be this is a miscue. by right, may not be sorry ponpon 2016-06-03 11:47 GMT+09:00 pon pon : > some problems of https://trac.ffmpeg.org/ticket/5595 are fixed. > can playback 480p.mp4, 720p.mp4, 1080p.mp4 with videotoolbox on osx1095. > test.mp4 may be supported by videdotoolbox hardware deco