[FFmpeg-devel] [PATCH] Add support for vp9 in iso-bmff

2016-06-10 Thread Kongqun Yang
Implemented according to the draft specification "VP Codec ISO Media File Format Binding": http://www.webmproject.org/vp9/#draft-vp-codec-iso-media-file-format-binding Change-Id: Iaa7ddf5524b17e8d79cd1923b26f096d6e91 --- libavformat/Makefile | 2 +- libavformat/isom.c | 3 + libavformat

[FFmpeg-devel] [PATCH] libopusenc: Add channel mapping family argument

2016-06-10 Thread Michael Graczyk
The libopus encoder has a parameter called "channel mapping family" which is used to specify inter-channel relationships for the purpose of encoding. I have added a new command line argument which makes it possible to forward the mapping family parameter along to libopus. With this parameter, it i

[FFmpeg-devel] [PATCH 2/2] avfilter/vf_histogram: indent histogram options

2016-06-10 Thread Dave Rice
Some indentation after the previous patch. Dave Rice 0002-avfilter-vf_histogram-indent-histogram-options.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 1/2] avfilter/vf_histogram: shortcuts for histogram options

2016-06-10 Thread Dave Rice
This patch adds some shortcuts for the histogram filter's options in a way that is consistent with the waveform and vectorscope filter. Dave Rice 0001-avfilter-vf_histogram-shortcuts-for-histogram-option.patch Description: Binary data ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] lavf/img2dec: add ppm pipe demuxer

2016-06-10 Thread Michael Niedermayer
On Fri, Jun 10, 2016 at 03:34:28PM +0200, Clément Bœsch wrote: > On Fri, Jun 10, 2016 at 04:28:55AM +0200, Michael Niedermayer wrote: > > On Thu, Jun 09, 2016 at 04:35:02PM +0200, Clément Bœsch wrote: > > > On Thu, Jun 09, 2016 at 03:59:30PM +0200, Clément Bœsch wrote: > > > > On Thu, Jun 09, 2016

Re: [FFmpeg-devel] [RFC] Bugs and CC

2016-06-10 Thread Clément Bœsch
On Fri, Jun 10, 2016 at 11:21:04PM +0200, Hendrik Leppkes wrote: > On Fri, Jun 10, 2016 at 10:36 AM, Michael Niedermayer > wrote: > > Hi all > > > > Should the author of a commit causing a regression be added to the CC > > of bugs if he has a trac account ? > > > > iam thinking yes because i quite

Re: [FFmpeg-devel] [RFC] Bugs and CC

2016-06-10 Thread Hendrik Leppkes
On Fri, Jun 10, 2016 at 10:36 AM, Michael Niedermayer wrote: > Hi all > > Should the author of a commit causing a regression be added to the CC > of bugs if he has a trac account ? > > iam thinking yes because i quite often find out about regressions > by running into them by chance on trac which

Re: [FFmpeg-devel] [PATCH] avcodec/cfhd: Set dimensions unconditionally

2016-06-10 Thread Michael Niedermayer
On Fri, Jun 10, 2016 at 09:18:23PM +0200, Paul B Mahol wrote: > On 6/10/16, Michael Niedermayer wrote: > > Fixes Ticket5215 > > > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/cfhd.c |5 + > > 1 file changed, 5 insertions(+) > > > > lgtm applied thx [...] -- Michael

Re: [FFmpeg-devel] [RFC] Bugs and CC

2016-06-10 Thread Michael Niedermayer
On Fri, Jun 10, 2016 at 04:23:58PM -0300, James Almer wrote: > On 6/10/2016 3:59 PM, Michael Niedermayer wrote: > > On Fri, Jun 10, 2016 at 10:38:19AM +, Carl Eugen Hoyos wrote: > >> Michael Niedermayer niedermayer.cc> writes: > >> > >>> Should the author of a commit causing a regression be ad

[FFmpeg-devel] [PATCH] avformat/tee: Support arbitrary number of slaves

2016-06-10 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- libavformat/tee.c | 27 +-- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/libavformat/tee.c b/libavformat/tee.c index 806beaa..427e999 100644 --- a/libavformat/tee.c +++ b/libavformat/tee.c @@ -

Re: [FFmpeg-devel] [PATCH] avcodec/cfhd: Set dimensions unconditionally

2016-06-10 Thread Paul B Mahol
On 6/10/16, Michael Niedermayer wrote: > Fixes Ticket5215 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/cfhd.c |5 + > 1 file changed, 5 insertions(+) > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/m

Re: [FFmpeg-devel] [RFC] Bugs and CC

