On 3/8/18, Yingming Fan wrote:
> From: Yingming Fan
>
> ---
> We have 8 10 and 12 SIMD codes, but previous checkasm hevc_idct only test 8
> and 10 bit depth.
>
> tests/checkasm/hevc_idct.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/checkasm/hevc_idct.c b/
On Thu, Mar 8, 2018 at 9:16 AM, Paul B Mahol wrote:
> On 3/8/18, Yingming Fan wrote:
>> From: Yingming Fan
>>
>> ---
>> We have 8 10 and 12 SIMD codes, but previous checkasm hevc_idct only test 8
>> and 10 bit depth.
>>
>> tests/checkasm/hevc_idct.c | 4 ++--
>> 1 file changed, 2 insertions(+)
From 665692d981828ccc0875f9dcbf2c89f3495fcce6 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 8 Mar 2018 13:47:23 +0800
Subject: [PATCH 01/10] lavu/opt: add AV_OPT_FLAG_BSF_PARAM
add AV_OPT_FLAG_BSF_PARAM for bit stream filter options.
Signed-off-by: Jun Zhao
---
libavutil/opt.c | 1 +
lib
From c058a02677f7cbba65443db260b21b9acfa79796 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 8 Mar 2018 13:50:31 +0800
Subject: [PATCH 02/10] ffmpeg: support dump bit stream filter options.
Support dump bit stream filter option in ffmpeg -h full and
ffmpeg -h bsf=FooBar.
Signed-off-by: Jun
From b296202365cf6c2174440107a5aa8547a1b02253 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 8 Mar 2018 14:01:48 +0800
Subject: [PATCH 03/10] lavc/dump_extradata_bsf: support dump options.
support dump bit stream filter options
Signed-off-by: Jun Zhao
---
libavcodec/dump_extradata_bsf.c |
From 1a833a4bbd9cfe22bf2c3c31a76b2028d67f2ad2 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 8 Mar 2018 14:05:53 +0800
Subject: [PATCH 04/10] lavc/extract_extradata_bsf: support dump options.
support dump bit stream filter options
Signed-off-by: Jun Zhao
---
libavcodec/extract_extradata_b
From 9748a9b27ef1b67505202ad8e33b5259c066781c Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 8 Mar 2018 14:22:25 +0800
Subject: [PATCH 05/10] lavc/h264_metadata_bsf: support dump options.
support dump bit stream filter options
Signed-off-by: Jun Zhao
---
libavcodec/h264_metadata_bsf.c | 3
From 8dd710a5693503555e302bd3248a805e5cd92e93 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 8 Mar 2018 14:28:13 +0800
Subject: [PATCH 06/10] lavc/h265_metadata_bsf: support dump options.
support dump bit stream filter options
Signed-off-by: Jun Zhao
---
libavcodec/h265_metadata_bsf.c | 3
From 20bc3ecc33a8785c3ecb4651e81ae533cb706877 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 8 Mar 2018 14:31:30 +0800
Subject: [PATCH 07/10] lavc/mpeg2_metadata_bsf: support dump options.
support dump bit stream filter options
Signed-off-by: Jun Zhao
---
libavcodec/mpeg2_metadata_bsf.c |
From fd544f7ce882dfcebab08da3c508395e13b752c2 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 8 Mar 2018 15:00:27 +0800
Subject: [PATCH 09/10] lavc/remove_extradata_bsf: support dump options.
support dump bit stream filter options
Signed-off-by: Jun Zhao
---
libavcodec/remove_extradata_bsf
From 78784edf606aa1c5bbcb643ce0ac0f17964827c9 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 8 Mar 2018 14:57:47 +0800
Subject: [PATCH 08/10] lavc/noise_bsf: support dump options.
support dump bit stream filter options.
Signed-off-by: Jun Zhao
---
libavcodec/noise_bsf.c | 5 +++--
1 file
From 690dab339f5f9fe0682b64ce63e84bfd88bac47f Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 8 Mar 2018 15:18:11 +0800
Subject: [PATCH 10/10] doc/fftools-common-opts: allow printing bsf details.
Signed-off-by: Jun Zhao
---
doc/fftools-common-opts.texi | 4
1 file changed, 4 insertions
On 08.03.2018 00:14, Hendrik Leppkes wrote:
On Thu, Mar 8, 2018 at 12:05 AM, Aurelien Jacobs wrote:
On Wed, Mar 07, 2018 at 11:45:03PM +0100, Marton Balint wrote:
On Wed, 7 Mar 2018, Aurelien Jacobs wrote:
On Tue, Mar 06, 2018 at 01:02:48AM +0100, Marton Balint wrote:
Accepting 'u' suffix
[PATCH 1/1] avfilter: add panorama filter
Hello there,
This is my first message and patch to ffmpeg so I'm sorry if there are any
mistaks in formating the patch or the email. It's my first time to use
git send-email too.
This patch is part of the qualification task for GSoC 2018. The project is
Add filter to convert between various panorama projections. It supports
Equirectangular and Cubemaps (3x2 and 6x1 cubemap layouts).
commit a8d80408bd9d99542cc29f30d7e6b00771846029
Author: Hazem Ashmawy
Date: Thu Mar 8 10:09:36 2018 +0200
avfilter: add convertion to/from cubemap 6x1
Si
On 3/8/18, Hazem Ashmawy wrote:
> Add filter to convert between various panorama projections. It supports
> Equirectangular and Cubemaps (3x2 and 6x1 cubemap layouts).
>
> commit a8d80408bd9d99542cc29f30d7e6b00771846029
> Author: Hazem Ashmawy
> Date: Thu Mar 8 10:09:36 2018 +0200
>
> avfil
On Thu, Mar 8, 2018 at 9:47 AM, Tobias Rapp wrote:
> On 08.03.2018 00:14, Hendrik Leppkes wrote:
>>
>> On Thu, Mar 8, 2018 at 12:05 AM, Aurelien Jacobs wrote:
>>>
>>> On Wed, Mar 07, 2018 at 11:45:03PM +0100, Marton Balint wrote:
On Wed, 7 Mar 2018, Aurelien Jacobs wrote:
Calvin Walton (2018-02-22):
> This revision of the patch fixes statistics by counting the number of
> times each frame has been output, rather than trying to guess at the
> time each frame is output whether it was a duplicate or drop.
>
> I ended up leaving the conditional check
> if (s->statu
2018-03-07 16:55 GMT+01:00, Michael Niedermayer :
> On Wed, Mar 07, 2018 at 12:41:13AM +0100, Carl Eugen Hoyos wrote:
>> Hi!
>>
>> Attached patch fixes fate on big-endian, I failed to fix drawutils for
>> P016.
>>
>> Please comment (or fix the underlying issue), Carl Eugen
>
>> libavfilter/drawuti
On 3/8/2018 5:10 AM, Rodger Combs wrote:
> ---
> libavformat/movenc.c | 1 -
> 1 file changed, 1 deletion(-)
Er, how/why?
No info is provided in this commit message.
- Derek
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailm
Signed-off-by: James Almer
---
libavcodec/extract_extradata_bsf.c | 4
1 file changed, 4 insertions(+)
diff --git a/libavcodec/extract_extradata_bsf.c
b/libavcodec/extract_extradata_bsf.c
index d40907a675..0bffe8f42c 100644
--- a/libavcodec/extract_extradata_bsf.c
+++ b/libavcodec/extract_
2018-03-08 4:53 GMT+01:00, wm4 :
> libavformat prints a warning that the cookie couldn't be parsed (see
> callers of parse_cookie()). This is obviously not true - it could be
> parsed, but was simply ignored. Don't return an error to avoid the
> warning.
> ---
> libavformat/http.c | 2 +-
> 1 file
On Thu, 8 Mar 2018 17:47:33 +0100
Carl Eugen Hoyos wrote:
> 2018-03-08 4:53 GMT+01:00, wm4 :
> > libavformat prints a warning that the cookie couldn't be parsed (see
> > callers of parse_cookie()). This is obviously not true - it could be
> > parsed, but was simply ignored. Don't return an error
Fixes: potential signed integer overflow
Signed-off-by: Michael Niedermayer
---
libavformat/oggparsedaala.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/libavformat/oggparsedaala.c b/libavformat/oggparsedaala.c
index a373b41b4c..e944470aca 100644
--- a/libavformat/ogg
Fixes: Chromium bug 795653
Fixes: signed integer overflow: 9223372036854775807 + 1 cannot be represented
in type 'long'
Reported-by: Matt Wolenetz
Signed-off-by: Michael Niedermayer
---
libavformat/oggparsetheora.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/libavf
Hi!
Is there a reason why we point users to another website to browse the
FFmpeg repository?
Carl Eugen
From 36be2bb8ceaa5d564e999aa6c748d826ebfe757b Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Thu, 8 Mar 2018 23:35:29 +0100
Subject: [PATCH] download: Use git.ffmpeg.org to browse repos
On Thu, 8 Mar 2018 23:37:19 +0100
Carl Eugen Hoyos wrote:
> Hi!
>
> Is there a reason why we point users to another website to browse the
> FFmpeg repository?
My guess is fa2da62:
src/download: use a https based link for main "Browse" button
But git.ffmpeg.org now has HTTPS so it's a moot point
On Thu, 8 Mar 2018 23:37:19 +0100
Carl Eugen Hoyos wrote:
> Hi!
>
> Is there a reason why we point users to another website to browse the
> FFmpeg repository?
I didn't even know about it. Can someone make http://git.ffmpeg.org
redirect to this as well, instead of having it return 403?
_
On Thu, Mar 8, 2018, at 2:09 PM, wm4 wrote:
> I didn't even know about it. Can someone make http://git.ffmpeg.org
> redirect to this as well, instead of having it return 403?
While we're at it redirecting the http *.ffmpeg.org to https would be nice too.
___
From 9c3cb06bb869e33daaf0c0dacfb4fa66d18a5722 Mon Sep 17 00:00:00 2001
From: mwjburton
Date: Thu, 8 Mar 2018 22:58:31 +
Subject: [PATCH] libavformat/movenc : Change MOV_TIMESCALE from 1000 to 600
Changing the MOV_TIMESCALE value from 1000 to 600 results in
files that seek accurately in profes
On 3/8/2018 8:14 PM, Lou Logan wrote:
> On Thu, Mar 8, 2018, at 2:09 PM, wm4 wrote:
>> I didn't even know about it. Can someone make http://git.ffmpeg.org
>> redirect to this as well, instead of having it return 403?
>
> While we're at it redirecting the http *.ffmpeg.org to https would be nice
>
On Mon, 5 Mar 2018, Marton Balint wrote:
On Sun, 4 Mar 2018, Tomas Härdin wrote:
tor 2018-03-01 klockan 22:41 +0100 skrev Marton Balint:
> Signed-off-by: Marton Balint
---
libavformat/mxfdec.c | 22 ++
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/li
On Thu, 8 Mar 2018, Hendrik Leppkes wrote:
On Thu, Mar 8, 2018 at 9:47 AM, Tobias Rapp wrote:
On 08.03.2018 00:14, Hendrik Leppkes wrote:
On Thu, Mar 8, 2018 at 12:05 AM, Aurelien Jacobs wrote:
On Wed, Mar 07, 2018 at 11:45:03PM +0100, Marton Balint wrote:
On Wed, 7 Mar 2018, Aureli
On Wed, Mar 07, 2018 at 03:30:37PM +0100, Philipp M. Scholl wrote:
> Here is the fourth version of the PCM patch with updated testcases.
>
> The blocksize of the PCM decoder is hard-coded. This creates
> unnecessary delay when reading low-rate (<100Hz) streams. This creates
> issues when multipl
On 07/03/18 22:32, Danil Iashchenko wrote:
> ---
> configure | 1 +
> libavfilter/Makefile| 2 +
> libavfilter/allfilters.c| 1 +
> libavfilter/opencl/convolution.cl | 80
> libavfilter/opencl_source.h | 2 +
> libav
---
(Oops.)
libavfilter/vf_unsharp_opencl.c | 24
1 file changed, 20 insertions(+), 4 deletions(-)
diff --git a/libavfilter/vf_unsharp_opencl.c b/libavfilter/vf_unsharp_opencl.c
index 6a453c014b..3ee1b5b4ae 100644
--- a/libavfilter/vf_unsharp_opencl.c
+++ b/libavfilter/
[PATCH] avfilter: add panorama filter
Sorry about that! I removed them now.
For the future, any recommendation for a tool for linting / checking formating
rules?
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffm
Add filter to convert between various panorama projections. It supports
Equirectangular and Cubemaps (3x2 and 6x1 cubemap layouts).
commit a8d80408bd9d99542cc29f30d7e6b00771846029
Author: Hazem Ashmawy
Date: Thu Mar 8 10:09:36 2018 +0200
avfilter: add convertion to/from cubemap 6x1
Si
On 3/8/2018 9:50 PM, Hazem Ashmawy wrote:
> [PATCH] avfilter: add panorama filter
>
> Sorry about that! I removed them now.
> For the future, any recommendation for a tool for linting / checking formating
> rules?
There's tools/patcheck. Feed it a git format-patch style of patch to
find common is
On Mon, Mar 05, 2018 at 05:09:04PM +0100, Sven Dueking wrote:
>
>
> > -Ursprüngliche Nachricht-
> > Von: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] Im Auftrag
> > von Sven Dueking
> > Gesendet: Dienstag, 27. Februar 2018 08:27
> > An: 'FFmpeg development discussions and patches
On Thu, 8 Mar 2018 21:53:48 -0300
James Almer wrote:
> On 3/8/2018 9:50 PM, Hazem Ashmawy wrote:
> > [PATCH] avfilter: add panorama filter
> >
> > Sorry about that! I removed them now.
> > For the future, any recommendation for a tool for linting / checking
> > formating
> > rules?
>
> There
2018-03-09 0:26 GMT+01:00, Mark Burton :
> From 9c3cb06bb869e33daaf0c0dacfb4fa66d18a5722 Mon Sep 17 00:00:00 2001
> From: mwjburton
> Date: Thu, 8 Mar 2018 22:58:31 +
> Subject: [PATCH] libavformat/movenc : Change MOV_TIMESCALE from 1000 to 600
>
> Changing the MOV_TIMESCALE value from 1000 to
Fixes: signed integer overflow: 3775922176 * 4278190080 cannot be represented
in type 'long'
Fixes: Chromium bug 791237
Reported-by: Matt Wolenetz
Reviewed-by: Matt Wolenetz
Signed-off-by: Michael Niedermayer
---
libavformat/avidec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
No testcase, this was found during code review
Found-by: Matt Wolenetz
Signed-off-by: Michael Niedermayer
---
libavformat/oggparseogm.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavformat/oggparseogm.c b/libavformat/oggparseogm.c
index 4b4edf26ca..a07453760b 100644
--- a/libavfo
Fixes: shift exponent 48 is too large for 32-bit type 'int'
Fixes: Chromium bug 786793
Reported-by: Matt Wolenetz
Reviewed-by: Matt Wolenetz
Signed-off-by: Michael Niedermayer
---
libavformat/oggparseogm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/oggparseo
On Tue, Mar 06, 2018 at 02:24:51PM -0800, Xiaohan Wang (王消寒) wrote:
> kingly ping!
will apply
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
signature.asc
On Wed, Mar 07, 2018 at 05:05:29PM +0100, Jerome Martinez wrote:
> The message about the need of a recent FFmpeg version when encoding alpha
> plane is 5+ year old, not really relevant anymore.
>
> This patch removes the message.
> ffv1enc.c |3 ---
> 1 file changed, 3 deletions(-)
> 180adaf
On 2018/3/9 8:47, Mark Thompson wrote:
> ---
> (Oops.)
>
>
> libavfilter/vf_unsharp_opencl.c | 24
> 1 file changed, 20 insertions(+), 4 deletions(-)
>
> diff --git a/libavfilter/vf_unsharp_opencl.c b/libavfilter/vf_unsharp_opencl.c
> index 6a453c014b..3ee1b5b4ae 100644
On Thu, Mar 08, 2018 at 03:12:26AM +0100, Jerome Martinez wrote:
> On 08/03/2018 01:33, Michael Niedermayer wrote:
> >On Wed, Mar 07, 2018 at 04:49:24PM +0100, Jerome Martinez wrote:
> >>There is a message when coder type is forced to a value not chosen by user,
> >>but no message when version is f
Muxing DASH may involve calling mov_write_eac3_tag multiple times on the same
stream. If we destroy eac3_priv after the first call, we don't have it later,
so we end up not writing that data. This is fine for lavf (since everything in
that atom is redundant), but some other players require it.
On Thu, Mar 8, 2018 at 7:55 PM, Michael Niedermayer
wrote:
>
> On Mon, Mar 05, 2018 at 05:09:04PM +0100, Sven Dueking wrote:
> >
> >
> > > -Ursprüngliche Nachricht-
> > > Von: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] Im Auftrag
> > > von Sven Dueking
> > > Gesendet: Dienstag,
On Wed, 21 Feb 2018 10:16:48 +0100
"Sven Dueking" wrote:
> protocol requires libsrt (https://github.com/Haivision/srt) to be installed
>
> Signed-off-by: Sven Dueking
> ---
> MAINTAINERS | 1 +
> configure | 5 +
> doc/protocols.texi | 134 ++-
> liba
52 matches
Mail list logo