Home
last modified time | relevance | path

Searched refs:avfilter (Results 1 – 23 of 23) sorted by relevance

/third_party/ffmpeg/tests/dnn/
DMakefile15 …$(filter %.o,$^) $(FF_STATIC_DEP_LIBS) $(EXTRALIBS-avcodec) $(EXTRALIBS-avfilter) $(EXTRALIBS-avfo…
/third_party/ffmpeg/doc/
DAPIchanges335 2018-04-01 - f1805d160d - lavfi 7.14.100 - avfilter.h
370 2018-02-12 - bcab11a1a2 - lavfi 7.12.100 - avfilter.h
416 2018-01-05 - 798dcf2432 - lavfi 7.11.101 - avfilter.h
633 2017-03-18 - 3796fb2692 - lavfi 6.77.100 - avfilter.h
635 It's never been used by avfilter nor passed to anything.
738 2016-08-29 - 4493390 - lavfi 6.58.100 - avfilter.h
765 2016-06-29 - 1a751455 - lavfi 6.47.100 - avfilter.h
804 2016-04-14 - 8688d3a / 07a844f - lavfi 6.42.100 / 6.3.0 - avfilter.h
862 2016-02-24 - 1042402 / b3dd30d - lavfi 6.36.100 / 6.2.0 - avfilter.h
863 avfilter.h - Add AVFilterLink.hw_frames_ctx.
[all …]
Dissue_tracker.txt172 avfilter
Dwriting_filters.txt123 these callbacks are explained in details in libavfilter/avfilter.h, so in
417 - git add ... && git commit -m "avfilter: add foobar filter." && git format-patch -1
Dffplay.texi295 @ifset config-avfilter
Dffprobe.texi642 @ifset config-avfilter
Dffmpeg.texi2179 @ifset config-avfilter
Dfilters.texi122 @file{libavfilter/avfilter.h}.
/third_party/ffmpeg/
DMakefile23 FFLIBS-$(CONFIG_AVFILTER) += avfilter
113 libavcodec/avcodec.o libavformat/utils.o libavdevice/avdevice.o libavfilter/avfilter.o libavutil/ut…
DChangelog17 - avfilter/scale_npp: fix non-aligned output frame dimensions
77 - avfilter/af_drmeter: Check that there is data
78 - avfilter/vf_fftdnoiz: Use lrintf() in export_row8()
79 - avfilter/vf_mestimate: Check b_count
110 - avfilter/vf_scale: set the RGB matrix coefficients in case of RGB
111 - avfilter/vf_scale: reset color matrix in case of identity & non-RGB
114 - avfilter/f_metadata: do not return the frame early if there is no metadata
130 - avfilter/vf_dctdnoiz: Check threads
131 - avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with black
141 - avfilter/vf_yadif: Fix handing of tiny images
[all …]
DBUILD.gn922 "//third_party/ffmpeg/libavfilter/avfilter.c",
Dconfigure134 --disable-avfilter disable libavfilter build
/third_party/ffmpeg/libavfilter/
Davfilterres.rc45 … VALUE "OriginalFilename", "avfilter" BUILDSUF "-" AV_STRINGIFY(LIBAVFILTER_VERSION_MAJOR) SLIBSUF
DMakefile1 NAME = avfilter
4 HEADERS = avfilter.h \
11 avfilter.o \
Dvf_coreimage.m29 #include "avfilter.h"
/third_party/ffmpeg/tests/checkasm/
DMakefile76 … $(CHECKASMOBJS) $(FF_STATIC_DEP_LIBS) $(EXTRALIBS-avcodec) $(EXTRALIBS-avfilter) $(EXTRALIBS-avfo…
/third_party/ffmpeg/ffbuild/
Dcommon.mak29 ALLFFLIBS = avcodec avdevice avfilter avformat avresample avutil postproc swscale swresample
/third_party/ffmpeg/fftools/
Dffmpeg.h515 char *avfilter; member
Dffmpeg_opt.c1888 ost->avfilter = get_ost_filters(o, oc, ost); in new_video_stream()
1889 if (!ost->avfilter) in new_video_stream()
1934 ost->avfilter = get_ost_filters(o, oc, ost); in new_audio_stream()
1935 if (!ost->avfilter) in new_audio_stream()
2128 if (ost->avfilter && (ost->filters || ost->filters_script)) { in init_output_filter()
Dffmpeg_filter.c987 const char *graph_desc = simple ? fg->outputs[0]->ost->avfilter : in configure_filtergraph()
Dcmdutils.c1136 PRINT_LIB_INFO(avfilter, AVFILTER, flags, level); in print_all_libs_info()
Dffprobe.c3191 SHOW_LIB_VERSION(avfilter, AVFILTER); in ffprobe_show_library_versions()
Dffmpeg.c600 av_freep(&ost->avfilter); in ffmpeg_cleanup()