Re: [FFmpeg-devel] [PATCH] fate: increase fuzz for refcmp filter tests

2017-09-28 Thread Tobias Rapp
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

Re: [FFmpeg-devel] [PATCH] mov: fix decode of fragments that overlap in time

2017-09-28 Thread John Stebbins
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

Re: [FFmpeg-devel] [PATCH 3/4] avdevice/decklink_dec: Added Closed caption decode from VANC

2017-09-28 Thread Jeyapal, Karthick
>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

Re: [FFmpeg-devel] [PATCH v4] avcodec/hevc_sei: Support HEVC paired fields.

2017-09-28 Thread James Almer
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 |

Re: [FFmpeg-devel] ffmpeg have program decoding ACC ltam audo stream

2017-09-28 Thread jkung
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]

Re: [FFmpeg-devel] [PATCH 3/4] avdevice/decklink_dec: Added Closed caption decode from VANC

2017-09-28 Thread Jeyapal, Karthick
>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

Re: [FFmpeg-devel] ffmpeg have program decoding ACC ltam audo stream

2017-09-28 Thread Bang He
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

Re: [FFmpeg-devel] Decklink question

2017-09-28 Thread ffmpeg
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

Re: [FFmpeg-devel] [PATCH 3/4] avdevice/decklink_dec: Added Closed caption decode from VANC

2017-09-28 Thread James Almer
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

[FFmpeg-devel] [PATCH V2 1/2] ffmpeg: re-enable hwaccel_lax_profile_check use hwaccel_flags.

2017-09-28 Thread Jun Zhao
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

[FFmpeg-devel] [PATCH V2 2/2] lavc/vaapi_decode: fix profile search when disable exact profile match.

2017-09-28 Thread Jun Zhao
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.

Re: [FFmpeg-devel] Decklink question

2017-09-28 Thread ffmpeg
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

Re: [FFmpeg-devel] ffmpeg have program decoding ACC ltam audo stream

2017-09-28 Thread jkung
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

Re: [FFmpeg-devel] Decklink question

2017-09-28 Thread ffmpeg
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

Re: [FFmpeg-devel] [PATCH 2/3] avcodec/v4l2_context: Reduce spelling variations

2017-09-28 Thread Lou Logan
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

[FFmpeg-devel] [PATCH 1/3] avcodec/v4l2_buffers: More clear return code documentation

2017-09-28 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH 2/3] avcodec/v4l2_context: Reduce spelling variations

2017-09-28 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH 3/3] avfilter/vf_thumbnail_cuda: Avoid mixing declaration and statements

2017-09-28 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH]lavd/decklink_dec: Do not claim to output transparency information

2017-09-28 Thread ffmpeg
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

[FFmpeg-devel] [PATCH] maintainers: add myself to the general developers list

2017-09-28 Thread Jan Ekström
--- 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 @@

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/videotoolbox: add hevc support

2017-09-28 Thread Aman Gupta
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: > >>

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/hevc_ps: extract SPS fields required for hvcC construction

2017-09-28 Thread Aman Gupta
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

[FFmpeg-devel] [PATCH 2/2 v2] configure: simplify checks for libxcb dependent features

2017-09-28 Thread James Almer
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

[FFmpeg-devel] [PATCH 1/2 v2] configure: disable libxcb dependent features if libxcb is not enabled

2017-09-28 Thread James Almer
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 $

Re: [FFmpeg-devel] [PATCH] doc: add mailing list faq

2017-09-28 Thread Lou Logan
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.

Re: [FFmpeg-devel] [PATCH] fate: increase fuzz for refcmp filter tests

2017-09-28 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH v4] avcodec/hevc_sei: Support HEVC paired fields.

2017-09-28 Thread Michael Niedermayer
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 +-

Re: [FFmpeg-devel] [PATCH] Fixes bug https://trac.ffmpeg.org/ticket/6700.

2017-09-28 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH] doc: add mailing list faq

2017-09-28 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH] avcodec/hevc_sei: Support HEVC paired fields.

2017-09-28 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] libavcodec/hap : add HapAlphaOnly decoding/encoding

2017-09-28 Thread Carl Eugen Hoyos
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

[FFmpeg-devel] [PATCH]lavd/decklink_dec: Do not claim to output transparency information

2017-09-28 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-09-28 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH] libavformat/nutenc.c: Use ffv1 as default video encoder for NUT muxing

2017-09-28 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] doc: add mailing list faq

