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
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
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
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
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?
>
- 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
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
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
- 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,
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
** 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
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
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
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
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
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/
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
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
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
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
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
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
> 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
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
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
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
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
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
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.
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
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.
31 matches
Mail list logo