Re: [FFmpeg-devel] [PATCH] swscale: add NV16 input/output

2022-08-02 Thread Matthieu Bouron
On Thu, Jul 14, 2022 at 8:10 PM Michael Niedermayer wrote: > On Fri, Jul 01, 2022 at 10:08:14AM +0200, Matthieu Bouron wrote: > > On Sat, Jun 11, 2022 at 5:35 PM Michael Niedermayer < > mich...@niedermayer.cc> > > wrote: > > > > > On Fri, Jun 10, 2022 at 04:11:10PM +0200, Matthieu Bouron wrote: >

Re: [FFmpeg-devel] [PATCH] swscale: add NV16 input/output

2022-07-18 Thread Anton Khirnov
Quoting Michael Niedermayer (2022-07-14 20:09:54) > On Fri, Jul 01, 2022 at 10:08:14AM +0200, Matthieu Bouron wrote: > > On Sat, Jun 11, 2022 at 5:35 PM Michael Niedermayer > > wrote: > > > > > On Fri, Jun 10, 2022 at 04:11:10PM +0200, Matthieu Bouron wrote: > > > > On Thu, Jun 2, 2022 at 9:13 PM

Re: [FFmpeg-devel] [PATCH] swscale: add NV16 input/output

2022-07-14 Thread Michael Niedermayer
On Fri, Jul 01, 2022 at 10:08:14AM +0200, Matthieu Bouron wrote: > On Sat, Jun 11, 2022 at 5:35 PM Michael Niedermayer > wrote: > > > On Fri, Jun 10, 2022 at 04:11:10PM +0200, Matthieu Bouron wrote: > > > On Thu, Jun 2, 2022 at 9:13 PM Michael Niedermayer < > > mich...@niedermayer.cc> > > > wrote

Re: [FFmpeg-devel] [PATCH] swscale: add NV16 input/output

2022-07-12 Thread Matthieu Bouron
Le ven. 1 juil. 2022, 10:08, Matthieu Bouron a écrit : > On Sat, Jun 11, 2022 at 5:35 PM Michael Niedermayer < > mich...@niedermayer.cc> wrote: > >> On Fri, Jun 10, 2022 at 04:11:10PM +0200, Matthieu Bouron wrote: >> > On Thu, Jun 2, 2022 at 9:13 PM Michael Niedermayer < >> mich...@niedermayer.cc

Re: [FFmpeg-devel] [PATCH] swscale: add NV16 input/output

2022-07-01 Thread Matthieu Bouron
On Sat, Jun 11, 2022 at 5:35 PM Michael Niedermayer wrote: > On Fri, Jun 10, 2022 at 04:11:10PM +0200, Matthieu Bouron wrote: > > On Thu, Jun 2, 2022 at 9:13 PM Michael Niedermayer < > mich...@niedermayer.cc> > > wrote: > > > > > On Wed, Jun 01, 2022 at 10:33:37PM +0200, Matthieu Bouron wrote: >

Re: [FFmpeg-devel] [PATCH] swscale: add NV16 input/output

2022-06-11 Thread Michael Niedermayer
On Fri, Jun 10, 2022 at 04:11:10PM +0200, Matthieu Bouron wrote: > On Thu, Jun 2, 2022 at 9:13 PM Michael Niedermayer > wrote: > > > On Wed, Jun 01, 2022 at 10:33:37PM +0200, Matthieu Bouron wrote: > > > --- > > > libswscale/input.c | 1 + > > > libswscale/utils.c

Re: [FFmpeg-devel] [PATCH] swscale: add NV16 input/output

2022-06-10 Thread Matthieu Bouron
On Thu, Jun 2, 2022 at 9:13 PM Michael Niedermayer wrote: > On Wed, Jun 01, 2022 at 10:33:37PM +0200, Matthieu Bouron wrote: > > --- > > libswscale/input.c | 1 + > > libswscale/utils.c | 1 + > > libswscale/version.h | 2 +- > > te

Re: [FFmpeg-devel] [PATCH] swscale: add NV16 input/output

2022-06-02 Thread Michael Niedermayer
On Wed, Jun 01, 2022 at 10:33:37PM +0200, Matthieu Bouron wrote: > --- > libswscale/input.c | 1 + > libswscale/utils.c | 1 + > libswscale/version.h | 2 +- > tests/ref/fate/filter-pixdesc-nv16 | 1 + > tests/ref/fate/filter-pi