summaryrefslogtreecommitdiff
path: root/libavcodec/m101.c
Commit message (Expand)AuthorAge
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-04
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/m101: Move checks before ff_get_buffer()Michael Niedermayer2022-08-28
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-27
* 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/m101: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/m101: Fix off be 2 errorMichael Niedermayer2019-06-29
* lavc: Remove CR/LF from avpriv_request_sample() calls.Carl Eugen Hoyos2016-12-03
* avcodec/m101: Ask for samples with too small extradata_sizeMichael Niedermayer2016-05-18
* avcodec/m101: Check BPS valueMichael Niedermayer2016-05-18
* avcodec/m101: simplify 8bit codeMichael Niedermayer2016-05-07
* avcodec/m101: remove unneeded zeroing of priv_data_sizeMichael Niedermayer2016-05-07
* avcodec/m101: Simplify if() conditionMichael Niedermayer2016-05-07
* avcodec: add M101 decoderMichael Niedermayer2016-05-06