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-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas 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-12-16avcodec/decode: Fix leaks upon subtitle decoding errorsAndreas Rheinhardt
2021-12-16avcodec/pgssubdec: Use dedicated pointer for accessesAndreas Rheinhardt
2021-12-16avcodec/pgssubdec: Remove redundant freeing codeAndreas Rheinhardt
2021-12-16avcodec/pgssubdec: Always return error upon allocation errorAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-05-02avcodec/pgssubdec: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt
2020-03-25avcodec/pgssubdec: replace data_size with got_sub_ptr for better readabilityLimin Wang
2020-01-05avcodec/pgssubdec: Free subtitle on errorMichael Niedermayer
2019-02-03avcodec/pgssubdec: Check for duplicate display segmentsMichael Niedermayer
2017-02-01pgssubdec: reset rle_data_len/rle_remaining_len on allocation errorAndreas Cadhalpun
2016-11-24pgssubdec: only set w/h/linesize when allocating dataAndreas Cadhalpun
2016-06-21Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376'Clément Bœsch
2016-06-21Merge commit '885a9d6087315a85d98f7e89656ef01dc7104c4c'Clément Bœsch
2016-05-11Reduce the scope of some variablesDiego Biurrun
2016-05-10pgssub: Fix subpicture colorspace and rangeJan Ekström
2016-04-25pgssubdec: fix subpicture output colorspace and rangeJan Ekström
2015-12-04avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented i...Michael Niedermayer
2015-11-26pgssubdec: fix API compability layerPetri Hintukainen
2015-11-14avcodec/pgssubdec: Check dimensions for 0Michael Niedermayer
2015-10-22Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes
2015-10-21lavc: Add data and linesize to AVSubtitleRectVittorio Giovara
2015-09-12avcodec/pgssubdec: use AV_OPT_TYPE_BOOL for forced_subs_only optionClément Bœsch
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-01-11avcodec/pgssubdec: Use av_malloc*_array()Michael Niedermayer
2014-08-01Merge commit 'd98e6c5d5d80c1dfe0c30f2e73d41a3aea0b920d'Michael Niedermayer
2014-08-01pgssubdec: Check RLE size before copyingMichael Niedermayer
2014-07-12avcodec/pgssubdec: Fix input ptsMichael Niedermayer
2014-06-30avcodec/pgssubdec: remove unused variablesMichael Niedermayer
2014-06-30avcodec/pgssubdec: Check input buffer size in parse_presentation_segment()Michael Niedermayer
2014-06-30Merge commit '253d0be6a1ecc343d29ff8e1df0ddf961ab9c772'Michael Niedermayer
2014-06-30avcodec/pgssubdec: fix end display timeJohn Stebbins
2014-06-30avcodec/pgssubdec: Bail out of decode_rle() if error and AV_EF_EXPLODE is setJohn Stebbins
2014-06-30avcodec/pgssubdec: better error codesJohn Stebbins
2014-06-30avcodec/pgssubdec: Pass AVSubtitleRect to decode_rle()John Stebbins
2014-06-30avcodec/pgssubdec: split out flush_cache()John Stebbins
2014-06-30avcodec/pgssubdec: do not fail when part of the packet is faulty unless AV_EF...John Stebbins
2014-06-30avcodec/pgssubdec: rename PICTURE_SEGMENTJohn Stebbins
2014-06-30pgssubdec: handle more complex PGS scenariosJohn Stebbins
2014-05-22avcodec/pgssubdec: Use av_malloc(z)_array()Michael Niedermayer