[FFmpeg-devel] [PATCH v9 3/3] avdevice/decklink_dec: export timecode with s12m side data

2020-07-12 Thread lance . lmwang
From: Limin Wang Reviewed-by: Marton Balint Signed-off-by: Limin Wang --- libavdevice/decklink_dec.cpp | 14 ++ 1 file changed, 14 insertions(+) diff --git a/libavdevice/decklink_dec.cpp b/libavdevice/decklink_dec.cpp index a499972..dde68ff 100644 --- a/libavdevice/decklink_dec.cp

Re: [FFmpeg-devel] [PATCH v8 3/3] avdevice/decklink_dec: export timecode with s12m side data

2020-07-12 Thread lance . lmwang
On Sun, Jul 12, 2020 at 06:03:04PM +0200, Andreas Rheinhardt wrote: > lance.lmw...@gmail.com: > > On Sun, Jul 12, 2020 at 03:07:18AM +0200, Andreas Rheinhardt wrote: > >> lance.lmw...@gmail.com: > >>> From: Limin Wang > >>> > >>> Signed-off-by: Limin Wang > >>> --- > >>> libavdevice/decklink_dec

[FFmpeg-devel] [PATCH] x86/yuv2rgb: fix crashes when storing data on unaligned buffers

2020-07-12 Thread James Almer
Regression since fc6a5883d6af8cae0e96af84dda0ad74b360a084 on SSSE3 enabled CPUs. Fixes ticket #8747 Signed-off-by: James Almer --- libswscale/x86/yuv_2_rgb.asm | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/libswscale/x86/yuv_2_rgb.asm b/libswscale/x86/yu

Re: [FFmpeg-devel] [PATCH v3] avcodec/v4l2_m2m_dec: Remove redundant packet and fix double free

2020-07-12 Thread Andriy Gelman
On Wed, 24. Jun 09:26, Andriy Gelman wrote: > On Mon, 25. May 14:59, Andriy Gelman wrote: > > On Sat, 16. May 11:53, Andriy Gelman wrote: > > > On Sat, 09. May 13:35, Andriy Gelman wrote: > > > > From: Andriy Gelman > > > > > > > > v4l2_receive_frame() uses two packets s->buf_pkt and avpkt. If av

Re: [FFmpeg-devel] [PATCH v1 1/3] doc/developer.texi: Improvements in "Submitting patches" section.

2020-07-12 Thread Manolis Stamatogiannakis
On Thu, 9 Jul 2020 at 22:39, Michael Niedermayer wrote: > > > @Michael Niedermayer, since you seem to be the most involved with > patchwork > > in the thread, what would be better for this? Keep the wording as a > > recommendation, or to move it outside the list as purely informational > text? >

[FFmpeg-devel] [PATCH v2 1/3] doc/developer.texi: Improvements in "Submitting patches" section.

2020-07-12 Thread Manolis Stamatogiannakis
- Documentation for adding a roll-counter. - Mention the possibility to manualy supersede/withdraw patches on patchwork. Signed-off-by: Manolis Stamatogiannakis --- doc/developer.texi | 41 + 1 file changed, 29 insertions(+), 12 deletions(-) diff --g

[FFmpeg-devel] [PATCH v2 3/3] doc/developer.texi: Swapped patch checklist and new codec/format checklist.

2020-07-12 Thread Manolis Stamatogiannakis
Adding a new codec/format should be more rare, so it makes sense to come after the detailed patch submission checklist. Signed-off-by: Manolis Stamatogiannakis --- doc/developer.texi | 105 ++--- 1 file changed, 52 insertions(+), 53 deletions(-) diff --gi

Re: [FFmpeg-devel] Bug in FFMPEG video filter TINTERLACE needs fixing

2020-07-12 Thread Ben Hutchinson
Problem is it's not as simple as just patching it to start at field 1 instead of field 2. It really depends on your signal source. If your signal source recorded all lines that contain at least some image signal (even if only half the line contains image signal), then the top line of the image is t

[FFmpeg-devel] [PATCH v2 2/3] doc/developer.texi: Restructured "Submitting patches" section.

2020-07-12 Thread Manolis Stamatogiannakis
- Main text split to two sections. - Detailed checklist for new codecs or formats demoted to section. - Detailed checklist for patch submission demoted to section. Signed-off-by: Manolis Stamatogiannakis --- doc/developer.texi | 64 +++--- 1 file changed,

[FFmpeg-devel] [PATCH v08.01 0/3] kmsgrab, fbtile+hwcontext_drm, VFs

2020-07-12 Thread hanishkvc
This is a full patch set. This includes the following P1) KMSGrab, this is same has in v08 patch set. P2) fbtile + hwcontext_drm, this is updated wrt v08 Have removed some of the ifdefs and made the logic bit more simpler|clearer as suggested. While retaining few which make logical sense. Have a

