summaryrefslogtreecommitdiff
path: root/libavcodec/midivid.c
Commit message (Expand)AuthorAge
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/midivid: Perform lzss_uncompress() before ff_reget_buffer()Michael Niedermayer2022-08-28
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-27
* 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/midivid: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/midivid: only multiple of 4 width/height are possiblePaul B Mahol2020-02-13
* avcodec/midivid: improve decoding of widths not multiple of 32Paul B Mahol2020-02-13
* avcodec/midivid: Check vector indexMichael Niedermayer2020-02-09
* lavc/midivid: check return value of init_get_bits8()Zhong Li2019-12-23
* avcodec: add mvdv video decoderPaul B Mahol2019-11-27