Lines Matching defs:filename
393 filename -- original name of the file.
454 const char *filename;
471 #define AVFMT_NEEDNUMBER 0x0002 /**< Needs '%d' in filename. */
518 const char *extensions; /**< comma-separated filename extensions */
1309 * input or output URL. Unlike the old filename field, this field has no
2029 * format_name and filename are used instead
2031 * context, if NULL filename is used instead
2032 * @param filename the name of the filename to use for allocating the
2038 const char *format_name, const char *filename);
2508 * @param filename if non-NULL checks if filename terminates with the
2514 const char *filename,
2518 * Guess the codec ID based upon muxer and filename.
2521 const char *filename, const char *mime_type,
2768 * Check whether filename actually is a numbered sequence generator.
2770 * @param filename possible numbered sequence string
2773 int av_filename_number_test(const char *filename);
2795 * Return a positive value if the given filename has one of the given
2798 * @param filename file name to check against the given extensions
2799 * @param extensions a comma-separated list of filename extensions
2801 int av_match_ext(const char *filename, const char *extensions);