mpv/test/ref
wm4 7832204c99 zimg: add support for 1 bit per pixel formats
Again worthless, slow, and only for libswscale parity.

With this, we support all formats libswscale supports, except bayer
input, and rgb4/bgr4 output. We even support some formats libswscale
doesn't.

It's possible that the zimg wrapper isn't always as fast as libswscale.
But there is optimization potential: the inner repack loops are
self-contained enough that they could be reasonably be implemented in
assembler (probably), and doing everything slice-wise should reduce the
overhead of the separate pack/unpack stages.
2020-04-13 20:42:34 +02:00
..
img_formats.txt test: update img_formats.txt 2020-02-29 01:23:20 +01:00
repack_sws.log
repack_zimg.log zimg: add support for big endian input and output 2020-04-13 15:56:27 +02:00
zimg_formats.txt zimg: add support for 1 bit per pixel formats 2020-04-13 20:42:34 +02:00