[FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter
James Almer
jamrial at gmail.com
Tue Aug 20 00:25:36 EEST 2019
On 8/13/2019 10:14 PM, Eugene Lyapustin wrote:
> Signed-off-by: Eugene Lyapustin <unishifft at gmail.com>
> ---
> doc/filters.texi | 137 +++
> libavfilter/Makefile | 1 +
> libavfilter/allfilters.c | 1 +
> libavfilter/vf_v360.c | 1847 ++++++++++++++++++++++++++++++++++++++
> 4 files changed, 1986 insertions(+)
> create mode 100644 libavfilter/vf_v360.c
>
> diff --git a/doc/filters.texi b/doc/filters.texi
Shouldn't this make use of the AVSphericalMapping frame side data if
available?
More information about the ffmpeg-devel
mailing list