Go to the source code of this file.
Split a full ASS file or a ASS header from a string buffer and store the split structure in a newly allocated context.
Definition at line 382 of file ass_split.c.
Referenced by mov_text_encode_init(), srt_encode_init(), ttml_encode_init(), and webvtt_encode_init().
Free a dialogue obtained from ff_ass_split_dialog().
Definition at line 421 of file ass_split.c.
Referenced by encode_frame(), ff_ass_split_dialog(), mov_text_encode_frame(), ttml_encode_frame(), and webvtt_encode_frame().
Split one ASS Dialogue line from a string buffer.
Definition at line 433 of file ass_split.c.
Referenced by encode_frame(), mov_text_encode_frame(), ttml_encode_frame(), and webvtt_encode_frame().
Free all the memory allocated for an ASSSplitContext.
Definition at line 470 of file ass_split.c.
Referenced by ff_ass_split(), mov_text_encode_close(), srt_encode_close(), ttml_encode_close(), and webvtt_encode_close().
Split override codes out of a ASS "Dialogue" Text field.
Definition at line 483 of file ass_split.c.
Referenced by encode_frame(), mov_text_encode_frame(), ttml_encode_frame(), and webvtt_encode_frame().
Find an ASSStyle structure by its name.
Definition at line 578 of file ass_split.c.
Referenced by encode_sample_description(), mov_text_cancel_overrides_cb(), mov_text_dialog(), srt_style_apply(), and webvtt_style_apply().