Re: [FFmpeg-devel] [PATCH 4/7] lavfi/vf_spp: convert to the video_enc_params API

2020-12-04 Thread Michael Niedermayer
On Fri, Nov 27, 2020 at 03:38:51PM +0100, Anton Khirnov wrote: > Quoting Michael Niedermayer (2020-10-09 19:17:06) > > On Fri, Oct 09, 2020 at 08:13:24AM +0200, Anton Khirnov wrote: > > > Quoting Michael Niedermayer (2020-10-06 00:15:06) > > > > On Mon, Oct 05, 2020 at 10:26:24AM +0200, Anton Khirn

Re: [FFmpeg-devel] [PATCH 4/7] lavfi/vf_spp: convert to the video_enc_params API

2020-12-04 Thread Anton Khirnov
ping Michael, do you still object to this set? If not, I am going to push it. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-dev

Re: [FFmpeg-devel] [PATCH 4/7] lavfi/vf_spp: convert to the video_enc_params API

2020-11-27 Thread Anton Khirnov
Quoting Michael Niedermayer (2020-10-09 19:17:06) > On Fri, Oct 09, 2020 at 08:13:24AM +0200, Anton Khirnov wrote: > > Quoting Michael Niedermayer (2020-10-06 00:15:06) > > > On Mon, Oct 05, 2020 at 10:26:24AM +0200, Anton Khirnov wrote: > > > > Quoting Michael Niedermayer (2020-10-03 20:23:02) > >

Re: [FFmpeg-devel] [PATCH 4/7] lavfi/vf_spp: convert to the video_enc_params API

2020-10-09 Thread Michael Niedermayer
On Fri, Oct 09, 2020 at 08:13:24AM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2020-10-06 00:15:06) > > On Mon, Oct 05, 2020 at 10:26:24AM +0200, Anton Khirnov wrote: > > > Quoting Michael Niedermayer (2020-10-03 20:23:02) > > > > On Fri, Oct 02, 2020 at 08:03:28PM +0200, Anton Khirn

Re: [FFmpeg-devel] [PATCH 4/7] lavfi/vf_spp: convert to the video_enc_params API

2020-10-08 Thread Anton Khirnov
Quoting Michael Niedermayer (2020-10-06 00:15:06) > On Mon, Oct 05, 2020 at 10:26:24AM +0200, Anton Khirnov wrote: > > Quoting Michael Niedermayer (2020-10-03 20:23:02) > > > On Fri, Oct 02, 2020 at 08:03:28PM +0200, Anton Khirnov wrote: > > > > --- > > > > libavfilter/Makefile| 2 +- > >

Re: [FFmpeg-devel] [PATCH 4/7] lavfi/vf_spp: convert to the video_enc_params API

2020-10-05 Thread Michael Niedermayer
On Mon, Oct 05, 2020 at 10:26:24AM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2020-10-03 20:23:02) > > On Fri, Oct 02, 2020 at 08:03:28PM +0200, Anton Khirnov wrote: > > > --- > > > libavfilter/Makefile| 2 +- > > > libavfilter/vf_spp.c| 57

Re: [FFmpeg-devel] [PATCH 4/7] lavfi/vf_spp: convert to the video_enc_params API

2020-10-05 Thread Anton Khirnov
Quoting Michael Niedermayer (2020-10-03 20:23:02) > On Fri, Oct 02, 2020 at 08:03:28PM +0200, Anton Khirnov wrote: > > --- > > libavfilter/Makefile| 2 +- > > libavfilter/vf_spp.c| 57 - > > libavfilter/vf_spp.h| 3 +- > > tests/fate/fi

Re: [FFmpeg-devel] [PATCH 4/7] lavfi/vf_spp: convert to the video_enc_params API

2020-10-03 Thread Michael Niedermayer
On Fri, Oct 02, 2020 at 08:03:28PM +0200, Anton Khirnov wrote: > --- > libavfilter/Makefile| 2 +- > libavfilter/vf_spp.c| 57 - > libavfilter/vf_spp.h| 3 +- > tests/fate/filter-video.mak | 4 +-- > 4 files changed, 29 insertions(+),

[FFmpeg-devel] [PATCH 4/7] lavfi/vf_spp: convert to the video_enc_params API

2020-10-02 Thread Anton Khirnov
--- libavfilter/Makefile| 2 +- libavfilter/vf_spp.c| 57 - libavfilter/vf_spp.h| 3 +- tests/fate/filter-video.mak | 4 +-- 4 files changed, 29 insertions(+), 37 deletions(-) diff --git a/libavfilter/Makefile b/libavfilter/Makefile i