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-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
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
2021-12-22avcodec/rawenc: suppport frame thread for rawvideoLimin Wang
2021-09-28avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt
2021-05-05avcodec/rawenc: Allow user-supplied buffersAndreas Rheinhardt
2021-05-02avcodec/rawenc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2017-03-17avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp
2016-08-13lavc/raw: Support QT b64a ARGB64 rawvideo.Carl Eugen Hoyos
2015-11-04avcodec/rawenc: Cast argument for av_image_copy_to_buffer() to constMichael Niedermayer
2015-10-22Merge commit 'fcc1280acb6e6f682b34c2101b075b82f83d71ba'Hendrik Leppkes
2015-10-21rawenc: Replace avpicture functions with imgutilsLuca Barbato
2015-09-05avcodec/rawenc: Use AVFrame parameters instead of AVCodecContextMichael Niedermayer
2015-08-03avcodec/rawenc: Use ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-07-05avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2()Michael Niedermayer
2015-04-29Merge commit 'a09c499a2e25ded575cb9f37528384402be86ad8'Michael Niedermayer
2015-04-29rawenc: properly allocate coded_frameAnton Khirnov
2014-09-09avcodec/rawenc: drop sizeof(AVFrame) dependencyMichael Niedermayer
2014-02-20Merge commit '984e3398662d460e15904f9e4a6df9ef759070cb'Michael Niedermayer
2014-02-20avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-10-12Merge commit '50ba57e0ce63d9904269ea0728936a0c79f8bfb5'Michael Niedermayer
2012-10-12lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-22rawenc: : switch to ff_alloc_packet2()Michael Niedermayer
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09rawenc: switch to encode2().Anton Khirnov
2012-01-29rawenc: initialize coded_frame via avcodec_get_frame_defaults.Reimar Döffinger
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini