summaryrefslogtreecommitdiff
path: root/libavcodec/texturedspenc.c
Commit message (Collapse)AuthorAge
* Mark read-only tables as staticDiego Biurrun2016-05-05
|
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* texturedspenc: Avoid using separate variablesVittorio Giovara2015-11-24
| | | | Use the result directly, removing an unneeded cast.
* textureencdsp: cosmetics: Use normal static const for tablesVittorio Giovara2015-11-24
|
* TextureDSP: fix erroneous condition which produced blocky output for DXTTom Butterworth2015-06-24
|
* 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>