[FFmpeg-devel] [PATCH 1/1] avfilter: add panorama filter
Paul B Mahol
onemda at gmail.com
Thu Mar 8 11:41:43 EET 2018
On 3/8/18, Hazem Ashmawy <hazem.s.ashmawy at gmail.com> wrote:
> Add filter to convert between various panorama projections. It supports
> Equirectangular and Cubemaps (3x2 and 6x1 cubemap layouts).
>
> commit a8d80408bd9d99542cc29f30d7e6b00771846029
> Author: Hazem Ashmawy <hazem.s.ashmawy at gmail.com>
> Date: Thu Mar 8 10:09:36 2018 +0200
>
> avfilter: add convertion to/from cubemap 6x1
>
> Signed-off-by: Hazem Ashmawy <hazem.s.ashmawy at gmail.com>
>
> commit f9f6a6cc0ceb1a4e749041658b7a441696b82588
> Author: Paul B Mahol <onemda at gmail.com>
> Date: Thu Dec 3 21:15:13 2015 +0100
>
> avfilter: add panorama filter
>
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>
> Signed-off-by: Hazem Ashmawy <hazem.s.ashmawy at gmail.com>
> ---
> libavfilter/Makefile | 1 +
> libavfilter/allfilters.c | 1 +
> libavfilter/vf_panorama.c | 553
> ++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 555 insertions(+)
> create mode 100644 libavfilter/vf_panorama.c
>
OK, just had too much whitespaces inserted somehow somewhere, always
check you do not have trailing whitespaces.
More information about the ffmpeg-devel
mailing list