[FFmpeg-devel] [PATCH v08.01 2/3] fbtile tile/detile, hwcontext_drm detile NonLinear

2020-07-12 Thread hanishkvc
** fbtile cpu based framebuffer tile/detile helpers Add helper routines which can be used to tile/detile framebuffer layouts between linear and specified tile layout, using the cpu. Currently it supports Legacy Intel Tile-X, Legacy Intel Tile-Y and Newer Intel Tile-Yf tiled layouts. Currently su

[FFmpeg-devel] [PATCH v08.01 1/3] KMSGrab: getfb2 format_modifier if user doesnt specify

2020-07-12 Thread hanishkvc
If user doesnt specify a format_modifier explicitly, then use GetFB2 to identify the format_modifier of the framebuffer being grabbed. This is supported on newer linux builds, where xf86drmMode.h has added support for GetFB2. --- Changelog | 1 + configure | 5 + lib

[FFmpeg-devel] [PATCH v08.01 3/3] VF fbtiler (tile/detile) and hwdownload (detile)

2020-07-12 Thread hanishkvc
fbtiler videofilter cpu based framebuffer tiling/detiling This adds a video filter called fbtiler, which allows the user to tile/detile framebuffer layout between linear and tiled layouts, if required. It uses the fbtile helper routines to achieve its functionality. This is u

[FFmpeg-devel] [PATCH] mailmap: add entry for RuilingSong

2020-07-12 Thread Zhong Li
Signed-off-by: Zhong Li --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index f14770d800..3bd1a85c3c 100644 --- a/.mailmap +++ b/.mailmap @@ -21,3 +21,4 @@ rcombs + -- 2.17.1 ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] Bug in FFMPEG video filter TINTERLACE needs fixing

