summaryrefslogtreecommitdiff
path: root/libavcodec/midivid.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/midivid: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/midivid: only multiple of 4 width/height are possiblePaul B Mahol2020-02-131-0/+3
* avcodec/midivid: improve decoding of widths not multiple of 32Paul B Mahol2020-02-131-6/+8
* avcodec/midivid: Check vector indexMichael Niedermayer2020-02-091-0/+2
* lavc/midivid: check return value of init_get_bits8()Zhong Li2019-12-231-2/+4
* avcodec: add mvdv video decoderPaul B Mahol2019-11-271-0/+283