summaryrefslogtreecommitdiff
path: root/libavcodec/arbc.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
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/arbc: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/arbc: Skip tiles in fill_tileX() which are completely outsideMichael Niedermayer2019-06-04
* avcodec/arbc: Try to correct keyframe/frame typeMichael Niedermayer2019-04-24
* avcodec/arbc: Skip unchanged framesMichael Niedermayer2019-04-24
* avcodec/arbc: Check nb_segments before allocating and copying frameMichael Niedermayer2019-03-20
* lavc/arbc: Use AV_WB24() where applicable.Carl Eugen Hoyos2019-03-20
* avcodec/arbc: Check nb_tiles against dimensionsMichael Niedermayer2019-02-25
* avcodec/arbc: clear decoder state when seekingJames Almer2019-01-28
* avcodec: add ARBC decoderPaul B Mahol2019-01-27