summaryrefslogtreecommitdiff
path: root/libavcodec/rasc.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/rasc: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec/rasc: Fix potential use of uninitialized valueAndreas Rheinhardt2021-10-07
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* avcodec/rasc: Check frame before clearingMichael Niedermayer2021-01-08
* avcodec/rasc: Check input size in decode_fint()Michael Niedermayer2019-11-09
* avcodec/rasc: Move ff_get_buffer() after frame checksMichael Niedermayer2019-01-31
* avcodec/rasc: Check uncompressed dlta sizeMichael Niedermayer2019-01-31
* avcodec/rasc: Check that the number of moves is less than or equal the number...Michael Niedermayer2018-12-16
* avcodec/rasc: Check input space before reading chunkMichael Niedermayer2018-12-14
* avcodec/rasc: unref both frames on reinitMichael Niedermayer2018-10-03
* avcodec/rasc: Fix off by 1 error in vertical coordinateMichael Niedermayer2018-10-03
* avcodec: add RemotelyAnywhere Screen Capture decoderPaul B Mahol2018-09-08