[FFmpeg-devel] [PATCH] avfilter: implement halve filter

Paul B Mahol onemda at gmail.com
Tue Feb 14 21:49:02 EET 2017


On 2/14/17, Daniel Oberhoff <danieloberhoff at googlemail.com> wrote:
> filter strictly "halves" the image efficiently, which is often exactly what
> is needed
> likely much faster than using scale
> fully slice parallelized
>
> Signed-off-by: Daniel Oberhoff <daniel at danieloberhoff.de>
> ---
>  libavfilter/Makefile     |   1 +
>  libavfilter/allfilters.c |   1 +
>  libavfilter/vf_halve.c   | 367
> +++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 369 insertions(+)
>  create mode 100644 libavfilter/vf_halve.c
>

I see big cargo cult here.

No need to use framesync for 1-1 case.


More information about the ffmpeg-devel mailing list