| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/movtextenc: Check for existence of font name before using it | Charlie Monroe | 2021-12-11 | 1 | -2/+4 |
* | avcodec/movtextenc: Simplify writing a single char | Andreas Rheinhardt | 2021-12-02 | 1 | -1/+1 |
* | avcodec/movtextenc: Remove redundant byte count | Andreas Rheinhardt | 2021-12-02 | 1 | -6/+2 |
* | avcodec/movtextenc: Fix encoding of subtitles with multiple rects | Andreas Rheinhardt | 2021-12-02 | 1 | -5/+3 |
* | avcodec/movtextenc: Check for too long subtitles | Andreas Rheinhardt | 2021-12-02 | 1 | -0/+2 |
* | avcodec/movtextenc: Reset AVBPrint at the beginning, not end of encoding | Andreas Rheinhardt | 2021-12-02 | 1 | -12/+6 |
* | avcodec/movtextenc: Fix infinite loop due to variable truncation | Andreas Rheinhardt | 2021-12-02 | 1 | -4/+4 |
* | avcodec/ass_split: Rename ff_ass_split_dialog2->ff_ass_split_dialog | Andreas Rheinhardt | 2021-08-08 | 1 | -1/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec/movtextenc, srtenc, webvttenc: Mark encoders as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/(movtext|srt|ttml|webvtt)enc: Reindent after previous commit | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+6 |
* | avcodec: Remove deprecated ASS with inline timing | Andreas Rheinhardt | 2021-04-27 | 1 | -13/+0 |
* | avcodec/movtextenc: Check for too many styles | Andreas Rheinhardt | 2021-02-24 | 1 | -1/+1 |
* | avcodec/movtextenc: Cleanup generically on init failure | Andreas Rheinhardt | 2020-10-19 | 1 | -9/+5 |
* | avcodec/movtextenc: Remove redundant function parameters | Andreas Rheinhardt | 2020-10-19 | 1 | -12/+11 |
* | avcodec/movtextenc: Simplify writing to AVBPrint | Andreas Rheinhardt | 2020-10-19 | 1 | -87/+66 |
* | avcodec/movtextenc: Fix undefined left shifts outside the range of int | Andreas Rheinhardt | 2020-10-19 | 1 | -1/+1 |
* | avcodec/movtextenc: Fix memleak on (re)allocation error | Andreas Rheinhardt | 2020-10-19 | 1 | -74/+50 |
* | avcodec/movtextenc: Don't presume every style to have a font | Andreas Rheinhardt | 2020-10-19 | 1 | -2/+6 |
* | avcodec/movtextenc: Reset array counter after freeing array | Andreas Rheinhardt | 2020-10-19 | 1 | -0/+1 |
* | avcodec/movtextenc: Fix potential use of uninitialized value | Andreas Rheinhardt | 2020-10-19 | 1 | -1/+1 |
* | avcodec/movtextenc: cosmetics | Andriy Gelman | 2020-10-15 | 1 | -7/+7 |
* | avcodec/movtextenc: fix writing to bytestream on BE arches | Andriy Gelman | 2020-10-15 | 1 | -6/+11 |
* | lavc/movtextenc: return more meaningful error codes | John Stebbins | 2020-04-10 | 1 | -2/+2 |
* | lavc/movtextenc: handle changes to hilight alpha | John Stebbins | 2020-04-10 | 1 | -9/+28 |
* | lavc/movtextenc: add option to scale fontsize with height | John Stebbins | 2020-04-10 | 1 | -1/+29 |
* | lavc/movtextenc: add font name handling | John Stebbins | 2020-04-10 | 1 | -50/+203 |
* | lavc/movtextenc: simplify initialization of new style record | John Stebbins | 2020-04-10 | 1 | -9/+4 |
* | lavc/movtextenc: handle cancel overrides callback | John Stebbins | 2020-04-10 | 1 | -9/+34 |
* | lavc/movtextenc: add font size tag handling | John Stebbins | 2020-04-10 | 1 | -9/+30 |
* | lavc/movtextenc: add alpha tag handling | John Stebbins | 2020-04-10 | 1 | -1/+24 |
* | lavc/movtextenc: add color tag handling | John Stebbins | 2020-04-10 | 1 | -4/+24 |
* | lavc/movtextenc: init style record from ASS dialog style | John Stebbins | 2020-04-10 | 1 | -10/+50 |
* | lavc/movtextenc: fix unclosed style records | John Stebbins | 2020-04-10 | 1 | -0/+7 |
* | lavc/movtextenc: simplify style record updates | John Stebbins | 2020-04-10 | 1 | -69/+62 |
* | lavc/movtextenc: keep values in native byte order till written | John Stebbins | 2020-04-10 | 1 | -16/+22 |
* | lavc/movtextenc: use correct color component order | John Stebbins | 2020-04-10 | 1 | -3/+7 |
* | movtextenc: fix handling of utf-8 subtitles | Philip Langdale | 2018-03-29 | 1 | -2/+28 |
* | avcodec/movtextenc: Ignore unmatched closing style tags | Philip Langdale | 2017-04-23 | 1 | -0/+6 |
* | lavc: reindent a few decoders after previous commits | Clément Bœsch | 2016-02-26 | 1 | -4/+3 |
* | lavc: deprecate decoded ass subtitles with timings | Clément Bœsch | 2016-02-26 | 1 | -1/+6 |
* | lavc: allow subtitle text format to be ASS without timing | Clément Bœsch | 2016-02-26 | 1 | -1/+11 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | movtextenc.c: Add support for text highlighting | Niklesh | 2015-07-21 | 1 | -0/+60 |
* | movtextenc.c: Reorganize the code for easier maintenance | Niklesh | 2015-07-21 | 1 | -39/+65 |
* | movtextenc.c: Support for Bold, Italic and Underlined Styles | Niklesh | 2015-06-27 | 1 | -21/+165 |
* | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -1/+1 |
* | avcodec/movtextenc: allocate padding for extradata | Michael Niedermayer | 2014-05-18 | 1 | -1/+1 |
* | movtextenc: fix pointer messup and out of array accesses | Michael Niedermayer | 2013-02-05 | 1 | -2/+6 |