30 #define STYLE_FLAG_BOLD (1<<0)
31 #define STYLE_FLAG_ITALIC (1<<1)
32 #define STYLE_FLAG_UNDERLINE (1<<2)
34 #define BOX_SIZE_INITIAL 40
36 #define STYL_BOX (1<<0)
37 #define HLIT_BOX (1<<1)
38 #define HCLR_BOX (1<<2)
39 #define TWRP_BOX (1<<3)
42 #define BOTTOM_CENTER 2
43 #define BOTTOM_RIGHT 3
45 #define MIDDLE_CENTER 5
46 #define MIDDLE_RIGHT 6
115 for(i = 0; i < m->
count_s; i++) {
129 for(i = 0; i < m->
count_f; i++) {
140 int i, box_size, font_length;
141 int8_t v_align, h_align;
154 h_align = *tx3g_ptr++;
155 v_align = *tx3g_ptr++;
188 style_fontID =
AV_RB16(tx3g_ptr);
224 font_length = *tx3g_ptr++;
226 box_size = box_size + font_length;
245 tx3g_ptr = tx3g_ptr + font_length;
332 if (text < text_end && m->box_flags &
TWRP_BOX) {
340 while (text < text_end) {
375 av_bprintf(buf,
"{\\1c&H000000&}{\\2c&HFFFFFF&}");
382 av_bprintf(buf,
"{\\1c&HFFFFFF&}{\\2c&H000000&}");
430 char *ptr = avpkt->
data;
432 int text_length, tsmb_type, ret_tsmb;
436 if (!ptr || avpkt->
size < 2)
446 if (avpkt->
size == 2)
455 end = ptr +
FFMIN(2 + text_length, avpkt->
size);
465 if (text_length + 2 != avpkt->
size) {
474 if (tsmb_size == 0) {
478 if (tsmb_size == 1) {
492 if (tsmb_type == box_types[i].
type) {
495 ret_tsmb = box_types[i].
decode(tsmb, m, avpkt);
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
void av_bprintf(AVBPrint *buf, const char *fmt,...)
static const size_t box_count
static int decode_twrp(const uint8_t *tsmb, MovTextContext *m, AVPacket *avpkt)
ptrdiff_t const GLvoid * data
static void flush(AVCodecContext *avctx)
#define ASS_DEFAULT_BORDERSTYLE
int(* decode)(const uint8_t *tsmb, MovTextContext *m, AVPacket *avpkt)
Memory handling functions.
int ff_ass_subtitle_header(AVCodecContext *avctx, const char *font, int font_size, int color, int back_color, int bold, int italic, int underline, int border_style, int alignment)
Generate a suitable AVCodecContext.subtitle_header for SUBTITLE_ASS.
static av_cold int init(AVCodecContext *avctx)
int ff_ass_add_rect(AVSubtitle *sub, const char *dialog, int readorder, int layer, const char *style, const char *speaker)
Add an ASS dialog to a subtitle.
void * av_mallocz(size_t size)
Allocate a memory block with alignment suitable for all memory accesses (including vectors if availab...
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_RB16
int av_bprint_finalize(AVBPrint *buf, char **ret_str)
Finalize a print buffer.
static av_cold int end(AVCodecContext *avctx)
int ff_ass_subtitle_header_default(AVCodecContext *avctx)
Generate a suitable AVCodecContext.subtitle_header for SUBTITLE_ASS with default style.
uint8_t * extradata
some codecs need / can use extradata like Huffman tables.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_RB32
static int mov_text_init(AVCodecContext *avctx)
static void mov_text_cleanup(MovTextContext *m)
#define AV_CODEC_FLAG2_RO_FLUSH_NOOP
Do not reset ASS ReadOrder field on flush (subtitles decoding)
#define STYLE_FLAG_UNDERLINE
#define AV_BPRINT_SIZE_UNLIMITED
static const Box box_types[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
void av_bprint_init(AVBPrint *buf, unsigned size_init, unsigned size_max)
const char * name
Name of the codec implementation.
static void mov_text_flush(AVCodecContext *avctx)
#define STYLE_FLAG_ITALIC
#define FF_ARRAY_ELEMS(a)
static int decode_hlit(const uint8_t *tsmb, MovTextContext *m, AVPacket *avpkt)
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_WB16 unsigned int_TMPL AV_RB8
Libavcodec external API header.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_RB24
main external API structure.
static int decode_hclr(const uint8_t *tsmb, MovTextContext *m, AVPacket *avpkt)
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_RB64
common internal and external API header
static int decode_styl(const uint8_t *tsmb, MovTextContext *m, AVPacket *avpkt)
static int mov_text_decode_close(AVCodecContext *avctx)
AVCodec ff_movtext_decoder
#define MKBETAG(a, b, c, d)
void av_dynarray_add(void *tab_ptr, int *nb_ptr, void *elem)
Add the pointer to an element to a dynamic array.
static void mov_text_cleanup_ftab(MovTextContext *m)
int flags2
AV_CODEC_FLAG2_*.
static int decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt)
static int mov_text_decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt)
This structure stores compressed data.
static int mov_text_tx3g(AVCodecContext *avctx, MovTextContext *m)
static int text_to_ass(AVBPrint *buf, const char *text, const char *text_end, MovTextContext *m)
void av_bprint_chars(AVBPrint *buf, char c, unsigned n)
Append char c n times to a print buffer.