summaryrefslogtreecommitdiff
path: root/libavcodec/mv30.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mv30: Use unsigned in idct_1d()Michael Niedermayer2021-02-021-1/+1
* avcodec/mv30: Fix multiple integer overflowsMichael Niedermayer2021-02-021-12/+12
* avcodec/mv30: Fix several integer overflows in idct_1d()Michael Niedermayer2021-02-021-17/+17
* avcodec/mv30: Check remaining mask in decode_inter()Michael Niedermayer2021-02-021-1/+6
* avcodec/mv30: Fix integer overflows in idct2_1d()Michael Niedermayer2020-07-091-3/+3
* avcodec/mv30: check mode_size vs. input spaceMichael Niedermayer2020-06-141-0/+3
* avcodec/mv30: Fix multiple integer overflows in idct_1d()Michael Niedermayer2020-06-041-5/+5
* avcodec/mv30: Do not allow MVs outside the allocated imageMichael Niedermayer2020-06-041-2/+2
* avcodec/mv30: fix warning: suggest braces around initialization of subobject ...Limin Wang2020-05-141-2/+2
* avcodec/mv30: use aandcttablesPeter Ross2020-04-171-20/+2
* avcodec/mv30: remove unused table elementsPeter Ross2020-04-171-16/+0
* avcodec: add MV30 decoderPaul B Mahol2020-04-101-0/+749