Lines Matching refs:subtitle
199 av_log(NULL, AV_LOG_WARNING, "sub2video: non-bitmap subtitle\n");
289 (possibly overlay) is desperately waiting for a subtitle frame. */
297 /* do not send the heartbeat frame if the subtitle is already ahead */
619 avsubtitle_free(&ist->prev_sub.subtitle);
1021 /* Note: DVB subtitle need one packet to draw them and one other
1379 // TODO support subtitle filters
1417 av_log(NULL, AV_LOG_INFO, "video:%1.0fkB audio:%1.0fkB subtitle:%1.0fkB other streams:%1.0fkB global headers:%1.0fkB muxing overhead: ",
2276 AVSubtitle subtitle;
2279 &subtitle, got_output, pkt);
2293 end = av_rescale(subtitle.pts - ist->prev_sub.subtitle.pts,
2295 if (end < ist->prev_sub.subtitle.end_display_time) {
2298 ist->prev_sub.subtitle.end_display_time, end,
2300 ist->prev_sub.subtitle.end_display_time = end;
2305 FFSWAP(AVSubtitle, subtitle, ist->prev_sub.subtitle);
2314 sub2video_update(ist, INT64_MIN, &subtitle);
2321 ret = av_fifo_write(ist->sub2video.sub_queue, &subtitle, 1);
2327 if (!subtitle.num_rects)
2339 do_subtitle_out(output_files[ost->file_index], ost, &subtitle);
2344 avsubtitle_free(&subtitle);
3318 * initialize stream copy and subtitle/data streams.