Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-24avcodec/imm4: Remove useless ScanTableAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-12-08avcodec/imm4: Inline constantsAndreas Rheinhardt
2020-12-08avcodec/imm4: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt
2020-12-08avcodec/imm4: Make better use of symbols tableAndreas Rheinhardt
2020-11-24avcodec/imm4: Don't use too big VLC tableAndreas Rheinhardt
2019-04-13avcodec/imm4: flush prev_frame after seekingPaul B Mahol
2019-03-10avcodec/imm4: Unreference previous frame on frame size changeMichael Niedermayer
2019-03-07avcodec/imm4: fix artifacts on some files with special coding modePaul B Mahol
2019-03-06avcodec/imm4: add support for mid-stream size changesPaul B Mahol
2018-11-11avcodec/imm4: Use ff_set_dimensions()Michael Niedermayer
2018-10-14avcodec/imm4: improve decoding of some filesPaul B Mahol
2018-10-12avcodec/imm4: stop using FAAN idctPaul B Mahol
2018-08-21avcodec: add IMM4 decoderPaul B Mahol