/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 370 av_log(NULL, AV_LOG_FATAL, "Invalid sync file index: %d.\n", sync_file_idx); in opt_map() 382 av_log(NULL, AV_LOG_FATAL, "Sync stream specification in map %s does not " in opt_map() 387 … av_log(NULL, AV_LOG_FATAL, "Sync stream specification in map %s matches a disabled input " in opt_map() 409 av_log(NULL, AV_LOG_FATAL, "Invalid input file index: %d.\n", file_idx); in opt_map() 451 av_log(NULL, AV_LOG_FATAL, "Stream map '%s' matches disabled streams.\n" in opt_map() 455 av_log(NULL, AV_LOG_FATAL, "Stream map '%s' matches no streams.\n" in opt_map() 504 av_log(NULL, AV_LOG_FATAL, "Syntax error, mapchan usage: " in opt_map_channel() 514 av_log(NULL, AV_LOG_FATAL, "mapchan: invalid input file index: %d\n", in opt_map_channel() 520 av_log(NULL, AV_LOG_FATAL, "mapchan: invalid input file stream index #%d.%d\n", in opt_map_channel() 526 av_log(NULL, AV_LOG_FATAL, "mapchan: stream #%d.%d is not an audio stream.\n", in opt_map_channel() [all …]
|
D | ffmpeg_filter.c | 240 av_log(NULL, AV_LOG_FATAL, "Only video and audio filters supported " in init_input_filter() 252 av_log(NULL, AV_LOG_FATAL, "Invalid file index %d in filtergraph description %s.\n", in init_input_filter() 270 av_log(NULL, AV_LOG_FATAL, "Stream specifier '%s' in filtergraph description %s " in init_input_filter() 276 av_log(NULL, AV_LOG_FATAL, "Stream specifier '%s' in filtergraph description %s " in init_input_filter() 290 av_log(NULL, AV_LOG_FATAL, "Cannot find a matching stream for " in init_input_filter() 652 av_log(NULL, AV_LOG_FATAL, "Filter %s has an unconnected output\n", ofilter->name); in configure_output_filter() 671 av_log(NULL, AV_LOG_FATAL, "Filter %s has an unconnected output\n", output->name); in check_filter_outputs()
|
D | ffplay.c | 487 av_log(NULL, AV_LOG_FATAL, "SDL_CreateMutex(): %s\n", SDL_GetError()); in packet_queue_init() 492 av_log(NULL, AV_LOG_FATAL, "SDL_CreateCond(): %s\n", SDL_GetError()); in packet_queue_init() 696 av_log(NULL, AV_LOG_FATAL, "SDL_CreateMutex(): %s\n", SDL_GetError()); in frame_queue_init() 700 av_log(NULL, AV_LOG_FATAL, "SDL_CreateCond(): %s\n", SDL_GetError()); in frame_queue_init() 930 av_log(NULL, AV_LOG_FATAL, "Cannot initialize the conversion context\n"); in upload_texture() 1011 … av_log(NULL, AV_LOG_FATAL, "Cannot initialize the conversion context\n"); in video_image_display() 2770 av_log(NULL, AV_LOG_FATAL, "SDL_CreateMutex(): %s\n", SDL_GetError()); in read_thread() 2780 av_log(NULL, AV_LOG_FATAL, "Could not allocate packet.\n"); in read_thread() 2786 av_log(NULL, AV_LOG_FATAL, "Could not allocate context.\n"); in read_thread() 2926 av_log(NULL, AV_LOG_FATAL, "Failed to open file '%s' or configure filtergraph\n", in read_thread() [all …]
|
D | ffmpeg.c | 689 av_log(NULL, AV_LOG_FATAL, "Option %s not found.\n", t->key); in assert_avoptions() 837 av_log(NULL, AV_LOG_FATAL, "aborting.\n"); in write_packet() 1058 av_log(NULL, AV_LOG_FATAL, "Audio encoding failed\n"); in do_audio_out() 1084 av_log(NULL, AV_LOG_FATAL, "Failed to allocate subtitle_out\n"); in do_subtitle_out() 1123 av_log(NULL, AV_LOG_FATAL, "Subtitle encoding failed\n"); in do_subtitle_out() 1431 av_log(NULL, AV_LOG_FATAL, "Video encoding failed\n"); in do_video_out() 1997 av_log(NULL, AV_LOG_FATAL, "%s encoding failed: %s\n", in flush_encoders() 2006 av_log(NULL, AV_LOG_FATAL, "%s encoding failed: %s\n", in flush_encoders() 2157 av_log(NULL, exit_on_error ? AV_LOG_FATAL : AV_LOG_WARNING, in check_decode_result() 2724 av_log(NULL, AV_LOG_FATAL, "Error while processing the decoded " in process_input_packet() [all …]
|
D | cmdutils.c | 157 av_log(NULL, AV_LOG_FATAL, error, context, numstr, min, max); in parse_number_or_die() 167 av_log(NULL, AV_LOG_FATAL, "Invalid %s specification for %s: %s\n", in parse_time_or_die() 872 { "fatal" , AV_LOG_FATAL }, in opt_loglevel() 933 av_log(NULL, AV_LOG_FATAL, "Invalid loglevel \"%s\". " in opt_loglevel() 936 av_log(NULL, AV_LOG_FATAL, "\"%s\"\n", log_levels[i].name); in opt_loglevel() 1008 av_log(NULL, AV_LOG_FATAL, "Invalid report file level\n"); in init_report() 1064 av_log(NULL, AV_LOG_FATAL, "Invalid max_alloc \"%s\".\n", arg); in opt_max_alloc()
|
/third_party/ffmpeg/libavcodec/tests/ |
D | codec_desc.c | 27 …av_log(NULL, AV_LOG_FATAL, "Unsorted codec_descriptors '%s' and '%s'.\n", old_desc->name, desc->na… in main() 32 av_log(NULL, AV_LOG_FATAL, "avcodec_descriptor_get() failed with '%s'.\n", desc->name); in main() 37 … av_log(NULL, AV_LOG_FATAL, "avcodec_descriptor_get_by_name() failed with '%s'.\n", desc->name); in main()
|
D | utils.c | 30 … av_log(NULL, AV_LOG_FATAL, "Encoder %s is missing the sample_fmts field\n", codec->name); in main()
|
/third_party/ffmpeg/libavutil/ |
D | log.c | 62 [AV_LOG_FATAL /8] = 12, 94 [AV_LOG_FATAL /8] = 208 << 8 | 0x41, 283 case AV_LOG_FATAL: in get_level_str() 429 avc->log_level_offset_offset && level >= AV_LOG_FATAL) in av_vlog()
|
D | log.h | 188 #define AV_LOG_FATAL 8 macro
|
D | utils.c | 53 …av_log(NULL, AV_LOG_FATAL, "Libavutil has been built with a broken binutils, please upgrade binuti… in avutil_version()
|
D | thread.h | 38 av_log(NULL, AV_LOG_FATAL, AV_STRINGIFY(func) \
|
/third_party/ffmpeg/libavfilter/ |
D | vf_lensfun.c | 142 av_log(ctx, AV_LOG_FATAL, "Failed to load lensfun database\n"); in init() 149 av_log(ctx, AV_LOG_FATAL, "Option \"make\" or option \"model\" not specified\n"); in init() 158 av_log(ctx, AV_LOG_FATAL, "Option \"lens_model\" not specified\n"); in init() 176 av_log(ctx, AV_LOG_FATAL, "Failed to find camera in lensfun database\n"); in init() 188 av_log(ctx, AV_LOG_FATAL, "Failed to find lens in lensfun database\n"); in init()
|
D | signature_lookup.c | 285 av_log(ctx, AV_LOG_FATAL, "Could not allocate memory"); in get_matching_parameters() 290 av_log(ctx, AV_LOG_FATAL, "Could not allocate memory"); in get_matching_parameters()
|
D | vf_subtitles.c | 77 [0] = AV_LOG_FATAL, /* MSGL_FATAL */
|
/third_party/ffmpeg/libavutil/tests/ |
D | log.c | 42 av_log(NULL, AV_LOG_FATAL, "use_color: %d\n", use_color); in main()
|
/third_party/ffmpeg/doc/examples/ |
D | transcoding.c | 152 av_log(NULL, AV_LOG_FATAL, "Necessary encoder not found\n"); in open_output_file() 157 av_log(NULL, AV_LOG_FATAL, "Failed to allocate the encoder context\n"); in open_output_file() 202 … av_log(NULL, AV_LOG_FATAL, "Elementary stream #%d is of unknown type, cannot proceed\n", i); in open_output_file()
|
/third_party/ffmpeg/libavformat/ |
D | librtmp.c | 61 case RTMP_LOGCRIT: level = AV_LOG_FATAL; break; in rtmp_log() 105 case AV_LOG_FATAL: level = RTMP_LOGCRIT; break; in rtmp_open()
|
D | pmpdec.c | 101 av_log(s, AV_LOG_FATAL, "Encountered EOF while reading index.\n"); in pmp_header()
|
D | gifdec.c | 217 av_log(s, AV_LOG_FATAL, "Graphic Control Extension block's size less than 4.\n"); in gif_read_ext()
|
D | mov.c | 1032 av_log(c->fc, AV_LOG_FATAL, "[aax] activation_bytes value needs to be 4 bytes!\n"); in mov_read_adrm() 1039 av_log(c->fc, AV_LOG_FATAL, "[aax] audible_fixed_key value needs to be 16 bytes!\n"); in mov_read_adrm() 1090 av_log(c->fc, AV_LOG_FATAL, "[aaxc] audible_key value needs to be 16 bytes!\n"); in mov_aaxc_crypto() 1095 av_log(c->fc, AV_LOG_FATAL, "[aaxc] audible_iv value needs to be 16 bytes!\n"); in mov_aaxc_crypto()
|
/third_party/ffmpeg/libavcodec/ |
D | nvenc.c | 670 … av_log(avctx, AV_LOG_FATAL, "Provided device doesn't support required NVENC features\n"); in nvenc_setup_device() 683 av_log(avctx, AV_LOG_FATAL, "No CUDA capable devices found\n"); in nvenc_setup_device() 699 av_log(avctx, AV_LOG_FATAL, "No capable devices found\n"); in nvenc_setup_device() 703 …av_log(avctx, AV_LOG_FATAL, "Requested GPU %d, but only %d GPUs are available!\n", ctx->device, nb… in nvenc_setup_device() 1446 av_log(avctx, AV_LOG_FATAL, "Invalid input pixel format: %s\n", in nvenc_alloc_surface() 1793 av_log(avctx, AV_LOG_FATAL, "Invalid input pixel format: %s\n", in nvenc_register_frame()
|
D | mpegpicture.c | 423 av_log(avctx, AV_LOG_FATAL, in find_unused_picture()
|
D | mjpegdec.c | 2636 av_log(avctx, AV_LOG_FATAL, "No JPEG data found in image\n"); in ff_mjpeg_receive_frame()
|
D | vp8.c | 162 av_log(s->avctx, AV_LOG_FATAL, "Ran out of free frames!\n"); in vp8_find_free_buffer()
|
/third_party/ffmpeg/libavdevice/ |
D | sdl2.c | 327 av_log(NULL, AV_LOG_FATAL, "Unsupported pixel format\n"); in sdl2_write_packet()
|