summaryrefslogtreecommitdiff
path: root/libavcodec/rasc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* 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-1/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* 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-4/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/rasc: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-191-28/+21
* avcodec/rasc: Fix potential use of uninitialized valueAndreas Rheinhardt2021-10-071-0/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-091-7/+7
* avcodec/rasc: Check frame before clearingMichael Niedermayer2021-01-081-0/+3
* avcodec/rasc: Check input size in decode_fint()Michael Niedermayer2019-11-091-0/+2
* avcodec/rasc: Move ff_get_buffer() after frame checksMichael Niedermayer2019-01-311-3/+3
* avcodec/rasc: Check uncompressed dlta sizeMichael Niedermayer2019-01-311-0/+2
* avcodec/rasc: Check that the number of moves is less than or equal the number...Michael Niedermayer2018-12-161-1/+1
* avcodec/rasc: Check input space before reading chunkMichael Niedermayer2018-12-141-0/+3
* avcodec/rasc: unref both frames on reinitMichael Niedermayer2018-10-031-1/+1
* avcodec/rasc: Fix off by 1 error in vertical coordinateMichael Niedermayer2018-10-031-3/+3
* avcodec: add RemotelyAnywhere Screen Capture decoderPaul B Mahol2018-09-081-0/+812