2016-06-10 Thread James Almer
On 6/10/2016 3:59 PM, Michael Niedermayer wrote: > On Fri, Jun 10, 2016 at 10:38:19AM +, Carl Eugen Hoyos wrote: >> Michael Niedermayer niedermayer.cc> writes: >> >>> Should the author of a commit causing a regression be added to >>> the CC of bugs if he has a trac account ? >> >> The reason

Re: [FFmpeg-devel] [RFC] Bugs and CC

2016-06-10 Thread Marton Balint
On Fri, 10 Jun 2016, Michael Niedermayer wrote: Hi all Should the author of a commit causing a regression be added to the CC of bugs if he has a trac account ? I think this is a good idea. I would like to know about regressions I caused. If a bug becomes annoying for any reason, I will just

[FFmpeg-devel] [PATCH] avcodec/cfhd: Set dimensions unconditionally

2016-06-10 Thread Michael Niedermayer
Fixes Ticket5215 Signed-off-by: Michael Niedermayer --- libavcodec/cfhd.c |5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 0e6abe0..74facd4 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -438,6 +438,11 @@ static int cfhd_decode(AV

Re: [FFmpeg-devel] [RFC] Bugs and CC

2016-06-10 Thread Michael Niedermayer
On Fri, Jun 10, 2016 at 10:38:19AM +, Carl Eugen Hoyos wrote: > Michael Niedermayer niedermayer.cc> writes: > > > Should the author of a commit causing a regression be added to > > the CC of bugs if he has a trac account ? > > The reason I am not doing this is that it was heavily discourage

Re: [FFmpeg-devel] [PATCH] avformat/flvenc: support codec config change mid stream

2016-06-10 Thread Ivan Grigoriev
Resubmitted as two separate commits http://ffmpeg.org/pipermail/ffmpeg-devel/2016-June/195162.html Ivan Grigoriev On Fri, Jun 10, 2016 at 1:39 PM, Carl Eugen Hoyos wrote: > Ivan gmail.com> writes: > > > +flv_write_codec_header(s, s->streams[i]->codecpar); > > If you make facturing out

[FFmpeg-devel] [PATCH 2/2] libavformat/flvenc: support for codec configuration change mid stream

2016-06-10 Thread Ivan
--- libavformat/flvenc.c | 13 + 1 file changed, 13 insertions(+) diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index cf8d221..6fd7792 100644 --- a/libavformat/flvenc.c +++ b/libavformat/flvenc.c @@ -566,6 +566,19 @@ static int flv_write_packet(AVFormatContext *s, AVPacket

[FFmpeg-devel] [PATCH 1/2] libavformat/flvenc: refactoring: extracted method for writing codec headers

2016-06-10 Thread Ivan
--- libavformat/flvenc.c | 116 --- 1 file changed, 64 insertions(+), 52 deletions(-) diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index d62ff70..cf8d221 100644 --- a/libavformat/flvenc.c +++ b/libavformat/flvenc.c @@ -343,12 +343,74 @@

[FFmpeg-devel] [PATCH] avutil/threadmessage.h: Fix swapped comments

2016-06-10 Thread sebechlebskyjan
From: Jan Sebechlebsky Fix swapped descriptions of av_thread_message_queue_set_err_send and av_thread_message_queue_set_err_recv. Signed-off-by: Jan Sebechlebsky --- libavutil/threadmessage.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libavutil/threadm

Re: [FFmpeg-devel] [PATCH] lavu/intmath.h: fix compilation with msvc10.

2016-06-10 Thread Matt Oliver
On 10 June 2016 at 05:30, Michael Niedermayer wrote: > On Mon, Jun 06, 2016 at 05:11:34PM +1000, Matt Oliver wrote: > > --- > > libavutil/x86/intmath.h | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/libavutil/x86/intmath.h b/libavutil/x86/intmath.h > > index f58b0d0..de177dd 10

Re: [FFmpeg-devel] [PATCH] lavf/img2dec: add ppm pipe demuxer

2016-06-10 Thread Clément Bœsch
On Fri, Jun 10, 2016 at 04:28:55AM +0200, Michael Niedermayer wrote: > On Thu, Jun 09, 2016 at 04:35:02PM +0200, Clément Bœsch wrote: > > On Thu, Jun 09, 2016 at 03:59:30PM +0200, Clément Bœsch wrote: > > > On Thu, Jun 09, 2016 at 01:35:19PM +, Carl Eugen Hoyos wrote: > > > > Clément Bœsch pkh

[FFmpeg-devel] [PATCH] lavc/mediacodecdec_h264: use ff_h264_decode_extradata to extract PPS/SPS

2016-06-10 Thread Matthieu Bouron
From: Matthieu Bouron Fixes playback of HLS streams on MediaTek devices which requires PPS/SPS to be set in their respective csd-{0,1} buffers. --- Hello, The attached patch fixes playback of HLS streams on MediaTek devices which requires PPS/SPS to be set in their respetive csd-{0,1} buffers (

Re: [FFmpeg-devel] [PATCH] swscale/swscale-test: Code to test scaler with slices

2016-06-10 Thread Pedro Arthur
patch applied. 2016-06-09 15:16 GMT-03:00 Michael Niedermayer : > On Wed, Jun 08, 2016 at 10:04:46PM -0300, Pedro Arthur wrote: > > Hi, I took the time to investigate it and I find a few bugs which I'm > > attaching a patch for them. > > patches LGTM > > > > Yet I'm not convinced that it is a def

Re: [FFmpeg-devel] [PATCH 1/2] Remove Benjamin Larsson from MAINTAINERS

2016-06-10 Thread compn
On Fri, 10 Jun 2016 04:09:26 +0200 Michael Niedermayer wrote: > On Thu, Jun 09, 2016 at 10:01:27PM +0200, Michael Niedermayer wrote: > > On Thu, Jun 09, 2016 at 09:21:22PM +0200, Benjamin Larsson wrote: > > > --- > > > MAINTAINERS | 9 ++--- > > > 1 file changed, 2 insertions(+), 7 deletions

Re: [FFmpeg-devel] FFmpeg 3.1

2016-06-10 Thread Matthieu Bouron
On Mon, Jun 06, 2016 at 10:23:20AM +0200, Matthieu Bouron wrote: > On Mon, Jun 06, 2016 at 03:28:19AM +0200, Michael Niedermayer wrote: > > Hi all > > > > its time for making the next major release > > If you want something in dont forget to push it to git master > > I'd like to have the 3 pendin

[FFmpeg-devel] [PATCH] avutil: add GBRAP10 pixel format support

2016-06-10 Thread Paul B Mahol
Hi, patches attached. From 3ca8b04b1675d0ae8691526d640584babcfa0acd Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 10 Jun 2016 12:48:09 +0200 Subject: [PATCH 1/3] avutil: add 10-bit planar RGB with alpha Signed-off-by: Paul B Mahol --- libavutil/pixdesc.c | 28 +

Re: [FFmpeg-devel] [PATCH] avformat/flvenc: support codec config change mid stream

2016-06-10 Thread Carl Eugen Hoyos
Ivan gmail.com> writes: > +flv_write_codec_header(s, s->streams[i]->codecpar); If you make facturing out this code a separate commit, it will make reviewing much easier. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http:/

Re: [FFmpeg-devel] [RFC] Bugs and CC

2016-06-10 Thread Carl Eugen Hoyos
Michael Niedermayer niedermayer.cc> writes: > Should the author of a commit causing a regression be added to > the CC of bugs if he has a trac account ? The reason I am not doing this is that it was heavily discouraged in the past. Carl Eugen ___ f

[FFmpeg-devel] [PATCH 2/2] ffmpeg: Add cuvid hwaccel support

2016-06-10 Thread Timo Rothenpieler
--- Makefile | 1 + ffmpeg.c | 5 ++ ffmpeg.h | 3 + ffmpeg_cuvid.c | 237 + ffmpeg_opt.c | 3 + 5 files changed, 249 insertions(+) create mode 100644 ffmpeg_cuvid.c diff --git a/Makefile b/Makefile index 0ff4a87

[FFmpeg-devel] [PATCH 1/2] avcodec/cuvid: add cuvid decoder

2016-06-10 Thread Timo Rothenpieler
--- Changelog | 2 + MAINTAINERS| 1 + configure | 34 +++ libavcodec/Makefile| 5 + libavcodec/allcodecs.c | 10 + libavcodec/cuvid.c | 698 + libavcodec/version.h | 2 +- 7 files changed, 75

[FFmpeg-devel] [PATCH 0/2] Add CUDA CUVID decoder/hwaccel

2016-06-10 Thread Timo Rothenpieler
Will push later today if there are no further comments or objections. Timo Rothenpieler (2): avcodec/cuvid: add cuvid decoder ffmpeg: Add cuvid hwaccel support Changelog | 2 + MAINTAINERS| 1 + Makefile | 1 + configure | 34 +++ f

[FFmpeg-devel] [RFC] Bugs and CC

2016-06-10 Thread Michael Niedermayer
Hi all Should the author of a commit causing a regression be added to the CC of bugs if he has a trac account ? iam thinking yes because i quite often find out about regressions by running into them by chance on trac which is ofte long after the git hash that caused the regression was added to th