Home
last modified time | relevance | path

Searched refs:subtitles (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
H A DMakefile113 OBJS-$(CONFIG_AQTITLE_DEMUXER) += aqtitledec.o subtitles.o
124 OBJS-$(CONFIG_ASS_DEMUXER) += assdec.o subtitles.o
314 OBJS-$(CONFIG_JACOSUB_DEMUXER) += jacosubdec.o subtitles.o
324 OBJS-$(CONFIG_LRC_DEMUXER) += lrcdec.o lrc.o subtitles.o
339 OBJS-$(CONFIG_MCC_DEMUXER) += mccdec.o subtitles.o
342 OBJS-$(CONFIG_MICRODVD_DEMUXER) += microdvddec.o subtitles.o
379 OBJS-$(CONFIG_MPL2_DEMUXER) += mpl2dec.o subtitles.o
381 OBJS-$(CONFIG_MPSUB_DEMUXER) += mpsubdec.o subtitles.o
470 OBJS-$(CONFIG_PJS_DEMUXER) += pjsdec.o subtitles.o
479 OBJS-$(CONFIG_REALTEXT_DEMUXER) += realtextdec.o subtitles
[all...]
H A Ddashdec.c129 struct representation **subtitles; member
394 struct representation *pls = c->subtitles[i]; in free_subtitle_list()
397 av_freep(&c->subtitles); in free_subtitle_list()
1083 ret = av_dynarray_add_nofree(&c->subtitles, &c->n_subtitles, rep); in parse_manifest_representation()
1493 struct representation **subtitles = c->subtitles; in refresh_manifest() local
1502 c->subtitles = NULL; in refresh_manifest()
1521 "new manifest has mismatched no. of subtitles representations, %d -> %d\n", in refresh_manifest()
1566 if (c->subtitles) in refresh_manifest()
1574 c->subtitles in refresh_manifest()
[all...]
H A Dhls.c342 char subtitles[MAX_FIELD_LEN]; member
363 strcpy(var->subtitles_group, info->subtitles); in new_variant()
384 *dest = info->subtitles; in handle_variant_args()
385 *dest_len = sizeof(info->subtitles); in handle_variant_args()
508 /* URI is mandatory for subtitles as per spec */ in new_rendition()
514 /* TODO: handle subtitles (each segment has to parsed separately) */ in new_rendition()
/third_party/ffmpeg/tests/fate/
H A Dsubtitles.mak108 fate-sub-charenc: CMD = fmtstdout ass -sub_charenc cp1251 -i $(TARGET_SAMPLES)/sub/cp1251-subtitles.sub
128 fate-subtitles: $(FATE_SUBTITLES)
H A Dmatroska.mak174 # This test muxes DVB subtitles twice into Matroska: Once normally
/third_party/ffmpeg/libavfilter/
H A Dvf_subtitles.c25 * Libass subtitles burning filter.
27 * @see{http://www.matroska.org/technical/specs/subtitles/ssa.html}
255 .description = NULL_IF_CONFIG_SMALL("Render ASS subtitles onto input video using the libass library."),
307 AVFILTER_DEFINE_CLASS(subtitles); variable
332 /* Open subtitles file */ in init_subtitles()
342 /* Locate subtitles stream */ in init_subtitles()
404 "Only text based subtitles are currently supported\n"); in init_subtitles()
423 * timestamps: in the current API the decoded subtitles have their pts in init_subtitles()
456 /* Decode subtitles and push them into the renderer (libass) */ in init_subtitles()
494 .name = "subtitles",
[all...]
/third_party/ffmpeg/tests/
H A DMakefile235 include $(SRC_PATH)/tests/fate/subtitles.mak
/third_party/ffmpeg/
H A Dconfigure221 --enable-libass enable libass subtitles rendering,
222 needed for subtitles and ass filter [no]

Completed in 16 milliseconds