Home
last modified time | relevance | path

Searched refs:subtitle_codec (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavformat/
Djacosubenc.c40 .subtitle_codec = AV_CODEC_ID_JACOSUB,
Dmicrodvdenc.c66 .subtitle_codec = AV_CODEC_ID_MICRODVD,
Dsupenc.c92 .subtitle_codec = AV_CODEC_ID_HDMV_PGS_SUBTITLE,
Dwebvttenc.c102 .subtitle_codec = AV_CODEC_ID_WEBVTT,
Dsrtenc.c115 .subtitle_codec = AV_CODEC_ID_SUBRIP,
Dlrcenc.c152 .subtitle_codec = AV_CODEC_ID_SUBRIP
Dttmlenc.c170 .subtitle_codec = AV_CODEC_ID_TTML,
Dsccenc.c122 .subtitle_codec = AV_CODEC_ID_EIA_608,
Davformat.h503 enum AVCodecID subtitle_codec; /**< default subtitle codec */ member
1733 AVCodec *subtitle_codec; member
Dassenc.c235 .subtitle_codec = AV_CODEC_ID_ASS,
Dformat.c111 return fmt->subtitle_codec; in av_guess_codec()
Dmatroskaenc.c2859 .subtitle_codec = AV_CODEC_ID_ASS,
2882 .subtitle_codec = AV_CODEC_ID_WEBVTT,
Dutils.c125 MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, subtitle_codec) in MAKE_ACCESSORS()
197 if (s->subtitle_codec) return s->subtitle_codec; in find_decoder()
5083 codec_id == ofmt->subtitle_codec ||
Dhlsenc.c3200 .subtitle_codec = AV_CODEC_ID_WEBVTT,
/third_party/ffmpeg/libavdevice/
Ddecklink_enc_c.c56 .subtitle_codec = AV_CODEC_ID_NONE,
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparse.h69 const gchar *subtitle_codec; member
Dgstsubparse.c1410 self->subtitle_codec = gst_sub_parse_get_format_description (format); in gst_sub_parse_format_autodetect()
1661 if (self->subtitle_codec != NULL) { in handle_buffer()
1664 tags = gst_tag_list_new (GST_TAG_SUBTITLE_CODEC, self->subtitle_codec, in handle_buffer()
/third_party/ffmpeg/fftools/
Dcmdutils.c1912 if (fmt->subtitle_codec != AV_CODEC_ID_NONE && in show_help_muxer()
1913 (desc = avcodec_descriptor_get(fmt->subtitle_codec))) { in show_help_muxer()
Dffmpeg_opt.c1155 ic->subtitle_codec = find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 0); in open_input_file()
1161 ic->subtitle_codec_id = subtitle_codec_name ? ic->subtitle_codec->id : AV_CODEC_ID_NONE; in open_input_file()
2289 …if (!o->subtitle_disable && (avcodec_find_encoder(oc->oformat->subtitle_codec) || subtitle_codec_n… in open_output_file()
2296 avcodec_find_encoder(oc->oformat->subtitle_codec); in open_output_file()