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-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Constify AVPacket in decode_sub cbAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Add FFCodec.decode_subAndreas 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-16avcodec/xsubdec: Use dedicated pointer for AVSubtitleRectAndreas Rheinhardt
2021-12-16avcodec/xsubdec: Cleanup generically upon allocation errorAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt
2020-12-04avcodec/xsubdec: Mark decoder as init-threadsafeAndreas Rheinhardt
2020-03-25avcodec/xsubdec: replace data_size with got_sub_ptr for better readabilityLimin Wang
2019-11-09avcodec/xsubdec: fix overflow in alpha handlingMichael Niedermayer
2017-05-23avcodec/xsubdec: Check that RLE coded image and colors fit in the bufferMichael Niedermayer
2017-02-03avcodec/xsubdec: use init_get_bits8()Paul B Mahol
2016-06-21Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376'Clément Bœsch
2016-05-11Reduce the scope of some variablesDiego Biurrun
2015-10-22Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes
2015-10-21lavc: Add data and linesize to AVSubtitleRectVittorio Giovara
2015-06-01Merge commit '522d971c7f5921bebcea2fc50e67056afdabb951'Michael Niedermayer
2015-05-31xsub: Check memory allocationVittorio Giovara
2015-01-19avcodec/xsubdec: Check av_mallocz() return codesMichael Niedermayer
2015-01-08Merge commit '5a1addd7c1d8ff218ed4b84f4f02fdb83980094c'Michael Niedermayer
2015-01-07xsub: Support DXSA subtitlesAlexandre Colucci
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-26xsub: feed init_get_bits the whole bufferAlexandre Colucci
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-23xsubdec: print frame size when too smallMichael Niedermayer
2011-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-04cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-05-02Fix init_get_bits length argument for init_get_bits.Alexandre Colucci
2011-04-27Fix decoding of DXSA subtitles.Alexandre Colucci
2011-04-12add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini