summaryrefslogtreecommitdiff
path: root/libavcodec/texturedsp.c
Commit message (Collapse)AuthorAge
* avcodec/texturedsp: fix undefined shiftJames Almer2015-07-26
| | | | | | | Silences warnings when using -Wshift-overflow (GCC 6+) Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/texturedsp: Add protective () to RGBA() macroMichael Niedermayer2015-06-23
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Introduce a TextureDSP moduleVittorio Giovara2015-06-22
This module implements generic texture decompression from different families (DXTC, RGTC, BCn) and texture compression DXTC 1, 3, and 5. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>