Searched refs:avfilter (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A DMakefile1 NAME = avfilter
6 HEADERS = avfilter.h avfiltergraph.h buffersrc.h version.h vsrc_buffer.h
9 avfilter.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A DMakefile23 ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale
73 FFLIBS-$(CONFIG_AVFILTER) += avfilter
H A Dcmdutils.c33 #include "libavfilter/avfilter.h"
499 PRINT_LIB_INFO(avfilter, AVFILTER, flags, level);
H A Davconv.c51 # include "libavfilter/avfilter.h"
246 char *avfilter; member in struct:OutputStream
596 if (ost->avfilter) {
610 if ((ret = avfilter_graph_parse(ost->graph, ost->avfilter, inputs, outputs, NULL)) < 0)
693 av_freep(&output_streams[i].avfilter);
3692 ost->avfilter = av_strdup(filters);
H A Dffmpeg.c50 # include "libavfilter/avfilter.h"
289 char *avfilter; member in struct:OutputStream
383 if (ost->avfilter) {
397 if ((ret = avfilter_graph_parse(ost->graph, ost->avfilter, inputs, outputs, NULL)) < 0)
399 av_freep(&ost->avfilter);
3421 ost->avfilter= vfilters;
H A Dconfigure93 --disable-avfilter disable video filter support [no]
924 avfilter
1559 mxf_d10_test_deps="avfilter"
1681 enable avfilter
3213 echo "new filter support ${avfilter-no}"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A DMakefile3 NAME = avfilter
7 avfilter.h \
15 avfilter.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcommon.mak24 ALLFFLIBS = avcodec avdevice avfilter avformat avresample avutil postproc swscale swresample
H A DMakefile43 FFLIBS-$(CONFIG_AVFILTER) += avfilter
H A Dffmpeg.h39 #include "libavfilter/avfilter.h"
412 char *avfilter; member in struct:OutputStream
H A Dffmpeg_opt.c30 #include "libavfilter/avfilter.h"
1412 ost->avfilter = get_ost_filters(o, oc, ost);
1413 if (!ost->avfilter)
1458 ost->avfilter = get_ost_filters(o, oc, ost);
1459 if (!ost->avfilter)
1678 if (ost->avfilter && (ost->filters || ost->filters_script)) {
1814 if(ost->st->codec->codec_type == AVMEDIA_TYPE_AUDIO) ost->avfilter = av_strdup("anull");
1815 if(ost->st->codec->codec_type == AVMEDIA_TYPE_VIDEO) ost->avfilter = av_strdup("null");
H A Dffmpeg_filter.c25 #include "libavfilter/avfilter.h"
844 const char *graph_desc = simple ? fg->outputs[0]->ost->avfilter :
H A Dcmdutils.c35 #include "libavfilter/avfilter.h"
1061 PRINT_LIB_INFO(avfilter, AVFILTER, flags, level);
H A Dffmpeg.c68 # include "libavfilter/avfilter.h"
483 av_freep(&ost->avfilter);
H A Dffprobe.c2510 SHOW_LIB_VERSION(avfilter, AVFILTER);
H A Dconfigure133 --disable-avfilter disable libavfilter build
1418 avfilter
2438 lavfi_indev_deps="avfilter"
2574 filter_audio_example_deps="avfilter avutil"
2575 filtering_audio_example_deps="avfilter avcodec avformat avutil"
2576 filtering_video_example_deps="avfilter avcodec avformat avutil"
2583 transcoding_example_deps="avfilter avcodec avformat avutil"
2596 ffmpeg_deps="avcodec avfilter avformat swresample"
5237 enabled lavfi_indev && prepend avdevice_deps "avfilter"
5321 echo "new filter support ${avfilter
[all...]

Completed in 157 milliseconds