summaryrefslogtreecommitdiffstats
path: root/libavcodec/pixlet.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/pixlet: Fix shift exponent 4294967268 is too large for 32-bit type 'int'Michael Niedermayer2017-05-051-2/+2
* avcodec/pixlet: Reorder rlen checkMichael Niedermayer2017-04-101-1/+1
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-2/+3
* 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
OpenPOWER on IntegriCloud