]> git.sesse.net Git - ffmpeg/commit
txd: Use the TextureDSP module for decoding
authorVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 19 May 2015 22:54:16 +0000 (23:54 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 22 Jun 2015 14:23:08 +0000 (15:23 +0100)
commitc0b105756f61d253bdabcc2bb49453a2557e7c3b
treeec5832638642045181c71c622307daf3e208f30f
parent8337e0c57345f24cf6471220e5f8a0ea21b7c1d0
txd: Use the TextureDSP module for decoding

Using the internal DXTC routines brings support for non multiple of 4
textures. A new test is added to cover this feature. Hashes differ
since the decoding algorithm is different, though no visual changes
have been spotted.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
configure
libavcodec/Makefile
libavcodec/s3tc.c [deleted file]
libavcodec/s3tc.h [deleted file]
libavcodec/txd.c
tests/fate/video.mak
tests/ref/fate/txd-16bpp
tests/ref/fate/txd-odd [new file with mode: 0644]