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: 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-05-02avcodec: Mark ff_ass_subtitle_header based decoders as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2018-08-12avcodec/microdvddec: limit style characters in parsingMichael Niedermayer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2016-02-26lavc: allow subtitle text format to be ASS without timingClément Bœsch
2016-01-10lavc/ccaption_dec: improve default styleClément Bœsch
2015-11-07avcodec/microdvddec: Check for string end in 'P' caseMichael Niedermayer
2014-11-23avcodec/microdvddec: support non persistent italic marker '/'Clément Bœsch
2014-11-23avcodec/microdvddec: support various broken form of color tagsClément Bœsch
2014-10-20avcodec/ass: add ASS trailing \r\n in one single placeClément Bœsch
2014-10-20avcodec/ass: assume raw=0 in ff_ass_add_rect_bprintClément Bœsch
2014-09-27avcodec/microdvddec: remove old compat codeClément Bœsch
2014-09-21avcodec/microdvddec: add some memory checksClément Bœsch
2014-09-14avcodec/microdvddec: indent fixClément Bœsch
2012-12-31microdvd: sanitize AVPackets.Clément Bœsch
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-06-29lavc/microdvddec: support "DEFAULT" properties.Clément Bœsch
2012-06-15lavc/microdvddec: fix color parsing.Clément Bœsch
2012-06-15lavc/microdvddec: properly reset non persistent color tag.Clément Bœsch
2012-05-29lavc: switch from ts_end to duration in ff_ass_add_rect.Clément Bœsch
2012-04-27lavc: add MicroDVD decoder.Clément Bœsch