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-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-31avcodec/ilbcdec: Move transient GetBitContext from ctx to stackAndreas Rheinhardt
2022-07-31avcodec/ilbcdec: Fix const correctnessAndreas 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
2022-03-15ilbc: convert to new channel layout APIAnton Khirnov
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-05-02avcodec/ilbcdec: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-12-10avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes
2019-07-08avcodec/ilbcdec: Simplify use of unsigned and fix more undefined overflowsMichael Niedermayer
2019-01-28avcodec/ilbcdec: Fix undefined integer overflow lsf2poly()Michael Niedermayer
2019-01-28avcodec/ilbcdec: Fix integer overflow in construct_vector()Michael Niedermayer
2018-12-23avcodec/ilbcdec: fix integer overflow in energyMichael Niedermayer
2018-10-23avcodec/ilbcdec: Check startindexMichael Niedermayer
2018-10-18avcodec/ilbcdec: Fix multiple integer overflowsMichael Niedermayer
2018-10-18avcodec/ilbcdec: Fix multiple invalid left shiftsMichael Niedermayer
2018-10-18avcodec/ilbcdec: Limit indexes in create_augmented_vector()Michael Niedermayer
2018-09-24avcodec/ilbcdec: fix typo, fixes CID 1439653Paul B Mahol
2018-09-23avcodec: add native iLBC decoderPaul B Mahol