summaryrefslogtreecommitdiff
path: root/libavcodec/pixlet.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/pixlet: consider minimum plane header in the minimal packet sizeMichael Niedermayer2022-07-12
* avcodec: Add const to decoder packet data pointersAndreas Rheinhardt2022-07-09
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn()Michael Niedermayer2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* avcodec/pixlet: postprocess luma using precalculated lutPaul B Mahol2020-09-06
* avcodec/pixlet: Fix log(0) checkMichael Niedermayer2020-06-14
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* lavc/pixlet: remove unecessary intermediate nb_levels variableClément Bœsch2017-10-13
* lavc/pixlet: reduce diff with Libav (cosmetics only)Clément Bœsch2017-10-13
* avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2()Michael Niedermayer2017-08-20
* avcodec/pixlet: fixes integer overflow in read_highpass()Michael Niedermayer2017-08-18
* avcodec/pixlet: Simplify nbits computationMichael Niedermayer2017-07-28
* avcodec/pixlet: Fix runtime error: signed integer overflow: 2147483647 + 32 c...Michael Niedermayer2017-05-27
* avcodec/pixlet: Fix reading invalid numbers of bitsMichael Niedermayer2017-05-18
* avcodec/pixlet: Fixes: runtime error: signed integer overflow: 92039543234197...Michael Niedermayer2017-05-14
* avcodec/pixlet: Fix runtime error: signed integer overflow: 436207616 * -5160...Michael Niedermayer2017-05-11
* avcodec/pixlet: Fix shift exponent 4294967268 is too large for 32-bit type 'int'Michael Niedermayer2017-05-05
* avcodec/pixlet: Reorder rlen checkMichael Niedermayer2017-04-10
* 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