summaryrefslogtreecommitdiff
path: root/libavcodec/arbc.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_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-6/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+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-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/arbc: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/arbc: Skip tiles in fill_tileX() which are completely outsideMichael Niedermayer2019-06-041-0/+3
* avcodec/arbc: Try to correct keyframe/frame typeMichael Niedermayer2019-04-241-12/+19
* avcodec/arbc: Skip unchanged framesMichael Niedermayer2019-04-241-1/+1
* avcodec/arbc: Check nb_segments before allocating and copying frameMichael Niedermayer2019-03-201-6/+9
* lavc/arbc: Use AV_WB24() where applicable.Carl Eugen Hoyos2019-03-201-12/+8
* avcodec/arbc: Check nb_tiles against dimensionsMichael Niedermayer2019-02-251-0/+6
* avcodec/arbc: clear decoder state when seekingJames Almer2019-01-281-0/+8
* avcodec: add ARBC decoderPaul B Mahol2019-01-271-0/+204