summaryrefslogtreecommitdiff
path: root/libavcodec/movtextenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* movtextenc.c: Reorganize the code for easier maintenanceNiklesh2015-07-211-39/+65
* movtextenc.c: Support for Bold, Italic and Underlined StylesNiklesh2015-06-271-21/+165
* Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* avcodec/movtextenc: allocate padding for extradataMichael Niedermayer2014-05-181-1/+1
* movtextenc: fix pointer messup and out of array accessesMichael Niedermayer2013-02-051-2/+6
* Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-181-3/+2
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* movtextenc: Remove dangling reference to movtext.hPhilip Langdale2012-08-041-1/+1
* movtextenc: 3GPP TS 26.245 Timed Text Encoder.Philip Langdale2012-08-041-0/+162