summaryrefslogtreecommitdiff
path: root/libavcodec/mv30.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-3/+3
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+1
* 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-3/+2
* 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-2/+1
* 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: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/mv30: Inline constantsAndreas Rheinhardt2020-12-081-1/+1
* avcodec/mv30: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt2020-12-081-6/+4
* avcodec/mv30: Don't check for errors for complete VLCsAndreas Rheinhardt2020-11-241-3/+0
* avcodec/mv30: Use unsigned in idct_1d()Michael Niedermayer2020-11-211-1/+1
* avcodec/mv30: Fix multiple integer overflowsMichael Niedermayer2020-10-171-12/+12
* avcodec/mv30: Fix several integer overflows in idct_1d()Michael Niedermayer2020-09-291-17/+17
* avcodec/mv30: Check remaining mask in decode_inter()Michael Niedermayer2020-09-171-1/+6
* avcodec/mv30: Fix integer overflows in idct2_1d()Michael Niedermayer2020-07-021-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