Searched refs:pixfmts (Results 1 – 7 of 7) sorted by relevance
677 tests/pixfmts.mak: TAG = GEN678 tests/pixfmts.mak: ffmpeg$(PROGSSUF)$(EXESUF) | tests686 -include tests/pixfmts.mak700 FATE_FILTER_PIXFMTS-$(CONFIG_COPY_FILTER) += fate-filter-pixfmts-copy701 fate-filter-pixfmts-copy: CMD = pixfmts703 FATE_FILTER_PIXFMTS-$(CONFIG_CROP_FILTER) += fate-filter-pixfmts-crop704 fate-filter-pixfmts-crop: CMD = pixfmts "100:100:100:100"706 FATE_FILTER_PIXFMTS-$(CONFIG_FIELD_FILTER) += fate-filter-pixfmts-field707 fate-filter-pixfmts-field: CMD = pixfmts "bottom"709 FATE_FILTER_PIXFMTS-$(call ALLYES, TELECINE_FILTER FIELDMATCH_FILTER) += fate-filter-pixfmts-fieldm…[all …]
5 /pixfmts.mak
395 pixfmts(){ function
283 $(RM) tests/pixfmts.mak tests/test_copy.ffmeta
58 static const enum AVPixelFormat pixfmts[] = { in query_formats() enum76 AVFilterFormats *formats = ff_make_format_list(pixfmts); in query_formats()
52 static const enum AVPixelFormat pixfmts[] = { in query_formats() enum70 AVFilterFormats *formats = ff_make_format_list(pixfmts); in query_formats()
10564 ffmpegenc: If an encoder lists the supported pixfmts use them to create the caps10565 ...instead of creating standard caps with all pixfmts.