Home
last modified time | relevance | path

Searched refs:av_log (Results 1 – 25 of 1364) sorted by relevance

12345678910>>...55

/third_party/ffmpeg/libavfilter/
Dvf_showinfo.c66 av_log(ctx, AV_LOG_INFO, "spherical information: "); in dump_spherical()
68 av_log(ctx, AV_LOG_ERROR, "invalid data\n"); in dump_spherical()
73 av_log(ctx, AV_LOG_INFO, "equirectangular "); in dump_spherical()
75 av_log(ctx, AV_LOG_INFO, "cubemap "); in dump_spherical()
77 av_log(ctx, AV_LOG_INFO, "tiled equirectangular "); in dump_spherical()
79 av_log(ctx, AV_LOG_WARNING, "unknown\n"); in dump_spherical()
86 av_log(ctx, AV_LOG_INFO, "(%f/%f/%f) ", yaw, pitch, roll); in dump_spherical()
92 av_log(ctx, AV_LOG_INFO, in dump_spherical()
96 av_log(ctx, AV_LOG_INFO, "[pad %"PRIu32"] ", spherical->padding); in dump_spherical()
104 av_log(ctx, AV_LOG_INFO, "stereoscopic information: "); in dump_stereo3d()
[all …]
Daf_ashowinfo.c63 av_log(ctx, AV_LOG_INFO, "matrix encoding: "); in dump_matrixenc()
66 av_log(ctx, AV_LOG_INFO, "invalid data"); in dump_matrixenc()
72 case AV_MATRIX_ENCODING_NONE: av_log(ctx, AV_LOG_INFO, "none"); break; in dump_matrixenc()
73 case AV_MATRIX_ENCODING_DOLBY: av_log(ctx, AV_LOG_INFO, "Dolby Surround"); break; in dump_matrixenc()
74 case AV_MATRIX_ENCODING_DPLII: av_log(ctx, AV_LOG_INFO, "Dolby Pro Logic II"); break; in dump_matrixenc()
75 case AV_MATRIX_ENCODING_DPLIIX: av_log(ctx, AV_LOG_INFO, "Dolby Pro Logic IIx"); break; in dump_matrixenc()
76 case AV_MATRIX_ENCODING_DPLIIZ: av_log(ctx, AV_LOG_INFO, "Dolby Pro Logic IIz"); break; in dump_matrixenc()
77 case AV_MATRIX_ENCODING_DOLBYEX: av_log(ctx, AV_LOG_INFO, "Dolby EX"); break; in dump_matrixenc()
78 case AV_MATRIX_ENCODING_DOLBYHEADPHONE: av_log(ctx, AV_LOG_INFO, "Dolby Headphone"); break; in dump_matrixenc()
79 default: av_log(ctx, AV_LOG_WARNING, "unknown"); break; in dump_matrixenc()
[all …]
Dvf_vidstabtransform.c112 av_log(ctx, AV_LOG_VERBOSE, "vidstabtransform filter: init %s\n", LIBVIDSTAB_VERSION); in init()
160 av_log(ctx, AV_LOG_ERROR, "unknown pixel format: %i (%s)", in config_input()
168 av_log(ctx, AV_LOG_ERROR, "pixel-format error: bpp %i<>%i ", in config_input()
170 av_log(ctx, AV_LOG_ERROR, "chroma_subsampl: w: %i<>%i h: %i<>%i\n", in config_input()
180 av_log(ctx, AV_LOG_INFO, "Virtual tripod mode: relative=0, smoothing=0\n"); in config_input()
189av_log(ctx, AV_LOG_ERROR, "initialization of vid.stab transform failed, please report a BUG\n"); in config_input()
194 av_log(ctx, AV_LOG_INFO, "Video transformation/stabilization settings (pass 2/2):\n"); in config_input()
195 av_log(ctx, AV_LOG_INFO, " input = %s\n", tc->input); in config_input()
196 av_log(ctx, AV_LOG_INFO, " smoothing = %d\n", tc->conf.smoothing); in config_input()
197 av_log(ctx, AV_LOG_INFO, " optalgo = %s\n", in config_input()
[all …]
/third_party/ffmpeg/libavformat/
Ddump.c44 av_log(avcl, level, __VA_ARGS__); \
126 av_log(NULL, AV_LOG_INFO, "%1.4f %s", d, postfix); in print_fps()
128 av_log(NULL, AV_LOG_INFO, "%3.2f %s", d, postfix); in print_fps()
130 av_log(NULL, AV_LOG_INFO, "%1.0f %s", d, postfix); in print_fps()
132 av_log(NULL, AV_LOG_INFO, "%1.0fk %s", d / 1000, postfix); in print_fps()
140 av_log(ctx, AV_LOG_INFO, "%sMetadata:\n", indent); in dump_metadata()
144 av_log(ctx, AV_LOG_INFO, in dump_metadata()
150 av_log(ctx, AV_LOG_INFO, "%s", tmp); in dump_metadata()
152 if (*p == 0xd) av_log(ctx, AV_LOG_INFO, " "); in dump_metadata()
153 if (*p == 0xa) av_log(ctx, AV_LOG_INFO, "\n%s %-16s: ", indent, ""); in dump_metadata()
[all …]
Dr3d.c48 av_log(s, AV_LOG_TRACE, "atom %u %.4s offset %#"PRIx64"\n", in read_atom()
70 av_log(s, AV_LOG_TRACE, "version %d.%d\n", tmp, tmp2); in r3d_read_red1()
73 av_log(s, AV_LOG_TRACE, "unknown1 %d\n", tmp); in r3d_read_red1()
79 av_log(s, AV_LOG_TRACE, "filenum %d\n", tmp); in r3d_read_red1()
87 av_log(s, AV_LOG_TRACE, "unknown2 %d\n", tmp); in r3d_read_red1()
99 av_log(s, AV_LOG_TRACE, "audio channels %d\n", tmp); in r3d_read_red1()
107 av_log(s, AV_LOG_TRACE, "filename %s\n", filename); in r3d_read_red1()
108 av_log(s, AV_LOG_TRACE, "resolution %dx%d\n", st->codecpar->width, st->codecpar->height); in r3d_read_red1()
109 av_log(s, AV_LOG_TRACE, "timescale %d\n", st->time_base.den); in r3d_read_red1()
110 av_log(s, AV_LOG_TRACE, "frame rate %d/%d\n", in r3d_read_red1()
[all …]
Dape.c101 av_log(s, AV_LOG_DEBUG, "Descriptor Block:\n\n"); in ape_dumpinfo()
102 av_log(s, AV_LOG_DEBUG, "fileversion = %"PRId16"\n", ape_ctx->fileversion); in ape_dumpinfo()
103 av_log(s, AV_LOG_DEBUG, "descriptorlength = %"PRIu32"\n", ape_ctx->descriptorlength); in ape_dumpinfo()
104 av_log(s, AV_LOG_DEBUG, "headerlength = %"PRIu32"\n", ape_ctx->headerlength); in ape_dumpinfo()
105 av_log(s, AV_LOG_DEBUG, "seektablelength = %"PRIu32"\n", ape_ctx->seektablelength); in ape_dumpinfo()
106 av_log(s, AV_LOG_DEBUG, "wavheaderlength = %"PRIu32"\n", ape_ctx->wavheaderlength); in ape_dumpinfo()
107 av_log(s, AV_LOG_DEBUG, "audiodatalength = %"PRIu32"\n", ape_ctx->audiodatalength); in ape_dumpinfo()
108 av_log(s, AV_LOG_DEBUG, "audiodatalength_high = %"PRIu32"\n", ape_ctx->audiodatalength_high); in ape_dumpinfo()
109 av_log(s, AV_LOG_DEBUG, "wavtaillength = %"PRIu32"\n", ape_ctx->wavtaillength); in ape_dumpinfo()
110 av_log(s, AV_LOG_DEBUG, "md5 = "); in ape_dumpinfo()
[all …]
Dipmovie.c126 av_log(s->avf, AV_LOG_ERROR, "Can not read audio packet before" in load_ipmovie_packet()
154 av_log(s->avf, AV_LOG_TRACE, "sending audio frame with pts %"PRId64" (%d audio frames)\n", in load_ipmovie_packet()
232 av_log(s->avf, AV_LOG_TRACE, "sending video frame with pts %"PRId64"\n", pkt->pts); in load_ipmovie_packet()
306 av_log(s->avf, AV_LOG_TRACE, "chunk type 0x%04X, 0x%04X bytes: ", chunk_type, chunk_size); in process_ipmovie_chunk()
311 av_log(s->avf, AV_LOG_TRACE, "initialize audio\n"); in process_ipmovie_chunk()
315 av_log(s->avf, AV_LOG_TRACE, "audio only\n"); in process_ipmovie_chunk()
319 av_log(s->avf, AV_LOG_TRACE, "initialize video\n"); in process_ipmovie_chunk()
323 av_log(s->avf, AV_LOG_TRACE, "video (and audio)\n"); in process_ipmovie_chunk()
327 av_log(s->avf, AV_LOG_TRACE, "shutdown\n"); in process_ipmovie_chunk()
331 av_log(s->avf, AV_LOG_TRACE, "end\n"); in process_ipmovie_chunk()
[all …]
Dtls_mbedtls.c80 av_log(h, AV_LOG_ERROR, "%s returned 0x%x\n", func_name, ret); in handle_transport_error()
116av_log(h, AV_LOG_ERROR, "Read of key file failed. Is it actually there, are the access permissions… in handle_pk_parse_error()
119 av_log(h, AV_LOG_ERROR, "A password for the private key is missing.\n"); in handle_pk_parse_error()
122 av_log(h, AV_LOG_ERROR, "The given password for the private key is wrong.\n"); in handle_pk_parse_error()
125 av_log(h, AV_LOG_ERROR, "mbedtls_pk_parse_key returned -0x%x\n", -ret); in handle_pk_parse_error()
134av_log(h, AV_LOG_ERROR, "None of the common ciphersuites is usable. Was the local certificate corr… in handle_handshake_error()
137av_log(h, AV_LOG_ERROR, "A fatal alert message was received from the peer, has the peer a correct … in handle_handshake_error()
140av_log(h, AV_LOG_ERROR, "No CA chain is set, but required to operate. Was the CA correctly set?\n"… in handle_handshake_error()
143 av_log(h, AV_LOG_ERROR, "TLS handshake was aborted by peer.\n"); in handle_handshake_error()
146 av_log(h, AV_LOG_ERROR, "mbedtls_ssl_handshake returned -0x%x\n", -ret); in handle_handshake_error()
[all …]
/third_party/ffmpeg/libavcodec/
Dcrystalhd.c142 av_log(priv->avctx, AV_LOG_TRACE, "\tYBuffSz: %u\n", output->YbuffSz); in print_frame_info()
143 av_log(priv->avctx, AV_LOG_TRACE, "\tYBuffDoneSz: %u\n", in print_frame_info()
145 av_log(priv->avctx, AV_LOG_TRACE, "\tUVBuffDoneSz: %u\n", in print_frame_info()
147 av_log(priv->avctx, AV_LOG_TRACE, "\tTimestamp: %"PRIu64"\n", in print_frame_info()
149 av_log(priv->avctx, AV_LOG_TRACE, "\tPicture Number: %u\n", in print_frame_info()
151 av_log(priv->avctx, AV_LOG_TRACE, "\tWidth: %u\n", in print_frame_info()
153 av_log(priv->avctx, AV_LOG_TRACE, "\tHeight: %u\n", in print_frame_info()
155 av_log(priv->avctx, AV_LOG_TRACE, "\tChroma: 0x%03x\n", in print_frame_info()
157 av_log(priv->avctx, AV_LOG_TRACE, "\tPulldown: %u\n", in print_frame_info()
159 av_log(priv->avctx, AV_LOG_TRACE, "\tFlags: 0x%08x\n", in print_frame_info()
[all …]
Dv4l2_m2m.c80 av_log(log_ctx, probe ? AV_LOG_DEBUG : AV_LOG_INFO, in v4l2_prepare_contexts()
115 av_log(log_ctx, AV_LOG_DEBUG, "v4l2 output format not supported\n"); in v4l2_probe_driver()
121 av_log(log_ctx, AV_LOG_DEBUG, "v4l2 capture format not supported\n"); in v4l2_probe_driver()
128av_log(log_ctx, AV_LOG_ERROR, "failure closing %s (%s)\n", s->devname, av_err2str(AVERROR(errno))); in v4l2_probe_driver()
152 av_log(log_ctx, AV_LOG_INFO, "requesting formats: output=%s capture=%s\n", in v4l2_configure_contexts()
162 av_log(log_ctx, AV_LOG_ERROR, "can't set v4l2 output format\n"); in v4l2_configure_contexts()
168 av_log(log_ctx, AV_LOG_ERROR, "can't to set v4l2 capture format\n"); in v4l2_configure_contexts()
174 av_log(log_ctx, AV_LOG_ERROR, "no v4l2 output context's buffers\n"); in v4l2_configure_contexts()
182 av_log(log_ctx, AV_LOG_ERROR, "no v4l2 capture context's buffers\n"); in v4l2_configure_contexts()
192 av_log(log_ctx, AV_LOG_ERROR, "error closing %s (%s)\n", in v4l2_configure_contexts()
[all …]
Dmpegutils.c179av_log(avctx, AV_LOG_DEBUG, "Adding %d MVs info to frame %d\n", mbcount, avctx->frame_number); in ff_print_debug_info2()
199 av_log(avctx, AV_LOG_DEBUG, "New frame, type: %c\n", in ff_print_debug_info2()
207 av_log(avctx, AV_LOG_DEBUG, "%1d", count); in ff_print_debug_info2()
210 av_log(avctx, AV_LOG_DEBUG, "%2d", in ff_print_debug_info2()
217 av_log(avctx, AV_LOG_DEBUG, "P"); in ff_print_debug_info2()
219 av_log(avctx, AV_LOG_DEBUG, "A"); in ff_print_debug_info2()
221 av_log(avctx, AV_LOG_DEBUG, "i"); in ff_print_debug_info2()
223 av_log(avctx, AV_LOG_DEBUG, "I"); in ff_print_debug_info2()
225 av_log(avctx, AV_LOG_DEBUG, "d"); in ff_print_debug_info2()
227 av_log(avctx, AV_LOG_DEBUG, "D"); in ff_print_debug_info2()
[all …]
Dmediacodecdec_common.c217 av_log(avctx, AV_LOG_ERROR, "Output color format 0x%x (value=%d) is not supported\n", in mcdec_map_color_format()
262 av_log(ctx->avctx, AV_LOG_DEBUG, in mediacodec_buffer_release()
338 av_log(avctx, AV_LOG_DEBUG, in mediacodec_wrap_hw_buffer()
348 av_log(avctx, AV_LOG_ERROR, "Failed to release output buffer\n"); in mediacodec_wrap_hw_buffer()
374 av_log(avctx, AV_LOG_ERROR, "Could not allocate buffer\n"); in mediacodec_wrap_sw_buffer()
396 av_log(avctx, AV_LOG_TRACE, in mediacodec_wrap_sw_buffer()
421 av_log(avctx, AV_LOG_ERROR, "Unsupported color format 0x%x (value=%d)\n", in mediacodec_wrap_sw_buffer()
431 av_log(avctx, AV_LOG_ERROR, "Failed to release output buffer\n"); in mediacodec_wrap_sw_buffer()
443 av_log(avctx, AV_LOG_ERROR, "Could not get %s from format %s\n", key, format); \
460 av_log(avctx, AV_LOG_ERROR, "Output MediaFormat is not set\n"); in mediacodec_dec_parse_format()
[all …]
Dlibfdk-aacdec.c110 av_log(avctx, AV_LOG_ERROR, "Unable to get stream info\n"); in get_stream_info()
115 av_log(avctx, AV_LOG_ERROR, "Stream info not initialized\n"); in get_stream_info()
127 av_log(avctx, AV_LOG_WARNING, "unknown channel type\n"); in get_stream_info()
132 av_log(avctx, AV_LOG_DEBUG, in get_stream_info()
155 av_log(avctx, AV_LOG_WARNING, in get_stream_info()
165 av_log(avctx, AV_LOG_WARNING, in get_stream_info()
183 av_log(avctx, AV_LOG_WARNING, in get_stream_info()
194 av_log(avctx, AV_LOG_WARNING, in get_stream_info()
202 av_log(avctx, AV_LOG_WARNING, "unsupported channel configuration\n"); in get_stream_info()
234 av_log(avctx, AV_LOG_ERROR, "Error opening decoder\n"); in fdk_aac_decode_init()
[all …]
Dlibrav1e.c197 av_log(avctx, AV_LOG_ERROR, "Could not allocate rav1e config.\n"); in librav1e_encode_init()
218 av_log(avctx, AV_LOG_ERROR, "A bitrate must be set to use two pass mode.\n"); in librav1e_encode_init()
225 av_log(avctx, AV_LOG_ERROR, "No stats file provided for second pass.\n"); in librav1e_encode_init()
233 av_log(avctx, AV_LOG_ERROR, "Could not allocate stats buffer.\n"); in librav1e_encode_init()
240 av_log(avctx, AV_LOG_ERROR, "Invalid pass file.\n"); in librav1e_encode_init()
251 av_log(avctx, AV_LOG_ERROR, "extract_extradata bitstream filter " in librav1e_encode_init()
281 av_log(avctx, AV_LOG_WARNING, "Invalid value for %s: %s.\n", en->key, en->value); in librav1e_encode_init()
287 av_log(avctx, AV_LOG_ERROR, "Invalid width passed to rav1e.\n"); in librav1e_encode_init()
294 av_log(avctx, AV_LOG_ERROR, "Invalid height passed to rav1e.\n"); in librav1e_encode_init()
301 av_log(avctx, AV_LOG_WARNING, "Invalid number of threads, defaulting to auto.\n"); in librav1e_encode_init()
[all …]
Dvaapi_encode.c62 av_log(avctx, AV_LOG_ERROR, "Failed to create parameter buffer " in vaapi_encode_make_packed_header()
73 av_log(avctx, AV_LOG_ERROR, "Failed to create data buffer " in vaapi_encode_make_packed_header()
80 av_log(avctx, AV_LOG_DEBUG, "Packed header buffer (%d) is %#x/%#x " in vaapi_encode_make_packed_header()
102 av_log(avctx, AV_LOG_ERROR, "Failed to create parameter buffer " in vaapi_encode_make_param_buffer()
108 av_log(avctx, AV_LOG_DEBUG, "Param buffer (%d) is %#x.\n", in vaapi_encode_make_param_buffer()
149 av_log(avctx, AV_LOG_DEBUG, "Sync to pic %"PRId64"/%"PRId64" " in vaapi_encode_wait()
155 av_log(avctx, AV_LOG_ERROR, "Failed to sync to picture completion: " in vaapi_encode_wait()
212 av_log(avctx, AV_LOG_DEBUG, "Slice %d: %d-%d (%d rows), " in vaapi_encode_make_row_slice()
239 av_log(avctx, AV_LOG_DEBUG, "Slice %2d: (%2d, %2d) start at: %4d " in vaapi_encode_make_tile_slice()
260 av_log(avctx, AV_LOG_DEBUG, "Issuing encode for pic %"PRId64"/%"PRId64" " in vaapi_encode_issue()
[all …]
/third_party/ffmpeg/tests/api/
Dapi-flac-test.c59 av_log(NULL, AV_LOG_INFO, "channel layout: %s, sample rate: %i\n", name_buff, sample_rate); in init_encoder()
63 av_log(NULL, AV_LOG_ERROR, "Can't allocate encoder context\n"); in init_encoder()
73 av_log(ctx, AV_LOG_ERROR, "Can't open encoder\n"); in init_encoder()
89 av_log(NULL, AV_LOG_ERROR , "Can't allocate decoder context\n"); in init_decoder()
100 av_log(ctx, AV_LOG_ERROR, "Can't open decoder\n"); in init_decoder()
121 av_log(NULL, AV_LOG_ERROR, "Can't allocate output packet\n"); in run_test()
127 av_log(NULL, AV_LOG_ERROR, "Can't allocate input frame\n"); in run_test()
135 av_log(NULL, AV_LOG_ERROR, "Can't allocate a buffer for input frame\n"); in run_test()
141 av_log(NULL, AV_LOG_ERROR, "Can't allocate output frame\n"); in run_test()
147 av_log(NULL, AV_LOG_ERROR, "Can't allocate memory for raw_in\n"); in run_test()
[all …]
Dapi-seek-test.c46 av_log(NULL, AV_LOG_ERROR, "Can't allocate array to store crcs\n"); in add_crc_to_array()
66 av_log(NULL, AV_LOG_ERROR, "Incorrect crc of a frame after seeking\n"); in compare_crc_in_array()
71 av_log(NULL, AV_LOG_ERROR, "Incorrect pts of a frame after seeking\n"); in compare_crc_in_array()
88 av_log(NULL, AV_LOG_ERROR, "Can't allocate buffer\n"); in compute_crc_of_packets()
96 av_log(NULL, AV_LOG_ERROR, "Error in seeking\n"); in compute_crc_of_packets()
113 av_log(NULL, AV_LOG_ERROR, "Error: frames doesn't have pts values\n"); in compute_crc_of_packets()
122 av_log(NULL, AV_LOG_ERROR, "Error submitting a packet for decoding\n"); in compute_crc_of_packets()
134 av_log(NULL, AV_LOG_ERROR, "Error decoding frame\n"); in compute_crc_of_packets()
142 av_log(NULL, AV_LOG_ERROR, "Can't copy image to buffer\n"); in compute_crc_of_packets()
173 av_log(NULL, AV_LOG_ERROR, "Incorrect input ranges of seeking\n"); in read_seek_range()
[all …]
Dapi-band-test.c85 av_log(NULL, AV_LOG_ERROR, "Can't open file\n"); in video_decode()
91 av_log(NULL, AV_LOG_ERROR, "Can't get stream info\n"); in video_decode()
97 av_log(NULL, AV_LOG_ERROR, "Can't find video stream in input file\n"); in video_decode()
105 av_log(NULL, AV_LOG_ERROR, "Can't find decoder\n"); in video_decode()
111 av_log(NULL, AV_LOG_ERROR, "Can't allocate decoder context\n"); in video_decode()
117 av_log(NULL, AV_LOG_ERROR, "Can't copy decoder context\n"); in video_decode()
126 av_log(ctx, AV_LOG_ERROR, "Can't open decoder\n"); in video_decode()
132 av_log(NULL, AV_LOG_ERROR, "Can't allocate frame\n"); in video_decode()
138 av_log(NULL, AV_LOG_ERROR, "Cannot allocate packet\n"); in video_decode()
143 av_log(NULL, AV_LOG_ERROR, "Wrong codec\n"); in video_decode()
[all …]
Dapi-h264-test.c50 av_log(NULL, AV_LOG_ERROR, "Can't open file\n"); in video_decode_example()
56 av_log(NULL, AV_LOG_ERROR, "Can't get stream info\n"); in video_decode_example()
62 av_log(NULL, AV_LOG_ERROR, "Can't find video stream in input file\n"); in video_decode_example()
70 av_log(NULL, AV_LOG_ERROR, "Can't find decoder\n"); in video_decode_example()
76 av_log(NULL, AV_LOG_ERROR, "Can't allocate decoder context\n"); in video_decode_example()
82 av_log(NULL, AV_LOG_ERROR, "Can't copy decoder context\n"); in video_decode_example()
88 av_log(ctx, AV_LOG_ERROR, "Can't open decoder\n"); in video_decode_example()
94 av_log(NULL, AV_LOG_ERROR, "Can't allocate frame\n"); in video_decode_example()
100 av_log(NULL, AV_LOG_ERROR, "Cannot allocate packet\n"); in video_decode_example()
107 av_log(NULL, AV_LOG_ERROR, "Can't allocate buffer\n"); in video_decode_example()
[all …]
/third_party/ffmpeg/doc/examples/
Dtranscoding.c65 av_log(NULL, AV_LOG_ERROR, "Cannot open input file\n"); in open_input_file()
70 av_log(NULL, AV_LOG_ERROR, "Cannot find stream information\n"); in open_input_file()
83 av_log(NULL, AV_LOG_ERROR, "Failed to find decoder for stream #%u\n", i); in open_input_file()
88av_log(NULL, AV_LOG_ERROR, "Failed to allocate the decoder context for stream #%u\n", i); in open_input_file()
93 av_log(NULL, AV_LOG_ERROR, "Failed to copy decoder parameters to input decoder context " in open_input_file()
105 av_log(NULL, AV_LOG_ERROR, "Failed to open decoder for stream #%u\n", i); in open_input_file()
132 av_log(NULL, AV_LOG_ERROR, "Could not create output context\n"); in open_output_file()
140 av_log(NULL, AV_LOG_ERROR, "Failed allocating output stream\n"); in open_output_file()
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()
[all …]
/third_party/ffmpeg/libavdevice/
Ddshow_crossbar.c69 av_log(avctx, log_level, "Crossbar Switching Information for %s:\n", device_name); in setup_crossbar_options()
72 av_log(avctx, AV_LOG_ERROR, "Unable to get crossbar pin counts\n"); in setup_crossbar_options()
84 av_log(avctx, log_level, "Routing video input from pin %d\n", video_input_pin); in setup_crossbar_options()
87av_log(avctx, AV_LOG_ERROR, "Unable to route video input from pin %d\n", video_input_pin); in setup_crossbar_options()
93 av_log(avctx, log_level, "Routing audio input from pin %d\n", audio_input_pin); in setup_crossbar_options()
96av_log(avctx, AV_LOG_ERROR, "Unable to route audio input from pin %d\n", audio_input_pin); in setup_crossbar_options()
101av_log(avctx, AV_LOG_WARNING, "Unexpected output pin type, please report the type if you want to u… in setup_crossbar_options()
106 av_log(avctx, AV_LOG_ERROR, "Unable to get crossbar is routed to from pin %d\n", i); in setup_crossbar_options()
109av_log(avctx, log_level, " Crossbar Output pin %d: \"%s\" related output pin: %ld ", i, GetPhysic… in setup_crossbar_options()
110 av_log(avctx, log_level, "current input pin: %ld ", route_to_pin); in setup_crossbar_options()
[all …]
Dv4l2.c135 av_log(ctx, AV_LOG_ERROR, "libavdevice is not built with libv4l2 support.\n"); in device_open()
157 av_log(ctx, AV_LOG_ERROR, "Cannot open video device %s: %s\n", in device_open()
164 av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_QUERYCAP): %s\n", in device_open()
169 av_log(ctx, AV_LOG_VERBOSE, "fd:%d capabilities:%x\n", in device_open()
173 av_log(ctx, AV_LOG_ERROR, "Not a video capture device.\n"); in device_open()
179 av_log(ctx, AV_LOG_ERROR, in device_open()
210 av_log(ctx, AV_LOG_INFO, in device_init()
218 av_log(ctx, AV_LOG_DEBUG, in device_init()
226 av_log(ctx, AV_LOG_DEBUG, in device_init()
257 av_log(ctx, AV_LOG_INFO, " %ux%u", in list_framesizes()
[all …]
Ddecklink_enc.cpp172 av_log(avctx, AV_LOG_ERROR, "Only one video stream is supported!\n"); in decklink_setup_video()
178 av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format!" in decklink_setup_video()
184 av_log(avctx, AV_LOG_ERROR, "Unsupported codec type!" in decklink_setup_video()
192 av_log(avctx, AV_LOG_ERROR, "Could not set output configuration\n"); in decklink_setup_video()
197 av_log(avctx, AV_LOG_ERROR, "Unsupported video size, framerate or field order!" in decklink_setup_video()
202av_log(avctx, AV_LOG_WARNING, "Could not enable video output with VANC! Trying without...\n"); in decklink_setup_video()
206 av_log(avctx, AV_LOG_ERROR, "Could not enable video output!\n"); in decklink_setup_video()
225 av_log(avctx, AV_LOG_DEBUG, "output: %s, preroll: %d, frames buffer size: %d\n", in decklink_setup_video()
243 av_log(avctx, AV_LOG_ERROR, "Only one audio stream is supported!\n"); in decklink_setup_audio()
247 av_log(avctx, AV_LOG_ERROR, "Unsupported sample rate!" in decklink_setup_audio()
[all …]
/third_party/ffmpeg/libavresample/
Dutils.c41 av_log(avr, AV_LOG_ERROR, "The resampling context is already open.\n"); in avresample_open()
48 av_log(avr, AV_LOG_ERROR, "Invalid input channel layout: %"PRIu64"\n", in avresample_open()
54 av_log(avr, AV_LOG_ERROR, "Invalid output channel layout: %"PRIu64"\n", in avresample_open()
101 av_log(avr, AV_LOG_DEBUG, "Using %s as internal sample format\n", in avresample_open()
130 av_log(avr, AV_LOG_TRACE, "remap channels during in_copy\n"); in avresample_open()
133 av_log(avr, AV_LOG_TRACE, "remap channels during in_convert\n"); in avresample_open()
136 av_log(avr, AV_LOG_TRACE, "remap channels during out_convert\n"); in avresample_open()
139 av_log(avr, AV_LOG_TRACE, "remap channels during out_copy\n"); in avresample_open()
145 av_log(avr, AV_LOG_TRACE, "output map: "); in avresample_open()
148 av_log(avr, AV_LOG_TRACE, " % 2d", avr->ch_map_info.channel_map[ch]); in avresample_open()
[all …]
/third_party/ffmpeg/libavutil/
Dopt.c102 av_log(obj, AV_LOG_ERROR, "Value %f for parameter '%s' out of range [%g - %g]\n", in write_number()
109 av_log(obj, AV_LOG_ERROR, in write_number()
274av_log(obj, AV_LOG_ERROR, "const_values array too small for %s\n", o->unit); in set_string_number()
298 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\"\n", val); in set_string_number()
330 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as image size\n", val); in set_string_image_size()
338 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as video rate\n", val); in set_string_video_rate()
351 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as color\n", val); in set_string_color()
391 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as boolean\n", val); in set_string_bool()
408 av_log(obj, AV_LOG_ERROR, in set_string_fmt()
425 av_log(obj, AV_LOG_ERROR, in set_string_fmt()
[all …]

12345678910>>...55