summaryrefslogtreecommitdiff
path: root/libavcodec/fmvc.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: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/fmvc: avoid copying uninitialized dataMichael Niedermayer2021-02-14
* avcodec/fmvc: Check if header fields are available before allocating the imageMichael Niedermayer2019-06-21
* avcodec/fmvc: use correct pixel format on big-endian for 16 bppPaul B Mahol2018-09-08
* Merge commit '95a8a03a191204c3ca5c8cf6b69ab166765d5ff3'James Almer2017-10-27
|\
| * Add FM Screen Capture Codec decoderPaul B Mahol2017-04-13
* avcodec/fmvc: Fix use of uninitialized memory when the first frame is not a k...Max Justicz2017-05-23
* avcodec/fmvc: Fix off by 1 errorMichael Niedermayer2017-05-17
* avcodec/fmvc: Check nb_blocksMichael Niedermayer2017-05-13
* avcodec/fmvc: small refactoring in decode_type1()Diego Biurrun2017-03-21
* avcodec/fmvc: initialize opcode to 0Paul B Mahol2017-02-24
* avcodec/fmvc: fix decoding of odd size videosPaul B Mahol2017-02-17
* avcodec: add FM Screen Capture Codec decoderPaul B Mahol2017-02-12