summaryrefslogtreecommitdiff
path: root/libavcodec/texturedsp.h
Commit message (Collapse)AuthorAge
* avcodec/texturedsp : add rgtc1u gray decodingMartin Vignali2017-11-25
| | | | decode rgtc1 block in gray8 picture
* libavcodec/texturedsp : indent after add rgtc1u_alpha funcMartin Vignali2017-10-16
| | | | Signed-off-by: Tom Butterworth <bangnoise@gmail.com>
* libavcodec/texturedsp : add rgtc1u_alpha decoding funcMartin Vignali2017-10-16
| | | | | | | this func decode an rgtc1 texture and overwrite only the alpha channel of the dest RGBA picture Signed-off-by: Tom Butterworth <bangnoise@gmail.com>
* Merge commit '8337e0c57345f24cf6471220e5f8a0ea21b7c1d0'Michael Niedermayer2015-06-22
| | | | | | | * commit '8337e0c57345f24cf6471220e5f8a0ea21b7c1d0': Introduce a TextureDSP module Merged-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>