Bug#879076: Clip_Tests.cpp errors

Frédéric Bonnard frediz at debian.org
Tue Mar 13 16:43:03 GMT 2018


Hi,
I had a look at the failures in Clip_Tests.cpp .
Actually comparing with what is done on other architectures, the content
of the frame is already wrong before the effect being applied, that is
the content that is imported from the test .mp4 seems false.
I digged into FFmpegReader.cpp and pixels get wrong content after
sws_scale is called in FFmpegReader::ProcessVideoPacket .
This function comes from libswscale (ffmpeg) .
This library has accelerated altivec code on powerpc for colorspace
conversion and forcing use of software processing there makes the
Clip tests works.

So I'd say there is some issue in
ffmpeg-3.4.2/libswscale/ppc/yuv2rgb_altivec.c or around, that I've not
been able to locate so far.

F.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20180313/4c85e2ba/attachment.sig>


More information about the pkg-multimedia-maintainers mailing list