summaryrefslogtreecommitdiffstats
path: root/libavcodec/fmvc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/fmvc: Check if header fields are available before allocating the imageMichael Niedermayer2019-06-211-0/+3
* avcodec/fmvc: use correct pixel format on big-endian for 16 bppPaul B Mahol2018-09-081-1/+1
* Merge commit '95a8a03a191204c3ca5c8cf6b69ab166765d5ff3'James Almer2017-10-271-35/+41
|\
| * Add FM Screen Capture Codec decoderPaul B Mahol2017-04-131-0/+636
* avcodec/fmvc: Fix use of uninitialized memory when the first frame is not a k...Max Justicz2017-05-231-2/+2
* avcodec/fmvc: Fix off by 1 errorMichael Niedermayer2017-05-171-1/+1
* avcodec/fmvc: Check nb_blocksMichael Niedermayer2017-05-131-0/+3
* avcodec/fmvc: small refactoring in decode_type1()Diego Biurrun2017-03-211-8/+4
* avcodec/fmvc: initialize opcode to 0Paul B Mahol2017-02-241-2/+2
* avcodec/fmvc: fix decoding of odd size videosPaul B Mahol2017-02-171-2/+2
* avcodec: add FM Screen Capture Codec decoderPaul B Mahol2017-02-121-0/+631
OpenPOWER on IntegriCloud