summaryrefslogtreecommitdiff
path: root/libavcodec/fmvc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-2/+2
* avcodec/fmvc: Move frame allocation to a later stageMichael Niedermayer2022-09-101-6/+15
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/fmvc: avoid copying uninitialized dataMichael Niedermayer2021-02-141-0/+2
* 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