summaryrefslogtreecommitdiff
path: root/libavcodec/pixlet.c
Commit message (Expand)AuthorAge
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* avcodec/pixlet: fix architecture-dependent code and valuesVittorio Giovara2017-03-07
* avcodec/pixlet: use av_clip_uintp2_c explicitlyPaul B Mahol2017-01-19
* avcodec/pixlet: use av_clip_uintp2()Paul B Mahol2017-01-19
* avcodec/pixlet: clip chroma before shiftingPaul B Mahol2017-01-19
* avcodec/pixlet: simplify lowpass_prediction() functionPaul B Mahol2016-12-24
* avcodec/pixlet: make sure scaling factors are not zeroPaul B Mahol2016-12-24
* avcodec/pixlet: avoid some overflowsPaul B Mahol2016-12-24
* avcodec/pixlet: fix undefined behaviour in postprocess_chromaPaul B Mahol2016-12-24
* avcodec/pixlet: check out of bounds pfx valuePaul B Mahol2016-12-23
* avcodec/pixlet: remove unnecessary double to float conversionJames Almer2016-12-23
* avcodec: add Apple Pixlet decoderPaul B Mahol2016-12-22