> -----Original Message----- > From: Andriy Gelman <andriy.gel...@gmail.com> > Sent: Tuesday, July 7, 2020 12:27 PM > To: Wang, Fei W <fei.w.w...@intel.com> > Cc: FFmpeg development discussions and patches <ffmpeg-devel@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-boun...@ffmpeg.org> On Behalf Of > > > Michael Niedermayer > > > Sent: Monday, July 6, 2020 7:47 AM > > > To: ffmpeg-devel@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.w...@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.w...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".