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-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-15interplayacm: convert to new channel layout APIAnton Khirnov
2021-09-04avcodec/interplayacm: fix draining and last frame number of samplesPaul B Mahol
2021-05-02avcodec/interplayacm: Make decoder init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2019-11-09avcodec/interplayacm: Fix overflow of last unused valueMichael Niedermayer
2019-10-25avcodec/interplayacm: Fix integer overflows in juggle()Michael Niedermayer
2018-09-08avcodec/interplayacm: decoder supports init_cleanup capabilityPaul B Mahol
2016-11-01interplayacm: increase bitstream buffer size by AV_INPUT_BUFFER_PADDING_SIZEAndreas Cadhalpun
2016-10-31interplayacm: validate number of channelsAndreas Cadhalpun
2016-10-31interplayacm: check for too large bAndreas Cadhalpun
2016-06-29lavc: move 2 more BITSTREAM_READER_LE definitionsClément Bœsch
2015-11-03avcodec: add Interplay ACM decoderPaul B Mahol