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
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
2014-11-22Merge commit 'd466d82faaf6e0e57a3a4be5e38e3902ef251ac3'Michael Niedermayer
2014-11-21dvdsubdec: Do not leak on failure pathLuca Barbato
2014-11-16avcodec/dvdsubdec: Check all fseek()s return codesMichael Niedermayer
2014-11-15avcodec/dvdsubdec: New option for obtaining global palette from .IFO file (ex...Shin-ichi Toyama
2014-09-22libavcodec/dvdsubdec: Add option forced_subs_only to only decode forced subti...Nicholas Robbins
2014-09-20avcodec/dvdsubdec: fix VD/SD identifier nameMichael Niedermayer
2014-08-16avcodec/dvdsubdec: Dont mix integers with pointersMichael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-07-31avcodec/dvdsubdec: free subtitle rectangles if nothing is outputMichael Niedermayer
2014-07-04avcodec/dvdsubdec: fix alpha in debuging codeOliver Fromme
2014-07-04avcodec/dvdsubdec: Fix off-by-one errorOliver Fromme
2014-04-05Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer
2014-04-04Remove a number of unnecessary dsputil.h #includesDiego Biurrun
2014-03-14Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2013-12-10dvdsub_parse_extradata: fix memleakMichael Niedermayer
2013-11-08libavcodec/dvdsubdec: remove exit() call in debug codeMichael Niedermayer
2013-11-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-07Remove #undefs for formerly forbidden system functionsDiego Biurrun
2013-11-01Merge commit 'd6da372984c87fd6288c148c291065d6032ceda3'Michael Niedermayer