summaryrefslogtreecommitdiff
path: root/libavcodec/imm4.c
Commit message (Expand)AuthorAge
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/imm4: Inline constantsAndreas Rheinhardt2020-12-08
* avcodec/imm4: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/imm4: Make better use of symbols tableAndreas Rheinhardt2020-12-08
* avcodec/imm4: Don't use too big VLC tableAndreas Rheinhardt2020-11-24
* avcodec/imm4: flush prev_frame after seekingPaul B Mahol2019-04-13
* avcodec/imm4: Unreference previous frame on frame size changeMichael Niedermayer2019-03-10
* avcodec/imm4: fix artifacts on some files with special coding modePaul B Mahol2019-03-07
* avcodec/imm4: add support for mid-stream size changesPaul B Mahol2019-03-06
* avcodec/imm4: Use ff_set_dimensions()Michael Niedermayer2018-11-10
* avcodec/imm4: improve decoding of some filesPaul B Mahol2018-10-14
* avcodec/imm4: stop using FAAN idctPaul B Mahol2018-10-12
* avcodec: add IMM4 decoderPaul B Mahol2018-08-21