| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Constify some AVPackets | Andreas Rheinhardt | 2021-03-09 | 1 | -1/+1 |
* | avcodec/pixlet: postprocess luma using precalculated lut | Paul B Mahol | 2020-09-06 | 1 | -8/+26 |
* | avcodec/pixlet: Fix log(0) check | Michael Niedermayer | 2020-06-14 | 1 | -1/+1 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -16/+0 |
* | lavc/pixlet: remove unecessary intermediate nb_levels variable | Clément Bœsch | 2017-10-13 | 1 | -5/+5 |
* | lavc/pixlet: reduce diff with Libav (cosmetics only) | Clément Bœsch | 2017-10-13 | 1 | -127/+144 |
* | avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2() | Michael Niedermayer | 2017-08-20 | 1 | -1/+1 |
* | avcodec/pixlet: fixes integer overflow in read_highpass() | Michael Niedermayer | 2017-08-18 | 1 | -0/+3 |
* | avcodec/pixlet: Simplify nbits computation | Michael Niedermayer | 2017-07-28 | 1 | -2/+2 |
* | avcodec/pixlet: Fix runtime error: signed integer overflow: 2147483647 + 32 c... | Michael Niedermayer | 2017-05-27 | 1 | -0/+4 |
* | avcodec/pixlet: Fix reading invalid numbers of bits | Michael Niedermayer | 2017-05-18 | 1 | -0/+2 |
* | avcodec/pixlet: Fixes: runtime error: signed integer overflow: 92039543234197... | Michael Niedermayer | 2017-05-14 | 1 | -1/+1 |
* | avcodec/pixlet: Fix runtime error: signed integer overflow: 436207616 * -5160... | Michael Niedermayer | 2017-05-11 | 1 | -1/+1 |
* | avcodec/pixlet: Fix shift exponent 4294967268 is too large for 32-bit type 'int' | Michael Niedermayer | 2017-05-05 | 1 | -2/+2 |
* | avcodec/pixlet: Reorder rlen check | Michael Niedermayer | 2017-04-10 | 1 | -1/+1 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -2/+3 |
* | avcodec/pixlet: fix architecture-dependent code and values | Vittorio Giovara | 2017-03-07 | 1 | -27/+30 |
* | avcodec/pixlet: use av_clip_uintp2_c explicitly | Paul B Mahol | 2017-01-19 | 1 | -2/+2 |
* | avcodec/pixlet: use av_clip_uintp2() | Paul B Mahol | 2017-01-19 | 1 | -2/+2 |
* | avcodec/pixlet: clip chroma before shifting | Paul B Mahol | 2017-01-19 | 1 | -2/+2 |
* | avcodec/pixlet: simplify lowpass_prediction() function | Paul B Mahol | 2016-12-24 | 1 | -10/+7 |
* | avcodec/pixlet: make sure scaling factors are not zero | Paul B Mahol | 2016-12-24 | 1 | -2/+8 |
* | avcodec/pixlet: avoid some overflows | Paul B Mahol | 2016-12-24 | 1 | -2/+2 |
* | avcodec/pixlet: fix undefined behaviour in postprocess_chroma | Paul B Mahol | 2016-12-24 | 1 | -2/+2 |
* | avcodec/pixlet: check out of bounds pfx value | Paul B Mahol | 2016-12-23 | 1 | -0/+2 |
* | avcodec/pixlet: remove unnecessary double to float conversion | James Almer | 2016-12-23 | 1 | -3/+3 |
* | avcodec: add Apple Pixlet decoder | Paul B Mahol | 2016-12-22 | 1 | -0/+672 |