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-08-22avcodec/audiotoolboxenc: return AVERROR_EXTERNAL immediately when encode errorSteven Liu
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-06-24avcodec/audiotoolboxenc: return external error if encode failedSteven Liu
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas 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-15avcodec/audiotoolboxenc: add missing AVCodec.ch_layoutsJames Almer
2022-03-15avcodec/audiotoolboxenc: use the correct macros for standard channel layoutsJames Almer
2022-03-15avcodec/audiotoolboxenc: Fix the use of FF_ARRAY_ELEMSMartin Storsjö
2022-03-15avcodec/audiotoolboxenc: use the correct function nameJames Almer
2022-03-15audiotoolbox: convert to new channel layout APIAnton Khirnov
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-23avcodec/audiotoolboxenc: Remove AV_CODEC_CAP_DR1Andreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-20All: update names in copyright headersrcombs
2020-05-21avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer
2020-04-16avcodec: Add explicit capability flag for encoder flushingPhilip Langdale
2018-01-03lavc/audiotoolboxenc: fix noise in encoded audioJiejun Zhang
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2016-06-17lavc/audiotoolboxenc: fix dropped frames on iOSRick Kern
2016-04-02lavc/audiotoolboxenc: allow setting maxrate with pre-10.9 deployment targetsRodger Combs
2016-04-02lavc/audiotoolboxenc: fix iOS buildRodger Combs
2016-04-02lavc/audiotoolboxenc: fix a number of config issuesRodger Combs
2016-04-02lavc/audiotoolboxenc: remove unneeded packet metadataRodger Combs
2016-03-26avcodec/audiotoolboxenc: Fix compile error on OS X 10.8.Dan Dennedy
2016-03-22lavc: add AudioToolbox encodersRodger Combs