summaryrefslogtreecommitdiff
path: root/libavcodec/wcmv.c
Commit message (Expand)AuthorAge
* 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