On Mon, Dec 14, 2020 at 11:41:58AM +0100, Anton Khirnov wrote:
> Quoting Michael Niedermayer (2020-12-14 00:52:06)
> > On Sun, Dec 13, 2020 at 06:22:08PM +0100, Anton Khirnov wrote:
> > > Quoting Michael Niedermayer (2020-12-13 15:03:19)
> > > > On Sun, Dec 13, 2020 at 02:02:33PM +0100, Anton Khirn
Quoting Michael Niedermayer (2020-12-14 00:52:06)
> On Sun, Dec 13, 2020 at 06:22:08PM +0100, Anton Khirnov wrote:
> > Quoting Michael Niedermayer (2020-12-13 15:03:19)
> > > On Sun, Dec 13, 2020 at 02:02:33PM +0100, Anton Khirnov wrote:
> > > > Quoting Paul B Mahol (2020-12-13 13:40:15)
> > > > >
On Sun, Dec 13, 2020 at 06:22:08PM +0100, Anton Khirnov wrote:
> Quoting Michael Niedermayer (2020-12-13 15:03:19)
> > On Sun, Dec 13, 2020 at 02:02:33PM +0100, Anton Khirnov wrote:
> > > Quoting Paul B Mahol (2020-12-13 13:40:15)
> > > > Why? Is it so hard to fix them work with latest API?
> > >
Quoting Michael Niedermayer (2020-12-13 15:03:19)
> On Sun, Dec 13, 2020 at 02:02:33PM +0100, Anton Khirnov wrote:
> > Quoting Paul B Mahol (2020-12-13 13:40:15)
> > > Why? Is it so hard to fix them work with latest API?
> >
> > It is not exactly obvious, since coded_frame is gone. I suppose you
>
On Sun, Dec 13, 2020 at 3:03 PM Michael Niedermayer
wrote:
> On Sun, Dec 13, 2020 at 02:02:33PM +0100, Anton Khirnov wrote:
> > Quoting Paul B Mahol (2020-12-13 13:40:15)
> > > Why? Is it so hard to fix them work with latest API?
> >
> > It is not exactly obvious, since coded_frame is gone. I sup
On Sun, Dec 13, 2020 at 02:02:33PM +0100, Anton Khirnov wrote:
> Quoting Paul B Mahol (2020-12-13 13:40:15)
> > Why? Is it so hard to fix them work with latest API?
>
> It is not exactly obvious, since coded_frame is gone. I suppose you
> could instantiate an encoder and a decoder to work around t
Quoting Paul B Mahol (2020-12-13 13:40:15)
> Why? Is it so hard to fix them work with latest API?
It is not exactly obvious, since coded_frame is gone. I suppose you
could instantiate an encoder and a decoder to work around that, but it
all seems terribly inefficient. Lavfi seems to have some ME c
Why? Is it so hard to fix them work with latest API?
On Sat, Dec 12, 2020 at 5:05 PM Anton Khirnov wrote:
> Hi,
> as we are approaching the next major bump, vf_mcdeint and vf_uspp
> filters are still using deprecated libavcodec APIs.
>
> Does anyone care about preserving and maintaining them? If