2020-07-12 Thread Paul B Mahol
On 7/12/20, Ben Hutchinson wrote: > I was assuming it started from 1, because in the NTSC video standard (which > is of course where the concept of interlaced video originated), the first > field is called field 1. Field 1 contains the first full line of displayed > video (though technically field

Re: [FFmpeg-devel] [PATCH v8 3/3] avdevice/decklink_dec: export timecode with s12m side data

2020-07-12 Thread Andreas Rheinhardt
lance.lmw...@gmail.com: > On Sun, Jul 12, 2020 at 03:07:18AM +0200, Andreas Rheinhardt wrote: >> lance.lmw...@gmail.com: >>> From: Limin Wang >>> >>> Signed-off-by: Limin Wang >>> --- >>> libavdevice/decklink_dec.cpp | 14 ++ >>> 1 file changed, 14 insertions(+) >>> >>> diff --git a/

Re: [FFmpeg-devel] [PATCH] avformat/mov: fix missing line break in messages

2020-07-12 Thread Gyan Doshi
On 10-07-2020 04:40 pm, Gyan Doshi wrote: On 10-07-2020 04:36 pm, Moritz Barsnick wrote: On Thu, Jun 25, 2020 at 18:59:58 +0800, myp...@gmail.com wrote: On Thu, Jun 25, 2020 at 6:46 PM Moritz Barsnick wrote: One of them can be triggered by https://samples.ffmpeg.org/F4V/H263_NM_f.mp4. S

Re: [FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-07-12 Thread myp...@gmail.com
On Sun, Jul 12, 2020 at 8:39 PM Moritz Barsnick wrote: > > On Sun, Jul 12, 2020 at 14:03:03 +0800, Jun Zhao wrote: > > From: Jun Zhao > > (Which thread are you replying to?) > > > libsrt 1.4.1 changed the: > > SRTO_SMOOTHER -> SRTO_CONGESTION > > AFAICT, this was changed in 1.3.3 (even though t

Re: [FFmpeg-devel] [PATCH v4] avdevice/xcbgrab: check return values of xcb query functions

2020-07-12 Thread Andriy Gelman
On Fri, 10. Jul 21:13, Moritz Barsnick wrote: > Since xcbgrab is getting some attention recently... > > Fixes a segfault, as reported in #7312. > > To reproduce: > Terminal 1: > $ Xvfb :1 -nolisten tcp -screen 0 800x600x24 > Terminal 2: > $ ffmpeg -f x11grab -i :1 -f null - > or rather > $ gdb -e

Re: [FFmpeg-devel] [PATCH v2 1/2] lavfi/setpts: fix setpts/asetpts option dump error

2020-07-12 Thread myp...@gmail.com
On Sat, Jul 11, 2020 at 7:58 PM Paul B Mahol wrote: > > ok Thx, pushed > > On 7/11/20, Jun Zhao wrote: > > From: Jun Zhao > > > > fix the command ffmpeg -h filter=setpts/asetpts both dump the expr > > option with "FVA" flags. > > > > Signed-off-by: Jun Zhao > > --- > > libavfilter/setpts.c | 1

Re: [FFmpeg-devel] [PATCH v2 2/2] lavf/udp: fix the commets for defalt UDP socket recvbuf size

2020-07-12 Thread myp...@gmail.com
On Sun, Jul 12, 2020 at 1:38 AM Nicolas George wrote: > > Marton Balint (12020-07-11): > > LGTM, thanks. > > Whoever pushes, fix the typo in the commit message please. > fixed the typo and pushed ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http

Re: [FFmpeg-devel] [PATCH v08 2/3] fbtile tile/detile, hwcontext_drm detile NonLinear

2020-07-12 Thread C Hanish Menon
Hi Mortiz, On Sun, 12 Jul, 2020, 18:31 Moritz Barsnick, wrote: > On Sat, Jul 11, 2020 at 20:31:40 +0530, C Hanish Menon wrote: > > > Also fix the changelog. > > > > Sorry I didn't understand this fully. Can I assume that you don't want to > > mention about the fbtile helpers as an entry in the c

Re: [FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-07-12 Thread Christopher Degawa
> Considering that 1.4.0 was released 10 months ago, I wonder whether > anyone compiled against a recent libsrt since then? I can confirm that this fixes compilation errors with the latest master branch of srt https://github.com/Haivision/srt/commit/0e2201aff6b379979cec43fee5e8f162717f6346 and FFm

[FFmpeg-devel] Elections of TC and CC - v2

2020-07-12 Thread Jean-Baptiste Kempf
Hello, You should have received another email about the elections for the TC and the CC. Please note that most candidates where nominated by other people than themselves. TC candidates Martin Storsjö Michael Niedermayer Marton Balint James Almer Nicolas George Mark Thompson Anton Khirnov Kieran

[FFmpeg-devel] Ban Carl Eugen Hoyos from trac.ffmpeg.org

2020-07-12 Thread Paul B Mahol
Hi, This is request to ban Carl Eugen Hoyos from trac.ffmpeg.org Above mention entity abuse its powers all the time and closes perfectly valid bug reports all the time with no or invalid explanation. Thanks! ___ ffmpeg-devel mailing list ffmpeg-devel@f

Re: [FFmpeg-devel] [PATCH v08 2/3] fbtile tile/detile, hwcontext_drm detile NonLinear

2020-07-12 Thread Moritz Barsnick
On Sat, Jul 11, 2020 at 20:31:40 +0530, C Hanish Menon wrote: > > Also fix the changelog. > > Sorry I didn't understand this fully. Can I assume that you don't want to > mention about the fbtile helpers as an entry in the changelog, because its > not a public api? I believe what Lynne meant is: C

Re: [FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-07-12 Thread Moritz Barsnick
On Sun, Jul 12, 2020 at 14:03:03 +0800, Jun Zhao wrote: > From: Jun Zhao (Which thread are you replying to?) > libsrt 1.4.1 changed the: > SRTO_SMOOTHER -> SRTO_CONGESTION AFAICT, this was changed in 1.3.3 (even though the commit doesn't change the doc/API.md where it states 1.3.0): https://g

Re: [FFmpeg-devel] [PATCH] avfilter: add radial and circular blur video filter

2020-07-12 Thread Alexander Strasser
Hi Paul! Only doc comments. Feel free to apply the changes when the real review has completed. On 2020-07-12 13:01 +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 46 > libavfilter/Makefile | 2 + > libavfilter/allfilters.c | 2 + > liba

Re: [FFmpeg-devel] [PATCH v8 3/3] avdevice/decklink_dec: export timecode with s12m side data

2020-07-12 Thread Marton Balint
On Sun, 12 Jul 2020, Andreas Rheinhardt wrote: lance.lmw...@gmail.com: From: Limin Wang Signed-off-by: Limin Wang --- libavdevice/decklink_dec.cpp | 14 ++ 1 file changed, 14 insertions(+) diff --git a/libavdevice/decklink_dec.cpp b/libavdevice/decklink_dec.cpp index a499972.

[FFmpeg-devel] [PATCH] avfilter: add radial and circular blur video filter

2020-07-12 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 46 libavfilter/Makefile | 2 + libavfilter/allfilters.c | 2 + libavfilter/vf_rblur.c | 476 +++ 4 files changed, 526 insertions(+) create mode 100644 libavfilter/vf_rblur.c diff --gi

Re: [FFmpeg-devel] [PATCH v8 3/3] avdevice/decklink_dec: export timecode with s12m side data

2020-07-12 Thread lance . lmwang
On Sun, Jul 12, 2020 at 03:07:18AM +0200, Andreas Rheinhardt wrote: > lance.lmw...@gmail.com: > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavdevice/decklink_dec.cpp | 14 ++ > > 1 file changed, 14 insertions(+) > > > > diff --git a/libavdevice/decklink_dec.