| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/imm4: Inline constants | Andreas Rheinhardt | 2020-12-08 | 1 | -4/+5 |
* | avcodec/imm4: Reduce the size of tables used to initialize VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -52/+38 |
* | avcodec/imm4: Make better use of symbols table | Andreas Rheinhardt | 2020-12-08 | 1 | -2/+2 |
* | avcodec/imm4: Don't use too big VLC table | Andreas Rheinhardt | 2020-11-24 | 1 | -2/+5 |
* | avcodec/imm4: flush prev_frame after seeking | Paul B Mahol | 2019-04-13 | 1 | -0/+8 |
* | avcodec/imm4: Unreference previous frame on frame size change | Michael Niedermayer | 2019-03-10 | 1 | -5/+7 |
* | avcodec/imm4: fix artifacts on some files with special coding mode | Paul B Mahol | 2019-03-07 | 1 | -21/+22 |
* | avcodec/imm4: add support for mid-stream size changes | Paul B Mahol | 2019-03-06 | 1 | -12/+15 |
* | avcodec/imm4: Use ff_set_dimensions() | Michael Niedermayer | 2018-11-10 | 1 | -2/+3 |
* | avcodec/imm4: improve decoding of some files | Paul B Mahol | 2018-10-14 | 1 | -15/+49 |
* | avcodec/imm4: stop using FAAN idct | Paul B Mahol | 2018-10-12 | 1 | -8/+15 |
* | avcodec: add IMM4 decoder | Paul B Mahol | 2018-08-21 | 1 | -0/+501 |