Searched refs:sub2video (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dffmpeg.mak31 FATE_SAMPLES_FFMPEG-$(call ALLYES, VOBSUB_DEMUXER DVDSUB_DECODER AVFILTER OVERLAY_FILTER DVDSUB_ENCODER) += fate-sub2video
32 fate-sub2video: tests/data/vsynth2.yuv
33 fate-sub2video: CMD = framecrc \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h288 struct sub2video { struct in struct:InputStream
293 } sub2video; member in struct:InputStream
H A Dffmpeg.c161 /* sub2video hack:
169 AVFrame *frame = ist->sub2video.frame;
172 ist->sub2video.frame->width = ist->sub2video.w;
173 ist->sub2video.frame->height = ist->sub2video.h;
174 ist->sub2video.frame->format = AV_PIX_FMT_RGB32;
189 av_log(NULL, AV_LOG_WARNING, "sub2video: non-bitmap subtitle\n");
193 av_log(NULL, AV_LOG_WARNING, "sub2video: rectangle overflowing\n");
212 AVFrame *frame = ist->sub2video
[all...]
H A Dffmpeg_filter.c248 type == AVMEDIA_TYPE_VIDEO /* sub2video hack */))
611 av_log(avf, AV_LOG_INFO, "sub2video: using %dx%d canvas\n", w, h);
613 ist->sub2video.w = ist->dec_ctx->width = ist->resample_width = w;
614 ist->sub2video.h = ist->dec_ctx->height = ist->resample_height = h;
620 ist->sub2video.frame = av_frame_alloc();
621 if (!ist->sub2video.frame)

Completed in 69 milliseconds