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-01-11avcodec/movtextenc: Fix infinite loop due to variable truncationAndreas Rheinhardt
2021-02-24avcodec/movtextenc: Check for too many stylesAndreas Rheinhardt
2020-10-19avcodec/movtextenc: Cleanup generically on init failureAndreas Rheinhardt
2020-10-19avcodec/movtextenc: Remove redundant function parametersAndreas Rheinhardt
2020-10-19avcodec/movtextenc: Simplify writing to AVBPrintAndreas Rheinhardt
2020-10-19avcodec/movtextenc: Fix undefined left shifts outside the range of intAndreas Rheinhardt
2020-10-19avcodec/movtextenc: Fix memleak on (re)allocation errorAndreas Rheinhardt
2020-10-19avcodec/movtextenc: Don't presume every style to have a fontAndreas Rheinhardt
2020-10-19avcodec/movtextenc: Reset array counter after freeing arrayAndreas Rheinhardt
2020-10-19avcodec/movtextenc: Fix potential use of uninitialized valueAndreas Rheinhardt
2020-10-16avcodec/movtextenc: cosmeticsAndriy Gelman
2020-10-16avcodec/movtextenc: fix writing to bytestream on BE archesAndriy Gelman
2020-04-11lavc/movtextenc: return more meaningful error codesJohn Stebbins
2020-04-10lavc/movtextenc: handle changes to hilight alphaJohn Stebbins
2020-04-10lavc/movtextenc: add option to scale fontsize with heightJohn Stebbins
2020-04-10lavc/movtextenc: add font name handlingJohn Stebbins
2020-04-10lavc/movtextenc: simplify initialization of new style recordJohn Stebbins
2020-04-10lavc/movtextenc: handle cancel overrides callbackJohn Stebbins
2020-04-10lavc/movtextenc: add font size tag handlingJohn Stebbins
2020-04-10lavc/movtextenc: add alpha tag handlingJohn Stebbins
2020-04-10lavc/movtextenc: add color tag handlingJohn Stebbins
2020-04-10lavc/movtextenc: init style record from ASS dialog styleJohn Stebbins
2020-04-10lavc/movtextenc: fix unclosed style recordsJohn Stebbins
2020-04-10lavc/movtextenc: simplify style record updatesJohn Stebbins
2020-04-10lavc/movtextenc: keep values in native byte order till writtenJohn Stebbins
2020-04-10lavc/movtextenc: use correct color component orderJohn Stebbins
2018-03-30movtextenc: fix handling of utf-8 subtitlesPhilip Langdale
2017-04-23avcodec/movtextenc: Ignore unmatched closing style tagsPhilip Langdale
2016-02-27lavc: reindent a few decoders after previous commitsClément Bœsch
2016-02-26lavc: deprecate decoded ass subtitles with timingsClément Bœsch
2016-02-26lavc: allow subtitle text format to be ASS without timingClément Bœsch
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-22movtextenc.c: Add support for text highlightingNiklesh
2015-07-22movtextenc.c: Reorganize the code for easier maintenanceNiklesh
2015-06-27movtextenc.c: Support for Bold, Italic and Underlined StylesNiklesh
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-05-18avcodec/movtextenc: allocate padding for extradataMichael Niedermayer
2013-02-06movtextenc: fix pointer messup and out of array accessesMichael Niedermayer
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-04movtextenc: Remove dangling reference to movtext.hPhilip Langdale
2012-08-04movtextenc: 3GPP TS 26.245 Timed Text Encoder.Philip Langdale