summaryrefslogtreecommitdiff
path: root/libavcodec/mvha.c
Commit message (Expand)AuthorAgeFilesLines
* 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