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
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
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
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
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
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
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
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
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
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
@@ -
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
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
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
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
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
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
---
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
---
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 @@
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
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
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
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 (
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
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
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
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 +
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:/
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
---
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
---
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
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
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
32 matches
Mail list logo