Re: [FFmpeg-devel] [PATCH] lavfi: add untile filter.

2020-05-23 Thread Nicolas George
Nicolas George (12020-04-16): > Signed-off-by: Nicolas George > --- > doc/filters.texi | 34 ++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_untile.c | 198 +++ > tests/fate/filter-video.mak

Re: [FFmpeg-devel] [PATCH] lavfi: add untile filter.

2020-05-16 Thread Paul B Mahol
On 5/16/20, Nicolas George wrote: > Paul B Mahol (12020-05-15): >> When to apply? > > When I have time to check the few things I noted I had to check. Is it > important? Do you have a need for this? I see nowhere notes for things that need checking... Except maybe that query_formats thing. It is

Re: [FFmpeg-devel] [PATCH] lavfi: add untile filter.

2020-05-16 Thread Nicolas George
Paul B Mahol (12020-05-15): > When to apply? When I have time to check the few things I noted I had to check. Is it important? Do you have a need for this? Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] lavfi: add untile filter.

2020-05-15 Thread Paul B Mahol
On 4/16/20, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > doc/filters.texi | 34 ++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_untile.c | 198 +++ >

Re: [FFmpeg-devel] [PATCH] lavfi: add untile filter.

2020-04-17 Thread Nicolas George
Paul B Mahol (12020-04-17): > Can't nb_frames be int64 ? It could, but that makes a difference if somebody wants to have more than two billions frames in a single image, which I consider insane, irregardless of the technical limitations. As it is, I prefer to let a slightly saner limit to catch

Re: [FFmpeg-devel] [PATCH] lavfi: add untile filter.

2020-04-17 Thread Paul B Mahol
On 4/16/20, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > doc/filters.texi | 34 ++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_untile.c | 198 +++ >

[FFmpeg-devel] [PATCH] lavfi: add untile filter.

2020-04-16 Thread Nicolas George
Signed-off-by: Nicolas George --- doc/filters.texi | 34 ++ libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_untile.c | 198 +++ tests/fate/filter-video.mak | 3 + tests/ref/fate/filter-untile |