/third_party/ffmpeg/tests/api/ |
D | api-flac-test.c | 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() 122 av_log(NULL, AV_LOG_ERROR, "Can't allocate input frame\n"); in run_test() 130 av_log(NULL, AV_LOG_ERROR, "Can't allocate a buffer for input frame\n"); in run_test() 136 av_log(NULL, AV_LOG_ERROR, "Can't allocate output frame\n"); in run_test() 142 av_log(NULL, AV_LOG_ERROR, "Can't allocate memory for raw_in\n"); in run_test() 148 av_log(NULL, AV_LOG_ERROR, "Can't allocate memory for raw_out\n"); in run_test() 161 av_log(NULL, AV_LOG_ERROR, "Incorrect value of input frame linesize\n"); in run_test() [all …]
|
D | api-seek-test.c | 46 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() 90 av_log(NULL, AV_LOG_ERROR, "Can't allocate buffer\n"); in compute_crc_of_packets() 98 av_log(NULL, AV_LOG_ERROR, "Error in seeking\n"); in compute_crc_of_packets() 116 av_log(NULL, AV_LOG_ERROR, "Error: frames doesn't have pts values\n"); in compute_crc_of_packets() 121 av_log(NULL, AV_LOG_ERROR, "Error decoding frame\n"); in compute_crc_of_packets() 129 av_log(NULL, AV_LOG_ERROR, "Can't copy image to buffer\n"); in compute_crc_of_packets() 162 av_log(NULL, AV_LOG_ERROR, "Incorrect input ranges of seeking\n"); in read_seek_range() 167 av_log(NULL, AV_LOG_ERROR, "Incorrect input ranges of seeking\n"); in read_seek_range() [all …]
|
D | api-band-test.c | 87 av_log(NULL, AV_LOG_ERROR, "Can't open file\n"); in video_decode() 93 av_log(NULL, AV_LOG_ERROR, "Can't get stream info\n"); in video_decode() 99 av_log(NULL, AV_LOG_ERROR, "Can't find video stream in input file\n"); in video_decode() 107 av_log(NULL, AV_LOG_ERROR, "Can't find decoder\n"); in video_decode() 113 av_log(NULL, AV_LOG_ERROR, "Can't allocate decoder context\n"); in video_decode() 119 av_log(NULL, AV_LOG_ERROR, "Can't copy decoder context\n"); in video_decode() 128 av_log(ctx, AV_LOG_ERROR, "Can't open decoder\n"); in video_decode() 134 av_log(NULL, AV_LOG_ERROR, "Can't allocate frame\n"); in video_decode() 139 av_log(NULL, AV_LOG_ERROR, "Wrong codec\n"); in video_decode() 146 av_log(NULL, AV_LOG_ERROR, "Can't allocate buffer\n"); in video_decode() [all …]
|
D | api-h264-test.c | 52 av_log(NULL, AV_LOG_ERROR, "Can't open file\n"); in video_decode_example() 58 av_log(NULL, AV_LOG_ERROR, "Can't get stream info\n"); in video_decode_example() 64 av_log(NULL, AV_LOG_ERROR, "Can't find video stream in input file\n"); in video_decode_example() 72 av_log(NULL, AV_LOG_ERROR, "Can't find decoder\n"); in video_decode_example() 78 av_log(NULL, AV_LOG_ERROR, "Can't allocate decoder context\n"); in video_decode_example() 84 av_log(NULL, AV_LOG_ERROR, "Can't copy decoder context\n"); in video_decode_example() 90 av_log(ctx, AV_LOG_ERROR, "Can't open decoder\n"); in video_decode_example() 96 av_log(NULL, AV_LOG_ERROR, "Can't allocate frame\n"); in video_decode_example() 103 av_log(NULL, AV_LOG_ERROR, "Can't allocate buffer\n"); in video_decode_example() 124 av_log(NULL, AV_LOG_ERROR, "Error decoding frame\n"); in video_decode_example() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | tls_mbedtls.c | 80 av_log(h, AV_LOG_ERROR, "%s returned 0x%x\n", func_name, ret); in handle_transport_error() 116 …av_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() 134 …av_log(h, AV_LOG_ERROR, "None of the common ciphersuites is usable. Was the local certificate corr… in handle_handshake_error() 137 …av_log(h, AV_LOG_ERROR, "A fatal alert message was received from the peer, has the peer a correct … in handle_handshake_error() 140 …av_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 …]
|
D | rtpdec_vp9.c | 62 av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet, got %d bytes\n", len); in vp9_handle_packet() 94 …av_log(ctx, AV_LOG_ERROR, "Invalid combination of B and M marker (%d != %d)\n", last_fragment, rtp… in vp9_handle_packet() 119 av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); in vp9_handle_packet() 146 av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); in vp9_handle_packet() 178 av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); in vp9_handle_packet() 187 av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); in vp9_handle_packet() 227 av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); in vp9_handle_packet() 241 av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); in vp9_handle_packet() 255 av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); in vp9_handle_packet() 264 av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); in vp9_handle_packet() [all …]
|
D | chromaprint.c | 69 av_log(s, AV_LOG_ERROR, "Failed to create chromaprint context.\n"); in write_header() 76 …av_log(s, AV_LOG_ERROR, "Failed to set silence threshold. Setting silence_threshold requires -algo… in write_header() 80 av_log(s, AV_LOG_ERROR, "Setting the silence threshold requires Chromaprint " in write_header() 87 av_log(s, AV_LOG_ERROR, "Only one stream is supported\n"); in write_header() 94 av_log(s, AV_LOG_ERROR, "Only up to 2 channels are supported\n"); in write_header() 99 av_log(s, AV_LOG_ERROR, "Sampling rate must be at least 1000\n"); in write_header() 104 av_log(s, AV_LOG_ERROR, "Failed to start chromaprint\n"); in write_header() 129 av_log(s, AV_LOG_ERROR, "Failed to generate fingerprint\n"); in write_trailer() 134 av_log(s, AV_LOG_ERROR, "Failed to retrieve fingerprint\n"); in write_trailer() 146 av_log(s, AV_LOG_ERROR, "Failed to encode fingerprint\n"); in write_trailer()
|
D | rtpdec_xiph.c | 71 av_log(ctx, AV_LOG_ERROR, "No more data to return\n"); in xiph_handle_packet() 77 av_log(ctx, AV_LOG_ERROR, "Not enough data to return\n"); in xiph_handle_packet() 81 av_log(ctx, AV_LOG_ERROR, "Out of memory.\n"); in xiph_handle_packet() 92 av_log(ctx, AV_LOG_ERROR, "Invalid %d byte packet\n", len); in xiph_handle_packet() 104 av_log(ctx, AV_LOG_ERROR, in xiph_handle_packet() 127 av_log(ctx, AV_LOG_ERROR, "Out of memory.\n"); in xiph_handle_packet() 142 av_log(ctx, AV_LOG_ERROR, "Out of memory.\n"); in xiph_handle_packet() 175 av_log(ctx, AV_LOG_ERROR, "RTP timestamps don't match!\n"); in xiph_handle_packet() 191 av_log(ctx, AV_LOG_ERROR, in xiph_handle_packet() 235 av_log(s, AV_LOG_ERROR, in parse_packed_headers() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | lavfutils.c | 42 av_log(log_ctx, AV_LOG_ERROR, in ff_load_image() 48 av_log(log_ctx, AV_LOG_ERROR, "Find stream info failed\n"); in ff_load_image() 55 av_log(log_ctx, AV_LOG_ERROR, "Failed to find codec\n"); in ff_load_image() 62 av_log(log_ctx, AV_LOG_ERROR, "Failed to alloc video decoder context\n"); in ff_load_image() 69 av_log(log_ctx, AV_LOG_ERROR, "Failed to copy codec parameters to decoder context\n"); in ff_load_image() 75 av_log(log_ctx, AV_LOG_ERROR, "Failed to open codec\n"); in ff_load_image() 80 av_log(log_ctx, AV_LOG_ERROR, "Failed to alloc frame\n"); in ff_load_image() 87 av_log(log_ctx, AV_LOG_ERROR, "Failed to read frame from file\n"); in ff_load_image() 93 av_log(log_ctx, AV_LOG_ERROR, "Failed to decode image from file\n"); in ff_load_image() 117 av_log(log_ctx, AV_LOG_ERROR, "Error loading image file '%s'\n", filename); in ff_load_image()
|
/third_party/ffmpeg/libavcodec/ |
D | librav1e.c | 185 av_log(avctx, AV_LOG_ERROR, "Could not allocate rav1e config.\n"); in librav1e_encode_init() 206 av_log(avctx, AV_LOG_ERROR, "A bitrate must be set to use two pass mode.\n"); in librav1e_encode_init() 213 av_log(avctx, AV_LOG_ERROR, "No stats file provided for second pass.\n"); in librav1e_encode_init() 221 av_log(avctx, AV_LOG_ERROR, "Could not allocate stats buffer.\n"); in librav1e_encode_init() 228 av_log(avctx, AV_LOG_ERROR, "Invalid pass file.\n"); in librav1e_encode_init() 239 av_log(avctx, AV_LOG_ERROR, "extract_extradata bitstream filter " in librav1e_encode_init() 275 av_log(avctx, AV_LOG_ERROR, "Invalid width passed to rav1e.\n"); in librav1e_encode_init() 282 av_log(avctx, AV_LOG_ERROR, "Invalid height passed to rav1e.\n"); in librav1e_encode_init() 294 av_log(avctx, AV_LOG_ERROR, "Could not set speed preset.\n"); in librav1e_encode_init() 304 av_log(avctx, AV_LOG_ERROR, "Could not set number of tiles to encode with.\n"); in librav1e_encode_init() [all …]
|
D | faxcompr.c | 140 av_log(avctx, AV_LOG_ERROR, "Invalid uncompressed codeword\n"); in decode_uncompressed() 161 av_log(avctx, AV_LOG_ERROR, "uncompressed run overrun\n"); in decode_uncompressed() 165 av_log(avctx, AV_LOG_ERROR, "uncompressed run went out of bounds\n"); in decode_uncompressed() 178 av_log(avctx, AV_LOG_ERROR, "uncompressed run overrun\n"); in decode_uncompressed() 184 av_log(avctx, AV_LOG_ERROR, "uncompressed run went out of boundsE\n"); in decode_uncompressed() 193 av_log(avctx, AV_LOG_ERROR, "uncompressed run overrun\n"); in decode_uncompressed() 214 av_log(avctx, AV_LOG_ERROR, "Run overrun\n"); in decode_group3_1d_line() 220 av_log(avctx, AV_LOG_ERROR, "Run went out of bounds\n"); in decode_group3_1d_line() 236 av_log(avctx, AV_LOG_ERROR, "Incorrect code\n"); in decode_group3_1d_line() 256 av_log(avctx, AV_LOG_ERROR, "Incorrect mode VLC\n"); in decode_group3_2d_line() [all …]
|
D | vorbis_parser.c | 46 av_log(s, AV_LOG_ERROR, "Id header is too short\n"); in parse_id_header() 52 av_log(s, AV_LOG_ERROR, "Wrong packet type in Id header\n"); in parse_id_header() 58 av_log(s, AV_LOG_ERROR, "Invalid packet signature in Id header\n"); in parse_id_header() 63 av_log(s, AV_LOG_ERROR, "Invalid framing bit in Id header\n"); in parse_id_header() 83 av_log(s, AV_LOG_ERROR, "Setup header is too short\n"); in parse_setup_header() 89 av_log(s, AV_LOG_ERROR, "Wrong packet type in Setup header\n"); in parse_setup_header() 95 av_log(s, AV_LOG_ERROR, "Invalid packet signature in Setup header\n"); in parse_setup_header() 101 av_log(s, AV_LOG_ERROR, "Out of memory\n"); in parse_setup_header() 116 av_log(s, AV_LOG_ERROR, "Invalid Setup header\n"); in parse_setup_header() 143 av_log(s, AV_LOG_ERROR, "Invalid Setup header\n"); in parse_setup_header() [all …]
|
D | shorten.c | 133 av_log(s->avctx, AV_LOG_ERROR, "nmean too large\n"); in allocate_buffers() 137 av_log(s->avctx, AV_LOG_ERROR, in allocate_buffers() 200 av_log(s->avctx, AV_LOG_ERROR, "unknown audio type\n"); in init_offset() 222 av_log(avctx, AV_LOG_ERROR, "missing FORM tag\n"); in decode_aiff_header() 231 av_log(avctx, AV_LOG_ERROR, "missing AIFF tag\n"); in decode_aiff_header() 238 av_log(avctx, AV_LOG_ERROR, "no COMM chunk found\n"); in decode_aiff_header() 246 av_log(avctx, AV_LOG_ERROR, "COMM chunk was too short\n"); in decode_aiff_header() 257 av_log(avctx, AV_LOG_ERROR, "unsupported number of bits per sample: %d\n", bps); in decode_aiff_header() 264 av_log(avctx, AV_LOG_ERROR, "exp %d is out of range\n", exp); in decode_aiff_header() 288 av_log(avctx, AV_LOG_ERROR, "missing RIFF tag\n"); in decode_wave_header() [all …]
|
D | v4l2_m2m.c | 128 …av_log(log_ctx, AV_LOG_ERROR, "failure closing %s (%s)\n", s->devname, av_err2str(AVERROR(errno))); in v4l2_probe_driver() 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() 215 av_log(log_ctx, AV_LOG_ERROR, "capture VIDIOC_STREAMOFF\n"); in ff_v4l2_m2m_codec_reinit() 230 av_log(log_ctx, AV_LOG_ERROR, "query the new capture format\n"); in ff_v4l2_m2m_codec_reinit() 237 av_log(log_ctx, AV_LOG_ERROR, "setting capture format\n"); in ff_v4l2_m2m_codec_reinit() 261 av_log(log_ctx, AV_LOG_ERROR, "output VIDIOC_STREAMOFF\n"); in ff_v4l2_m2m_codec_full_reinit() [all …]
|
D | bmp.c | 51 av_log(avctx, AV_LOG_ERROR, "buf size too small (%d)\n", buf_size); in bmp_decode_frame() 57 av_log(avctx, AV_LOG_ERROR, "bad magic number\n"); in bmp_decode_frame() 63 av_log(avctx, AV_LOG_ERROR, "not enough data (%d < %u), trying to decode anyway\n", in bmp_decode_frame() 74 av_log(avctx, AV_LOG_ERROR, "invalid header size %u\n", hsize); in bmp_decode_frame() 83 av_log(avctx, AV_LOG_ERROR, in bmp_decode_frame() 110 av_log(avctx, AV_LOG_ERROR, "invalid BMP header\n"); in bmp_decode_frame() 123 av_log(avctx, AV_LOG_ERROR, "BMP coding %d not supported\n", comp); in bmp_decode_frame() 138 av_log(avctx, AV_LOG_ERROR, "Failed to set dimensions %d %d\n", width, height); in bmp_decode_frame() 156 av_log(avctx, AV_LOG_ERROR, "Unknown bitfields " in bmp_decode_frame() 178 av_log(avctx, AV_LOG_ERROR, in bmp_decode_frame() [all …]
|
D | intelh263dec.c | 37 av_log(s->avctx, AV_LOG_ERROR, "Bad picture start code\n"); in ff_intel_h263_decode_picture_header() 46 av_log(s->avctx, AV_LOG_ERROR, "Bad H.263 id\n"); in ff_intel_h263_decode_picture_header() 55 av_log(s->avctx, AV_LOG_ERROR, "Intel H.263 free format not supported\n"); in ff_intel_h263_decode_picture_header() 65 av_log(s->avctx, AV_LOG_ERROR, "SAC not supported\n"); in ff_intel_h263_decode_picture_header() 80 av_log(s->avctx, AV_LOG_ERROR, "Wrong Intel H.263 format\n"); in ff_intel_h263_decode_picture_header() 84 av_log(s->avctx, AV_LOG_ERROR, "Bad value for reserved field\n"); in ff_intel_h263_decode_picture_header() 87 av_log(s->avctx, AV_LOG_ERROR, "Bad value for reserved field\n"); in ff_intel_h263_decode_picture_header() 91 av_log(s->avctx, AV_LOG_ERROR, "Bad value for reserved field\n"); in ff_intel_h263_decode_picture_header() 93 av_log(s->avctx, AV_LOG_ERROR, "Invalid marker\n"); in ff_intel_h263_decode_picture_header() 107 av_log(s->avctx, AV_LOG_ERROR, "Invalid aspect ratio.\n"); in ff_intel_h263_decode_picture_header()
|
D | flac.c | 57 av_log(avctx, AV_LOG_ERROR + log_level_offset, "invalid sync code\n"); in ff_flac_decode_frame_header() 77 av_log(avctx, AV_LOG_ERROR + log_level_offset, in ff_flac_decode_frame_header() 85 av_log(avctx, AV_LOG_ERROR + log_level_offset, in ff_flac_decode_frame_header() 94 av_log(avctx, AV_LOG_ERROR + log_level_offset, in ff_flac_decode_frame_header() 102 av_log(avctx, AV_LOG_ERROR + log_level_offset, in ff_flac_decode_frame_header() 109 av_log(avctx, AV_LOG_ERROR + log_level_offset, in ff_flac_decode_frame_header() 130 av_log(avctx, AV_LOG_ERROR + log_level_offset, in ff_flac_decode_frame_header() 140 av_log(avctx, AV_LOG_ERROR + log_level_offset, in ff_flac_decode_frame_header() 174 av_log(avctx, AV_LOG_ERROR, "extradata NULL or too small.\n"); in ff_flac_is_extradata_valid() 187 av_log(avctx, AV_LOG_ERROR, "extradata too small.\n"); in ff_flac_is_extradata_valid() [all …]
|
D | libfdk-aacenc.c | 132 av_log(avctx, AV_LOG_ERROR, "Unable to open the encoder: %s\n", in aac_encode_init() 141 av_log(avctx, AV_LOG_ERROR, "Unable to set the AOT %d: %s\n", in aac_encode_init() 149 av_log(avctx, AV_LOG_ERROR, "Unable to enable SBR for ELD: %s\n", in aac_encode_init() 157 av_log(avctx, AV_LOG_ERROR, "Unable to set the sample rate %d: %s\n", in aac_encode_init() 170 av_log(avctx, AV_LOG_ERROR, "Unable to enable ELDv2: %s\n", in aac_encode_init() 205 av_log(avctx, AV_LOG_ERROR, in aac_encode_init() 212 av_log(avctx, AV_LOG_ERROR, in aac_encode_init() 219 av_log(avctx, AV_LOG_ERROR, in aac_encode_init() 237 av_log(avctx, AV_LOG_ERROR, "Unable to set the VBR bitrate mode %d: %s\n", in aac_encode_init() 256 av_log(avctx, AV_LOG_ERROR, "Unable to set the bitrate %"PRId64": %s\n", in aac_encode_init() [all …]
|
D | xwddec.c | 53 av_log(avctx, AV_LOG_ERROR, "unsupported version\n"); in xwd_decode_frame() 58 av_log(avctx, AV_LOG_ERROR, "invalid header size\n"); in xwd_decode_frame() 95 av_log(avctx, AV_LOG_ERROR, "invalid pixmap format\n"); in xwd_decode_frame() 100 av_log(avctx, AV_LOG_ERROR, "invalid pixmap depth\n"); in xwd_decode_frame() 110 av_log(avctx, AV_LOG_ERROR, "invalid byte order\n"); in xwd_decode_frame() 115 av_log(avctx, AV_LOG_ERROR, "invalid bitmap bit order\n"); in xwd_decode_frame() 120 av_log(avctx, AV_LOG_ERROR, "invalid bitmap unit\n"); in xwd_decode_frame() 125 av_log(avctx, AV_LOG_ERROR, "invalid bitmap scan-line pad\n"); in xwd_decode_frame() 130 av_log(avctx, AV_LOG_ERROR, "invalid bits per pixel\n"); in xwd_decode_frame() 135 av_log(avctx, AV_LOG_ERROR, "invalid number of entries in colormap\n"); in xwd_decode_frame() [all …]
|
/third_party/ffmpeg/doc/examples/ |
D | transcoding.c | 60 av_log(NULL, AV_LOG_ERROR, "Cannot open input file\n"); in open_input_file() 65 av_log(NULL, AV_LOG_ERROR, "Cannot find stream information\n"); in open_input_file() 78 av_log(NULL, AV_LOG_ERROR, "Failed to find decoder for stream #%u\n", i); in open_input_file() 83 … av_log(NULL, AV_LOG_ERROR, "Failed to allocate the decoder context for stream #%u\n", i); in open_input_file() 88 av_log(NULL, AV_LOG_ERROR, "Failed to copy decoder parameters to input decoder context " in open_input_file() 100 av_log(NULL, AV_LOG_ERROR, "Failed to open decoder for stream #%u\n", i); in open_input_file() 123 av_log(NULL, AV_LOG_ERROR, "Could not create output context\n"); in open_output_file() 131 av_log(NULL, AV_LOG_ERROR, "Failed allocating output stream\n"); in open_output_file() 181 av_log(NULL, AV_LOG_ERROR, "Cannot open video encoder for stream #%u\n", i); in open_output_file() 186 … av_log(NULL, AV_LOG_ERROR, "Failed to copy encoder parameters to output stream #%u\n", i); in open_output_file() [all …]
|
D | filtering_audio.c | 55 av_log(NULL, AV_LOG_ERROR, "Cannot open input file\n"); in open_input_file() 60 av_log(NULL, AV_LOG_ERROR, "Cannot find stream information\n"); in open_input_file() 67 av_log(NULL, AV_LOG_ERROR, "Cannot find an audio stream in the input file\n"); in open_input_file() 80 av_log(NULL, AV_LOG_ERROR, "Cannot open audio decoder\n"); in open_input_file() 117 av_log(NULL, AV_LOG_ERROR, "Cannot create audio buffer source\n"); in init_filters() 125 av_log(NULL, AV_LOG_ERROR, "Cannot create audio buffer sink\n"); in init_filters() 132 av_log(NULL, AV_LOG_ERROR, "Cannot set output sample format\n"); in init_filters() 139 av_log(NULL, AV_LOG_ERROR, "Cannot set output channel layout\n"); in init_filters() 146 av_log(NULL, AV_LOG_ERROR, "Cannot set output sample rate\n"); in init_filters() 243 av_log(NULL, AV_LOG_ERROR, "Error while sending a packet to the decoder\n"); in main() [all …]
|
/third_party/ffmpeg/tools/ |
D | zmqsend.c | 87 av_log(NULL, AV_LOG_ERROR, in main() 94 av_log(NULL, AV_LOG_ERROR, in main() 101 av_log(NULL, AV_LOG_ERROR, in main() 108 av_log(NULL, AV_LOG_ERROR, "Could not bind ZMQ responder to address '%s': %s\n", in main() 121 av_log(NULL, AV_LOG_ERROR, "Could not allocate a buffer for the source string\n"); in main() 129 av_log(NULL, AV_LOG_ERROR, "Could not send message: %s\n", zmq_strerror(errno)); in main() 135 av_log(NULL, AV_LOG_ERROR, in main() 142 av_log(NULL, AV_LOG_ERROR, in main() 152 av_log(NULL, AV_LOG_ERROR, in main()
|
D | uncoded_frame.c | 27 av_log(NULL, AV_LOG_ERROR, "Stream type not supported\n"); in create_sink() 53 av_log(NULL, AV_LOG_ERROR, in main() 70 av_log(NULL, AV_LOG_ERROR, "Unable to alloc graph graph: %s\n", in main() 76 av_log(NULL, AV_LOG_ERROR, "Unable to parse graph: %s\n", in main() 85 av_log(NULL, AV_LOG_ERROR, "Graph has unconnected inputs\n"); in main() 95 av_log(NULL, AV_LOG_ERROR, "Graph has no output stream\n"); in main() 100 av_log(NULL, AV_LOG_ERROR, in main() 109 av_log(NULL, AV_LOG_ERROR, "Could not allocate streams\n"); in main() 123 av_log(NULL, AV_LOG_ERROR, "Failed to configure graph\n"); in main() 137 av_log(NULL, AV_LOG_ERROR, "Failed to allocate output: %s\n", in main() [all …]
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_enc.cpp | 171 av_log(avctx, AV_LOG_ERROR, "Only one video stream is supported!\n"); in decklink_setup_video() 177 av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format!" in decklink_setup_video() 183 av_log(avctx, AV_LOG_ERROR, "Unsupported codec type!" in decklink_setup_video() 191 av_log(avctx, AV_LOG_ERROR, "Could not set output configuration\n"); in decklink_setup_video() 196 av_log(avctx, AV_LOG_ERROR, "Unsupported video size, framerate or field order!" in decklink_setup_video() 205 av_log(avctx, AV_LOG_ERROR, "Could not enable video output!\n"); in decklink_setup_video() 242 av_log(avctx, AV_LOG_ERROR, "Only one audio stream is supported!\n"); in decklink_setup_audio() 246 av_log(avctx, AV_LOG_ERROR, "Unsupported sample rate!" in decklink_setup_audio() 251 av_log(avctx, AV_LOG_ERROR, "Unsupported number of channels!" in decklink_setup_audio() 259 av_log(avctx, AV_LOG_ERROR, "Could not enable audio output!\n"); in decklink_setup_audio() [all …]
|
D | android_camera.c | 163 av_log(avctx, AV_LOG_ERROR, "Camera with id %s disconnected.\n", in camera_dev_disconnected() 172 av_log(avctx, AV_LOG_ERROR, "Error %s on camera with id %s.\n", in camera_dev_error() 184 av_log(avctx, AV_LOG_ERROR, "Failed to get camera id list, error: %s.\n", in open_camera() 192 av_log(avctx, AV_LOG_ERROR, "Failed to allocate memory for camera_id.\n"); in open_camera() 196 av_log(avctx, AV_LOG_ERROR, "No camera with index %d available.\n", in open_camera() 206 av_log(avctx, AV_LOG_ERROR, "Failed to get metadata for camera with id %s, error: %s.\n", in open_camera() 218 av_log(avctx, AV_LOG_ERROR, "Failed to open camera with id %s, error: %s.\n", in open_camera() 350 av_log(avctx, AV_LOG_ERROR, in get_image_format() 367 av_log(avctx, AV_LOG_ERROR, in get_image_format() 398 av_log(avctx, AV_LOG_ERROR, in image_available() [all …]
|