summaryrefslogtreecommitdiff
path: root/libavcodec/mvha.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/mvha: Check input size for HUFY before picture allocationMichael Niedermayer2023-01-111-3/+9
* 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-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-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/mvha: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-191-19/+11
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/mvha: Check remaining bits in VLC decode loopMichael Niedermayer2020-02-091-0/+2
* libavcodec/mvha: Check height before applying median predictorMichael Niedermayer2020-02-091-5/+7
* avcodec/mvha: fix warning: variable 'size' set but not usedLimin Wang2019-12-271-0/+3
* avcodec/mvha: Check remaining space when reading VLC table probabilitiesMichael Niedermayer2019-12-061-0/+3
* lavc/mvha: Check init_get_bits8() for failureJun Zhao2019-11-291-1/+3
* avcodec: add mvha video decoderPaul B Mahol2019-11-271-0/+310