2017-09-28 Thread Lou Logan
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-

Re: [FFmpeg-devel] [PATCH 2/2] configure: simplify checks for libxcb dependent features

2017-09-28 Thread James Almer
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

Re: [FFmpeg-devel] Decklink question

2017-09-28 Thread ffmpeg
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

Re: [FFmpeg-devel] [PATCH 2/2] configure: simplify checks for libxcb dependent features

2017-09-28 Thread Michael Niedermayer
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 [..

Re: [FFmpeg-devel] Decklink question

2017-09-28 Thread Marton Balint
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

Re: [FFmpeg-devel] [PATCH] doc: add mailing list faq

2017-09-28 Thread Kieran O Leary
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

Re: [FFmpeg-devel] [PATCH 3/4] avdevice/decklink_dec: Added Closed caption decode from VANC

2017-09-28 Thread Marton Balint
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

Re: [FFmpeg-devel] [PATCH] avdevice/decklink: new options 'list_pixelformats' and 'pixelformat_code' to allow pixelformat selection by code

2017-09-28 Thread Marton Balint
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 ___

[FFmpeg-devel] libavcodec/hap : add HapAlphaOnly decoding/encoding

2017-09-28 Thread Martin Vignali
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

Re: [FFmpeg-devel] fate/hapdec : add test for hap alpha only

2017-09-28 Thread Martin Vignali
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

Re: [FFmpeg-devel] [PATCHv13] libavcodec: v4l2: add support for v4l2 mem2mem codecs

2017-09-28 Thread Jorge Ramirez-Ortiz
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-

Re: [FFmpeg-devel] [PATCH] doc: add mailing list faq

2017-09-28 Thread Lou Logan
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

Re: [FFmpeg-devel] Added HW accelerated H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-09-28 Thread wm4
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

Re: [FFmpeg-devel] [PATCHv13] libavcodec: v4l2: add support for v4l2 mem2mem codecs

2017-09-28 Thread Thilo Borgmann
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

Re: [FFmpeg-devel] [PATCHv13] libavcodec: v4l2: add support for v4l2 mem2mem codecs

2017-09-28 Thread 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 PM, wm4 wrote: > On Wed, 20 Sep 2017 18:55:40

[FFmpeg-devel] [PATCH] Fixes bug https://trac.ffmpeg.org/ticket/6700.

2017-09-28 Thread 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/libavformat/isom.h @@ -52,7 +52,7 @@ struct AVAESCTR; */ type

Re: [FFmpeg-devel] [PATCH] Fixes bug https://trac.ffmpeg.org/ticket/6700.

2017-09-28 Thread Pablo Montilla
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

Re: [FFmpeg-devel] [PATCHv13] libavcodec: v4l2: add support for v4l2 mem2mem codecs

2017-09-28 Thread 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 -0700 Jorge Ramirez-Ortiz wrote: This patchset enhances A

Re: [FFmpeg-devel] [PATCHv13] libavcodec: v4l2: add support for v4l2 mem2mem codecs

2017-09-28 Thread Thilo Borgmann
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

Re: [FFmpeg-devel] [PATCH 1/2 v3] movenc: Add an option for enabling negative CTS offsets

2017-09-28 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread James Almer
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

Re: [FFmpeg-devel] [PATCH] Fixes bug https://trac.ffmpeg.org/ticket/6700.

2017-09-28 Thread wm4
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

[FFmpeg-devel] Decklink question

2017-09-28 Thread ffmpeg
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

[FFmpeg-devel] [PATCH] Fixes bug https://trac.ffmpeg.org/ticket/6700.

2017-09-28 Thread 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/libavformat/isom.h @@ -52,7 +52,7 @@ struct AVAESCTR; */ type

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread wm4
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

Re: [FFmpeg-devel] ffmpeg have program decoding ACC ltam audo stream

2017-09-28 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread wm4
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

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread James Almer
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

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread Nicolas George
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

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread James Almer
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,

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread Nicolas George
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

Re: [FFmpeg-devel] libavcodec/hapdec : add support for HapAphaOnly decoding

2017-09-28 Thread Tom Butterworth
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; >

Re: [FFmpeg-devel] [PATCH 2/2] lavc/vaapi_decode: fix profile search when disable exact profile match.

2017-09-28 Thread Jun Zhao
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

[FFmpeg-devel] [PATCH] fate: increase fuzz for refcmp filter tests

2017-09-28 Thread Tobias Rapp
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