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