Searched refs:avfilter (Results 1 – 23 of 23) sorted by relevance
/third_party/ffmpeg/tests/dnn/ |
D | Makefile | 15 …$(filter %.o,$^) $(FF_STATIC_DEP_LIBS) $(EXTRALIBS-avcodec) $(EXTRALIBS-avfilter) $(EXTRALIBS-avfo…
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 335 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 …]
|
D | issue_tracker.txt | 172 avfilter
|
D | writing_filters.txt | 123 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
|
D | ffplay.texi | 295 @ifset config-avfilter
|
D | ffprobe.texi | 642 @ifset config-avfilter
|
D | ffmpeg.texi | 2179 @ifset config-avfilter
|
D | filters.texi | 122 @file{libavfilter/avfilter.h}.
|
/third_party/ffmpeg/ |
D | Makefile | 23 FFLIBS-$(CONFIG_AVFILTER) += avfilter 113 libavcodec/avcodec.o libavformat/utils.o libavdevice/avdevice.o libavfilter/avfilter.o libavutil/ut…
|
D | Changelog | 17 - 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 …]
|
D | BUILD.gn | 922 "//third_party/ffmpeg/libavfilter/avfilter.c",
|
D | configure | 134 --disable-avfilter disable libavfilter build
|
/third_party/ffmpeg/libavfilter/ |
D | avfilterres.rc | 45 … VALUE "OriginalFilename", "avfilter" BUILDSUF "-" AV_STRINGIFY(LIBAVFILTER_VERSION_MAJOR) SLIBSUF
|
D | Makefile | 1 NAME = avfilter 4 HEADERS = avfilter.h \ 11 avfilter.o \
|
D | vf_coreimage.m | 29 #include "avfilter.h"
|
/third_party/ffmpeg/tests/checkasm/ |
D | Makefile | 76 … $(CHECKASMOBJS) $(FF_STATIC_DEP_LIBS) $(EXTRALIBS-avcodec) $(EXTRALIBS-avfilter) $(EXTRALIBS-avfo…
|
/third_party/ffmpeg/ffbuild/ |
D | common.mak | 29 ALLFFLIBS = avcodec avdevice avfilter avformat avresample avutil postproc swscale swresample
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 515 char *avfilter; member
|
D | ffmpeg_opt.c | 1888 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()
|
D | ffmpeg_filter.c | 987 const char *graph_desc = simple ? fg->outputs[0]->ost->avfilter : in configure_filtergraph()
|
D | cmdutils.c | 1136 PRINT_LIB_INFO(avfilter, AVFILTER, flags, level); in print_all_libs_info()
|
D | ffprobe.c | 3191 SHOW_LIB_VERSION(avfilter, AVFILTER); in ffprobe_show_library_versions()
|
D | ffmpeg.c | 600 av_freep(&ost->avfilter); in ffmpeg_cleanup()
|