summaryrefslogtreecommitdiff
path: root/libavcodec/pixlet.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/pixlet: fix architecture-dependent code and valuesVittorio Giovara2017-03-071-27/+30
* avcodec/pixlet: use av_clip_uintp2_c explicitlyPaul B Mahol2017-01-191-2/+2
* avcodec/pixlet: use av_clip_uintp2()Paul B Mahol2017-01-191-2/+2
* avcodec/pixlet: clip chroma before shiftingPaul B Mahol2017-01-191-2/+2
* avcodec/pixlet: simplify lowpass_prediction() functionPaul B Mahol2016-12-241-10/+7
* avcodec/pixlet: make sure scaling factors are not zeroPaul B Mahol2016-12-241-2/+8
* avcodec/pixlet: avoid some overflowsPaul B Mahol2016-12-241-2/+2
* avcodec/pixlet: fix undefined behaviour in postprocess_chromaPaul B Mahol2016-12-241-2/+2
* avcodec/pixlet: check out of bounds pfx valuePaul B Mahol2016-12-231-0/+2
* avcodec/pixlet: remove unnecessary double to float conversionJames Almer2016-12-231-3/+3
* avcodec: add Apple Pixlet decoderPaul B Mahol2016-12-221-0/+672