summaryrefslogtreecommitdiff
path: root/libavcodec/mvha.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/mvha: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/mvha: Check remaining bits in VLC decode loopMichael Niedermayer2020-02-09
* libavcodec/mvha: Check height before applying median predictorMichael Niedermayer2020-02-09
* avcodec/mvha: fix warning: variable 'size' set but not usedLimin Wang2019-12-27
* avcodec/mvha: Check remaining space when reading VLC table probabilitiesMichael Niedermayer2019-12-06
* lavc/mvha: Check init_get_bits8() for failureJun Zhao2019-11-29
* avcodec: add mvha video decoderPaul B Mahol2019-11-27