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

Paul B Mahol onemda at gmail.com
Fri May 15 16:34:24 EEST 2020


On 4/16/20, Nicolas George <george at nsup.org> wrote:
> Signed-off-by: Nicolas George <george at nsup.org>
> ---
>  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 |  13 +++
>  6 files changed, 250 insertions(+)
>  create mode 100644 libavfilter/vf_untile.c
>  create mode 100644 tests/ref/fate/filter-untile
>


When to apply?


More information about the ffmpeg-devel mailing list