summaryrefslogtreecommitdiff
path: root/libavcodec/midivid.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/midivid: Perform lzss_uncompress() before ff_reget_buffer()Michael Niedermayer2022-08-281-7/+6
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-6/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+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/+2
* 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/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