On 29.09.2017 00:10, Michael Niedermayer wrote:
On Thu, Sep 28, 2017 at 09:27:23AM +0200, Tobias Rapp wrote:
Should fix failing tests on GNU/kFreeBSD x86_32.
Signed-off-by: Tobias Rapp
---
Michael: Have put you on CC as you seem to be the owner of the affected
machines.
LGTM
Pushed, thank
On 09/26/2017 05:12 PM, Michael Niedermayer wrote:
Hi
On Mon, Sep 25, 2017 at 02:12:26PM -0700, John Stebbins wrote:
On 09/25/2017 01:12 PM, Carl Eugen Hoyos wrote:
2017-09-25 19:10 GMT+02:00 John Stebbins :
When keyframe intervals of dash segments are not perfectly aligned,
fragments in the
>On 9/29/17, 7:36 AM, "James Almer" wrote:
>>
>> +static inline uint16_t parity (uint16_t x)
>> +{
>> +uint16_t i;
>> +for (i = 4 * sizeof (x); i > 0; i /= 2)
>> +x ^= x >> i;
>> +return x & 1;
>> +}
>
>Can't you use av_parity() instead?
Yes, I can. Thanks for pointing it ou
On 9/28/2017 7:09 PM, Michael Niedermayer wrote:
> On Wed, Sep 27, 2017 at 08:48:42PM -0500, Brian Matherly wrote:
>> From: Brian Matherly
>>
>> Correctly set the interlaced_frame and top_field_first fields when pic_struct
>> indicates paired fields.
>> ---
>> libavcodec/hevc_sei.c |
pls click on the link which will direct you to zippyshare - TS is there
-Original Message-
From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Bang He
Sent: Friday, September 29, 2017 10:43 AM
To: FFmpeg development discussions and patches
Subject: Re: [FFmpeg-devel]
>Applied the series, thanks!
>
>Marton
Thanks a lot!
Regards,
Karthick
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
how to download the ts file
TS file http://www99.zippyshare.com/v/UwxzRccM/file.html
On Fri, Sep 29, 2017 at 9:50 AM, wrote:
> Thanks Carl;
>
> But the first audio track - Stream #0:4[0x3a2](zho): Audio: aac_latm
> (HE-AAC) ([17][0][0][0] / 0x0011), 48000 Hz, 5.1, fltp
>
> Produce funny audio
I will continue to do testing..
ffmpeg -format_code Hp59 -f decklink -video_input hdmi -audio_input
embedded -raw_format argb -i 'DeckLink Studio 4K' -acodec pcm_s16le
-vcodec dnxhd -vf scale=1920x1080,fps=6/1001,format=yuv422p10 -b:v
440M out.mov
(mediainfo dump):
General
Complete n
On 9/28/2017 1:17 AM, Jeyapal, Karthick wrote:
>> Sorry, still not quite there... Here are some further comments:
> Thanks for your comments and patience. Please find the updated patch
> attached, with all the comments taken.
> Also, I have rebased this patch with the latest ffmpeg, as avcodec ver
From e2a7cce88d2a47c7e598b59d24258fea8d809c22 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 21 Sep 2017 02:41:29 -0400
Subject: [PATCH V2 1/2] ffmpeg: re-enable hwaccel_lax_profile_check use
hwaccel_flags.
re-enable hwaccel_lax_profile_check option use hwaccel_flags.
Signed-off-by: Jun Zh
From 94604d623de1fec6f363dcda4d61712865257a0a Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 21 Sep 2017 02:44:42 -0400
Subject: [PATCH V2 2/2] lavc/vaapi_decode: fix profile search when disable
exact profile match.
when disable exact profile, use the alt_profile for VAAPI HWAccel
decoder.
Will report back once I figure out how to request RGB from the recent
patch you mentions about RGB.
search the git log: git diff 00a61f30a05a76d10e04253987202e41f8703ebe
cb8b729180cc3ccb85f6c0d2fa7190865cbc2cb7
found the additional options for the -raw_format
dx@x299:~/git/ffmpeg$ ffmpeg -fo
Thanks Carl;
But the first audio track - Stream #0:4[0x3a2](zho): Audio: aac_latm (HE-AAC)
([17][0][0][0] / 0x0011), 48000 Hz, 5.1, fltp
Produce funny audio sound
Thanks
-Original Message-
From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Carl
Eugen Hoyos
Sent
On 2017-09-28 13:32, Marton Balint wrote:
You should try the latest ffmpeg git master, RGB support just got
recently committed, and if you are capturing from HDMI maybe you have
to use an RGB format. Until now, ffmpeg always requested YUV, and I am
not sure if decklink is supposed to do a softwar
On Thu, Sep 28, 2017, at 04:28 PM, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/v4l2_context.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
LGTM
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
Signed-off-by: Michael Niedermayer
---
libavcodec/v4l2_buffers.h | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/libavcodec/v4l2_buffers.h b/libavcodec/v4l2_buffers.h
index b16f694b98..e28a4a650d 100644
--- a/libavcodec/v4l2_buffers.h
+++ b/libavcodec/v4l2_buf
Signed-off-by: Michael Niedermayer
---
libavcodec/v4l2_context.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/v4l2_context.c b/libavcodec/v4l2_context.c
index d675c55f2b..297792f871 100644
--- a/libavcodec/v4l2_context.c
+++ b/libavcodec/v4l2_context.c
@@ -11
Signed-off-by: Michael Niedermayer
---
libavfilter/vf_thumbnail_cuda.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavfilter/vf_thumbnail_cuda.c b/libavfilter/vf_thumbnail_cuda.c
index 4c08a85121..09377ca7f4 100644
--- a/libavfilter/vf_thumbnail_cuda.c
+++ b/libavfilte
On 2017-09-28 14:20, Carl Eugen Hoyos wrote:
I don't have decklink hardware but I assume it never outputs actual
transparency.
Or does it?
From what I understand about SDI, it is possible to send alpha
information over an SDI link in certain configuration (RGBA) -- from
what I read on Wikipe
---
It was recommended to me that I do this, as I do not maintain
any specific functionality/module as such.
Jan
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 77f48b984b..d08fad80b8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -556,6 +556,7 @@
On Wed, Sep 27, 2017 at 9:44 AM, Hendrik Leppkes
wrote:
> On Wed, Sep 27, 2017 at 6:37 PM, wm4 wrote:
> > On Wed, 27 Sep 2017 09:17:36 -0700
> > Aman Gupta wrote:
> >
> >> On Wed, Sep 27, 2017 at 5:51 AM, wm4 wrote:
> >>
> >> > On Tue, 26 Sep 2017 18:08:10 -0700
> >> > Aman Gupta wrote:
> >>
On Wed, Sep 27, 2017 at 9:05 AM, Michael Niedermayer wrote:
> On Tue, Sep 26, 2017 at 06:08:09PM -0700, Aman Gupta wrote:
> > From: Aman Gupta
> >
> > ---
> > libavcodec/hevc_ps.c | 3 ++-
> > libavcodec/hevc_ps.h | 2 ++
> > 2 files changed, 4 insertions(+), 1 deletion(-)
>
> LGTM
>
applied
Signed-off-by: James Almer
---
configure | 11 ---
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/configure b/configure
index ebcf48de20..2750605e75 100755
--- a/configure
+++ b/configure
@@ -6206,15 +6206,12 @@ if enabled libcdio; then
die "ERROR: No usable libcdio/cd
Signed-off-by: James Almer
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index c2f5fc2c98..ebcf48de20 100755
--- a/configure
+++ b/configure
@@ -6215,6 +6215,8 @@ if enabled libxcb; then
add_cflags $xcb_cflags $xcb_shm_cflags $xcb_xfixes_cflags $
On Thu, Sep 28, 2017, at 01:43 PM, Carl Eugen Hoyos wrote:
> Since the first sentence already contains "if possible" I believe
> the second sentence can be omitted.
OK. Removed locally.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.
On Thu, Sep 28, 2017 at 09:27:23AM +0200, Tobias Rapp wrote:
> Should fix failing tests on GNU/kFreeBSD x86_32.
>
> Signed-off-by: Tobias Rapp
> ---
> Michael: Have put you on CC as you seem to be the owner of the affected
> machines.
LGTM
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B
On Wed, Sep 27, 2017 at 08:48:42PM -0500, Brian Matherly wrote:
> From: Brian Matherly
>
> Correctly set the interlaced_frame and top_field_first fields when pic_struct
> indicates paired fields.
> ---
> libavcodec/hevc_sei.c | 4 ++--
> tests/fate/hevc.mak | 6 +-
2017-09-28 17:11 GMT+02:00 Pablo Montilla :
> ---
> libavformat/isom.h | 2 +-
> libavformat/mov.c | 6 +-
> 2 files changed, 2 insertions(+), 6 deletions(-)
>
> diff --git a/libavformat/isom.h b/libavformat/isom.h
> index fdd98c28f5..a32b92ccdd 100644
> --- a/libavformat/isom.h
> +++ b/libav
2017-09-28 1:59 GMT+02:00 Lou Logan :
> +@item
> +Avoid sending email disclaimers and legalese if possible as this is a
> +public list.
> However, we are aware that many corporate users are unable
> +to avoid this.
Since the first sentence already contains "if possible" I believe
the second sent
On Sun, Sep 24, 2017 at 02:42:20PM -0500, Brian Matherly wrote:
> On 9/23/2017 5:22 PM, Michael Niedermayer wrote:
> >On Thu, Sep 14, 2017 at 08:39:19PM -0500, Brian Matherly wrote:
> >>Correctly set frame.interlaced and frame.top_field_first when pic_struct
> >>indicates paired fields.
> >Do you h
2017-09-28 21:50 GMT+02:00 Martin Vignali :
> After comments about the previous patchs
Please explain how this encoder and decoder can be used
from the FFmpeg cli: What kind of input could be used, what
could be done with the output?
I believe you force every user to add an additional filter
to
Hi!
I don't have decklink hardware but I assume it never outputs actual
transparency.
Or does it?
Please comment, Carl Eugen
From 3ab60460c7892b094b01b175f1a3aa735cb3cea6 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Thu, 28 Sep 2017 23:18:09 +0200
Subject: [PATCH] lavd/decklink_dec: Do
2017-09-28 20:58 GMT+02:00 mmironov :
> +++ b/compat/amd/amf/LICENSE.txt
> @@ -0,0 +1,31 @@
> +Notice Regarding Standards. AMD does not provide a license or sublicense to
> +any Intellectual Property Rights relating to any standards, including but not
> +limited to any audio and/or video codec te
On Wed, Sep 27, 2017 at 07:14:50PM -0400, Leo Izen wrote:
> ---
> libavformat/nutenc.c| 2 +-
> tests/ref/lavf/nut | 6 +++---
> tests/ref/seek/lavf-nut | 54
> -
> 3 files changed, 31 insertions(+), 31 deletions(-)
>
> diff --git a/liba
On Thu, Sep 28, 2017, at 12:28 PM, Kieran O Leary wrote:
> Just one typo below, thanks for providing the html as well.
[...]
> +Perform a site seach using your favorite search engine. Example:
> +
>
> site search
Thanks. Will change locally.
___
ffmpeg-
On 9/28/2017 5:35 PM, Michael Niedermayer wrote:
> On Wed, Sep 27, 2017 at 03:19:08PM -0300, James Almer wrote:
>> ---
>> configure | 10 +++---
>> 1 file changed, 3 insertions(+), 7 deletions(-)
>
> maybe i did something silly but this breaks configure here
No, you didn't. I actually forgot
On 2017-09-28 13:32, Marton Balint wrote:
You should try the latest ffmpeg git master, RGB support just got
recently committed, and if you are capturing from HDMI maybe you have
to use an RGB format. Until now, ffmpeg always requested YUV, and I am
not sure if decklink is supposed to do a softwa
On Wed, Sep 27, 2017 at 03:19:08PM -0300, James Almer wrote:
> ---
> configure | 10 +++---
> 1 file changed, 3 insertions(+), 7 deletions(-)
maybe i did something silly but this breaks configure here
./configure: 1275: shift: can't shift that many
use_pkg_config needs one more argument
[..
On Thu, 28 Sep 2017, ffm...@dx9s.net wrote:
Are there known issues with DeckLink as of recent? Which SDK version was
the DeckLink support compiled against? I downloaded 3.3.4 and the latest
Blackmagic Design SDK for a (recently) purchased 'DeckLink Studio 4K' I
purchased...
You should try t
Just one typo below, thanks for providing the html as well.
On 28 Sep 2017 01:00, "Lou Logan" wrote:
Signed-off-by: Lou Logan
---
doc/Makefile | 1 +
doc/mailing-list-faq.texi | 204 ++
2 files changed, 205 insertions(+)
create mode
On Thu, 28 Sep 2017, Jeyapal, Karthick wrote:
Sorry, still not quite there... Here are some further comments:
Thanks for your comments and patience. Please find the updated patch attached,
with all the comments taken.
Also, I have rebased this patch with the latest ffmpeg, as avcodec version
On Mon, 25 Sep 2017, Marton Balint wrote:
On Thu, 21 Sep 2017, Gildas Fargeas wrote:
Hey, do you need more stuff changed on this patch ?
No, just waiting for other pending decklink patches to push (and test) them
at once.
Finally applied.
Thanks,
Marton
___
Hello,
After comments about the previous patchs
New patchs in attach, for decoding and encoding of HAPAlphaOnly
Martin
0001-libavcodec-texturedsp-add-rgtc1u_alpha-decoding-func.patch
Description: Binary data
0002-libavcodec-texturedspenc-add-rgtc1_u_alpha-encoding-.patch
Description: Binary
2017-09-24 11:53 GMT+02:00 Michael Niedermayer :
> On Sat, Sep 23, 2017 at 09:53:45PM +0200, Martin Vignali wrote:
> > Hello,
> >
> > sample can be found here :
> > https://we.tl/cP0pW9IfBJ
> >
> > and need to be put inside ./fate-suite/hap
>
> uploaded
>
> [...]
>
New patch in attach (after chan
On 09/28/2017 10:59 AM, Thilo Borgmann wrote:
Am 28.09.17 um 19:57 schrieb Thilo Borgmann:
Am 28.09.17 um 19:29 schrieb Jorge Ramirez-Ortiz:
On 09/28/2017 09:48 AM, Thilo Borgmann wrote:
Am 23.09.17 um 16:48 schrieb Michael Niedermayer:
On Sat, Sep 23, 2017 at 12:28:01AM -0700, Jorge Ramirez-
On Wed, Sep 27, 2017, at 03:59 PM, Lou Logan wrote:
> Signed-off-by: Lou Logan
> ---
> doc/Makefile | 1 +
> doc/mailing-list-faq.texi | 204
> ++
> 2 files changed, 205 insertions(+)
> create mode 100644 doc/mailing-list-faq.texi
Here
On Thu, 28 Sep 2017 13:58:02 -0500
mmironov wrote:
> From 4a47f0e1ee57239fbbc597c0084f486e815ec267 Mon Sep 17 00:00:00 2001
> From: mmironov
> Date: Thu, 28 Sep 2017 12:30:30 -0400
> Subject: [PATCH] Added HW accelerated H.264 and HEVC encoding for AMD GPUs
> based on AMF SDK
>
> Signed-off-by
Am 28.09.17 um 19:57 schrieb Thilo Borgmann:
> Am 28.09.17 um 19:29 schrieb Jorge Ramirez-Ortiz:
>> On 09/28/2017 09:48 AM, Thilo Borgmann wrote:
>>> Am 23.09.17 um 16:48 schrieb Michael Niedermayer:
On Sat, Sep 23, 2017 at 12:28:01AM -0700, Jorge Ramirez-Ortiz wrote:
> On 09/22/2017 11:49
Am 28.09.17 um 19:29 schrieb Jorge Ramirez-Ortiz:
> On 09/28/2017 09:48 AM, Thilo Borgmann wrote:
>> Am 23.09.17 um 16:48 schrieb Michael Niedermayer:
>>> On Sat, Sep 23, 2017 at 12:28:01AM -0700, Jorge Ramirez-Ortiz wrote:
On 09/22/2017 11:49 PM, wm4 wrote:
> On Wed, 20 Sep 2017 18:55:40
---
libavformat/isom.h | 2 +-
libavformat/mov.c | 6 +-
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/libavformat/isom.h b/libavformat/isom.h
index fdd98c28f5..a32b92ccdd 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -52,7 +52,7 @@ struct AVAESCTR;
*/
type
Sorry, this is my first patch, so I'm learning how it's done. I'm new to git,
and work on Windows, so everything is against me! 😉
I did not check all the count uses...the compiler didn't barf, so I thought it
was a harmless change (I understand unsigned vs signed is not so small a
change, but o
On 09/28/2017 09:48 AM, Thilo Borgmann wrote:
Am 23.09.17 um 16:48 schrieb Michael Niedermayer:
On Sat, Sep 23, 2017 at 12:28:01AM -0700, Jorge Ramirez-Ortiz wrote:
On 09/22/2017 11:49 PM, wm4 wrote:
On Wed, 20 Sep 2017 18:55:40 -0700
Jorge Ramirez-Ortiz wrote:
This patchset enhances A
Am 23.09.17 um 16:48 schrieb Michael Niedermayer:
> On Sat, Sep 23, 2017 at 12:28:01AM -0700, Jorge Ramirez-Ortiz wrote:
>> On 09/22/2017 11:49 PM, wm4 wrote:
>>> On Wed, 20 Sep 2017 18:55:40 -0700
>>> Jorge Ramirez-Ortiz wrote:
>>>
This patchset enhances Alexis Ballier's original patch a
On Tue, Sep 26, 2017 at 02:55:30AM +0300, Jan Ekström wrote:
> From: Martin Storsjö
>
> This reduces the need for an edit list; streams that start with
> e.g. dts=-1, pts=0 can be encoded as dts=0, pts=0 (which is valid
> in mov/mp4) by shifting the dts values of all packets forward.
> This avoid
On 9/28/2017 11:29 AM, Nicolas George wrote:
> [ Replying in private so as not to escalate the troll. ]
No. I'm CCing to the list as this is a public discussion.
>
> Le septidi 7 vendémiaire, an CCXXVI, James Almer a écrit :
>> That's not how things are done and you know it. You do not simply ig
On Thu, 28 Sep 2017 12:11:48 -0300
Pablo Montilla wrote:
> ---
> libavformat/isom.h | 2 +-
> libavformat/mov.c | 6 +-
> 2 files changed, 2 insertions(+), 6 deletions(-)
>
> diff --git a/libavformat/isom.h b/libavformat/isom.h
> index fdd98c28f5..a32b92ccdd 100644
> --- a/libavformat/isom
Are there known issues with DeckLink as of recent? Which SDK version was
the DeckLink support compiled against? I downloaded 3.3.4 and the latest
Blackmagic Design SDK for a (recently) purchased 'DeckLink Studio 4K' I
purchased...
Built a custom .deb set of packages based on 3.3.4:
dx@x29
---
libavformat/isom.h | 2 +-
libavformat/mov.c | 6 +-
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/libavformat/isom.h b/libavformat/isom.h
index fdd98c28f5..a32b92ccdd 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -52,7 +52,7 @@ struct AVAESCTR;
*/
type
On Tue, 12 Sep 2017 11:40:55 +0200
Nicolas George wrote:
> Signed-off-by: Nicolas George
> ---
> doc/APIchanges | 3 +++
> libavfilter/buffersink.c | 10 ++
> libavfilter/buffersink.h | 12
> 3 files changed, 21 insertions(+), 4 deletions(-)
jamrial asked to cla
2017-09-28 6:09 GMT+02:00 :
> TS file http://www99.zippyshare.com/v/UwxzRccM/file.html
Thank you for the sample.
Damaged transport streams show all kind of messages,
but the sample can be decoded.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-deve
On Thu, 28 Sep 2017 16:14:40 +0200
Nicolas George wrote:
> Le septidi 7 vendémiaire, an CCXXVI, James Almer a écrit :
> > There was a very strong objection to this patch in another reply. You
> > should ask him to elaborate if necessary.
>
> I do not remember. Checking. Oh, you mean wm4. I no
On 9/28/2017 11:14 AM, Nicolas George wrote:
> Le septidi 7 vendémiaire, an CCXXVI, James Almer a écrit :
>> There was a very strong objection to this patch in another reply. You
>> should ask him to elaborate if necessary.
>
> I do not remember. Checking. Oh, you mean wm4. I no longer read their
Le septidi 7 vendémiaire, an CCXXVI, James Almer a écrit :
> There was a very strong objection to this patch in another reply. You
> should ask him to elaborate if necessary.
I do not remember. Checking. Oh, you mean wm4. I no longer read their
mails, and it seems I was right: this is no objection
On 9/28/2017 11:04 AM, Nicolas George wrote:
> Le sextidi 26 fructidor, an CCXXV, Nicolas George a écrit :
>> Signed-off-by: Nicolas George
>> ---
>> doc/APIchanges | 3 +++
>> libavfilter/buffersink.c | 10 ++
>> libavfilter/buffersink.h | 12
>> 3 files changed,
Le sextidi 26 fructidor, an CCXXV, Nicolas George a écrit :
> Signed-off-by: Nicolas George
> ---
> doc/APIchanges | 3 +++
> libavfilter/buffersink.c | 10 ++
> libavfilter/buffersink.h | 12
> 3 files changed, 21 insertions(+), 4 deletions(-)
Will push soon if t
On Wed, 27 Sep 2017 at 16:52 Carl Eugen Hoyos wrote:
> 2017-09-27 15:20 GMT+02:00 Martin Vignali :
> > 2017-09-27 13:25 GMT+02:00 Tom Butterworth :
> >
> >>
> >>
> >> > On 27 Sep 2017, at 11:59, Martin Vignali
> >> wrote:
> >> >
> >> >>
> >> >>> +ctx->tex_fun = ctx->dxtc.rgtc1u_block;
>
On 2017/9/28 5:40, Mark Thompson wrote:
> On 21/09/17 08:22, Jun Zhao wrote:
>> From d7dc5c00692302e810412dea44ae3d2f122fb9a4 Mon Sep 17 00:00:00 2001
>> From: Jun Zhao
>> Date: Thu, 21 Sep 2017 02:44:42 -0400
>> Subject: [PATCH 2/2] lavc/vaapi_decode: fix profile search when disable exact
>> p
Should fix failing tests on GNU/kFreeBSD x86_32.
Signed-off-by: Tobias Rapp
---
Michael: Have put you on CC as you seem to be the owner of the affected
machines.
tests/fate/filter-video.mak | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/fate/filter-video.mak
68 matches
Mail list logo