Home
last modified time | relevance | path

Searched refs:pixfmts (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/tests/fate/
Dfilter-video.mak677 tests/pixfmts.mak: TAG = GEN
678 tests/pixfmts.mak: ffmpeg$(PROGSSUF)$(EXESUF) | tests
686 -include tests/pixfmts.mak
700 FATE_FILTER_PIXFMTS-$(CONFIG_COPY_FILTER) += fate-filter-pixfmts-copy
701 fate-filter-pixfmts-copy: CMD = pixfmts
703 FATE_FILTER_PIXFMTS-$(CONFIG_CROP_FILTER) += fate-filter-pixfmts-crop
704 fate-filter-pixfmts-crop: CMD = pixfmts "100:100:100:100"
706 FATE_FILTER_PIXFMTS-$(CONFIG_FIELD_FILTER) += fate-filter-pixfmts-field
707 fate-filter-pixfmts-field: CMD = pixfmts "bottom"
709 FATE_FILTER_PIXFMTS-$(call ALLYES, TELECINE_FILTER FIELDMATCH_FILTER) += fate-filter-pixfmts-fieldm…
[all …]
/third_party/ffmpeg/tests/
D.gitignore5 /pixfmts.mak
Dfate-run.sh395 pixfmts(){ function
DMakefile283 $(RM) tests/pixfmts.mak tests/test_copy.ffmeta
/third_party/ffmpeg/libavfilter/
Dvf_entropy.c58 static const enum AVPixelFormat pixfmts[] = { in query_formats() enum
76 AVFilterFormats *formats = ff_make_format_list(pixfmts); in query_formats()
Dvf_bitplanenoise.c52 static const enum AVPixelFormat pixfmts[] = { in query_formats() enum
70 AVFilterFormats *formats = ff_make_format_list(pixfmts); in query_formats()
/third_party/gstreamer/gst_libav/
DChangeLog10564 ffmpegenc: If an encoder lists the supported pixfmts use them to create the caps
10565 ...instead of creating standard caps with all pixfmts.