summaryrefslogtreecommitdiff
path: root/libavcodec/smcenc.c
Commit message (Expand)AuthorAge
* avcodec/smcenc: unbreak skip blocks for inter codingPaul B Mahol2022-11-13
* avcodec/smcenc: more y<height checks to fix invalid readsPaul B Mahol2022-11-13
* avcodec/smcenc: stop accessing out of bounds framePaul B Mahol2022-11-12
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas 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: 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/smcenc: Move PutByteContext to stackAndreas Rheinhardt2021-11-20
* avcodec: add SMC encoderPaul B Mahol2021-08-18