60 Commits (5942cf46b6ca4daeff51322ce9fb6e683366a166)

Author SHA1 Message Date
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Charlie Monroe 34aee50a7f avcodec/movtextenc: Check for existence of font name before using it 3 years ago
Andreas Rheinhardt acdfc4bdfb avcodec/movtextenc: Simplify writing a single char 3 years ago
Andreas Rheinhardt c4c9d096ae avcodec/movtextenc: Remove redundant byte count 3 years ago
Andreas Rheinhardt 0bc3c070fb avcodec/movtextenc: Fix encoding of subtitles with multiple rects 3 years ago
Andreas Rheinhardt f8e5e1c523 avcodec/movtextenc: Check for too long subtitles 3 years ago
Andreas Rheinhardt 0b934f8f17 avcodec/movtextenc: Reset AVBPrint at the beginning, not end of encoding 3 years ago
Andreas Rheinhardt bb89a2f64f avcodec/movtextenc: Fix infinite loop due to variable truncation 3 years ago
Andreas Rheinhardt 5ad436fcb9 avcodec/ass_split: Rename ff_ass_split_dialog2->ff_ass_split_dialog 3 years ago
Andreas Rheinhardt 2934a4b9a5 Remove unnecessary avassert.h inclusions 3 years ago
Andreas Rheinhardt 2a4cedace4 avcodec/movtextenc, srtenc, webvttenc: Mark encoders as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 6c497ac93b avcodec/(movtext|srt|ttml|webvtt)enc: Reindent after previous commit 4 years ago
Andreas Rheinhardt 1f63665ca5 avcodec: Remove deprecated ASS with inline timing 4 years ago
Andreas Rheinhardt 1c9e53d70b avcodec/movtextenc: Check for too many styles 4 years ago
Andreas Rheinhardt 2134667227 avcodec/movtextenc: Cleanup generically on init failure 4 years ago
Andreas Rheinhardt eab812d6d6 avcodec/movtextenc: Remove redundant function parameters 4 years ago
Andreas Rheinhardt 82c636313d avcodec/movtextenc: Simplify writing to AVBPrint 4 years ago
Andreas Rheinhardt 2f9fc35028 avcodec/movtextenc: Fix undefined left shifts outside the range of int 4 years ago
Andreas Rheinhardt 9a731e9fec avcodec/movtextenc: Fix memleak on (re)allocation error 4 years ago
Andreas Rheinhardt 0dd7b8232d avcodec/movtextenc: Don't presume every style to have a font 4 years ago
Andreas Rheinhardt 8d4431955c avcodec/movtextenc: Reset array counter after freeing array 4 years ago
Andreas Rheinhardt 56b3726ed2 avcodec/movtextenc: Fix potential use of uninitialized value 4 years ago
Andriy Gelman 2b5e18a953 avcodec/movtextenc: cosmetics 4 years ago
Andriy Gelman d4c46dc328 avcodec/movtextenc: fix writing to bytestream on BE arches 4 years ago
John Stebbins 1d544e410e lavc/movtextenc: return more meaningful error codes 5 years ago
John Stebbins ad3f6212ac lavc/movtextenc: handle changes to hilight alpha 5 years ago
John Stebbins eeef870851 lavc/movtextenc: add option to scale fontsize with height 5 years ago
John Stebbins 1f8278ee24 lavc/movtextenc: add font name handling 5 years ago
John Stebbins dbdbcbf384 lavc/movtextenc: simplify initialization of new style record 5 years ago
John Stebbins bb8fd04665 lavc/movtextenc: handle cancel overrides callback 5 years ago
John Stebbins 848792be60 lavc/movtextenc: add font size tag handling 5 years ago
John Stebbins 2e79843e37 lavc/movtextenc: add alpha tag handling 5 years ago
John Stebbins b847bd9582 lavc/movtextenc: add color tag handling 5 years ago
John Stebbins 37ab5e2e7b lavc/movtextenc: init style record from ASS dialog style 5 years ago
John Stebbins a129cc9e29 lavc/movtextenc: fix unclosed style records 5 years ago
John Stebbins 1bf0df4c4f lavc/movtextenc: simplify style record updates 5 years ago
John Stebbins 15b81f5e6b lavc/movtextenc: keep values in native byte order till written 5 years ago
John Stebbins 32cf264d8f lavc/movtextenc: use correct color component order 5 years ago
Philip Langdale af043b839c movtextenc: fix handling of utf-8 subtitles 7 years ago
Philip Langdale f95c81ce10 avcodec/movtextenc: Ignore unmatched closing style tags 8 years ago
Clément Bœsch b5451d88cf lavc: reindent a few decoders after previous commits 9 years ago
Clément Bœsch 22ebbda637 lavc: deprecate decoded ass subtitles with timings 9 years ago
Clément Bœsch 2941282124 lavc: allow subtitle text format to be ASS without timing 9 years ago
Niklesh d373b508b5 movtextenc.c: Add support for text highlighting 9 years ago