summaryrefslogtreecommitdiff
path: root/libavcodec/texturedsp.c
Commit message (Expand)AuthorAgeFilesLines
* libavcodec/texturedsp : indent after add rgtc1u_alpha funcMartin Vignali2017-10-161-13/+13
* libavcodec/texturedsp : add rgtc1u_alpha decoding funcMartin Vignali2017-10-161-9/+32
* avcodec/texturedsp: Fix runtime error: left shift of 255 by 24 places cannot ...Michael Niedermayer2017-05-121-1/+1
* avcodec/texturedsp: Fix runtime error: left shift of 218 by 24 places cannot ...Michael Niedermayer2017-05-101-1/+1
* avcodec/texturedsp: Fix multiple runtime error: left shift of 255 by 24 place...Michael Niedermayer2017-05-071-1/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | lavc/texturedsp: replace rint by lrintGanesh Ajjanagadde2015-12-261-1/+2
* | Merge commit 'fdd5c48ebdec489ec9e84eee547fefa50c3ad53c'Hendrik Leppkes2015-11-291-1/+4
|\ \ | |/
| * texturedsp: Explicitly cast RGBA parameters to unsignedVittorio Giovara2015-11-241-1/+4
* | avcodec/texturedsp: fix undefined shiftJames Almer2015-07-261-1/+1
* | avcodec/texturedsp: Add protective () to RGBA() macroMichael Niedermayer2015-06-231-1/+1
|/
* Introduce a TextureDSP moduleVittorio Giovara2015-06-221-0/+610