summaryrefslogtreecommitdiff
path: root/libavcodec/smcenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-1/+1
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+1
* avcodec/smcenc: improve compression ratio a littlePaul B Mahol2022-12-021-12/+13
* avcodec/smcenc: fix errors with using intra after inter skipPaul B Mahol2022-12-021-3/+5
* avcodec/smcenc: fix silly typoPaul B Mahol2022-12-011-1/+1
* avcodec/smcenc: fixes for width not multiple of 4Paul B Mahol2022-12-011-9/+10
* avcodec/smcenc: fix encoding of width not multiple of 4Paul B Mahol2022-11-301-18/+36
* avcodec/smcenc: unbreak skip blocks for inter codingPaul B Mahol2022-11-131-3/+4
* avcodec/smcenc: more y<height checks to fix invalid readsPaul B Mahol2022-11-131-4/+13
* avcodec/smcenc: stop accessing out of bounds framePaul B Mahol2022-11-121-4/+14
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-0/+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: 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-1/+1
* avcodec/smcenc: Move PutByteContext to stackAndreas Rheinhardt2021-11-201-7/+7
* avcodec: add SMC encoderPaul B Mahol2021-08-181-0/+563