Searched refs:subtitle_codec (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Djacosubenc.c41 .subtitle_codec = AV_CODEC_ID_JACOSUB,
H A Dmicrodvdenc.c66 .subtitle_codec = AV_CODEC_ID_MICRODVD,
H A Dwebvttenc.c97 .subtitle_codec = AV_CODEC_ID_WEBVTT,
H A Dassenc.c111 .subtitle_codec = AV_CODEC_ID_SSA,
H A Dlrcenc.c151 .subtitle_codec = AV_CODEC_ID_SUBRIP
H A Dsrtenc.c114 .subtitle_codec = AV_CODEC_ID_SUBRIP,
H A Dformat.c177 return fmt->subtitle_codec;
H A Davformat.h459 enum AVCodecID subtitle_codec; /**< default subtitle codec */ member in struct:AVOutputFormat
1628 AVCodec *subtitle_codec; member in struct:AVFormatContext
H A Dmatroskaenc.c2040 .subtitle_codec = AV_CODEC_ID_SSA,
2042 .subtitle_codec = AV_CODEC_ID_ASS,
2065 .subtitle_codec = AV_CODEC_ID_WEBVTT,
H A Dutils.c108 MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, subtitle_codec)
146 if (s->subtitle_codec) return s->subtitle_codec;
4184 codec_id == ofmt->subtitle_codec)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddecklink_enc_c.c49 .subtitle_codec = AV_CODEC_ID_NONE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dassenc.c86 .subtitle_codec = CODEC_ID_SSA,
H A Drawenc.c218 .subtitle_codec = CODEC_ID_SRT,
H A Davformat.h427 enum CodecID subtitle_codec; /**< default subtitle codec */ member in struct:AVOutputFormat
H A Dmatroskaenc.c1310 .subtitle_codec = CODEC_ID_SSA,
H A Dutils.c253 return fmt->subtitle_codec;
4046 codec_id == ofmt->subtitle_codec)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h309 enum CodecID subtitle_codec; /**< default subtitle codec */ member in struct:AVOutputFormat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c1750 if (fmt->subtitle_codec != AV_CODEC_ID_NONE &&
1751 (desc = avcodec_descriptor_get(fmt->subtitle_codec))) {
H A Dffmpeg_opt.c1869 if (!o->subtitle_disable && (avcodec_find_encoder(oc->oformat->subtitle_codec) || subtitle_codec_name)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c3904 if (!o->subtitle_disable && oc->oformat->subtitle_codec != CODEC_ID_NONE) {
H A Dffmpeg.c3755 use_subtitle = file_oformat->subtitle_codec != CODEC_ID_NONE || subtitle_stream_copy || subtitle_codec_name;

Completed in 304 milliseconds