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