On Tue, Aug 20, 2019 at 7:04 PM James Almer <[email protected]> wrote:
> On 8/20/2019 5:29 AM, Paul B Mahol wrote: > > On Mon, Aug 19, 2019 at 11:31 PM James Almer <[email protected]> wrote: > > > >> On 8/13/2019 10:14 PM, Eugene Lyapustin wrote: > >>> Signed-off-by: Eugene Lyapustin <[email protected]> > >>> --- > >>> 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? > >> > > > > It is extremely limited API. > > It can surely be extended if required. > Yes, it is required first. > > > And due lavfi limitations it can only clear current side data and set > new one. > > Isn't that enough? This filter converts from one projection to another. > Replacing the side data after said conversion to reflect the changes > would be the expected behavior. > Yes. But no guessing of input format is currently possible IMHO. > > > > > > >> _______________________________________________ > >> ffmpeg-devel mailing list > >> [email protected] > >> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > >> > >> To unsubscribe, visit link above, or email > >> [email protected] with subject "unsubscribe". > > _______________________________________________ > > ffmpeg-devel mailing list > > [email protected] > > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > > > To unsubscribe, visit link above, or email > > [email protected] with subject "unsubscribe". > > > > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
