summaryrefslogtreecommitdiff
path: root/libavcodec/wcmv.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/wcmv: Use ff_inflate_init/end()Andreas Rheinhardt2022-03-19
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/wcmv: prevent frame copying when outputting duplicate framesJames Almer2019-09-04
* Revert "avcodec/wcmv: Avoid copying frames if they are unchanged"James Almer2019-09-04
* avcodec/wcmv: use ff_reget_buffer()James Almer2019-09-04
* avcodec/wcmv: check remaining space vs. blocksMichael Niedermayer2019-06-21
* avcodec/wcmv: Avoid copying frames if they are unchangedMichael Niedermayer2019-02-25
* avcodec/wcmv: Copy/Init frame laterMichael Niedermayer2019-02-25
* avcodec/wcmv: Fix integer overflowsMichael Niedermayer2018-09-30
* avcodec/wcmv: fix output on big-endian with rgb565 formatPaul B Mahol2018-09-08
* avcodec: add WinCAM Motion Video decoderPaul B Mahol2018-08-27