Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-07-12avcodec/pixlet: consider minimum plane header in the minimal packet sizeMichael Niedermayer
2022-07-09avcodec: Add const to decoder packet data pointersAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn()Michael Niedermayer
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-09avcodec: Constify some AVPacketsAndreas Rheinhardt
2020-09-06avcodec/pixlet: postprocess luma using precalculated lutPaul B Mahol
2020-06-14avcodec/pixlet: Fix log(0) checkMichael Niedermayer
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2017-10-13lavc/pixlet: remove unecessary intermediate nb_levels variableClément Bœsch
2017-10-13lavc/pixlet: reduce diff with Libav (cosmetics only)Clément Bœsch
2017-08-20avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2()Michael Niedermayer
2017-08-18avcodec/pixlet: fixes integer overflow in read_highpass()Michael Niedermayer
2017-07-28avcodec/pixlet: Simplify nbits computationMichael Niedermayer
2017-05-27avcodec/pixlet: Fix runtime error: signed integer overflow: 2147483647 + 32 c...Michael Niedermayer
2017-05-18avcodec/pixlet: Fix reading invalid numbers of bitsMichael Niedermayer
2017-05-14avcodec/pixlet: Fixes: runtime error: signed integer overflow: 92039543234197...Michael Niedermayer
2017-05-11avcodec/pixlet: Fix runtime error: signed integer overflow: 436207616 * -5160...Michael Niedermayer
2017-05-05avcodec/pixlet: Fix shift exponent 4294967268 is too large for 32-bit type 'int'Michael Niedermayer
2017-04-10avcodec/pixlet: Reorder rlen checkMichael Niedermayer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-07avcodec/pixlet: fix architecture-dependent code and valuesVittorio Giovara
2017-01-19avcodec/pixlet: use av_clip_uintp2_c explicitlyPaul B Mahol
2017-01-19avcodec/pixlet: use av_clip_uintp2()Paul B Mahol
2017-01-19avcodec/pixlet: clip chroma before shiftingPaul B Mahol
2016-12-24avcodec/pixlet: simplify lowpass_prediction() functionPaul B Mahol
2016-12-24avcodec/pixlet: make sure scaling factors are not zeroPaul B Mahol
2016-12-24avcodec/pixlet: avoid some overflowsPaul B Mahol
2016-12-24avcodec/pixlet: fix undefined behaviour in postprocess_chromaPaul B Mahol
2016-12-23avcodec/pixlet: check out of bounds pfx valuePaul B Mahol
2016-12-23avcodec/pixlet: remove unnecessary double to float conversionJames Almer
2016-12-23avcodec: add Apple Pixlet decoderPaul B Mahol