summaryrefslogtreecommitdiffstats
path: root/libavcodec/fmvc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | | | * commit '95a8a03a191204c3ca5c8cf6b69ab166765d5ff3': Add FM Screen Capture Codec decoder Merged-by: James Almer <jamrial@gmail.com>
| * Add FM Screen Capture Codec decoderPaul B Mahol2017-04-131-0/+636
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* avcodec/fmvc: Fix use of uninitialized memory when the first frame is not a ↵Max Justicz2017-05-231-2/+2
| | | | | | | | keyframe Fixes: fmvc-poc.avi Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/fmvc: Fix off by 1 errorMichael Niedermayer2017-05-171-1/+1
| | | | | | | | Fixes: out of array access Fixes: 1643/clusterfuzz-testcase-minimized-6117573403869184 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/fmvc: Check nb_blocksMichael Niedermayer2017-05-131-0/+3
| | | | | | | | Fixes: out of array read Fixes: 1508/clusterfuzz-testcase-minimized-5011336327069696 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/fmvc: small refactoring in decode_type1()Diego Biurrun2017-03-211-8/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/fmvc: initialize opcode to 0Paul B Mahol2017-02-241-2/+2
| | | | | | It shouldn't really matter but it doesn't hurt. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/fmvc: fix decoding of odd size videosPaul B Mahol2017-02-171-2/+2
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec: add FM Screen Capture Codec decoderPaul B Mahol2017-02-121-0/+631
Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud