summaryrefslogtreecommitdiff
path: root/libavcodec/wcmv.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wcmv: check remaining space vs. blocksMichael Niedermayer2019-06-211-0/+3
* avcodec/wcmv: Avoid copying frames if they are unchangedMichael Niedermayer2019-02-251-1/+3
* avcodec/wcmv: Copy/Init frame laterMichael Niedermayer2019-02-251-10/+10
* avcodec/wcmv: Fix integer overflowsMichael Niedermayer2018-09-301-0/+4
* avcodec/wcmv: fix output on big-endian with rgb565 formatPaul B Mahol2018-09-081-1/+1
* avcodec: add WinCAM Motion Video decoderPaul B Mahol2018-08-271-0/+260