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-09-03avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_dvdsub_parse_palette() to new header dvdsub.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-06-08avcodec/dvdsubdec, dvbsubdec: remove bitmap dumping in DEBUG buildssoftworkz
2022-05-24avcodec/dvdsubdec: use avpriv_fopen_utf8() instead of plain fopen()softworkz
2022-04-09avcodec/dvdsubdec: fix incorrect yellow appearance of dvd subtitlessoftworkz
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-12avcodec/dvdsubdec: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-05-12avcodec/dvdsubdec: Remove unnecessary close functionAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt
2020-02-05lavc/dvdsubdec: Move palette parsing to new functionMichael Kuron
2018-12-15avcodec/dvdsubdec: discard accumulated buffer on errorMichael Niedermayer
2018-09-20avcodec/dvdsubdec: Sanity check len in decode_rle()Michael Niedermayer
2018-09-15avcodec/dvdsubdec: Avoid branch in decode_run_8bit()Michael Niedermayer
2018-07-02avcodec/dvdsubdec: Check for fully transparent rectangles earlierMichael Niedermayer
2017-05-05avcodec/dvdsubdec: Fix runtime error: left shift of 242 by 24 places cannot b...Michael Niedermayer
2017-04-07avcodec/dvdsubdec: Fixes 2 runtime error: left shift of 170 by 24 places cann...Michael Niedermayer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2016-10-26avcodec/dvdsubdec: Fix off by 1 errorMichael Niedermayer
2016-10-26avcodec/dvdsubdec: Fix buf_size checkMichael Niedermayer
2016-09-18avcodec/dvdsubdec: ignore h <= 1 case, to properly decode subtitlePaul B Mahol
2015-12-06avcodec/dvdsubdec: fix typo in dlog messageGanesh Ajjanagadde
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-22avcodec/dvdsubdec: Fix types for offset1/2 in ff_dlog()Michael Niedermayer
2015-11-22Merge commit '5c30ae1a09b66179e16694f6137658023ed1fef3'Derek Buitenhuis
2015-11-17dvdsubdec: Validate the RLE offsetsLuca Barbato
2015-11-11dvdsubdec: validate offset2 similar to offset1Andreas Cadhalpun
2015-10-22Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes
2015-10-21lavc: Add data and linesize to AVSubtitleRectVittorio Giovara
2015-09-22avcodec/dvdsubdec: don't use a NULL log contextwm4
2015-09-22avcodec/dvdsubdec: reject some broken packetswm4
2015-09-22avcodec/dvdsub: fix partial packet assemblywm4
2015-09-21avcodec/dvdsubdec: fix indentationwm4
2015-05-28dvdsubdec: implement flushingwm4
2015-05-28dvdsubdec: reset buffer size on invalid over-large packetswm4
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-18Merge commit 'ec17782e17de1e8501ca213e276dfe5412ff1d11'Michael Niedermayer
2015-02-17dvdsubdec: Check memory allocationsVittorio Giovara
2015-01-08avcodec/dvdsubdec: fix accessing dangling pointerswm4
2015-01-08avcodec/dvdsubdec: error on bitmaps with size 0wm4
2015-01-05avcodec/dvdsubdec: fix out of bounds accesseswm4
2014-12-13avcodec/dvdsubdec: Avoid strerror() due to thread safteyMichael Niedermayer