[FFmpeg-devel] [FFmpeg-cvslog] swscale: Add swscale input/output support for X2RGB10LE

Andriy Gelman andriy.gelman at gmail.com
Tue Jul 7 07:27:05 EEST 2020


On Mon, 06. Jul 02:33, Wang, Fei W wrote:
> 
> 
> > -----Original Message-----
> > From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of
> > Michael Niedermayer
> > Sent: Monday, July 6, 2020 7:47 AM
> > To: ffmpeg-devel at ffmpeg.org
> > Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] swscale: Add swscale
> > input/output support for X2RGB10LE
> > 
> > On Fri, Jun 12, 2020 at 04:57:30PM +0000, Fei Wang wrote:
> > > ffmpeg | branch: master | Fei Wang <fei.w.wang at intel.com> | Wed Apr 22
> > > 13:23:02 2020 +0800| [c721b450141d6bbe1e977212a0bcb70118965c34] |
> > > committer: Lynne
> > >
> > > swscale: Add swscale input/output support for X2RGB10LE
> > >
> > > Signed-off-by: Fei Wang <fei.w.wang at intel.com>
> > >
> > > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c721b45014
> > > > 1d6bbe1e977212a0bcb70118965c34
> > > ---
> > >
> > >  libswscale/input.c                       | 13 ++++++++++++-
> > >  libswscale/output.c                      | 14 ++++++++++++++
> > >  libswscale/utils.c                       |  1 +
> > >  libswscale/yuv2rgb.c                     | 22 ++++++++++++++++++++++
> > >  tests/ref/fate/filter-pixfmts-copy       |  1 +
> > >  tests/ref/fate/filter-pixfmts-crop       |  1 +
> > >  tests/ref/fate/filter-pixfmts-field      |  1 +
> > >  tests/ref/fate/filter-pixfmts-fieldorder |  1 +
> > >  tests/ref/fate/filter-pixfmts-hflip      |  1 +
> > >  tests/ref/fate/filter-pixfmts-il         |  1 +
> > >  tests/ref/fate/filter-pixfmts-null       |  1 +
> > >  tests/ref/fate/filter-pixfmts-pad        |  1 +
> > >  tests/ref/fate/filter-pixfmts-scale      |  1 +
> > >  tests/ref/fate/filter-pixfmts-transpose  |  1 +
> > >  tests/ref/fate/filter-pixfmts-vflip      |  1 +
> > >  15 files changed, 60 insertions(+), 1 deletion(-)
> > 
> > This fails on big endian (mips qemu)
> > 
> > stuff like:
> Thanks, I will try to setup mips qumu to check this. Mostly like it shouldn't execute little endian case on big endian enviroment.
> 
> @Andriy Gelman, I am not sure do we already have big endian test environment in patchwork fate test now? if not, we may consider to add it, so that we can catch the fail before patch merge.

It would be nice to have a big endian test running on the patchwork.
I'll try to set one up.

-- 
Andriy


More information about the ffmpeg-devel mailing list