summaryrefslogtreecommitdiff
path: root/libavcodec/mv30.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: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/mv30: Inline constantsAndreas Rheinhardt2020-12-08
* avcodec/mv30: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/mv30: Don't check for errors for complete VLCsAndreas Rheinhardt2020-11-24
* avcodec/mv30: Use unsigned in idct_1d()Michael Niedermayer2020-11-21
* avcodec/mv30: Fix multiple integer overflowsMichael Niedermayer2020-10-17
* avcodec/mv30: Fix several integer overflows in idct_1d()Michael Niedermayer2020-09-29
* avcodec/mv30: Check remaining mask in decode_inter()Michael Niedermayer2020-09-17
* avcodec/mv30: Fix integer overflows in idct2_1d()Michael Niedermayer2020-07-02
* avcodec/mv30: check mode_size vs. input spaceMichael Niedermayer2020-06-14
* avcodec/mv30: Fix multiple integer overflows in idct_1d()Michael Niedermayer2020-06-04
* avcodec/mv30: Do not allow MVs outside the allocated imageMichael Niedermayer2020-06-04
* avcodec/mv30: fix warning: suggest braces around initialization of subobject ...Limin Wang2020-05-14
* avcodec/mv30: use aandcttablesPeter Ross2020-04-17
* avcodec/mv30: remove unused table elementsPeter Ross2020-04-17
* avcodec: add MV30 decoderPaul B Mahol2020-04-10