Home
last modified time | relevance | path

Searched refs:sub_charenc (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/tests/fate/
Dsubtitles.mak2 fate-sub-aqtitle: CMD = fmtstdout ass -sub_charenc windows-1250 -i $(TARGET_SAMPLES)/sub/AQTitle_ca…
80 fate-sub-subviewer1: CMD = fmtstdout ass -sub_charenc windows-1250 -i $(TARGET_SAMPLES)/sub/SubView…
101 fate-sub-charenc: CMD = fmtstdout ass -sub_charenc cp1251 -i $(TARGET_SAMPLES)/sub/cp1251-subtitles…
/third_party/ffmpeg/libavcodec/
Davcodec.c388 if (avctx->sub_charenc) { in avcodec_open2()
407 iconv_t cd = iconv_open("UTF-8", avctx->sub_charenc); in avcodec_open2()
411 "with input character encoding \"%s\"\n", avctx->sub_charenc); in avcodec_open2()
Davcodec.h2109 char *sub_charenc; member
Ddecode.c905 cd = iconv_open("UTF-8", avctx->sub_charenc); in recode_subtitle()
922 "from %s to UTF-8\n", inpkt->data, avctx->sub_charenc); in recode_subtitle()
Doptions_table.h429 {"sub_charenc", "set input text subtitles character encoding", OFFSET(sub_charenc), AV_OPT_TYPE_STR…
/third_party/ffmpeg/doc/
Dcodecs.texi1095 @item sub_charenc @var{encoding} (@emph{decoding,subtitles})