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

Wang, Fei W fei.w.wang at intel.com
Mon Jul 20 05:10:21 EEST 2020



> -----Original Message-----
> From: Andriy Gelman <andriy.gelman at gmail.com>
> Sent: Tuesday, July 7, 2020 12:27 PM
> To: Wang, Fei W <fei.w.wang at intel.com>
> Cc: FFmpeg development discussions and patches <ffmpeg-devel at ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] swscale: Add swscale
> input/output support for X2RGB10LE
> 
> 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=c721b4
> > > > > 5014
> > > > > 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.
I have send another mail thread to fix the fail, could you help to review? Thanks.

> >
> > @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.
Thanks, Andriy.

> 
> --
> Andriy


More information about the ffmpeg-devel mailing list