summaryrefslogtreecommitdiff
path: root/libavcodec/pixlet.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-3/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* avcodec/pixlet: consider minimum plane header in the minimal packet sizeMichael Niedermayer2022-07-121-1/+1
* avcodec: Add const to decoder packet data pointersAndreas Rheinhardt2022-07-091-2/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn()Michael Niedermayer2022-03-211-2/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-5/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-091-1/+1
* avcodec/pixlet: postprocess luma using precalculated lutPaul B Mahol2020-09-061-8/+26
* avcodec/pixlet: Fix log(0) checkMichael Niedermayer2020-06-141-1/+1
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-16/+0
* lavc/pixlet: remove unecessary intermediate nb_levels variableClément Bœsch2017-10-131-5/+5
* lavc/pixlet: reduce diff with Libav (cosmetics only)Clément Bœsch2017-10-131-127/+144
* avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2()Michael Niedermayer2017-08-201-1/+1
* avcodec/pixlet: fixes integer overflow in read_highpass()Michael Niedermayer2017-08-181-0/+3
* avcodec/pixlet: Simplify nbits computationMichael Niedermayer2017-07-281-2/+2
* avcodec/pixlet: Fix runtime error: signed integer overflow: 2147483647 + 32 c...Michael Niedermayer2017-05-271-0/+4
* avcodec/pixlet: Fix reading invalid numbers of bitsMichael Niedermayer2017-05-181-0/+2
* avcodec/pixlet: Fixes: runtime error: signed integer overflow: 92039543234197...Michael Niedermayer2017-05-141-1/+1
* avcodec/pixlet: Fix runtime error: signed integer overflow: 436207616 * -5160...Michael Niedermayer2017-05-111-1/+1
* 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