summaryrefslogtreecommitdiffstats
path: root/libavcodec/texturedsp.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc/texturedsp: replace rint by lrintGanesh Ajjanagadde2015-12-261-1/+2
| | | | | | avoids float to int cast. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* Merge commit 'fdd5c48ebdec489ec9e84eee547fefa50c3ad53c'Hendrik Leppkes2015-11-291-1/+4
|\ | | | | | | | | | | | | * commit 'fdd5c48ebdec489ec9e84eee547fefa50c3ad53c': texturedsp: Explicitly cast RGBA parameters to unsigned Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * texturedsp: Explicitly cast RGBA parameters to unsignedVittorio Giovara2015-11-241-1/+4
| | | | | | | | | | Silences warnings when using -Wshift-overflow (GCC 6+). Found-by: James Almer <jamrial@gmail.com>
* | avcodec/texturedsp: fix undefined shiftJames Almer2015-07-261-1/+1
| | | | | | | | | | | | | | 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-231-1/+1
|/ | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Introduce a TextureDSP moduleVittorio Giovara2015-06-221-0/+610
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>
OpenPOWER on IntegriCloud