summaryrefslogtreecommitdiff
path: root/libavcodec/movtextenc.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/movtextenc: Check for existence of font name before using itCharlie Monroe2021-12-11
* avcodec/movtextenc: Simplify writing a single charAndreas Rheinhardt2021-12-02
* avcodec/movtextenc: Remove redundant byte countAndreas Rheinhardt2021-12-02
* avcodec/movtextenc: Fix encoding of subtitles with multiple rectsAndreas Rheinhardt2021-12-02
* avcodec/movtextenc: Check for too long subtitlesAndreas Rheinhardt2021-12-02
* avcodec/movtextenc: Reset AVBPrint at the beginning, not end of encodingAndreas Rheinhardt2021-12-02
* avcodec/movtextenc: Fix infinite loop due to variable truncationAndreas Rheinhardt2021-12-02
* avcodec/ass_split: Rename ff_ass_split_dialog2->ff_ass_split_dialogAndreas Rheinhardt2021-08-08
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/movtextenc, srtenc, webvttenc: Mark encoders as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/(movtext|srt|ttml|webvtt)enc: Reindent after previous commitAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated ASS with inline timingAndreas Rheinhardt2021-04-27
* avcodec/movtextenc: Check for too many stylesAndreas Rheinhardt2021-02-24
* avcodec/movtextenc: Cleanup generically on init failureAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Remove redundant function parametersAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Simplify writing to AVBPrintAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Fix undefined left shifts outside the range of intAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Fix memleak on (re)allocation errorAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Don't presume every style to have a fontAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Reset array counter after freeing arrayAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Fix potential use of uninitialized valueAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: cosmeticsAndriy Gelman2020-10-15
* avcodec/movtextenc: fix writing to bytestream on BE archesAndriy Gelman2020-10-15
* lavc/movtextenc: return more meaningful error codesJohn Stebbins2020-04-10
* lavc/movtextenc: handle changes to hilight alphaJohn Stebbins2020-04-10
* lavc/movtextenc: add option to scale fontsize with heightJohn Stebbins2020-04-10
* lavc/movtextenc: add font name handlingJohn Stebbins2020-04-10
* lavc/movtextenc: simplify initialization of new style recordJohn Stebbins2020-04-10
* lavc/movtextenc: handle cancel overrides callbackJohn Stebbins2020-04-10
* lavc/movtextenc: add font size tag handlingJohn Stebbins2020-04-10
* lavc/movtextenc: add alpha tag handlingJohn Stebbins2020-04-10
* lavc/movtextenc: add color tag handlingJohn Stebbins2020-04-10
* lavc/movtextenc: init style record from ASS dialog styleJohn Stebbins2020-04-10
* lavc/movtextenc: fix unclosed style recordsJohn Stebbins2020-04-10
* lavc/movtextenc: simplify style record updatesJohn Stebbins2020-04-10
* lavc/movtextenc: keep values in native byte order till writtenJohn Stebbins2020-04-10
* lavc/movtextenc: use correct color component orderJohn Stebbins2020-04-10
* movtextenc: fix handling of utf-8 subtitlesPhilip Langdale2018-03-29
* avcodec/movtextenc: Ignore unmatched closing style tagsPhilip Langdale2017-04-23
* lavc: reindent a few decoders after previous commitsClément Bœsch2016-02-26
* lavc: deprecate decoded ass subtitles with timingsClément Bœsch2016-02-26
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-26
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
* movtextenc.c: Add support for text highlightingNiklesh2015-07-21
* movtextenc.c: Reorganize the code for easier maintenanceNiklesh2015-07-21