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-29avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-22avcodec/mathops: Move bitswap_32() to its only userAndreas 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-15s302m: convert to new channel layout APIAnton Khirnov
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-05-05avcodec/s302menc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt
2021-05-02avcodec/s302menc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2015-12-23avcodec/s302menc: comment out allowed channel layoutsPaul B Mahol
2015-12-20avcodec/s302menc: check if buf_size can actually be put into 16bit sizePaul B Mahol
2015-12-20avcodec/s302menc: set supported channel layouts by codecPaul B Mahol
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-02-26Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri
2014-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-29avcodec: fix old codec idsMichael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-05-24s302menc: unbreak compilationPaul B Mahol
2013-05-24s302menc: fix bits_per_raw_sample for 21, 22 & 23 casePaul B Mahol
2013-05-23s302m encoderDarryl Wallace