Searched refs:subtitle_codec (Results 1 – 19 of 19) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | jacosubenc.c | 40 .subtitle_codec = AV_CODEC_ID_JACOSUB,
|
D | microdvdenc.c | 66 .subtitle_codec = AV_CODEC_ID_MICRODVD,
|
D | supenc.c | 92 .subtitle_codec = AV_CODEC_ID_HDMV_PGS_SUBTITLE,
|
D | webvttenc.c | 102 .subtitle_codec = AV_CODEC_ID_WEBVTT,
|
D | srtenc.c | 115 .subtitle_codec = AV_CODEC_ID_SUBRIP,
|
D | lrcenc.c | 152 .subtitle_codec = AV_CODEC_ID_SUBRIP
|
D | ttmlenc.c | 170 .subtitle_codec = AV_CODEC_ID_TTML,
|
D | sccenc.c | 122 .subtitle_codec = AV_CODEC_ID_EIA_608,
|
D | avformat.h | 503 enum AVCodecID subtitle_codec; /**< default subtitle codec */ member 1733 AVCodec *subtitle_codec; member
|
D | assenc.c | 235 .subtitle_codec = AV_CODEC_ID_ASS,
|
D | format.c | 111 return fmt->subtitle_codec; in av_guess_codec()
|
D | matroskaenc.c | 2859 .subtitle_codec = AV_CODEC_ID_ASS, 2882 .subtitle_codec = AV_CODEC_ID_WEBVTT,
|
D | utils.c | 125 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 ||
|
D | hlsenc.c | 3200 .subtitle_codec = AV_CODEC_ID_WEBVTT,
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_enc_c.c | 56 .subtitle_codec = AV_CODEC_ID_NONE,
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparse.h | 69 const gchar *subtitle_codec; member
|
D | gstsubparse.c | 1410 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/ |
D | cmdutils.c | 1912 if (fmt->subtitle_codec != AV_CODEC_ID_NONE && in show_help_muxer() 1913 (desc = avcodec_descriptor_get(fmt->subtitle_codec))) { in show_help_muxer()
|
D | ffmpeg_opt.c | 1155 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()
|