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_get_buffer() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas 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/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
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2019-10-10avcodec/scpr: Check minimum size of type 17Michael Niedermayer
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-08-11avcodec/scpr: Use av_memcpy_backptr() in type 17 and 33Michael Niedermayer
2019-05-24avcodec/scpr: fix checking ret value of decode_run_iMarton Balint
2019-05-09avcodec/scpr: check remaining data after decodeMichael Niedermayer
2019-04-28avcodec/scpr: avoid using uninitialized valuePaul B Mahol
2019-03-20avcodec/scpr: Perform frame copy laterMichael Niedermayer
2019-03-07avcodec/scpr: Fix use of uninitialized variableMichael Niedermayer
2018-11-19avcodec/scpr: add version 3 supportPaul B Mahol
2018-09-30avcodec/scpr: Skip frames which change nothingMichael Niedermayer
2018-09-09avcodec/scpr: stop checking for overread twicePaul B Mahol
2018-09-07avcodec/scpr: make sure count and min are validPaul B Mahol
2018-09-01avcodec/scpr: refactor repeated code into decode_units()Paul B Mahol
2018-08-30avcodec/scpr: error out if run length is <= 0Paul B Mahol
2018-08-16avcodec/scpr: Check for min > max in decompress_p()Michael Niedermayer
2018-04-02avcodec/scpr: fix decoding of prev+top-topleft prediction in keyframesPaul B Mahol
2018-04-02avcodec/scpr: check for possible out of array accessPaul B Mahol
2018-02-11avcodec/scpr: Fix reading a pixel before the firstMichael Niedermayer
2017-09-10avcodec/scpr: optimize shift loop.Michael Niedermayer
2017-07-07scpr: Added missing error checkDerek Buitenhuis
2017-05-17avcodec/scpr: mask bits to prevent out of array readMichael Niedermayer
2017-05-13avcodec/scpr: Fix multiple runtime error: index 256 out of bounds for type 'u...Michael Niedermayer
2017-05-11avcodec/scpr: Check y in first line loop in decompress_i()Michael Niedermayer
2017-05-09avcodec/scpr: Fix multiple runtime error: signed integer overflow: 2147483647...Michael Niedermayer
2017-03-12avcodec/scpr: use correct linesize for prev framePaul B Mahol
2017-03-03avcodec/scpr: fix top left prediction for special case when x is 0 for keyframesPaul B Mahol
2017-02-27avcodec/scpr: check if total_freq is 0 in decode0Paul B Mahol
2017-02-27avcodec/scpr: add support for older versionPaul B Mahol
2017-02-24avcodec/scpr: remove 4 dead storePaul B Mahol
2017-02-24avcodec/scpr: improve motion vectors checking for out of buffer writePaul B Mahol
2017-02-24avcodec/scpr: make sure that component value is <= 0x1F for 16 bpcPaul B Mahol
2017-02-23avcodec/scpr: improve check for out of range motion vectorsPaul B Mahol
2017-02-23avcodec/scpr: check that current row is in valid rangePaul B Mahol
2017-02-23avcodec/scpr: do not allow out of array access for 16bit casePaul B Mahol
2017-02-23avcodec: add ScreenPressor decoderPaul B Mahol