summaryrefslogtreecommitdiff
path: root/libavcodec/imm4.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-5/+5
* avcodec/imm4: Remove useless ScanTableAndreas Rheinhardt2022-10-241-15/+9
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-3/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+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
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec/imm4: Inline constantsAndreas Rheinhardt2020-12-081-4/+5
* avcodec/imm4: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt2020-12-081-52/+38
* avcodec/imm4: Make better use of symbols tableAndreas Rheinhardt2020-12-081-2/+2
* avcodec/imm4: Don't use too big VLC tableAndreas Rheinhardt2020-11-241-2/+5
* avcodec/imm4: flush prev_frame after seekingPaul B Mahol2019-04-131-0/+8
* avcodec/imm4: Unreference previous frame on frame size changeMichael Niedermayer2019-03-101-5/+7
* avcodec/imm4: fix artifacts on some files with special coding modePaul B Mahol2019-03-071-21/+22
* avcodec/imm4: add support for mid-stream size changesPaul B Mahol2019-03-061-12/+15
* avcodec/imm4: Use ff_set_dimensions()Michael Niedermayer2018-11-101-2/+3
* avcodec/imm4: improve decoding of some filesPaul B Mahol2018-10-141-15/+49
* avcodec/imm4: stop using FAAN idctPaul B Mahol2018-10-121-8/+15
* avcodec: add IMM4 decoderPaul B Mahol2018-08-211-0/+501