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