av_log 145 cmdutils.c av_log(NULL, AV_LOG_FATAL, error, context, numstr, min, max); av_log 155 cmdutils.c av_log(NULL, AV_LOG_FATAL, "Invalid %s specification for %s: %s\n", av_log 324 cmdutils.c av_log(NULL, AV_LOG_ERROR, av_log 354 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Unrecognized option '%s'\n", opt); av_log 358 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Missing argument for option '%s'\n", opt); av_log 404 cmdutils.c av_log(NULL, AV_LOG_DEBUG, "Parsing a group of options: %s %s.\n", av_log 412 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Option %s (%s) cannot be applied to " av_log 420 cmdutils.c av_log(NULL, AV_LOG_DEBUG, "Applying option %s (%s) with argument %s.\n", av_log 428 cmdutils.c av_log(NULL, AV_LOG_DEBUG, "Successfully parsed a group of options.\n"); av_log 549 cmdutils.c av_log(NULL, AV_LOG_VERBOSE, "Routing option %s to both codec and muxer layer\n", opt); av_log 559 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Error setting option %s.\n", opt); av_log 566 cmdutils.c av_log(NULL, AV_LOG_WARNING, "Ignoring %s %s, due to disabled swscale\n", opt, arg); av_log 578 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Error setting option %s.\n", opt); av_log 730 cmdutils.c av_log(NULL, AV_LOG_DEBUG, "Splitting the commandline.\n"); av_log 737 cmdutils.c av_log(NULL, AV_LOG_DEBUG, "Reading option '%s' ...", opt); av_log 746 cmdutils.c av_log(NULL, AV_LOG_DEBUG, " matched as %s.\n", groups[0].name); av_log 755 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Missing argument for option '%s'.\n", opt);\ av_log 764 cmdutils.c av_log(NULL, AV_LOG_DEBUG, " matched as %s with argument '%s'.\n", av_log 782 cmdutils.c av_log(NULL, AV_LOG_DEBUG, " matched as option '%s' (%s) with " av_log 791 cmdutils.c av_log(NULL, AV_LOG_DEBUG, " matched as AVOption '%s' with " av_log 796 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Error parsing option '%s' " av_log 807 cmdutils.c av_log(NULL, AV_LOG_DEBUG, " matched as option '%s' (%s) with " av_log 812 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Unrecognized option '%s'.\n", opt); av_log 817 cmdutils.c av_log(NULL, AV_LOG_WARNING, "Trailing options were found on the " av_log 820 cmdutils.c av_log(NULL, AV_LOG_DEBUG, "Finished splitting the commandline.\n"); av_log 876 cmdutils.c av_log(NULL, AV_LOG_FATAL, "Invalid loglevel \"%s\". " av_log 879 cmdutils.c av_log(NULL, AV_LOG_FATAL, "\"%s\"\n", log_levels[i].name); av_log 931 cmdutils.c av_log(NULL, AV_LOG_ERROR, av_log 947 cmdutils.c av_log(NULL, AV_LOG_FATAL, "Invalid report file level\n"); av_log 951 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Unknown key '%s' in FFREPORT\n", key); av_log 962 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Out of memory building report file name\n"); av_log 969 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Failed to open report \"%s\": %s\n", av_log 974 cmdutils.c av_log(NULL, AV_LOG_INFO, av_log 997 cmdutils.c av_log(NULL, AV_LOG_FATAL, "Invalid max_alloc \"%s\".\n", arg); av_log 1012 cmdutils.c av_log(NULL, AV_LOG_WARNING, "-%s not implemented on this OS\n", opt); av_log 1024 cmdutils.c av_log(NULL, AV_LOG_ERROR, "%s: %s\n", filename, errbuf_ptr); av_log 1039 cmdutils.c av_log(NULL, level, \ av_log 1051 cmdutils.c av_log(NULL, level, \ av_log 1056 cmdutils.c av_log(NULL, level, "%s%-11s configuration: %s\n", \ av_log 1079 cmdutils.c av_log(NULL, level, "%s version " FFMPEG_VERSION, program_name); av_log 1081 cmdutils.c av_log(NULL, level, " Copyright (c) %d-%d the FFmpeg developers", av_log 1083 cmdutils.c av_log(NULL, level, "\n"); av_log 1084 cmdutils.c av_log(NULL, level, "%sbuilt with %s\n", indent, CC_IDENT); av_log 1086 cmdutils.c av_log(NULL, level, "%sconfiguration: " FFMPEG_CONFIGURATION "\n", indent); av_log 1108 cmdutils.c av_log(NULL, level, "\n%sconfiguration:\n", indent); av_log 1110 cmdutils.c av_log(NULL, level, "%s%s%s\n", indent, indent, splitconf); av_log 1390 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Out of memory\n"); av_log 1682 cmdutils.c av_log(NULL, AV_LOG_ERROR, "No codec name specified.\n"); av_log 1700 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Codec '%s' is known to FFmpeg, " av_log 1706 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Codec '%s' is not recognized by FFmpeg.\n", av_log 1716 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Unknown format '%s'.\n", name); av_log 1735 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Unknown format '%s'.\n", name); av_log 1770 cmdutils.c av_log(NULL, AV_LOG_ERROR, "No filter name specified.\n"); av_log 1773 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Unknown filter '%s'.\n", name); av_log 1812 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Build without libavfilter; " av_log 1870 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Cannot read file '%s': %s\n", filename, av_log 1896 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Could not allocate file buffer\n"); av_log 1905 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Error while reading file '%s': %s\n", av_log 1916 cmdutils.c av_log(NULL, AV_LOG_ERROR, "IO error: %s\n", av_err2str(ret)); av_log 1975 cmdutils.c av_log(s, AV_LOG_ERROR, "Invalid stream specifier: %s.\n", spec); av_log 2046 cmdutils.c av_log(NULL, AV_LOG_ERROR, av_log 2059 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Array too big.\n"); av_log 2065 cmdutils.c av_log(NULL, AV_LOG_ERROR, "Could not alloc buffer.\n"); av_log 98 cmdutils_opencl.c av_log(NULL, AV_LOG_ERROR, # method " error '%s'\n", \ av_log 109 cmdutils_opencl.c av_log(NULL, AV_LOG_ERROR, "Could not create OpenCL buffer\n"); \ av_log 142 cmdutils_opencl.c av_log(NULL, AV_LOG_ERROR, "Out of memory\n"); av_log 157 cmdutils_opencl.c av_log(NULL, AV_LOG_ERROR, "OpenCL unable to create benchmark program\n"); av_log 163 cmdutils_opencl.c av_log(NULL, AV_LOG_ERROR, "OpenCL unable to build benchmark program\n"); av_log 169 cmdutils_opencl.c av_log(NULL, AV_LOG_ERROR, "OpenCL unable to create benchmark kernel\n"); av_log 224 cmdutils_opencl.c av_log(NULL, AV_LOG_ERROR, "No OpenCL device detected!\n"); av_log 228 cmdutils_opencl.c av_log(NULL, AV_LOG_ERROR, "Could not allocate buffer\n"); av_log 162 doc/examples/filter_audio.c av_log(NULL, AV_LOG_ERROR, "Could not initialize the aformat filter.\n"); av_log 202 doc/examples/filter_audio.c av_log(NULL, AV_LOG_ERROR, "Error configuring the filter graph\n"); av_log 57 doc/examples/filtering_audio.c av_log(NULL, AV_LOG_ERROR, "Cannot open input file\n"); av_log 62 doc/examples/filtering_audio.c av_log(NULL, AV_LOG_ERROR, "Cannot find stream information\n"); av_log 69 doc/examples/filtering_audio.c av_log(NULL, AV_LOG_ERROR, "Cannot find a audio stream in the input file\n"); av_log 78 doc/examples/filtering_audio.c av_log(NULL, AV_LOG_ERROR, "Cannot open audio decoder\n"); av_log 115 doc/examples/filtering_audio.c av_log(NULL, AV_LOG_ERROR, "Cannot create audio buffer source\n"); av_log 123 doc/examples/filtering_audio.c av_log(NULL, AV_LOG_ERROR, "Cannot create audio buffer sink\n"); av_log 130 doc/examples/filtering_audio.c av_log(NULL, AV_LOG_ERROR, "Cannot set output sample format\n"); av_log 137 doc/examples/filtering_audio.c av_log(NULL, AV_LOG_ERROR, "Cannot set output channel layout\n"); av_log 144 doc/examples/filtering_audio.c av_log(NULL, AV_LOG_ERROR, "Cannot set output sample rate\n"); av_log 186 doc/examples/filtering_audio.c av_log(NULL, AV_LOG_INFO, "Output: srate:%dHz fmt:%s chlayout:%s\n", av_log 251 doc/examples/filtering_audio.c av_log(NULL, AV_LOG_ERROR, "Error decoding audio\n"); av_log 260 doc/examples/filtering_audio.c av_log(NULL, AV_LOG_ERROR, "Error while feeding the audio filtergraph\n"); av_log 57 doc/examples/filtering_video.c av_log(NULL, AV_LOG_ERROR, "Cannot open input file\n"); av_log 62 doc/examples/filtering_video.c av_log(NULL, AV_LOG_ERROR, "Cannot find stream information\n"); av_log 69 doc/examples/filtering_video.c av_log(NULL, AV_LOG_ERROR, "Cannot find a video stream in the input file\n"); av_log 78 doc/examples/filtering_video.c av_log(NULL, AV_LOG_ERROR, "Cannot open video decoder\n"); av_log 112 doc/examples/filtering_video.c av_log(NULL, AV_LOG_ERROR, "Cannot create buffer source\n"); av_log 120 doc/examples/filtering_video.c av_log(NULL, AV_LOG_ERROR, "Cannot create buffer sink\n"); av_log 127 doc/examples/filtering_video.c av_log(NULL, AV_LOG_ERROR, "Cannot set output pixel format\n"); av_log 237 doc/examples/filtering_video.c av_log(NULL, AV_LOG_ERROR, "Error decoding video\n"); av_log 246 doc/examples/filtering_video.c av_log(NULL, AV_LOG_ERROR, "Error while feeding the filtergraph\n"); av_log 56 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Cannot open input file\n"); av_log 61 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Cannot find stream information\n"); av_log 77 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Failed to open decoder for stream #%u\n", i); av_log 99 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Could not create output context\n"); av_log 107 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Failed allocating output stream\n"); av_log 120 doc/examples/transcoding.c av_log(NULL, AV_LOG_FATAL, "Neccessary encoder not found\n"); av_log 147 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Cannot open video encoder for stream #%u\n", i); av_log 151 doc/examples/transcoding.c av_log(NULL, AV_LOG_FATAL, "Elementary stream #%d is of unknown type, cannot proceed\n", i); av_log 158 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Copying stream context failed\n"); av_log 172 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Could not open output file '%s'", filename); av_log 180 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Error occurred when opening output file\n"); av_log 209 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "filtering source or sink element not found\n"); av_log 224 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Cannot create buffer source\n"); av_log 231 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Cannot create buffer sink\n"); av_log 239 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Cannot set output pixel format\n"); av_log 246 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "filtering source or sink element not found\n"); av_log 262 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Cannot create audio buffer source\n"); av_log 269 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Cannot create audio buffer sink\n"); av_log 277 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Cannot set output sample format\n"); av_log 285 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Cannot set output channel layout\n"); av_log 293 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Cannot set output sample rate\n"); av_log 377 doc/examples/transcoding.c av_log(NULL, AV_LOG_INFO, "Encoding frame\n"); av_log 396 doc/examples/transcoding.c av_log(NULL, AV_LOG_DEBUG, "Muxing frame\n"); av_log 407 doc/examples/transcoding.c av_log(NULL, AV_LOG_INFO, "Pushing decoded frame to filters\n"); av_log 412 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Error while feeding the filtergraph\n"); av_log 423 doc/examples/transcoding.c av_log(NULL, AV_LOG_INFO, "Pulling filtered frame from filters\n"); av_log 456 doc/examples/transcoding.c av_log(NULL, AV_LOG_INFO, "Flushing stream #%u encoder\n", stream_index); av_log 478 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Usage: %s <input file> <output file>\n", argv[0]); av_log 498 doc/examples/transcoding.c av_log(NULL, AV_LOG_DEBUG, "Demuxer gave frame of stream_index %u\n", av_log 502 doc/examples/transcoding.c av_log(NULL, AV_LOG_DEBUG, "Going to reencode&filter the frame\n"); av_log 517 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Decoding failed\n"); av_log 550 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Flushing filter failed\n"); av_log 557 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Flushing encoder failed\n"); av_log 580 doc/examples/transcoding.c av_log(NULL, AV_LOG_ERROR, "Error occurred: %s\n", av_err2str(ret)); av_log 188 ffmpeg.c av_log(NULL, AV_LOG_WARNING, "sub2video: non-bitmap subtitle\n"); av_log 192 ffmpeg.c av_log(NULL, AV_LOG_WARNING, "sub2video: rectangle overflowing\n"); av_log 245 ffmpeg.c av_log(ist->dec_ctx, AV_LOG_ERROR, av_log 308 ffmpeg.c av_log(NULL, AV_LOG_QUIET, "%s", ""); av_log 530 ffmpeg.c av_log(NULL, AV_LOG_INFO, "Received signal %d: terminating.\n", av_log 533 ffmpeg.c av_log(NULL, AV_LOG_INFO, "Conversion failed!\n"); av_log 551 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "Option %s not found.\n", t->key); av_log 653 ffmpeg.c av_log(NULL, AV_LOG_ERROR, "Failed to open bitstream filter %s for stream %d with codec %s", av_log 669 ffmpeg.c av_log(s, AV_LOG_WARNING, "Invalid DTS: %"PRId64" PTS: %"PRId64" in output stream %d:%d, replacing by guess\n", av_log 684 ffmpeg.c av_log(s, loglevel, "Non-monotonous DTS in output stream " av_log 688 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "aborting.\n"); av_log 691 ffmpeg.c av_log(s, loglevel, "changing to %"PRId64". This may result " av_log 708 ffmpeg.c av_log(NULL, AV_LOG_INFO, "muxer <- type:%s " av_log 773 ffmpeg.c av_log(NULL, AV_LOG_INFO, "encoder <- type:audio " av_log 780 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "Audio encoding failed (avcodec_encode_audio2)\n"); av_log 789 ffmpeg.c av_log(NULL, AV_LOG_INFO, "encoder -> type:audio " av_log 811 ffmpeg.c av_log(NULL, AV_LOG_ERROR, "Subtitle packets must have a pts\n"); av_log 822 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "Failed to allocate subtitle_out\n"); av_log 861 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "Subtitle encoding failed\n"); av_log 947 ffmpeg.c av_log(NULL, AV_LOG_WARNING, "Past duration %f too large\n", -delta0); av_log 949 ffmpeg.c av_log(NULL, AV_LOG_DEBUG, "Cliping frame in rate conversion by %f\n", -delta0); av_log 958 ffmpeg.c av_log(NULL, AV_LOG_DEBUG, "Not duplicating %d initial frames\n", (int)lrintf(delta - duration)); av_log 993 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, av_log 999 ffmpeg.c av_log(NULL, AV_LOG_ERROR, "%d frame duplication too large, skipping\n", nb_frames - 1); av_log 1004 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "*** %d dup!\n", nb_frames - 1); av_log 1095 ffmpeg.c av_log(NULL, AV_LOG_DEBUG, "Forced keyframe at time %f\n", pts_time); av_log 1100 ffmpeg.c av_log(NULL, AV_LOG_INFO, "encoder <- type:video " av_log 1111 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "Video encoding failed\n"); av_log 1117 ffmpeg.c av_log(NULL, AV_LOG_INFO, "encoder -> type:video " av_log 1129 ffmpeg.c av_log(NULL, AV_LOG_INFO, "encoder -> type:video " av_log 1250 ffmpeg.c av_log(NULL, AV_LOG_WARNING, av_log 1285 ffmpeg.c av_log(NULL, AV_LOG_INFO, "filter -> pts:%s pts_time:%s exact:%f time_base:%d/%d\n", av_log 1296 ffmpeg.c av_log(NULL, AV_LOG_ERROR, av_log 1337 ffmpeg.c av_log(NULL, AV_LOG_INFO, "video:%1.0fkB audio:%1.0fkB subtitle:%1.0fkB other streams:%1.0fkB global headers:%1.0fkB muxing overhead: ", av_log 1344 ffmpeg.c av_log(NULL, AV_LOG_INFO, "%f%%", percent); av_log 1346 ffmpeg.c av_log(NULL, AV_LOG_INFO, "unknown"); av_log 1347 ffmpeg.c av_log(NULL, AV_LOG_INFO, "\n"); av_log 1354 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "Input file #%d (%s):\n", av_log 1364 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, " Input stream #%d:%d (%s): ", av_log 1366 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "%"PRIu64" packets read (%"PRIu64" bytes); ", av_log 1370 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "%"PRIu64" frames decoded", av_log 1373 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, " (%"PRIu64" samples)", ist->samples_decoded); av_log 1374 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "; "); av_log 1377 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "\n"); av_log 1380 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, " Total: %"PRIu64" packets (%"PRIu64" bytes) demuxed\n", av_log 1388 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "Output file #%d (%s):\n", av_log 1398 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, " Output stream #%d:%d (%s): ", av_log 1401 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "%"PRIu64" frames encoded", av_log 1404 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, " (%"PRIu64" samples)", ost->samples_encoded); av_log 1405 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "; "); av_log 1408 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "%"PRIu64" packets muxed (%"PRIu64" bytes); ", av_log 1411 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "\n"); av_log 1414 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, " Total: %"PRIu64" packets (%"PRIu64" bytes) muxed\n", av_log 1418 ffmpeg.c av_log(NULL, AV_LOG_WARNING, "Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)\n"); av_log 1575 ffmpeg.c av_log(NULL, AV_LOG_INFO, "%s %c", buf, end); av_log 1643 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "%s encoding failed\n", desc); av_log 1805 ffmpeg.c av_log(NULL, AV_LOG_WARNING, "Guessed Channel Layout for Input Stream " av_log 1829 ffmpeg.c av_log(avctx, AV_LOG_ERROR, "Sample rate %d invalid\n", avctx->sample_rate); av_log 1868 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "Unable to find default channel " av_log 1880 ffmpeg.c av_log(NULL, AV_LOG_INFO, av_log 1897 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "Error reinitializing filters!\n"); av_log 1985 ffmpeg.c av_log(NULL, AV_LOG_DEBUG, "Frame parameters mismatch context %d,%d,%d != %d,%d,%d\n", av_log 2024 ffmpeg.c av_log(NULL, AV_LOG_INFO, "decoder -> ist_index:%d type:video " av_log 2043 ffmpeg.c av_log(NULL, AV_LOG_INFO, av_log 2056 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "Error reinitializing filters!\n"); av_log 2078 ffmpeg.c av_log(NULL, AV_LOG_FATAL, av_log 2111 ffmpeg.c av_log(ist->dec_ctx, AV_LOG_DEBUG, av_log 2198 ffmpeg.c av_log(NULL, ist->showed_multi_packet_warning ? AV_LOG_VERBOSE : AV_LOG_WARNING, av_log 2317 ffmpeg.c av_log(NULL, AV_LOG_ERROR, "Failed to open sdp file '%s'\n", sdp_filename); av_log 2359 ffmpeg.c av_log(NULL, AV_LOG_FATAL, av_log 2408 ffmpeg.c av_log(NULL, AV_LOG_WARNING, "Warning using DVB subtitles for filtering and output at the same time is not fully supported, also see -compute_edt [0|1]\n"); av_log 2458 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "Could not allocate forced key frames array.\n"); av_log 2477 ffmpeg.c av_log(NULL, AV_LOG_FATAL, av_log 2515 ffmpeg.c av_log(file->ctx, AV_LOG_WARNING, av_log 2601 ffmpeg.c av_log(NULL, AV_LOG_ERROR, "Output file #%d does not contain any stream\n", i); av_log 2755 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "-acodec copy and -vol are incompatible (frames are not decoded)\n"); av_log 2782 ffmpeg.c av_log(NULL, AV_LOG_WARNING, "Overriding aspect ratio " av_log 2826 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "Error opening filters!\n"); av_log 2840 ffmpeg.c av_log(NULL, AV_LOG_WARNING, av_log 2873 ffmpeg.c av_log(oc, AV_LOG_WARNING, "Frame rate very high for a muxer not efficiently supporting it.\n" av_log 2890 ffmpeg.c av_log(NULL, AV_LOG_WARNING, av_log 2897 ffmpeg.c av_log(NULL, AV_LOG_WARNING, av_log 2917 ffmpeg.c av_log(NULL, AV_LOG_ERROR, av_log 2959 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "Error reading log file '%s' for pass-2 encoding\n", av_log 2968 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "Cannot write log file '%s' for pass-1 encoding: %s\n", av_log 3046 ffmpeg.c av_log(NULL, AV_LOG_WARNING, "The bitrate parameter is set too low." av_log 3051 ffmpeg.c av_log(NULL, AV_LOG_FATAL, av_log 3059 ffmpeg.c av_log(NULL, AV_LOG_FATAL, av_log 3121 ffmpeg.c av_log(NULL, AV_LOG_INFO, "Stream mapping:\n"); av_log 3127 ffmpeg.c av_log(NULL, AV_LOG_INFO, " Stream #%d:%d (%s) -> %s", av_log 3131 ffmpeg.c av_log(NULL, AV_LOG_INFO, " (graph %d)", ist->filters[j]->graph->index); av_log 3132 ffmpeg.c av_log(NULL, AV_LOG_INFO, "\n"); av_log 3142 ffmpeg.c av_log(NULL, AV_LOG_INFO, " File %s -> Stream #%d:%d\n", av_log 3149 ffmpeg.c av_log(NULL, AV_LOG_INFO, " %s", ost->filter->name); av_log 3151 ffmpeg.c av_log(NULL, AV_LOG_INFO, " (graph %d)", ost->filter->graph->index); av_log 3153 ffmpeg.c av_log(NULL, AV_LOG_INFO, " -> Stream #%d:%d (%s)\n", ost->file_index, av_log 3158 ffmpeg.c av_log(NULL, AV_LOG_INFO, " Stream #%d:%d -> #%d:%d", av_log 3164 ffmpeg.c av_log(NULL, AV_LOG_INFO, " [sync #%d:%d]", av_log 3168 ffmpeg.c av_log(NULL, AV_LOG_INFO, " (copy)"); av_log 3191 ffmpeg.c av_log(NULL, AV_LOG_INFO, " (%s (%s) -> %s (%s))", av_log 3195 ffmpeg.c av_log(NULL, AV_LOG_INFO, "\n"); av_log 3199 ffmpeg.c av_log(NULL, AV_LOG_ERROR, "%s\n", error); av_log 3299 ffmpeg.c av_log(NULL, AV_LOG_DEBUG, "Processing command target:%s time:%f command:%s arg:%s", av_log 3317 ffmpeg.c av_log(NULL, AV_LOG_ERROR, av_log 3382 ffmpeg.c av_log(f->ctx, AV_LOG_WARNING, av_log 3389 ffmpeg.c av_log(f->ctx, AV_LOG_ERROR, av_log 3440 ffmpeg.c av_log(NULL, AV_LOG_ERROR, "pthread_create failed: %s. Try to increase `ulimit -v` or decrease `ulimit -s`.\n", strerror(ret)); av_log 3567 ffmpeg.c av_log(NULL, AV_LOG_INFO, "demuxer -> ist_index:%d type:%s " av_log 3594 ffmpeg.c av_log(is, AV_LOG_VERBOSE, "Correcting start time by %"PRId64"\n", new_start_time - is->start_time); av_log 3651 ffmpeg.c av_log(NULL, AV_LOG_DEBUG, av_log 3671 ffmpeg.c av_log(NULL, AV_LOG_DEBUG, av_log 3681 ffmpeg.c av_log(NULL, AV_LOG_WARNING, "DTS %"PRId64", next:%"PRId64" st:%d invalid dropping\n", pkt.dts, ist->next_dts, pkt.stream_index); av_log 3689 ffmpeg.c av_log(NULL, AV_LOG_WARNING, "PTS %"PRId64", next:%"PRId64" invalid dropping st:%d\n", pkt.pts, ist->next_dts, pkt.stream_index); av_log 3700 ffmpeg.c av_log(NULL, AV_LOG_INFO, "demuxer+ffmpeg -> ist_index:%d type:%s pkt_pts:%s pkt_pts_time:%s pkt_dts:%s pkt_dts_time:%s off:%s off_time:%s\n", av_log 3712 ffmpeg.c av_log(NULL, AV_LOG_ERROR, "Error while decoding stream #%d:%d: %s\n", av_log 3790 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "No more inputs to read from, finishing.\n"); av_log 3832 ffmpeg.c av_log(NULL, AV_LOG_INFO, "Press [q] to stop, [?] for help\n"); av_log 3852 ffmpeg.c av_log(NULL, AV_LOG_VERBOSE, "No more output streams to write to, finishing.\n"); av_log 3861 ffmpeg.c av_log(NULL, AV_LOG_ERROR, "Error while filtering.\n"); av_log 4018 ffmpeg.c av_log(NULL, AV_LOG_WARNING, "Use -h to get full help or, even better, run 'man %s'\n", program_name); av_log 4024 ffmpeg.c av_log(NULL, AV_LOG_FATAL, "At least one output file must be specified\n"); av_log 4040 ffmpeg.c av_log(NULL, AV_LOG_DEBUG, "%"PRIu64" frames successfully decoded, %"PRIu64" decoding errors\n", av_log 219 ffmpeg_dxva2.c av_log(NULL, AV_LOG_ERROR, "No free DXVA2 surface!\n"); av_log 274 ffmpeg_dxva2.c av_log(NULL, AV_LOG_ERROR, "Unable to lock DXVA2 surface\n"); av_log 327 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to load D3D9 library\n"); av_log 332 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to load DXVA2 library\n"); av_log 338 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to locate Direct3DCreate9\n"); av_log 343 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to locate DXVA2CreateDirect3DDeviceManager9\n"); av_log 349 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to create IDirect3D object\n"); av_log 355 ffmpeg_dxva2.c av_log(NULL, AV_LOG_INFO, "Using HWAccel device %d\n", adapter); av_log 371 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to create Direct3D device\n"); av_log 377 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to create Direct3D device manager\n"); av_log 383 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to bind Direct3D device to device manager\n"); av_log 389 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to open device handle\n"); av_log 395 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to create IDirectXVideoDecoderService\n"); av_log 428 ffmpeg_dxva2.c av_log(NULL, loglevel, "Unable to retrieve decoder configurations\n"); av_log 452 ffmpeg_dxva2.c av_log(NULL, loglevel, "No valid decoder configuration available\n"); av_log 478 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to retrieve decoder device GUIDs\n"); av_log 516 ffmpeg_dxva2.c av_log(NULL, loglevel, "No decoder device for codec found\n"); av_log 557 ffmpeg_dxva2.c av_log(NULL, loglevel, "Unable to allocate surface arrays\n"); av_log 569 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to create %d video surfaces\n", ctx->num_surfaces); av_log 577 ffmpeg_dxva2.c av_log(NULL, loglevel, "Failed to create DXVA2 video decoder\n"); av_log 614 ffmpeg_dxva2.c av_log(NULL, loglevel, "Unsupported H.264 profile for DXVA2 HWAccel: %d\n", s->profile); av_log 623 ffmpeg_dxva2.c av_log(NULL, loglevel, "Error creating the DXVA2 decoder\n"); av_log 67 ffmpeg_filter.c av_log(NULL, AV_LOG_WARNING, av_log 88 ffmpeg_filter.c av_log(NULL, AV_LOG_ERROR, "Conversion will not be lossless.\n"); av_log 90 ffmpeg_filter.c av_log(NULL, AV_LOG_WARNING, av_log 226 ffmpeg_filter.c av_log(NULL, AV_LOG_FATAL, "Only video and audio filters supported " av_log 238 ffmpeg_filter.c av_log(NULL, AV_LOG_FATAL, "Invalid file index %d in filtergraph description %s.\n", av_log 256 ffmpeg_filter.c av_log(NULL, AV_LOG_FATAL, "Stream specifier '%s' in filtergraph description %s " av_log 269 ffmpeg_filter.c av_log(NULL, AV_LOG_FATAL, "Cannot find a matching stream for " av_log 307 ffmpeg_filter.c av_log(NULL, AV_LOG_ERROR, "%s filter not present, cannot limit " av_log 325 ffmpeg_filter.c av_log(ctx, AV_LOG_ERROR, "Error configuring the %s filter", name); av_log 455 ffmpeg_filter.c av_log(NULL, AV_LOG_INFO, opt_name " is forwarded to lavfi " \ av_log 610 ffmpeg_filter.c av_log(avf, AV_LOG_INFO, "sub2video: using %dx%d canvas\n", w, h); av_log 643 ffmpeg_filter.c av_log(NULL, AV_LOG_ERROR, "Cannot connect video filter to audio input\n"); av_log 744 ffmpeg_filter.c av_log(NULL, AV_LOG_ERROR, "Cannot connect audio filter to non audio input\n"); av_log 770 ffmpeg_filter.c av_log(NULL, AV_LOG_INFO, opt_name " is forwarded to lavfi " \ av_log 815 ffmpeg_filter.c av_log(NULL, AV_LOG_WARNING, "-vol has been deprecated. Use the volume " av_log 848 ffmpeg_filter.c av_log(NULL, AV_LOG_ERROR, av_log 906 ffmpeg_filter.c av_log(NULL, AV_LOG_ERROR, "Simple filtergraph '%s' does not have " av_log 179 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Option '%s' was removed. " av_log 188 ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "This option is deprecated, use -channel.\n"); av_log 194 ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "This option is deprecated, use -standard.\n"); av_log 244 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid sync file index: %d.\n", sync_file_idx); av_log 256 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Sync stream specification in map %s does not " av_log 270 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Invalid output link label: %s.\n", map); av_log 276 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid input file index: %d.\n", file_idx); av_log 311 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Stream map '%s' matches no streams.\n", arg); av_log 352 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Syntax error, mapchan usage: " av_log 362 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "mapchan: invalid input file index: %d\n", av_log 368 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "mapchan: invalid input file stream index #%d.%d\n", av_log 374 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "mapchan: stream #%d.%d is not an audio stream.\n", av_log 379 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "mapchan: invalid audio channel #%d.%d.%d\n", av_log 409 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid metadata specifier %s.\n", arg); av_log 420 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid metadata type %c.\n", *arg); av_log 462 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid %s index %d while processing metadata maps.\n",\ av_log 498 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Stream specifier %s does not match any streams.\n", istream_spec); av_log 527 ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "%s is deprecated, set the 'creation_time' metadata " av_log 546 ffmpeg_opt.c av_log(NULL, AV_LOG_VERBOSE, "Matched %s '%s' for codec '%s'.\n", av_log 551 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Unknown %s '%s'\n", codec_string, name); av_log 555 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid %s type '%s'\n", codec_string, name); av_log 621 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Error parsing discard %s.\n", av_log 630 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Error allocating the decoder context.\n"); av_log 636 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Error initializing the decoder context.\n"); av_log 655 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Error parsing framerate %s.\n", av_log 679 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Unrecognized hwaccel: %s.\n", av_log 681 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Supported hwaccels: "); av_log 683 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "%s ", hwaccels[i].name); av_log 684 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "\n"); av_log 719 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid canvas size: %s.\n", canvas_size); av_log 749 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Not overwriting - exiting\n"); av_log 755 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "File '%s' already exists. Exiting.\n", filename); av_log 769 ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "No extradata to dump in stream #%d:%d.\n", av_log 776 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "No filename specified and no 'filename' tag" av_log 784 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Could not open file %s for writing.\n", av_log 813 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Unknown input format: '%s'\n", o->format); av_log 912 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "%s: could not find codec parameters\n", filename); av_log 928 ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "%s: could not seek to position %0.3f\n", av_log 980 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Codec AVOption %s (%s) specified for " av_log 987 ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "Codec AVOption %s (%s) specified for " av_log 1021 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Could not alloc buffer for reading preset.\n"); av_log 1087 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Could not alloc stream.\n"); av_log 1107 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Error allocating the encoding context.\n"); av_log 1127 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid line found in the preset file.\n"); av_log 1137 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, av_log 1151 ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "Applying unspecific -frames to non video streams, maybe you meant -vframes ?\n"); av_log 1167 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Unknown bitstream filter %s\n", bsf); av_log 1229 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Syntax error in matrix \"%s\" at coeff %d\n", str, i); av_log 1245 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Error opening file %s.\n", filename); av_log 1271 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Both -filter and -filter_script set for " av_log 1289 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, av_log 1312 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid framerate value: %s\n", frame_rate); av_log 1316 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Using -vsync 0 and -r can produce invalid output files\n"); av_log 1323 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid aspect ratio: %s\n", frame_aspect_ratio); av_log 1343 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid frame size: %s.\n", frame_size); av_log 1355 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Unknown pixel format requested: %s.\n", frame_pix_fmt); av_log 1365 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Could not allocate memory for intra matrix.\n"); av_log 1374 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Could not allocate memory for intra matrix.\n"); av_log 1383 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Could not allocate memory for inter matrix.\n"); av_log 1394 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "error parsing rc_override\n"); av_log 1401 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Could not (re)allocate memory for rc_override.\n"); av_log 1487 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid sample format '%s'\n", sample_fmt); av_log 1510 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Cannot determine input stream for channel mapping %d.%d\n", av_log 1542 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Data stream encoding not supported yet (only streamcopy)\n"); av_log 1576 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid frame size: %s.\n", frame_size); av_log 1595 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, av_log 1668 ffmpeg_opt.c av_log(s, AV_LOG_ERROR, "no encoder found for codec id %i\n", ic->streams[i]->codec->codec_id); av_log 1710 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Only video and audio filters are supported " av_log 1721 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Streamcopy requested for output stream %d:%d, " av_log 1729 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, av_log 1740 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Error configuring filter.\n"); av_log 1769 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Error configuring filters.\n"); av_log 1775 ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "-t and -to cannot be used together; using -t.\n"); av_log 1781 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "-to value smaller than -ss; aborting.\n"); av_log 1871 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Missing %s stream which is required by this ffm\n", av_get_media_type_string(ost->st->codec->codec_type)); av_log 1977 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Output with label '%s' does not exist " av_log 2002 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Cannot map stream #%d:%d - unsupported type.\n", av_log 2018 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Could not open attachment file %s.\n", av_log 2023 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Could not get size of the attachment %s.\n", av_log 2028 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Attachment %s too large to fit into memory.\n", av_log 2079 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Codec AVOption %s (%s) specified for " av_log 2090 ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "Codec AVOption %s (%s) specified for " av_log 2132 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid input file index %d while processing metadata maps\n", in_file_index); av_log 2151 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid input file index %d in chapter mapping.\n", av_log 2188 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "No '=' character in metadata string %s.\n", av_log 2210 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid chapter index %d in metadata specifier.\n", index); av_log 2216 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Invalid metadata specifier %s.\n", o->metadata[i].specifier); av_log 2265 ffmpeg_opt.c av_log(NULL, AV_LOG_INFO, "Assuming %s for target.\n", norm == PAL ? "PAL" : "NTSC"); av_log 2269 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Could not determine norm (PAL/NTSC/NTSC-Film) for target.\n"); av_log 2270 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Please prefix target with \"pal-\", \"ntsc-\" or \"film-\",\n"); av_log 2271 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "or set a framerate with \"-r xxx\".\n"); av_log 2359 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Unknown target: %s\n", arg); av_log 2438 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Please use -preset <speed> -qp 0\n"); av_log 2440 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "File for preset '%s' not found\n", arg); av_log 2452 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "%s: Invalid syntax: '%s'\n", filename, line); av_log 2455 ffmpeg_opt.c av_log(NULL, AV_LOG_DEBUG, "ffpreset[%s]: set '%s' = '%s'\n", filename, key, value); av_log 2462 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "%s: Invalid option or argument: '%s', parsed as '%s' = '%s'\n", av_log 2490 ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "Please use -b:a or -b:v, -b is ambiguous\n"); av_log 2504 ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "Please use -q:a or -q:v, -qscale is ambiguous\n"); av_log 2517 ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "Please use -profile:a or -profile:v, -profile is ambiguous\n"); av_log 2571 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Unknown channel layout: %s\n", arg); av_log 2640 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Unknown help option '%s'.\n", opt); av_log 2698 ffmpeg_opt.c av_log(NULL, AV_LOG_INFO, "Hyper fast Audio and Video encoder\n"); av_log 2699 ffmpeg_opt.c av_log(NULL, AV_LOG_INFO, "usage: %s [options] [[infile options] -i infile]... {[outfile options] outfile}...\n", program_name); av_log 2700 ffmpeg_opt.c av_log(NULL, AV_LOG_INFO, "\n"); av_log 2727 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Error parsing options for %s file " av_log 2732 ffmpeg_opt.c av_log(NULL, AV_LOG_DEBUG, "Opening an %s file: %s.\n", inout, g->arg); av_log 2736 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Error opening %s file %s.\n", av_log 2740 ffmpeg_opt.c av_log(NULL, AV_LOG_DEBUG, "Successfully opened the file.\n"); av_log 2758 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Error splitting the argument list: "); av_log 2765 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Error parsing global options: "); av_log 2772 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Error opening input files: "); av_log 2779 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "Error opening output files: "); av_log 2787 ffmpeg_opt.c av_log(NULL, AV_LOG_FATAL, "%s\n", error); av_log 2801 ffmpeg_opt.c av_log(NULL, AV_LOG_ERROR, "Failed to open progress URL \"%s\": %s\n", av_log 46 ffmpeg_vda.c av_log(NULL, AV_LOG_ERROR, av_log 59 ffmpeg_vda.c av_log(NULL, AV_LOG_ERROR, "Error locking the pixel buffer.\n"); av_log 126 ffmpeg_vda.c av_log(NULL, loglevel, "Error creating VDA decoder.\n"); av_log 129 ffmpeg_vdpau.c av_log(NULL, AV_LOG_ERROR, "Error allocating a VDPAU video surface: %s\n", av_log 152 ffmpeg_vdpau.c av_log(NULL, AV_LOG_ERROR, "Error getting surface parameters: %s\n", av_log 169 ffmpeg_vdpau.c av_log(NULL, AV_LOG_ERROR, "Error retrieving frame data from VDPAU: %s\n", av_log 223 ffmpeg_vdpau.c av_log(NULL, loglevel, "Cannot open the X11 display %s.\n", av_log 232 ffmpeg_vdpau.c av_log(NULL, loglevel, "VDPAU device creation on X11 display %s failed.\n", av_log 242 ffmpeg_vdpau.c av_log(NULL, loglevel, "Error getting the " #id " callback.\n"); \ av_log 268 ffmpeg_vdpau.c av_log(NULL, loglevel, av_log 277 ffmpeg_vdpau.c av_log(NULL, loglevel, av_log 296 ffmpeg_vdpau.c av_log(NULL, AV_LOG_VERBOSE, "Using VDPAU -- %s -- on X11 display %s, " av_log 303 ffmpeg_vdpau.c av_log(NULL, loglevel, "VDPAU init failed for stream #%d:%d.\n", av_log 328 ffmpeg_vdpau.c av_log(NULL, loglevel, "No known VDPAU decoder profile for this stream.\n"); av_log 339 ffmpeg_vdpau.c av_log(NULL, loglevel, "Error creating the VDPAU decoder: %s\n", av_log 1251 ffplay.c av_log(NULL, AV_LOG_ERROR, "Failed to allocate buffers for RDFT, switching to waves display\n"); av_log 1325 ffplay.c av_log(NULL, AV_LOG_QUIET, "%s", ""); av_log 1369 ffplay.c av_log(NULL, AV_LOG_FATAL, "SDL: could not set video mode - exiting\n"); av_log 1717 ffplay.c av_log(NULL, AV_LOG_INFO, av_log 1754 ffplay.c av_log(NULL, AV_LOG_FATAL, av_log 1858 ffplay.c av_log(NULL, AV_LOG_FATAL, "Cannot initialize the conversion context\n"); av_log 2161 ffplay.c av_log(NULL, AV_LOG_DEBUG, av_log 2252 ffplay.c av_log(NULL, AV_LOG_DEBUG, av_log 2466 ffplay.c av_log(NULL, AV_LOG_ERROR, av_log 2486 ffplay.c av_log(NULL, AV_LOG_ERROR, "av_samples_get_buffer_size() failed\n"); av_log 2492 ffplay.c av_log(NULL, AV_LOG_ERROR, "swr_set_compensation() failed\n"); av_log 2501 ffplay.c av_log(NULL, AV_LOG_ERROR, "swr_convert() failed\n"); av_log 2505 ffplay.c av_log(NULL, AV_LOG_WARNING, "audio buffer is probably too small\n"); av_log 2594 ffplay.c av_log(NULL, AV_LOG_ERROR, "Invalid sample rate or channel count!\n"); av_log 2605 ffplay.c av_log(NULL, AV_LOG_WARNING, "SDL_OpenAudio (%d channels, %d Hz): %s\n", av_log 2612 ffplay.c av_log(NULL, AV_LOG_ERROR, av_log 2620 ffplay.c av_log(NULL, AV_LOG_ERROR, av_log 2627 ffplay.c av_log(NULL, AV_LOG_ERROR, av_log 2640 ffplay.c av_log(NULL, AV_LOG_ERROR, "av_samples_get_buffer_size failed\n"); av_log 2674 ffplay.c if (forced_codec_name) av_log(NULL, AV_LOG_WARNING, av_log 2676 ffplay.c else av_log(NULL, AV_LOG_WARNING, av_log 2683 ffplay.c av_log(avctx, AV_LOG_WARNING, "The maximum value for lowres supported by the decoder is %d\n", av_log 2705 ffplay.c av_log(NULL, AV_LOG_ERROR, "Option %s not found.\n", t->key); av_log 2891 ffplay.c av_log(NULL, AV_LOG_FATAL, "Could not allocate context.\n"); av_log 2911 ffplay.c av_log(NULL, AV_LOG_ERROR, "Option %s not found.\n", t->key); av_log 2932 ffplay.c av_log(NULL, AV_LOG_WARNING, av_log 2959 ffplay.c av_log(NULL, AV_LOG_WARNING, "%s: could not seek to position %0.3f\n", av_log 2979 ffplay.c av_log(NULL, AV_LOG_ERROR, "Stream specifier %s does not match any %s stream\n", wanted_stream_spec[i], av_get_media_type_string(i)); av_log 3029 ffplay.c av_log(NULL, AV_LOG_FATAL, "Failed to open file '%s' or configure filtergraph\n", av_log 3067 ffplay.c av_log(NULL, AV_LOG_ERROR, av_log 3306 ffplay.c av_log(NULL, AV_LOG_INFO, "Switch %s stream from #%d to #%d\n", av_log 3383 ffplay.c av_log(NULL, AV_LOG_VERBOSE, "Seeking to chapter %d.\n", i); av_log 3537 ffplay.c av_log(NULL, AV_LOG_INFO, av_log 3550 ffplay.c av_log(NULL, AV_LOG_FATAL, "Failed to set video mode\n"); av_log 3572 ffplay.c av_log(NULL, AV_LOG_WARNING, "Option -s is deprecated, use -video_size.\n"); av_log 3592 ffplay.c av_log(NULL, AV_LOG_FATAL, "Unknown input format: %s\n", arg); av_log 3600 ffplay.c av_log(NULL, AV_LOG_WARNING, "Option -pix_fmt is deprecated, use -pixel_format.\n"); av_log 3613 ffplay.c av_log(NULL, AV_LOG_ERROR, "Unknown value for %s: %s\n", opt, arg); av_log 3643 ffplay.c av_log(NULL, AV_LOG_FATAL, av_log 3657 ffplay.c av_log(NULL, AV_LOG_ERROR, av_log 3668 ffplay.c av_log(NULL, AV_LOG_ERROR, av_log 3726 ffplay.c av_log(NULL, AV_LOG_INFO, "Simple media player\n"); av_log 3727 ffplay.c av_log(NULL, AV_LOG_INFO, "usage: %s [options] input_file\n", program_name); av_log 3728 ffplay.c av_log(NULL, AV_LOG_INFO, "\n"); av_log 3812 ffplay.c av_log(NULL, AV_LOG_FATAL, "An input file must be specified\n"); av_log 3813 ffplay.c av_log(NULL, AV_LOG_FATAL, av_log 3830 ffplay.c av_log(NULL, AV_LOG_FATAL, "Could not initialize SDL - %s\n", SDL_GetError()); av_log 3831 ffplay.c av_log(NULL, AV_LOG_FATAL, "(Did you set the DISPLAY variable?)\n"); av_log 3846 ffplay.c av_log(NULL, AV_LOG_FATAL, "Could not initialize lock manager!\n"); av_log 3855 ffplay.c av_log(NULL, AV_LOG_FATAL, "Failed to initialize VideoState!\n"); av_log 445 ffprobe.c av_log(*wctx, AV_LOG_ERROR, "Failed to parse option string '%s' provided to writer context\n", args); av_log 452 ffprobe.c av_log(*wctx, AV_LOG_ERROR, "Failed to set option '%s' with value '%s' provided to writer context\n", av_log 474 ffprobe.c av_log(wctx, AV_LOG_ERROR, av_log 567 ffprobe.c av_log(wctx, AV_LOG_DEBUG, av_log 577 ffprobe.c av_log(wctx, AV_LOG_ERROR, av_log 594 ffprobe.c av_log(wctx, AV_LOG_WARNING, av_log 627 ffprobe.c av_log(wctx, AV_LOG_ERROR, av_log 946 ffprobe.c av_log(wctx, AV_LOG_ERROR, "Item separator '%s' specified, but must contain a single character\n", av_log 956 ffprobe.c av_log(wctx, AV_LOG_ERROR, "Unknown escape mode '%s'\n", compact->escape_mode_str); av_log 1096 ffprobe.c av_log(wctx, AV_LOG_ERROR, "Item separator '%s' specified, but must contain a single character\n", av_log 1490 ffprobe.c av_log(wctx, AV_LOG_ERROR, \ av_log 1500 ffprobe.c av_log(wctx, AV_LOG_ERROR, av_log 1892 ffprobe.c av_log(log_ctx, log_level, "id:%d", interval->id); av_log 1895 ffprobe.c av_log(log_ctx, log_level, " start:%s%s", interval->start_is_offset ? "+" : "", av_log 1898 ffprobe.c av_log(log_ctx, log_level, " start:N/A"); av_log 1902 ffprobe.c av_log(log_ctx, log_level, " end:%s", interval->end_is_offset ? "+" : ""); av_log 1904 ffprobe.c av_log(log_ctx, log_level, "#%"PRId64, interval->end); av_log 1906 ffprobe.c av_log(log_ctx, log_level, "%s", av_ts2timestr(interval->end, &AV_TIME_BASE_Q)); av_log 1908 ffprobe.c av_log(log_ctx, log_level, " end:N/A"); av_log 1911 ffprobe.c av_log(log_ctx, log_level, "\n"); av_log 1925 ffprobe.c av_log(NULL, AV_LOG_VERBOSE, "Processing read interval "); av_log 1932 ffprobe.c av_log(NULL, AV_LOG_ERROR, av_log 1943 ffprobe.c av_log(NULL, AV_LOG_VERBOSE, "Seeking to read interval start point %s\n", av_log 1946 ffprobe.c av_log(NULL, AV_LOG_ERROR, "Could not seek to position %"PRId64": %s\n", av_log 2013 ffprobe.c av_log(NULL, AV_LOG_ERROR, "Could not read packets in interval "); av_log 2405 ffprobe.c av_log(NULL, AV_LOG_ERROR, "Option %s not found.\n", t->key); av_log 2432 ffprobe.c av_log(NULL, AV_LOG_WARNING, av_log 2436 ffprobe.c av_log(NULL, AV_LOG_WARNING, av_log 2443 ffprobe.c av_log(NULL, AV_LOG_WARNING, "Could not open codec for input stream %d\n", av_log 2447 ffprobe.c av_log(NULL, AV_LOG_ERROR, "Option %s for input stream %d not found\n", av_log 2551 ffprobe.c av_log(NULL, AV_LOG_INFO, "Simple multimedia streams analyzer\n"); av_log 2552 ffprobe.c av_log(NULL, AV_LOG_INFO, "usage: %s [OPTIONS] [INPUT_FILE]\n", program_name); av_log 2553 ffprobe.c av_log(NULL, AV_LOG_INFO, "\n"); av_log 2657 ffprobe.c av_log(NULL, AV_LOG_ERROR, "Unknown input format: %s\n", arg); av_log 2687 ffprobe.c av_log(NULL, AV_LOG_DEBUG, av_log 2708 ffprobe.c av_log(NULL, AV_LOG_ERROR, av_log 2719 ffprobe.c av_log(NULL, AV_LOG_VERBOSE, av_log 2732 ffprobe.c av_log(NULL, AV_LOG_ERROR, "No match for section '%s'\n", section_name); av_log 2752 ffprobe.c av_log(NULL, AV_LOG_WARNING, av_log 2763 ffprobe.c av_log(NULL, AV_LOG_ERROR, av_log 2803 ffprobe.c av_log(NULL, AV_LOG_ERROR, "Invalid empty interval specification\n"); av_log 2826 ffprobe.c av_log(NULL, AV_LOG_ERROR, "Invalid interval start specification '%s'\n", p); av_log 2853 ffprobe.c av_log(NULL, AV_LOG_ERROR, av_log 2861 ffprobe.c av_log(NULL, AV_LOG_ERROR, "Invalid interval end/duration specification '%s'\n", p); av_log 2908 ffprobe.c av_log(NULL, AV_LOG_ERROR, "Error parsing read interval #%d '%s'\n", av_log 2912 ffprobe.c av_log(NULL, AV_LOG_VERBOSE, "Parsed log interval "); av_log 3098 ffprobe.c av_log(NULL, AV_LOG_ERROR, av_log 3120 ffprobe.c av_log(NULL, AV_LOG_ERROR, av_log 3124 ffprobe.c av_log(NULL, AV_LOG_ERROR, " %s", n); av_log 3125 ffprobe.c av_log(NULL, AV_LOG_ERROR, "\n"); av_log 3133 ffprobe.c av_log(NULL, AV_LOG_ERROR, "Unknown output format with name '%s'\n", w_name); av_log 3156 ffprobe.c av_log(NULL, AV_LOG_ERROR, "You have to specify one input file.\n"); av_log 3157 ffprobe.c av_log(NULL, AV_LOG_ERROR, "Use -h to get full help or, even better, run 'man %s'.\n", program_name); av_log 463 ffserver.c av_log(NULL, AV_LOG_WARNING, "setsockopt SO_REUSEADDR failed\n"); av_log 482 ffserver.c av_log(NULL, AV_LOG_WARNING, "ff_socket_nonblock failed\n"); av_log 729 ffserver.c av_log(NULL, AV_LOG_WARNING, av_log 749 ffserver.c av_log(NULL, AV_LOG_WARNING, "ff_socket_nonblock failed\n"); av_log 200 ffserver_config.c av_log(NULL, AV_LOG_WARNING, av_log 374 ffserver_config.c av_log(NULL, AV_LOG_ERROR, "File for preset '%s' not found\n", arg); av_log 384 ffserver_config.c av_log(NULL, AV_LOG_ERROR, "%s: Invalid syntax: '%s'\n", filename, av_log 395 ffserver_config.c av_log(NULL, AV_LOG_ERROR, "Subtitles preset found.\n"); av_log 432 ffserver_config.c av_log(NULL, log_level, "%s:%d: ", filename, line_num); av_log 1154 ffserver_config.c av_log(NULL, AV_LOG_ERROR, "Out of memory. Aborting.\n"); av_log 1213 ffserver_config.c av_log(NULL, AV_LOG_ERROR, av_log 49 libavcodec/012v.c av_log(avctx, AV_LOG_ERROR, "Dimensions %dx%d not supported.\n", width, avctx->height); av_log 59 libavcodec/012v.c av_log(avctx, AV_LOG_ERROR, "Packet too small: %d instead of %d\n", av_log 378 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "wordstream overread\n"); av_log 392 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "bytestream overread\n"); av_log 403 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "wordstream overread\n"); av_log 409 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "wordstream overread\n"); av_log 418 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "mv out of pic\n"); av_log 458 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "lengths %d %d %d %d\n", bitstream_size, bytestream_size, wordstream_size, av_log 500 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "%d bits left before decode_i_block()\n", get_bits_left(&f->gb)); av_log 507 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "error dc run != 0\n"); av_log 530 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "0 coeff\n"); av_log 535 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "run %d oveflow\n", i); av_log 632 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "invalid data in read_huffman_tables\n"); av_log 650 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "ptr overflow in read_huffman_tables\n"); av_log 692 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, av_log 726 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "packet size too small\n"); av_log 741 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "unk bit 1\n"); av_log 743 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "unk bit 2\n"); av_log 776 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "packet size too small\n"); av_log 785 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "size mismatch %d %d %d\n", av_log 792 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "Error reading Huffman tables.\n"); av_log 822 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "end mismatch\n"); av_log 842 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "size mismatch %d %"PRIu32"\n", av_log 856 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "cfrm in version %d\n", f->version); av_log 864 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "sizes invalid\n"); av_log 870 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "lost c frame %d\n", av_log 893 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "realloc failure\n"); av_log 905 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "cframe id mismatch %d %d\n", av_log 926 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "decode i2 frame failed\n"); av_log 932 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "decode i frame failed\n"); av_log 938 libavcodec/4xm.c av_log(f->avctx, AV_LOG_ERROR, "decode p frame failed\n"); av_log 942 libavcodec/4xm.c av_log(avctx, AV_LOG_ERROR, "ignoring snd_ chunk length:%d\n", av_log 945 libavcodec/4xm.c av_log(avctx, AV_LOG_ERROR, "ignoring unknown chunk length:%d\n", av_log 987 libavcodec/4xm.c av_log(avctx, AV_LOG_ERROR, "extradata wrong or missing\n"); av_log 991 libavcodec/4xm.c av_log(avctx, AV_LOG_ERROR, "unsupported width/height\n"); av_log 165 libavcodec/8bps.c av_log(avctx, AV_LOG_ERROR, "Error: Unsupported color depth: %u.\n", av_log 100 libavcodec/8svx.c av_log(avctx, AV_LOG_WARNING, "Packet with odd size, ignoring last byte\n"); av_log 103 libavcodec/8svx.c av_log(avctx, AV_LOG_ERROR, "packet size is too small\n"); av_log 126 libavcodec/8svx.c av_log(avctx, AV_LOG_ERROR, "unexpected empty packet\n"); av_log 159 libavcodec/8svx.c av_log(avctx, AV_LOG_ERROR, "8SVX does not support more than 2 channels\n"); av_log 167 libavcodec/8svx.c av_log(avctx, AV_LOG_ERROR, "Invalid codec id %d.\n", avctx->codec->id); av_log 214 libavcodec/a64multienc.c av_log(avctx, AV_LOG_INFO, "charset lifetime set to %d frame(s)\n", c->mc_lifetime); av_log 232 libavcodec/a64multienc.c av_log(avctx, AV_LOG_ERROR, "Failed to allocate buffer memory.\n"); av_log 238 libavcodec/a64multienc.c av_log(avctx, AV_LOG_ERROR, "Failed to allocate memory for extradata.\n"); av_log 59 libavcodec/aac_adtstoasc_bsf.c av_log(avctx, AV_LOG_ERROR, "Error parsing ADTS frame header!\n"); av_log 163 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, "Too many channels\n"); av_log 531 libavcodec/aacdec.c av_log(avctx, AV_LOG_ERROR, av_log 552 libavcodec/aacdec.c av_log(avctx, AV_LOG_INFO, "Assuming an incorrectly encoded 7.1 channel layout" av_log 575 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_DEBUG, "mono with CPE\n"); av_log 594 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_DEBUG, "stereo with SCE\n"); av_log 624 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_WARNING, av_log 646 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_WARNING, av_log 733 libavcodec/aacdec.c av_log(avctx, AV_LOG_WARNING, av_log 753 libavcodec/aacdec.c av_log(avctx, AV_LOG_ERROR, "decode_pce: " overread_err); av_log 775 libavcodec/aacdec.c av_log(avctx, AV_LOG_ERROR, "decode_pce: " overread_err); av_log 903 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, overread_err); av_log 958 libavcodec/aacdec.c av_log(avctx, AV_LOG_ERROR, av_log 965 libavcodec/aacdec.c av_log(avctx, AV_LOG_ERROR, av_log 1117 libavcodec/aacdec.c av_log(avctx, AV_LOG_ERROR, "Too many channels\n"); av_log 1187 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, "skip_data_stream_element: "overread_err); av_log 1202 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1238 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, "Reserved bit set.\n"); av_log 1246 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1304 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1309 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1320 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1354 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, "invalid band type\n"); av_log 1361 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, "decode_band_types: "overread_err); av_log 1365 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1438 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1495 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1783 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, "error in spectral data, ESC overflow\n"); av_log 1964 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1969 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, av_log 2093 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, "ms_present = 3 is reserved.\n"); av_log 2280 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_DEBUG, "FILL:%s\n", buf); av_log 2307 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_DEBUG, "extension type: %d len:%d\n", type, cnt); av_log 2314 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, "SBR was found before the first channel element.\n"); av_log 2317 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, "SBR signaled to be not-present but was found in the bitstream.\n"); av_log 2321 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, "Implicit SBR was found with a first occurrence after the first frame.\n"); av_log 2666 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, av_log 2795 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_VERBOSE, "ChannelElement %d.%d missing \n", type, i); av_log 2897 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, av_log 2944 libavcodec/aacdec.c av_log(avctx, AV_LOG_ERROR, "Error decoding AAC frame header.\n"); av_log 2948 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, "invalid sampling rate index %d\n", ac->oc[1].m4ac.sampling_index); av_log 2967 libavcodec/aacdec.c av_log(avctx, AV_LOG_DEBUG, "Elem type:%x id:%x\n", elem_type, elem_id); av_log 2971 libavcodec/aacdec.c av_log(ac->avctx, AV_LOG_ERROR, "channel element %d.%d is not allocated\n", av_log 3016 libavcodec/aacdec.c av_log(avctx, AV_LOG_ERROR, av_log 3031 libavcodec/aacdec.c av_log(avctx, AV_LOG_ERROR, "TYPE_FIL: "overread_err); av_log 3052 libavcodec/aacdec.c av_log(avctx, AV_LOG_ERROR, overread_err); av_log 3246 libavcodec/aacdec.c av_log(avctx, AV_LOG_INFO, "audio config changed\n"); av_log 3248 libavcodec/aacdec.c av_log(avctx, AV_LOG_DEBUG, "initializing latmctx\n"); av_log 3380 libavcodec/aacdec.c av_log(latmctx->aac_ctx.avctx, AV_LOG_DEBUG, av_log 3387 libavcodec/aacdec.c av_log(latmctx->aac_ctx.avctx, AV_LOG_ERROR, "incomplete frame\n"); av_log 3390 libavcodec/aacdec.c av_log(latmctx->aac_ctx.avctx, AV_LOG_ERROR, av_log 3439 libavcodec/aacdec.c av_log(latmctx->aac_ctx.avctx, AV_LOG_ERROR, av_log 52 libavcodec/aacenc.c av_log(avctx, AV_LOG_ERROR, __VA_ARGS__); \ av_log 58 libavcodec/aacenc.c av_log(avctx, AV_LOG_WARNING, __VA_ARGS__); \ av_log 582 libavcodec/aacenc.c av_log(avctx, AV_LOG_ERROR, "Input contains NaN\n"); av_log 113 libavcodec/aacps.c av_log(avctx, AV_LOG_ERROR, "illegal "#PAR"\n"); \ av_log 165 libavcodec/aacps.c av_log(avctx, AV_LOG_ERROR, "iid_mode %d is reserved.\n", av_log 177 libavcodec/aacps.c av_log(avctx, AV_LOG_ERROR, "icc_mode %d is reserved.\n", av_log 227 libavcodec/aacps.c av_log(avctx, AV_LOG_ERROR, "ps extension overflow %d\n", cnt); av_log 255 libavcodec/aacps.c av_log(avctx, AV_LOG_ERROR, "iid_par invalid\n"); av_log 263 libavcodec/aacps.c av_log(avctx, AV_LOG_ERROR, "icc_par invalid\n"); av_log 292 libavcodec/aacps.c av_log(avctx, AV_LOG_ERROR, "Expected to read %d PS bits actually read %d.\n", bits_left, bits_consumed); av_log 313 libavcodec/aacsbr.c av_log(avctx, AV_LOG_ERROR, "Invalid n_master: %d\n", n_master); av_log 317 libavcodec/aacsbr.c av_log(avctx, AV_LOG_ERROR, av_log 362 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, av_log 383 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, av_log 400 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, av_log 445 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, "Invalid num_bands_0: %d\n", num_bands_0); av_log 459 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, "Invalid vDk0[%d]: %d\n", k, vk0[k]); av_log 489 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, "Invalid vDk1[%d]: %d\n", k, vk1[k]); av_log 541 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, "Too many patches: %d\n", sbr->num_patches); av_log 581 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, av_log 586 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, "Start frequency border too high: %d\n", sbr->kx[1]); av_log 598 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, "Too many noise floor scale factors: %d\n", sbr->n_q); av_log 656 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, av_log 711 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, av_log 732 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, av_log 740 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, "Non monotone time borders\n"); av_log 924 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, "Parametric Stereo signaled to be not-present but was found in the bitstream.\n"); av_log 1026 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1042 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, "SBR Extension over read.\n"); av_log 1058 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1111 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1132 libavcodec/aacsbr.c av_log(NULL, AV_LOG_ERROR, "envelope scalefactor overflow in dequant\n"); av_log 1146 libavcodec/aacsbr.c av_log(NULL, AV_LOG_ERROR, "envelope scalefactor overflow in dequant\n"); av_log 1162 libavcodec/aacsbr.c av_log(NULL, AV_LOG_ERROR, "envelope scalefactor overflow in dequant\n"); av_log 1375 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, av_log 1444 libavcodec/aacsbr.c av_log(ac->avctx, AV_LOG_ERROR, "kx != f_table{high,low}[0]. " av_log 69 libavcodec/aasc.c av_log(avctx, AV_LOG_ERROR, "Unsupported bit depth: %d\n", avctx->bits_per_coded_sample); av_log 90 libavcodec/aasc.c av_log(avctx, AV_LOG_ERROR, "frame too short\n"); av_log 123 libavcodec/aasc.c av_log(avctx, AV_LOG_ERROR, "Unknown compression type %d\n", compr); av_log 128 libavcodec/aasc.c av_log(avctx, AV_LOG_ERROR, "Unknown FourCC: %X\n", avctx->codec_tag); av_log 362 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "E-AC-3 support not compiled in\n"); av_log 567 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "bap %d is invalid in plain AC-3\n", bap); av_log 885 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "invalid spectral extension " av_log 890 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "invalid spectral extension " av_log 999 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "coupling not allowed in mono or dual-mono\n"); av_log 1028 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "invalid coupling range (%d >= %d)\n", av_log 1050 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "new coupling strategy must " av_log 1080 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "new coupling coordinates must " av_log 1109 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_WARNING, "Warning: " av_log 1136 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "bandwidth code = %d > 60\n", bandwidth_code); av_log 1159 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "exponent out-of-range\n"); av_log 1178 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "new bit allocation info must " av_log 1210 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "new snr offsets must be present in block 0\n"); av_log 1248 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "new coupling leak info must " av_log 1261 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "delta bit allocation strategy reserved\n"); av_log 1302 libavcodec/ac3dec.c av_log(s->avctx, AV_LOG_ERROR, "error in bit allocation\n"); av_log 1441 libavcodec/ac3dec.c av_log(avctx, AV_LOG_ERROR, "frame sync error\n"); av_log 1444 libavcodec/ac3dec.c av_log(avctx, AV_LOG_ERROR, "invalid bitstream id\n"); av_log 1447 libavcodec/ac3dec.c av_log(avctx, AV_LOG_ERROR, "invalid sample rate\n"); av_log 1450 libavcodec/ac3dec.c av_log(avctx, AV_LOG_ERROR, "invalid frame size\n"); av_log 1456 libavcodec/ac3dec.c av_log(avctx, AV_LOG_WARNING, "unsupported frame type : " av_log 1461 libavcodec/ac3dec.c av_log(avctx, AV_LOG_ERROR, "invalid frame type\n"); av_log 1474 libavcodec/ac3dec.c av_log(avctx, AV_LOG_ERROR, "incomplete frame\n"); av_log 1480 libavcodec/ac3dec.c av_log(avctx, AV_LOG_ERROR, "frame CRC mismatch\n"); av_log 1520 libavcodec/ac3dec.c av_log(avctx, AV_LOG_ERROR, "unable to determine channel mode\n"); av_log 1550 libavcodec/ac3dec.c av_log(avctx, AV_LOG_ERROR, "error decoding the audio block\n"); av_log 1817 libavcodec/ac3enc.c av_log(log_ctx, AV_LOG_WARNING, "requested %s is not valid. using " av_log 1941 libavcodec/ac3enc.c av_log(avctx, AV_LOG_ERROR, "invalid audio service type for the " av_log 1978 libavcodec/ac3enc.c av_log(avctx, AV_LOG_ERROR, "mixing_level must be set if " av_log 1983 libavcodec/ac3enc.c av_log(avctx, AV_LOG_ERROR, "invalid mixing level. must be between " av_log 1997 libavcodec/ac3enc.c av_log(avctx, AV_LOG_WARNING, "alternate bitstream syntax is " av_log 2114 libavcodec/ac3enc.c av_log(avctx, AV_LOG_WARNING, "No channel layout specified. The " av_log 2120 libavcodec/ac3enc.c av_log(avctx, AV_LOG_ERROR, "invalid channel layout\n"); av_log 2134 libavcodec/ac3enc.c av_log(avctx, AV_LOG_ERROR, "invalid sample rate\n"); av_log 2171 libavcodec/ac3enc.c av_log(avctx, AV_LOG_ERROR, "invalid bit rate. must be %d to %d " av_log 2224 libavcodec/ac3enc.c av_log(avctx, AV_LOG_ERROR, "invalid cutoff frequency\n"); av_log 77 libavcodec/ac3enc_float.c av_log(s->avctx, AV_LOG_ERROR, "Cannot allocate memory.\n"); av_log 433 libavcodec/ac3enc_template.c av_log(avctx, AV_LOG_ERROR, "Bit allocation failed. Try increasing the bitrate.\n"); av_log 73 libavcodec/acelp_filters.c av_log(NULL, AV_LOG_WARNING, "overflow that would need cliping in ff_acelp_interpolate()\n"); av_log 112 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "Invalid number of channels\n"); av_log 250 libavcodec/adpcm.c av_log(NULL, AV_LOG_WARNING, "idelta overflow\n"); av_log 680 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "invalid number of samples in packet\n"); av_log 695 libavcodec/adpcm.c av_log(avctx, AV_LOG_WARNING, "mismatch in coded sample count\n"); av_log 729 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "ERROR: step_index[%d] = %i\n", av_log 750 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "ERROR: step_index[%d] = %i\n", av_log 793 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "ERROR: step_index[%d] = %i\n", av_log 815 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "ERROR: block_predictor[0] = %d\n", av_log 824 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "ERROR: block_predictor[1] = %d\n", av_log 858 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "ERROR: step_index[%d] = %i\n", av_log 883 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "ERROR: step_index = %i/%i\n", av_log 939 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "ERROR: step_index[%d] = %i\n", av_log 980 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "ERROR: step_index[%d] = %i\n", av_log 1042 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "ERROR: step_index[%d] = %i\n", av_log 1215 libavcodec/adpcm.c av_log(avctx, AV_LOG_WARNING, "per-channel sample count mismatch\n"); av_log 1266 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "ERROR: step_index = %i\n", av_log 1284 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "ERROR: step_index = %i\n", av_log 1419 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "Missing coeff table\n"); av_log 1525 libavcodec/adpcm.c av_log(avctx, AV_LOG_ERROR, "Nothing consumed\n"); av_log 71 libavcodec/adpcmenc.c av_log(avctx, AV_LOG_ERROR, "only stereo or mono is supported\n"); av_log 76 libavcodec/adpcmenc.c av_log(avctx, AV_LOG_ERROR, "invalid trellis size\n"); av_log 135 libavcodec/adpcmenc.c av_log(avctx, AV_LOG_ERROR, "Sample rate must be 11025, " av_log 46 libavcodec/adxdec.c av_log(avctx, AV_LOG_ERROR, "error parsing ADX header\n"); av_log 116 libavcodec/adxdec.c av_log(avctx, AV_LOG_ERROR, "error parsing ADX header\n"); av_log 128 libavcodec/adxenc.c av_log(avctx, AV_LOG_ERROR, "Invalid number of channels\n"); av_log 156 libavcodec/adxenc.c av_log(avctx, AV_LOG_ERROR, "output buffer is too small\n"); av_log 164 libavcodec/aic.c av_log(ctx->avctx, AV_LOG_ERROR, "Invalid version %d\n", src[0]); av_log 168 libavcodec/aic.c av_log(ctx->avctx, AV_LOG_ERROR, "Invalid header size %d\n", src[1]); av_log 175 libavcodec/aic.c av_log(ctx->avctx, AV_LOG_ERROR, "Frame size should be %"PRIu32" got %d\n", av_log 180 libavcodec/aic.c av_log(ctx->avctx, AV_LOG_ERROR, av_log 386 libavcodec/aic.c av_log(avctx, AV_LOG_ERROR, "Too small frame\n"); av_log 403 libavcodec/aic.c av_log(avctx, AV_LOG_ERROR, "Incorrect slice size\n"); av_log 454 libavcodec/aic.c av_log(avctx, AV_LOG_ERROR, "Error allocating slice buffer\n"); av_log 148 libavcodec/alac.c av_log(alac->avctx, AV_LOG_ERROR, av_log 279 libavcodec/alac.c av_log(avctx, AV_LOG_ERROR, "bps is unsupported: %d\n", bps); av_log 291 libavcodec/alac.c av_log(avctx, AV_LOG_ERROR, "invalid samples per frame: %"PRIu32"\n", av_log 302 libavcodec/alac.c av_log(avctx, AV_LOG_ERROR, "sample count mismatch: %"PRIu32" != %d\n", av_log 364 libavcodec/alac.c av_log(avctx, AV_LOG_WARNING, "unknown prediction type: %i\n", av_log 474 libavcodec/alac.c av_log(avctx, AV_LOG_ERROR, "syntax element unsupported: %d\n", element); av_log 481 libavcodec/alac.c av_log(avctx, AV_LOG_ERROR, "invalid element channel count\n"); av_log 494 libavcodec/alac.c av_log(avctx, AV_LOG_ERROR, "no end tag found. incomplete packet.\n"); av_log 499 libavcodec/alac.c av_log(avctx, AV_LOG_ERROR, "Error : %d bits left\n", av_log 506 libavcodec/alac.c av_log(avctx, AV_LOG_WARNING, "Failed to decode all channels\n"); av_log 562 libavcodec/alac.c av_log(alac->avctx, AV_LOG_ERROR, av_log 590 libavcodec/alac.c av_log(avctx, AV_LOG_ERROR, "extradata is too small\n"); av_log 594 libavcodec/alac.c av_log(avctx, AV_LOG_ERROR, "set_info failed\n"); av_log 611 libavcodec/alac.c av_log(avctx, AV_LOG_WARNING, "Invalid channel count\n"); av_log 620 libavcodec/alac.c av_log(avctx, AV_LOG_ERROR, "Unsupported channel count: %d\n", av_log 627 libavcodec/alac.c av_log(avctx, AV_LOG_ERROR, "Error allocating buffers\n"); av_log 511 libavcodec/alacenc.c av_log(avctx, AV_LOG_WARNING, "encoding as 24 bits-per-sample\n"); av_log 563 libavcodec/alacenc.c av_log(avctx, AV_LOG_ERROR, "invalid min prediction order: %d\n", av_log 576 libavcodec/alacenc.c av_log(avctx, AV_LOG_ERROR, "invalid max prediction order: %d\n", av_log 586 libavcodec/alacenc.c av_log(avctx, AV_LOG_ERROR, av_log 43 libavcodec/aliaspixdec.c av_log(avctx, AV_LOG_ERROR, "Header too small %d.\n", avpkt->size); av_log 57 libavcodec/aliaspixdec.c av_log(avctx, AV_LOG_ERROR, "Invalid pixel format.\n"); av_log 83 libavcodec/aliaspixdec.c av_log(avctx, AV_LOG_ERROR, av_log 93 libavcodec/aliaspixdec.c av_log(avctx, AV_LOG_ERROR, "Invalid run length %d.\n", count); av_log 113 libavcodec/aliaspixdec.c av_log(avctx, AV_LOG_ERROR, "Picture stopped at %d,%d.\n", x, y); av_log 52 libavcodec/aliaspixenc.c av_log(avctx, AV_LOG_ERROR, "Invalid image size %dx%d.\n", width, height); av_log 69 libavcodec/aliaspixenc.c av_log(avctx, AV_LOG_ERROR, "Error getting output packet of size %d.\n", length); av_log 365 libavcodec/alsdec.c av_log(avctx, AV_LOG_WARNING, "Invalid channel reordering.\n"); av_log 647 libavcodec/alsdec.c av_log(avctx, AV_LOG_WARNING, av_log 670 libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, "k invalid for rice code.\n"); av_log 687 libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, "Predictor order too large.\n"); av_log 695 libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, "Predictor order too large.\n"); av_log 727 libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, av_log 1154 libavcodec/alsdec.c av_log(ctx->avctx, AV_LOG_WARNING, "Invalid channel pair.\n"); av_log 1202 libavcodec/alsdec.c av_log(ctx->avctx, AV_LOG_ERROR, "Invalid master channel.\n"); av_log 1227 libavcodec/alsdec.c av_log(ctx->avctx, AV_LOG_ERROR, "Damaged channel data.\n"); av_log 1259 libavcodec/alsdec.c av_log(ctx->avctx, AV_LOG_WARNING, "Invalid channel correlation.\n"); av_log 1389 libavcodec/alsdec.c av_log(ctx->avctx, AV_LOG_ERROR, "Invalid channel data.\n"); av_log 1403 libavcodec/alsdec.c av_log(ctx->avctx, AV_LOG_WARNING, av_log 1499 libavcodec/alsdec.c av_log(ctx->avctx, AV_LOG_WARNING, av_log 1582 libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, "CRC error.\n"); av_log 1644 libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, "Missing required ALS extradata.\n"); av_log 1649 libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, "Reading ALSSpecificConfig failed.\n"); av_log 1695 libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); av_log 1721 libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); av_log 1739 libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); av_log 1760 libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); av_log 1778 libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); av_log 972 libavcodec/amrnbdec.c av_log(avctx, AV_LOG_ERROR, "Corrupt bitstream\n"); av_log 977 libavcodec/amrnbdec.c av_log(avctx, AV_LOG_INFO, "Note: libopencore_amrnb supports dtx\n"); av_log 1007 libavcodec/amrnbdec.c av_log(avctx, AV_LOG_ERROR, "The file is corrupted, pitch_lag = 0 is not allowed\n"); av_log 1121 libavcodec/amrwbdec.c av_log(avctx, AV_LOG_ERROR, av_log 1128 libavcodec/amrwbdec.c av_log(avctx, AV_LOG_ERROR, av_log 1135 libavcodec/amrwbdec.c av_log(avctx, AV_LOG_ERROR, "Encountered a bad or corrupted frame\n"); av_log 441 libavcodec/ansi.c av_log(avctx, AV_LOG_WARNING, "args overflow (%i)\n", s->nb_args); av_log 221 libavcodec/apedec.c av_log(avctx, AV_LOG_ERROR, "Incorrect extradata\n"); av_log 225 libavcodec/apedec.c av_log(avctx, AV_LOG_ERROR, "Only mono and stereo is supported\n"); av_log 250 libavcodec/apedec.c av_log(avctx, AV_LOG_DEBUG, "Compression Level: %d - Flags: %d\n", av_log 255 libavcodec/apedec.c av_log(avctx, AV_LOG_ERROR, "Incorrect compression level %d\n", av_log 498 libavcodec/apedec.c av_log(ctx->avctx, AV_LOG_ERROR, "Too many bits: %d\n", rice->k); av_log 526 libavcodec/apedec.c av_log(ctx->avctx, AV_LOG_ERROR, "Too many bits: %d\n", tmpk); av_log 534 libavcodec/apedec.c av_log(ctx->avctx, AV_LOG_ERROR, "Too many bits: %d\n", tmpk); av_log 1351 libavcodec/apedec.c av_log(ctx->avctx, AV_LOG_DEBUG, "pure silence mono\n"); av_log 1374 libavcodec/apedec.c av_log(ctx->avctx, AV_LOG_DEBUG, "pure silence stereo\n"); av_log 1418 libavcodec/apedec.c av_log(avctx, AV_LOG_ERROR, "Packet is too small\n"); av_log 1423 libavcodec/apedec.c av_log(avctx, AV_LOG_WARNING, "packet size is not a multiple of 4. " av_log 1441 libavcodec/apedec.c av_log(avctx, AV_LOG_ERROR, "Incorrect offset passed\n"); av_log 1446 libavcodec/apedec.c av_log(avctx, AV_LOG_ERROR, "Packet is too small\n"); av_log 1460 libavcodec/apedec.c av_log(avctx, AV_LOG_ERROR, "Invalid sample count: %"PRIu32".\n", av_log 1468 libavcodec/apedec.c av_log(avctx, AV_LOG_ERROR, "Error reading frame header\n"); av_log 1508 libavcodec/apedec.c av_log(avctx, AV_LOG_ERROR, "Error decoding frame\n"); av_log 103 libavcodec/assdec.c av_log(avctx, AV_LOG_ERROR, "Invalid ASS packet\n"); av_log 58 libavcodec/assenc.c av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); av_log 63 libavcodec/assenc.c av_log(avctx, AV_LOG_ERROR, "AVSubtitle rectangle ass \"%s\"" av_log 73 libavcodec/assenc.c av_log(avctx, AV_LOG_ERROR, "ASS encoder supports only one " av_log 100 libavcodec/assenc.c av_log(avctx, AV_LOG_ERROR, "Buffer too small for ASS event.\n"); av_log 110 libavcodec/asvdec.c av_log(a->avctx, AV_LOG_ERROR, "coded coeff pattern damaged\n"); av_log 277 libavcodec/asvdec.c av_log(avctx, AV_LOG_WARNING, "No extradata provided\n"); av_log 288 libavcodec/asvdec.c av_log(avctx, AV_LOG_ERROR, "illegal qscale 0\n"); av_log 64 libavcodec/asvenc.c av_log(a->avctx, AV_LOG_WARNING, "Cliping level %d, increase qscale\n", level); av_log 177 libavcodec/asvenc.c av_log(a->avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 284 libavcodec/atrac1.c av_log(avctx, AV_LOG_ERROR, "Not enough data to decode!\n"); av_log 341 libavcodec/atrac1.c av_log(avctx, AV_LOG_ERROR, "Unsupported number of channels: %d\n", av_log 347 libavcodec/atrac1.c av_log(avctx, AV_LOG_ERROR, "Unsupported block align."); av_log 355 libavcodec/atrac1.c av_log(avctx, AV_LOG_ERROR, "Error initializing MDCT\n"); av_log 582 libavcodec/atrac3.c av_log(NULL,AV_LOG_ERROR,"JS mono Sound Unit id != 3.\n"); av_log 587 libavcodec/atrac3.c av_log(NULL,AV_LOG_ERROR,"Sound Unit id != 0x28.\n"); av_log 745 libavcodec/atrac3.c av_log(avctx, AV_LOG_ERROR, av_log 765 libavcodec/atrac3.c av_log(NULL, AV_LOG_ERROR, "Frame decoding error!\n"); av_log 801 libavcodec/atrac3.c av_log(avctx, AV_LOG_ERROR, "Channel configuration error!\n"); av_log 812 libavcodec/atrac3.c av_log(avctx, AV_LOG_DEBUG, "[0-1] %d\n", av_log 816 libavcodec/atrac3.c av_log(avctx, AV_LOG_DEBUG,"[8-9] %d\n", av_log 819 libavcodec/atrac3.c av_log(avctx, AV_LOG_DEBUG,"[12-13] %d\n", av_log 832 libavcodec/atrac3.c av_log(avctx, AV_LOG_ERROR, "Unknown frame/channel/frame_factor " av_log 846 libavcodec/atrac3.c av_log(NULL, AV_LOG_ERROR, "Unknown extradata size %d.\n", av_log 854 libavcodec/atrac3.c av_log(avctx, AV_LOG_ERROR, "Version %d != 4.\n", version); av_log 860 libavcodec/atrac3.c av_log(avctx, AV_LOG_ERROR, "Unknown amount of samples per frame %d.\n", av_log 866 libavcodec/atrac3.c av_log(avctx, AV_LOG_ERROR, "Unknown amount of delay %x != 0x88E.\n", av_log 872 libavcodec/atrac3.c av_log(avctx, AV_LOG_DEBUG, "Normal stereo detected.\n"); av_log 875 libavcodec/atrac3.c av_log(avctx, AV_LOG_ERROR, "Invalid coding mode\n"); av_log 878 libavcodec/atrac3.c av_log(avctx, AV_LOG_DEBUG, "Joint stereo detected.\n"); av_log 880 libavcodec/atrac3.c av_log(avctx, AV_LOG_ERROR, "Unknown channel coding mode %x!\n", av_log 897 libavcodec/atrac3.c av_log(avctx, AV_LOG_ERROR, "Error initializing MDCT\n"); av_log 233 libavcodec/atrac3plus.c av_log(avctx, AV_LOG_ERROR, av_log 265 libavcodec/atrac3plus.c av_log(avctx, AV_LOG_ERROR, av_log 294 libavcodec/atrac3plus.c av_log(avctx, AV_LOG_ERROR, av_log 375 libavcodec/atrac3plus.c av_log(avctx, AV_LOG_ERROR, av_log 525 libavcodec/atrac3plus.c av_log(avctx, AV_LOG_ERROR, av_log 684 libavcodec/atrac3plus.c av_log(avctx, AV_LOG_ERROR, av_log 1345 libavcodec/atrac3plus.c av_log(avctx, AV_LOG_ERROR, av_log 1491 libavcodec/atrac3plus.c av_log(avctx, AV_LOG_ERROR, av_log 1772 libavcodec/atrac3plus.c av_log(avctx, AV_LOG_ERROR, av_log 136 libavcodec/atrac3plusdec.c av_log(avctx, AV_LOG_ERROR, av_log 150 libavcodec/atrac3plusdec.c av_log(avctx, AV_LOG_ERROR, "block_align is not set\n"); av_log 343 libavcodec/atrac3plusdec.c av_log(avctx, AV_LOG_ERROR, "Invalid start bit!\n"); av_log 355 libavcodec/atrac3plusdec.c av_log(avctx, AV_LOG_ERROR, av_log 39 libavcodec/audio_frame_queue.c av_log(afq->avctx, AV_LOG_WARNING, "%d frames left in the queue on closing\n", afq->frame_count); av_log 61 libavcodec/audio_frame_queue.c av_log(afq->avctx, AV_LOG_WARNING, "Queue input is backward in time\n"); av_log 87 libavcodec/audio_frame_queue.c av_log(afq->avctx, AV_LOG_WARNING, "Trying to remove %d samples, but the queue is empty\n", nb_samples); av_log 109 libavcodec/audio_frame_queue.c av_log(afq->avctx, AV_LOG_DEBUG, "Trying to remove %d more samples than there are in the queue\n", nb_samples); av_log 54 libavcodec/aura.c av_log(avctx, AV_LOG_ERROR, "got a buffer with %d bytes when %d were expected\n", av_log 44 libavcodec/avrndec.c av_log(avctx, AV_LOG_ERROR, "lowres is not possible with rawvideo\n"); av_log 92 libavcodec/avrndec.c av_log(avctx, AV_LOG_ERROR, "packet too small\n"); av_log 64 libavcodec/avuidec.c av_log(avctx, AV_LOG_ERROR, "Insufficient input data.\n"); av_log 30 libavcodec/avuienc.c av_log(avctx, AV_LOG_ERROR, "Only 720x486 and 720x576 are supported.\n"); av_log 49 libavcodec/avuienc.c av_log(avctx, AV_LOG_ERROR, "Could not allocate frame.\n"); av_log 102 libavcodec/bethsoftvideo.c av_log(avctx, AV_LOG_ERROR, "error reading palette\n"); av_log 74 libavcodec/bfi.c av_log(NULL, AV_LOG_ERROR, "Palette is too large.\n"); av_log 104 libavcodec/bfi.c av_log(avctx, AV_LOG_ERROR, av_log 131 libavcodec/bfi.c av_log(avctx, AV_LOG_ERROR, "Frame larger than buffer.\n"); av_log 468 libavcodec/bgmc.c av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); av_log 324 libavcodec/bink.c av_log(avctx, AV_LOG_ERROR, "Run value went out of bounds\n"); av_log 346 libavcodec/bink.c av_log(avctx, AV_LOG_ERROR, "Too many motion values\n"); av_log 381 libavcodec/bink.c av_log(avctx, AV_LOG_ERROR, "Too many block type values\n"); av_log 415 libavcodec/bink.c av_log(avctx, AV_LOG_ERROR, "Too many pattern values\n"); av_log 435 libavcodec/bink.c av_log(c->avctx, AV_LOG_ERROR, "Too many color values\n"); av_log 500 libavcodec/bink.c av_log(avctx, AV_LOG_ERROR, "DC value went out of bounds: %d\n", v); av_log 688 libavcodec/bink.c av_log(NULL, AV_LOG_ERROR, "quant_index %d out of range\n", quant_idx); av_log 856 libavcodec/bink.c av_log(c->avctx, AV_LOG_ERROR, "Run went out of bounds\n"); av_log 883 libavcodec/bink.c av_log(c->avctx, AV_LOG_WARNING, "Reference block is out of bounds\n"); av_log 899 libavcodec/bink.c av_log(c->avctx, AV_LOG_WARNING, "Reference block is out of bounds\n"); av_log 929 libavcodec/bink.c av_log(c->avctx, AV_LOG_WARNING, "Reference block is out of bounds\n"); av_log 942 libavcodec/bink.c av_log(c->avctx, AV_LOG_ERROR, "Unknown block type %d\n", blk); av_log 1033 libavcodec/bink.c av_log(c->avctx, AV_LOG_ERROR, "Run went out of bounds\n"); av_log 1073 libavcodec/bink.c av_log(c->avctx, AV_LOG_ERROR, "Incorrect 16x16 block type %d\n", blk); av_log 1087 libavcodec/bink.c av_log(c->avctx, AV_LOG_ERROR, "Copy out of bounds @%d, %d\n", av_log 1101 libavcodec/bink.c av_log(c->avctx, AV_LOG_ERROR, "Run went out of bounds\n"); av_log 1121 libavcodec/bink.c av_log(c->avctx, AV_LOG_ERROR, "Copy out of bounds @%d, %d\n", av_log 1146 libavcodec/bink.c av_log(c->avctx, AV_LOG_ERROR, "Copy out of bounds @%d, %d\n", av_log 1171 libavcodec/bink.c av_log(c->avctx, AV_LOG_ERROR, "Unknown block type %d\n", blk); av_log 1282 libavcodec/bink.c av_log(avctx, AV_LOG_ERROR, "Extradata missing or too short\n"); av_log 85 libavcodec/binkaudio.c av_log(avctx, AV_LOG_ERROR, "invalid number of channels: %d\n", avctx->channels); av_log 302 libavcodec/binkaudio.c av_log(avctx, AV_LOG_ERROR, "Packet is too small\n"); av_log 326 libavcodec/binkaudio.c av_log(avctx, AV_LOG_ERROR, "Incomplete packet\n"); av_log 61 libavcodec/bintext.c av_log(avctx, AV_LOG_ERROR, "not enough extradata\n"); av_log 84 libavcodec/bintext.c av_log(avctx, AV_LOG_WARNING, "font height %i not supported\n", s->font_height); av_log 196 libavcodec/bitstream.c av_log(NULL, AV_LOG_ERROR, "incorrect codes\n"); av_log 309 libavcodec/bitstream.c av_log(NULL, AV_LOG_ERROR, "Too long VLC (%d) in init_vlc\n", buf[j].bits);\ av_log 316 libavcodec/bitstream.c av_log(NULL, AV_LOG_ERROR, "Invalid code in init_vlc\n"); \ av_log 341 libavcodec/bitstream.c av_log(NULL, AV_LOG_ERROR, "needed %d had %d\n", vlc->table_size, vlc->table_allocated); av_log 51 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "buf size too small (%d)\n", buf_size); av_log 57 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "bad magic number\n"); av_log 63 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "not enough data (%d < %u), trying to decode anyway\n", av_log 74 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "invalid header size %u\n", hsize); av_log 83 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, av_log 103 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "unsupported BMP file, patch welcome\n"); av_log 109 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "invalid BMP header\n"); av_log 122 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "BMP coding %d not supported\n", comp); av_log 152 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "Unknown bitfields %0X %0X %0X\n", rgb[0], rgb[1], rgb[2]); av_log 173 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, av_log 191 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "Unknown palette for %u-colour BMP\n", av_log 197 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "depth %u not supported\n", depth); av_log 202 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "unsupported pixel format\n"); av_log 220 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "not enough data (%d < %d)\n", av_log 224 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "data size too small, assuming missing line alignment\n"); av_log 249 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, av_log 262 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "palette doesn't fit in packet\n"); av_log 336 libavcodec/bmp.c av_log(avctx, AV_LOG_ERROR, "BMP decoder is broken\n"); av_log 59 libavcodec/bmpenc.c av_log(avctx, AV_LOG_INFO, "unsupported pixel format\n"); av_log 54 libavcodec/bmvaudio.c av_log(avctx, AV_LOG_ERROR, "expected %d bytes, got %d\n", av_log 213 libavcodec/bmvvideo.c av_log(avctx, AV_LOG_ERROR, "Audio data doesn't fit in frame\n"); av_log 221 libavcodec/bmvvideo.c av_log(avctx, AV_LOG_ERROR, "Command data doesn't fit in frame\n"); av_log 228 libavcodec/bmvvideo.c av_log(avctx, AV_LOG_ERROR, "Palette data doesn't fit in frame\n"); av_log 236 libavcodec/bmvvideo.c av_log(avctx, AV_LOG_ERROR, "Screen offset data doesn't fit in frame\n"); av_log 250 libavcodec/bmvvideo.c av_log(avctx, AV_LOG_ERROR, "Error decoding frame data\n"); av_log 280 libavcodec/bmvvideo.c av_log(avctx, AV_LOG_ERROR, "Invalid dimension %dx%d\n", avctx->width, avctx->height); av_log 159 libavcodec/brenderpix.c av_log(avctx, AV_LOG_ERROR, "Not a BRender PIX file.\n"); av_log 165 libavcodec/brenderpix.c av_log(avctx, AV_LOG_ERROR, "Invalid chunk type %d.\n", chunk_type); av_log 171 libavcodec/brenderpix.c av_log(avctx, AV_LOG_ERROR, "Invalid header length.\n"); av_log 225 libavcodec/brenderpix.c av_log(avctx, AV_LOG_ERROR, "Invalid palette header length.\n"); av_log 236 libavcodec/brenderpix.c av_log(avctx, AV_LOG_ERROR, "Invalid palette data.\n"); av_log 253 libavcodec/brenderpix.c av_log(avctx, AV_LOG_WARNING, av_log 269 libavcodec/brenderpix.c av_log(avctx, AV_LOG_ERROR, "Invalid image data.\n"); av_log 89 libavcodec/c93.c av_log(avctx, AV_LOG_ERROR, "invalid offset %d during C93 decoding\n", av_log 235 libavcodec/c93.c av_log(avctx, AV_LOG_ERROR, "unexpected type %x at %dx%d\n", av_log 211 libavcodec/cabac.c av_log(NULL, AV_LOG_ERROR, "CABAC bypass failure at %d\n", i); av_log 218 libavcodec/cabac.c av_log(NULL, AV_LOG_ERROR, "CABAC failure at %d\n", i); av_log 222 libavcodec/cabac.c av_log(NULL, AV_LOG_ERROR, "where's the Terminator?\n"); av_log 359 libavcodec/cavs.c av_log(NULL, AV_LOG_ERROR, "Illegal intra prediction mode\n"); av_log 508 libavcodec/cavsdec.c av_log(NULL, AV_LOG_ERROR, "get_ue_code: value too larger\n"); av_log 528 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_ERROR, av_log 562 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_ERROR, "run %d is too large\n", run); av_log 607 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_ERROR, "illegal inter cbp %d\n", cbp); av_log 669 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_ERROR, "illegal intra chroma pred mode\n"); av_log 678 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_ERROR, "illegal intra cbp\n"); av_log 859 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_ERROR, "Invalid mb_type %d in B frame\n", mb_type); av_log 910 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_ERROR, "unexpected start code 0x%02x\n", h->stc); av_log 913 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_ERROR, "stc 0x%02x is too large\n", h->stc); av_log 930 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_ERROR, av_log 971 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_ERROR, "No sequence header decoded yet\n"); av_log 981 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_ERROR, "illegal picture type\n"); av_log 1134 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_ERROR, "Dimensions invalid\n"); av_log 1191 libavcodec/cavsdec.c av_log(h->avctx, AV_LOG_WARNING, "no frame decoded\n"); av_log 220 libavcodec/ccaption_dec.c av_log(ctx, AV_LOG_WARNING,"Data Ignored since exceeding screen width\n"); av_log 378 libavcodec/ccaption_dec.c av_log(ctx, AV_LOG_DEBUG,"Invalid pac index encountered\n"); av_log 532 libavcodec/ccaption_dec.c av_log(ctx, AV_LOG_WARNING, "Insufficient Memory of %d truncated to %d\n",len, ctx->pktbuf->size); av_log 273 libavcodec/cdgraphics.c av_log(avctx, AV_LOG_ERROR, "buffer too small for decoder\n"); av_log 277 libavcodec/cdgraphics.c av_log(avctx, AV_LOG_ERROR, "buffer too big for decoder\n"); av_log 306 libavcodec/cdgraphics.c av_log(avctx, AV_LOG_ERROR, "buffer too small for loading palette\n"); av_log 318 libavcodec/cdgraphics.c av_log(avctx, AV_LOG_ERROR, "buffer too small for drawing tile\n"); av_log 324 libavcodec/cdgraphics.c av_log(avctx, AV_LOG_ERROR, "tile is out of range\n"); av_log 331 libavcodec/cdgraphics.c av_log(avctx, AV_LOG_ERROR, "buffer too small for scrolling\n"); av_log 454 libavcodec/cinepak.c av_log(avctx, AV_LOG_ERROR, "cinepak_decode failed\n"); av_log 192 libavcodec/cinepakenc.c av_log(avctx, AV_LOG_ERROR, "width and height must be multiples of four (got %ix%i)\n", av_log 198 libavcodec/cinepakenc.c av_log(avctx, AV_LOG_ERROR, "minimal number of strips can not exceed maximal (got %i and %i)\n", av_log 1066 libavcodec/cinepakenc.c av_log(s->avctx, AV_LOG_INFO, "mode %i, %3i, %3i: %18lli %i B\n", mode, v1_size, v4_size, (long long int)serr, best_size); av_log 1194 libavcodec/cinepakenc.c av_log(s->avctx, AV_LOG_INFO, "skipping zero height strip %i of %i\n", strip, num_strips); av_log 1229 libavcodec/cinepakenc.c av_log(s->avctx, AV_LOG_INFO, "best number of strips so far: %2i, %12lli, %i B\n", num_strips, (long long int)serr, best_size); av_log 1317 libavcodec/cinepakenc.c av_log(avctx, AV_LOG_INFO, "strip coding stats: %i V1 mode, %i V4 mode, %i MC mode (%i V1 encs, %i V4 encs, %i skips)\n", av_log 42 libavcodec/cljrdec.c av_log(avctx, AV_LOG_ERROR, "Invalid width or height\n"); av_log 47 libavcodec/cljrdec.c av_log(avctx, AV_LOG_ERROR, av_log 53 libavcodec/cljrenc.c av_log(avctx, AV_LOG_ERROR, av_log 60 libavcodec/cllc.c av_log(ctx->avctx, AV_LOG_ERROR, av_log 236 libavcodec/cllc.c av_log(ctx->avctx, AV_LOG_ERROR, av_log 279 libavcodec/cllc.c av_log(ctx->avctx, AV_LOG_ERROR, av_log 332 libavcodec/cllc.c av_log(ctx->avctx, AV_LOG_ERROR, av_log 371 libavcodec/cllc.c av_log(avctx, AV_LOG_ERROR, av_log 380 libavcodec/cllc.c av_log(avctx, AV_LOG_DEBUG, "Skipping INFO chunk.\n"); av_log 389 libavcodec/cllc.c av_log(avctx, AV_LOG_ERROR, "Could not allocate swapped buffer.\n"); av_log 409 libavcodec/cllc.c av_log(avctx, AV_LOG_DEBUG, "Frame coding type: %d\n", coding_type); av_log 450 libavcodec/cllc.c av_log(avctx, AV_LOG_ERROR, "Unknown coding type: %d.\n", coding_type); av_log 51 libavcodec/cngenc.c av_log(avctx, AV_LOG_ERROR, "Only mono supported\n"); av_log 79 libavcodec/cngenc.c av_log(avctx, AV_LOG_ERROR, "Error getting output packet\n"); av_log 197 libavcodec/cook.c av_log(q->avctx, AV_LOG_DEBUG, "sqvh VLC init\n"); av_log 210 libavcodec/cook.c av_log(q->avctx, AV_LOG_DEBUG, "subpacket %i Joint-stereo VLC used.\n", i); av_log 214 libavcodec/cook.c av_log(q->avctx, AV_LOG_DEBUG, "VLC tables initialized.\n"); av_log 236 libavcodec/cook.c av_log(q->avctx, AV_LOG_DEBUG, "MDCT initialized, order = %d.\n", av_log 304 libavcodec/cook.c av_log(avctx, AV_LOG_DEBUG, "Deallocating memory.\n"); av_log 321 libavcodec/cook.c av_log(avctx, AV_LOG_DEBUG, "Memory deallocated.\n"); av_log 379 libavcodec/cook.c av_log(q->avctx, AV_LOG_ERROR, av_log 760 libavcodec/cook.c av_log(q->avctx, AV_LOG_ERROR, "decouple value too large\n"); av_log 983 libavcodec/cook.c av_log(avctx, AV_LOG_DEBUG, av_log 994 libavcodec/cook.c av_log(avctx, AV_LOG_DEBUG, av_log 1003 libavcodec/cook.c av_log(avctx, AV_LOG_DEBUG, "subpacket[%i] %i %i\n", av_log 1062 libavcodec/cook.c av_log(avctx, AV_LOG_ERROR, "Necessary extradata missing!\n"); av_log 1065 libavcodec/cook.c av_log(avctx, AV_LOG_DEBUG, "codecdata_length=%d\n", avctx->extradata_size); av_log 1069 libavcodec/cook.c av_log(avctx, AV_LOG_ERROR, "Invalid number of channels\n"); av_log 1091 libavcodec/cook.c av_log(avctx, AV_LOG_ERROR, "js_subband_start %d is too large\n", q->subpacket[s].js_subband_start); av_log 1110 libavcodec/cook.c av_log(avctx, AV_LOG_DEBUG, "subpacket[%i].cookversion=%x\n", s, av_log 1119 libavcodec/cook.c av_log(avctx, AV_LOG_DEBUG, "MONO\n"); av_log 1126 libavcodec/cook.c av_log(avctx, AV_LOG_DEBUG, "STEREO\n"); av_log 1133 libavcodec/cook.c av_log(avctx, AV_LOG_DEBUG, "JOINT_STEREO\n"); av_log 1148 libavcodec/cook.c av_log(avctx, AV_LOG_DEBUG, "MULTI_CHANNEL\n"); av_log 1176 libavcodec/cook.c av_log(avctx, AV_LOG_ERROR, "different number of samples per channel!\n"); av_log 1193 libavcodec/cook.c av_log(avctx, AV_LOG_ERROR, "js_vlc_bits = %d, only >= %d and <= 6 allowed!\n", av_log 1212 libavcodec/cook.c av_log(avctx, AV_LOG_ERROR, "Too many subpackets %d for channels %d\n", q->num_subpackets, q->avctx->channels); av_log 73 libavcodec/cpia.c av_log(avctx, AV_LOG_ERROR, "Invalid header!\n"); av_log 117 libavcodec/cpia.c av_log(avctx, AV_LOG_WARNING, "Frame ended unexpectedly!\n"); av_log 122 libavcodec/cpia.c av_log(avctx, AV_LOG_WARNING, "Wrong line length %d or line not terminated properly (found 0x%02x)!\n", linelength, src[linelength - 1]); av_log 143 libavcodec/cpia.c av_log(avctx, AV_LOG_WARNING, "Decoded data exceeded linesize!\n"); av_log 163 libavcodec/cpia.c av_log(avctx, AV_LOG_WARNING, "Decoded data exceeded linesize!\n"); av_log 192 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tYBuffSz: %u\n", output->YbuffSz); av_log 193 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tYBuffDoneSz: %u\n", av_log 195 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tUVBuffDoneSz: %u\n", av_log 197 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tTimestamp: %"PRIu64"\n", av_log 199 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tPicture Number: %u\n", av_log 201 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tWidth: %u\n", av_log 203 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tHeight: %u\n", av_log 205 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tChroma: 0x%03x\n", av_log 207 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tPulldown: %u\n", av_log 209 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tFlags: 0x%08x\n", av_log 211 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tFrame Rate/Res: %u\n", av_log 213 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tAspect Ratio: %u\n", av_log 215 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tColor Primaries: %u\n", av_log 217 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tMetaData: %u\n", av_log 219 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tSession Number: %u\n", av_log 221 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tycom: %u\n", av_log 223 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tCustom Aspect: %u\n", av_log 225 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tFrames to Drop: %u\n", av_log 227 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "\tH264 Valid Fields: 0x%08x\n", av_log 241 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_ERROR, av_log 271 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_ERROR, av_log 309 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, av_log 404 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "CrystalHD Init for %s\n", av_log 427 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, av_log 436 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, av_log 459 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, "CrystalHD: Unknown codec name\n"); av_log 470 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: starting up\n"); av_log 474 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: DtsDeviceOpen failed\n"); av_log 480 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, av_log 488 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, av_log 495 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, "CrystalHD: SetInputFormat failed\n"); av_log 501 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, "CrystalHD: DtsOpenDecoder failed\n"); av_log 507 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, "CrystalHD: DtsSetColorSpace failed\n"); av_log 512 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, "CrystalHD: DtsStartDecoder failed\n"); av_log 517 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, "CrystalHD: DtsStartCapture failed\n"); av_log 524 libavcodec/crystalhd.c av_log(avctx, AV_LOG_WARNING, av_log 529 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: Init complete.\n"); av_log 581 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "output \"pts\": %"PRIu64"\n", av_log 583 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "output picture type %d\n", av_log 589 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, av_log 623 libavcodec/crystalhd.c av_log(avctx, AV_LOG_WARNING, av_log 633 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, av_log 637 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "Interlaced state: %d | trust_interlaced %d\n", av_log 667 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "CrystalHD: Copying out frame\n"); av_log 675 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "Interlaced: bottom field\n"); av_log 678 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "Interlaced: top field\n"); av_log 712 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, "Fieldpair from two packets.\n"); av_log 751 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: Initial format change\n"); av_log 818 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, av_log 828 libavcodec/crystalhd.c av_log(avctx, AV_LOG_WARNING, av_log 847 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: Pipeline length: %u\n", av_log 854 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, "CrystalHD: ProcOutput succeeded with " av_log 865 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, "CrystalHD: ProcOutput failed %d\n", ret); av_log 883 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: decode_frame\n"); av_log 889 libavcodec/crystalhd.c av_log(avctx, AV_LOG_INFO, av_log 896 libavcodec/crystalhd.c av_log(avctx, AV_LOG_INFO, av_log 924 libavcodec/crystalhd.c av_log(avctx, AV_LOG_WARNING, av_log 928 libavcodec/crystalhd.c av_log(avctx, AV_LOG_WARNING, av_log 933 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, av_log 939 libavcodec/crystalhd.c av_log(avctx, AV_LOG_WARNING, av_log 963 libavcodec/crystalhd.c av_log(priv->avctx, AV_LOG_VERBOSE, av_log 970 libavcodec/crystalhd.c av_log(avctx, AV_LOG_WARNING, av_log 975 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, av_log 981 libavcodec/crystalhd.c av_log(avctx, AV_LOG_WARNING, "CrystalHD: Input buffer full\n"); av_log 985 libavcodec/crystalhd.c av_log(avctx, AV_LOG_INFO, "CrystalHD: No more input data\n"); av_log 989 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: Skipping next output.\n"); av_log 997 libavcodec/crystalhd.c av_log(avctx, AV_LOG_ERROR, "CrystalHD: GetDriverStatus failed\n"); av_log 1013 libavcodec/crystalhd.c av_log(avctx, AV_LOG_INFO, "CrystalHD: Filling pipeline.\n"); av_log 1024 libavcodec/crystalhd.c av_log(avctx, AV_LOG_INFO, "CrystalHD: No frames ready. Returning\n"); av_log 1038 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "Returning after first field.\n"); av_log 1049 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "Trying to get second field.\n"); av_log 1061 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: Got second field.\n"); av_log 1066 libavcodec/crystalhd.c av_log(avctx, AV_LOG_VERBOSE, av_log 73 libavcodec/cscd.c av_log(avctx, AV_LOG_ERROR, "coded frame too small\n"); av_log 85 libavcodec/cscd.c av_log(avctx, AV_LOG_ERROR, "error during lzo decompression\n"); av_log 92 libavcodec/cscd.c av_log(avctx, AV_LOG_ERROR, "error during zlib decompression\n"); av_log 95 libavcodec/cscd.c av_log(avctx, AV_LOG_ERROR, "compiled without zlib support\n"); av_log 100 libavcodec/cscd.c av_log(avctx, AV_LOG_ERROR, "unknown compression\n"); av_log 132 libavcodec/cscd.c av_log(avctx, AV_LOG_ERROR, av_log 144 libavcodec/cscd.c av_log(avctx, AV_LOG_ERROR, "Can't allocate decompression buffer.\n"); av_log 100 libavcodec/cyuv.c av_log(avctx, AV_LOG_ERROR, "got a buffer with %d bytes when %d were expected\n", av_log 219 libavcodec/dca_exss.c av_log(s->avctx, AV_LOG_WARNING, "Asset header size mismatch.\n"); av_log 231 libavcodec/dca_exss.c av_log(s->avctx, AV_LOG_WARNING, "DTS core detection mismatch.\n"); av_log 233 libavcodec/dca_exss.c av_log(s->avctx, AV_LOG_WARNING, av_log 345 libavcodec/dca_exss.c av_log(s->avctx, AV_LOG_DEBUG, av_log 249 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, "6bit coeff %d is out of range\n", coeff); av_log 267 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_WARNING, av_log 275 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, "7bit coeff %d is out of range\n", coeff); av_log 375 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid LFE value: %d\n", s->lfe); av_log 455 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, av_log 546 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 691 libavcodec/dcadec.c av_log(NULL, AV_LOG_ERROR, "Not implemented!\n"); av_log 835 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, av_log 893 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 907 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, "Didn't get subframe DSYNC\n"); av_log 974 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, "nSYNCAUX mismatch %#"PRIx32"\n", av_log 1013 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1022 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1037 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1066 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_DEBUG, "check failed: %i>%i", av_log 1107 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_DEBUG, "DTS-XBR: decoding XBR extension\n"); av_log 1157 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, "DTS-XBR: SYNC ERROR\n"); av_log 1215 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1230 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, "DTS-XBR: Didn't get subframe DSYNC\n"); av_log 1247 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, "DTS-XBR: end of channel set," av_log 1295 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1353 libavcodec/dcadec.c av_log(avctx, AV_LOG_ERROR, "Not a valid DCA frame\n"); av_log 1369 libavcodec/dcadec.c av_log(avctx, AV_LOG_ERROR, "error decoding block\n"); av_log 1395 libavcodec/dcadec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1460 libavcodec/dcadec.c av_log(avctx, AV_LOG_ERROR, av_log 1476 libavcodec/dcadec.c av_log(avctx, AV_LOG_ERROR, "error decoding XCh extension\n"); av_log 1496 libavcodec/dcadec.c av_log(avctx, AV_LOG_DEBUG, "X96 extension found at %d bits\n", av_log 1499 libavcodec/dcadec.c av_log(avctx, AV_LOG_DEBUG, "FSIZE96 = %d bytes\n", fsize96); av_log 1500 libavcodec/dcadec.c av_log(avctx, AV_LOG_DEBUG, "REVNO = %d\n", get_bits(&s->gb, 4)); av_log 1585 libavcodec/dcadec.c av_log(avctx, AV_LOG_ERROR, "Number of channels %d mismatches layout %d\n", channels, av_get_channel_layout_nb_channels(avctx->channel_layout)); av_log 1601 libavcodec/dcadec.c av_log(avctx, AV_LOG_ERROR, av_log 1637 libavcodec/dcadec.c av_log(avctx, AV_LOG_DEBUG, av_log 1672 libavcodec/dcadec.c av_log(avctx, AV_LOG_INFO, "Number of channels changed in DCA decoder (%d -> %d)\n", avctx->channels, channels); av_log 120 libavcodec/dcaenc.c av_log(avctx, AV_LOG_WARNING, "No channel layout specified. The " av_log 132 libavcodec/dcaenc.c av_log(avctx, AV_LOG_ERROR, "Unsupported channel layout!\n"); av_log 148 libavcodec/dcaenc.c av_log(avctx, AV_LOG_ERROR, "Bit rate %i not supported.", avctx->bit_rate); av_log 369 libavcodec/dfa.c av_log(avctx, AV_LOG_ERROR, "Error decoding %s chunk\n", av_log 374 libavcodec/dfa.c av_log(avctx, AV_LOG_WARNING, av_log 142 libavcodec/dirac.c av_log(avctx, AV_LOG_ERROR, "Unknown chroma format %d\n", av_log 240 libavcodec/dirac.c av_log(avctx, AV_LOG_WARNING, "Bitdepth greater than 8\n"); av_log 245 libavcodec/dirac.c av_log(avctx, AV_LOG_ERROR, "Dimensions must be an integer multiple of the chroma subsampling\n"); av_log 309 libavcodec/dirac.c av_log(avctx, AV_LOG_WARNING, "Stream is old and may not work\n"); av_log 311 libavcodec/dirac.c av_log(avctx, AV_LOG_WARNING, "Stream may have unhandled features\n"); av_log 334 libavcodec/dirac.c av_log(avctx, AV_LOG_ERROR, "Unsupported picture coding mode %d\n", av_log 175 libavcodec/dirac_arith.h av_log(NULL, AV_LOG_ERROR, "dirac_get_arith_uint overflow\n"); av_log 539 libavcodec/dirac_dwt.c av_log(NULL, AV_LOG_ERROR, "Unknown wavelet type %d\n", type); av_log 540 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid quant\n"); av_log 883 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_ERROR, "Block prediction index too high\n"); av_log 903 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_ERROR, "Block separation too small\n"); av_log 907 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_ERROR, "Block separation greater than size\n"); av_log 911 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_ERROR, "Unsupported large block size\n"); av_log 919 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_ERROR, "MV precision finer than eighth-pel\n"); av_log 958 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_ERROR, "Unknown picture prediction mode\n"); av_log 990 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_ERROR, errmsg); \ av_log 1027 libavcodec/diracdec.c av_log(s->avctx,AV_LOG_ERROR,"Invalid lowdelay.bytes.den\n"); av_log 1033 libavcodec/diracdec.c av_log(s->avctx,AV_LOG_DEBUG,"Low Delay: Has Custom Quantization Matrix!\n"); av_log 1043 libavcodec/diracdec.c av_log(s->avctx,AV_LOG_ERROR,"Mandatory custom low delay matrix missing for depth %d\n", s->wavelet_depth); av_log 1713 libavcodec/diracdec.c av_log(s->avctx,AV_LOG_DEBUG,"PICTURE_NUM: %d\n",picnum); av_log 1735 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_DEBUG, "Reference not found\n"); av_log 1756 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_DEBUG, "Frame to retire not found\n"); av_log 1761 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_ERROR, "Reference frame overflow\n"); av_log 1854 libavcodec/diracdec.c av_log(avctx, AV_LOG_DEBUG, "Dropping frame without sequence header\n"); av_log 1863 libavcodec/diracdec.c av_log(avctx, AV_LOG_ERROR, "framelist full\n"); av_log 1872 libavcodec/diracdec.c av_log(avctx, AV_LOG_ERROR, "num_refs of 3\n"); av_log 1942 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1951 libavcodec/diracdec.c av_log(s->avctx, AV_LOG_ERROR,"Error in dirac_decode_data_unit\n"); av_log 1968 libavcodec/diracdec.c av_log(avctx, AV_LOG_ERROR, "Delay frame overflow\n"); av_log 1134 libavcodec/dnxhddata.c av_log(avctx, loglevel, "Frame size: %dx%d%c; bitrate: %dMbps; pixel format: %s; framerate: %d/%d\n", av_log 85 libavcodec/dnxhddec.c av_log(ctx->avctx, AV_LOG_ERROR, "unsupported cid %d\n", cid); av_log 89 libavcodec/dnxhddec.c av_log(ctx->avctx, AV_LOG_ERROR, "bit depth mismatches %d %d\n", ff_dnxhd_cid_table[index].bit_depth, ctx->bit_depth); av_log 125 libavcodec/dnxhddec.c av_log(ctx->avctx, AV_LOG_ERROR, "buffer too small (%d < 640).\n", av_log 131 libavcodec/dnxhddec.c av_log(ctx->avctx, AV_LOG_ERROR, "error in header\n"); av_log 138 libavcodec/dnxhddec.c av_log(ctx->avctx, AV_LOG_DEBUG, av_log 166 libavcodec/dnxhddec.c av_log(ctx->avctx, AV_LOG_ERROR, "invalid bit depth value (%d).\n", av_log 191 libavcodec/dnxhddec.c av_log(ctx->avctx, AV_LOG_ERROR, "incorrect frame size (%d < %d).\n", av_log 207 libavcodec/dnxhddec.c av_log(ctx->avctx, AV_LOG_ERROR, av_log 216 libavcodec/dnxhddec.c av_log(ctx->avctx, AV_LOG_ERROR, av_log 300 libavcodec/dnxhddec.c av_log(ctx->avctx, AV_LOG_ERROR, "ac tex damaged %d, %d\n", n, i); av_log 459 libavcodec/dnxhddec.c av_log(avctx, AV_LOG_WARNING, "frame size changed: %dx%d -> %dx%d\n", av_log 464 libavcodec/dnxhddec.c av_log(avctx, AV_LOG_WARNING, "pix_fmt changed: %s -> %s\n", av_log 301 libavcodec/dnxhdenc.c av_log(avctx, AV_LOG_ERROR, av_log 308 libavcodec/dnxhdenc.c av_log(avctx, AV_LOG_ERROR, av_log 313 libavcodec/dnxhdenc.c av_log(avctx, AV_LOG_DEBUG, "cid %d\n", ctx->cid); av_log 391 libavcodec/dnxhdenc.c av_log(avctx, AV_LOG_ERROR, "too many threads\n"); av_log 396 libavcodec/dnxhdenc.c av_log(avctx, AV_LOG_ERROR, "qmax must be at least 2\n"); av_log 1071 libavcodec/dnxhdenc.c av_log(avctx, AV_LOG_ERROR, av_log 121 libavcodec/dpcm.c av_log(avctx, AV_LOG_ERROR, "invalid number of channels\n"); av_log 151 libavcodec/dpcm.c av_log(avctx, AV_LOG_ERROR, "Unknown SOL subcodec\n"); av_log 205 libavcodec/dpcm.c av_log(avctx, AV_LOG_ERROR, "packet is too small\n"); av_log 209 libavcodec/dpcm.c av_log(avctx, AV_LOG_WARNING, "channels have differing number of samples\n"); av_log 88 libavcodec/dpx.c av_log(avctx, AV_LOG_ERROR, "Packet too small for DPX header\n"); av_log 102 libavcodec/dpx.c av_log(avctx, AV_LOG_ERROR, "DPX marker not found\n"); av_log 108 libavcodec/dpx.c av_log(avctx, AV_LOG_ERROR, "Invalid data start offset\n"); av_log 117 libavcodec/dpx.c av_log(avctx, AV_LOG_WARNING, "The image is encrypted and may " av_log 197 libavcodec/dpx.c av_log(avctx, AV_LOG_ERROR, "Packing to 32bit required\n"); av_log 204 libavcodec/dpx.c av_log(avctx, AV_LOG_ERROR, "Packing to 16bit required\n"); av_log 229 libavcodec/dpx.c av_log(avctx, AV_LOG_ERROR, "Overread buffer. Invalid header?\n"); av_log 232 libavcodec/dpx.c av_log(avctx, AV_LOG_INFO, "Decoding DPX without scanline " av_log 298 libavcodec/dpx.c av_log(avctx, AV_LOG_ERROR, "Unsupported format\n"); av_log 71 libavcodec/dpxenc.c av_log(avctx, AV_LOG_INFO, "unsupported pixel format\n"); av_log 260 libavcodec/dpxenc.c av_log(avctx, AV_LOG_ERROR, "Unsupported bit depth: %d\n", s->bits_per_component); av_log 60 libavcodec/dsicinvideo.c av_log(cin->avctx, AV_LOG_ERROR, "Can't allocate bitmap buffers.\n"); av_log 179 libavcodec/dsicinvideo.c av_log(NULL, AV_LOG_ERROR, "RLE overread\n"); av_log 410 libavcodec/dss_sp.c av_log (p->avctx, AV_LOG_WARNING, "combined_pitch was too large\n"); av_log 756 libavcodec/dss_sp.c av_log(avctx, AV_LOG_WARNING, av_log 765 libavcodec/dss_sp.c av_log(avctx, AV_LOG_ERROR, "get_buffer() failed.\n"); av_log 251 libavcodec/dv_profile.c av_log(logctx, loglevel, av_log 147 libavcodec/dvbsub_parser.c av_log(avctx, AV_LOG_ERROR, "Junk in packet\n"); av_log 370 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_WARNING, "Invalid DVB subtitles stream extradata!\n"); av_log 375 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_WARNING, "Decoding first DVB subtitles sub-stream\n"); av_log 572 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_ERROR, "line overflow\n"); av_log 695 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_ERROR, "line overflow\n"); av_log 751 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_ERROR, "line overflow\n"); av_log 925 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_ERROR, "Invalid object location! %d-%d %d-%d %02x\n", x_pos, region->width, y_pos, region->height, *buf); av_log 944 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_ERROR, "4-bit pixel string in %d-bit region!\n", region->depth); av_log 959 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_ERROR, "8-bit pixel string in %d-bit region!\n", region->depth); av_log 988 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_INFO, "Unknown/unsupported pixel block 0x%x\n", *(buf-1)); av_log 1025 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_ERROR, "Field data size too large\n"); av_log 1048 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_ERROR, "Unknown object coding %d\n", coding_method); av_log 1108 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_ERROR, "Invalid clut depth 0x%x!\n", *buf); av_log 1209 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_ERROR, "region depth %d is invalid\n", region->depth); av_log 1572 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_DEBUG, "segment_type:%d page_id:%d segment_length:%d\n", segment_type, page_id, segment_length); av_log 1624 libavcodec/dvbsubdec.c av_log(avctx, AV_LOG_DEBUG, "Missing display_end_segment, emulating\n"); av_log 392 libavcodec/dvdec.c av_log(avctx, AV_LOG_ERROR, av_log 479 libavcodec/dvdec.c av_log(avctx, AV_LOG_ERROR, "could not find dv frame profile\n"); av_log 486 libavcodec/dvdec.c av_log(avctx, AV_LOG_ERROR, "Error initializing the work tables.\n"); av_log 50 libavcodec/dvdsub_parser.c av_log(avctx, AV_LOG_DEBUG, "Parser input %d too small\n", buf_size); av_log 402 libavcodec/dvdsubdec.c av_log(NULL, AV_LOG_ERROR, "Invalid command offset\n"); av_log 520 libavcodec/dvdsubdec.c av_log(avctx, AV_LOG_WARNING, "Attempt to reconstruct " av_log 610 libavcodec/dvdsubdec.c av_log(ctx, AV_LOG_WARNING, "Unable to open IFO file \"%s\": %s\n", p, av_err2str(AVERROR(errno))); av_log 614 libavcodec/dvdsubdec.c av_log(ctx, AV_LOG_WARNING, "\"%s\" is not a proper IFO file\n", p); av_log 650 libavcodec/dvdsubdec.c av_log(ctx, AV_LOG_WARNING, "Failed to read palette from IFO file \"%s\"\n", p); av_log 712 libavcodec/dvdsubdec.c av_log(avctx, AV_LOG_DEBUG, "palette:"); av_log 714 libavcodec/dvdsubdec.c av_log(avctx, AV_LOG_DEBUG, " 0x%06x", ctx->palette[i]); av_log 715 libavcodec/dvdsubdec.c av_log(avctx, AV_LOG_DEBUG, "\n"); av_log 271 libavcodec/dvdsubenc.c av_log(avctx, AV_LOG_ERROR, "Bitmap subtitle required\n"); av_log 329 libavcodec/dvdsubenc.c av_log(avctx, AV_LOG_DEBUG, "Selected palette:"); av_log 331 libavcodec/dvdsubenc.c av_log(avctx, AV_LOG_DEBUG, " 0x%06x@@%02x (0x%x,0x%x)", av_log 334 libavcodec/dvdsubenc.c av_log(avctx, AV_LOG_DEBUG, "\n"); av_log 341 libavcodec/dvdsubenc.c av_log(NULL, AV_LOG_ERROR, "dvd_subtitle too big\n"); av_log 403 libavcodec/dvdsubenc.c av_log(NULL, AV_LOG_DEBUG, "subtitle_packet size=%"PTRDIFF_SPECIFIER"\n", q - outbuf); av_log 52 libavcodec/dvenc.c av_log(avctx, AV_LOG_ERROR, "Found no DV profile for %ix%i %s video. " av_log 59 libavcodec/dvenc.c av_log(avctx, AV_LOG_ERROR, "DVCPRO HD encoding is not supported.\n"); av_log 64 libavcodec/dvenc.c av_log(avctx, AV_LOG_ERROR, "Error initializing work tables.\n"); av_log 540 libavcodec/dvenc.c av_log(avctx, AV_LOG_ERROR, "ac bitstream overflow\n"); av_log 549 libavcodec/dvenc.c av_log(avctx, AV_LOG_ERROR, av_log 83 libavcodec/dxa.c av_log(avctx, AV_LOG_ERROR, "MV %d %d out of bounds\n", x,y); av_log 145 libavcodec/dxa.c av_log(avctx, AV_LOG_ERROR, "MV %d %d out of bounds\n", x,y); av_log 200 libavcodec/dxa.c av_log(avctx, AV_LOG_ERROR, "Unknown opcode %d\n", type); av_log 252 libavcodec/dxa.c av_log(avctx, AV_LOG_ERROR, "Uncompress failed!\n"); av_log 259 libavcodec/dxa.c av_log(avctx, AV_LOG_DEBUG, "compr:%2d, dsize:%d\n", compr, (int)dsize); av_log 286 libavcodec/dxa.c av_log(avctx, AV_LOG_ERROR, "Missing reference frame.\n"); av_log 308 libavcodec/dxa.c av_log(avctx, AV_LOG_ERROR, "Missing reference frame\n"); av_log 314 libavcodec/dxa.c av_log(avctx, AV_LOG_ERROR, "Unknown/unsupported compression type %d\n", compr); av_log 347 libavcodec/dxa.c av_log(avctx, AV_LOG_ERROR, "Can't allocate decompression buffer.\n"); av_log 43 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "packet too small\n"); av_log 69 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "packet too small\n"); av_log 112 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "packet too small\n"); av_log 149 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "packet too small\n"); av_log 254 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "no slice data\n"); av_log 273 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, av_log 279 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "invalid slice size %"PRIu32"\n", slice_size); av_log 284 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, av_log 336 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "no slice data\n"); av_log 355 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, av_log 361 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "invalid slice size %"PRIu32"\n", av_log 367 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, av_log 425 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "no slice data\n"); av_log 454 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, av_log 460 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "invalid slice size %"PRIu32"\n", slice_size); av_log 465 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, av_log 528 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "no slice data\n"); av_log 557 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, av_log 563 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "invalid slice size %"PRIu32"\n", slice_size); av_log 568 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, av_log 627 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "no slice data\n"); av_log 650 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, av_log 656 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "invalid slice size %"PRIu32"\n", slice_size); av_log 661 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, av_log 688 libavcodec/dxtory.c av_log(avctx, AV_LOG_ERROR, "packet too small\n"); av_log 66 libavcodec/dxva2.c av_log(avctx, AV_LOG_ERROR, "Failed to get a buffer for %u: 0x%lx\n", av_log 80 libavcodec/dxva2.c av_log(avctx, AV_LOG_ERROR, "Buffer for type %u was too small\n", type); av_log 86 libavcodec/dxva2.c av_log(avctx, AV_LOG_ERROR, av_log 117 libavcodec/dxva2.c av_log(avctx, AV_LOG_ERROR, "Failed to begin frame: 0x%lx\n", hr); av_log 125 libavcodec/dxva2.c av_log(avctx, AV_LOG_ERROR, av_log 136 libavcodec/dxva2.c av_log(avctx, AV_LOG_ERROR, av_log 147 libavcodec/dxva2.c av_log(avctx, AV_LOG_ERROR, av_log 162 libavcodec/dxva2.c av_log(avctx, AV_LOG_ERROR, "Failed to execute: 0x%lx\n", hr); av_log 169 libavcodec/dxva2.c av_log(avctx, AV_LOG_ERROR, "Failed to end frame: 0x%lx\n", hr); av_log 336 libavcodec/dxva2_h264.c av_log(avctx, AV_LOG_ERROR, "Failed to build bitstream"); av_log 267 libavcodec/dxva2_hevc.c av_log(avctx, AV_LOG_ERROR, "Failed to build bitstream"); av_log 177 libavcodec/dxva2_mpeg2.c av_log(avctx, AV_LOG_ERROR, "Failed to build bitstream"); av_log 230 libavcodec/eac3dec.c av_log(s->avctx, AV_LOG_WARNING, "GAQ gain group code out-of-range\n"); av_log 311 libavcodec/eac3dec.c av_log(s->avctx, AV_LOG_ERROR, "Reserved frame type\n"); av_log 138 libavcodec/eacmv.c av_log(s->avctx, AV_LOG_WARNING, "truncated header\n"); av_log 155 libavcodec/eamad.c av_log(s->avctx, AV_LOG_ERROR, av_log 174 libavcodec/eamad.c av_log(s->avctx, AV_LOG_ERROR, av_log 276 libavcodec/eamad.c av_log(avctx, AV_LOG_ERROR, "Input data too small\n"); av_log 281 libavcodec/eamad.c av_log(avctx, AV_LOG_ERROR, "Dimensions too small\n"); av_log 297 libavcodec/eamad.c av_log(avctx, AV_LOG_WARNING, "Missing reference frame.\n"); av_log 178 libavcodec/eatgq.c av_log(s->avctx, AV_LOG_ERROR, "unsupported mb mode %i\n", mode); av_log 209 libavcodec/eatgq.c av_log(avctx, AV_LOG_WARNING, "truncated header\n"); av_log 169 libavcodec/eatgv.c av_log(s->avctx, AV_LOG_ERROR, av_log 236 libavcodec/eatgv.c av_log(s->avctx, AV_LOG_ERROR, "MV %d %d out of picture\n", mx, my); av_log 282 libavcodec/eatgv.c av_log(avctx, AV_LOG_WARNING, "truncated header\n"); av_log 318 libavcodec/eatgv.c av_log(avctx, AV_LOG_WARNING, "truncated intra frame\n"); av_log 327 libavcodec/eatgv.c av_log(avctx, AV_LOG_WARNING, "inter frame without corresponding intra frame\n"); av_log 333 libavcodec/eatgv.c av_log(avctx, AV_LOG_WARNING, "truncated inter frame\n"); av_log 144 libavcodec/error_resilience.c av_log(s->avctx, AV_LOG_ERROR, "guess_dc() is out of memory\n"); av_log 805 libavcodec/error_resilience.c av_log(s->avctx, AV_LOG_ERROR, av_log 893 libavcodec/error_resilience.c av_log(s->avctx, AV_LOG_DEBUG, "ignoring last missing slice\n"); av_log 901 libavcodec/error_resilience.c av_log(s->avctx, AV_LOG_WARNING, "Cannot use previous picture in error concealment\n"); av_log 909 libavcodec/error_resilience.c av_log(s->avctx, AV_LOG_WARNING, "Cannot use next picture in error concealment\n"); av_log 915 libavcodec/error_resilience.c av_log(s->avctx, AV_LOG_ERROR, "Warning MVs not available\n"); av_log 941 libavcodec/error_resilience.c av_log(s->avctx, AV_LOG_DEBUG, "%2X ", status); av_log 943 libavcodec/error_resilience.c av_log(s->avctx, AV_LOG_DEBUG, "\n"); av_log 1083 libavcodec/error_resilience.c av_log(s->avctx, AV_LOG_INFO, "concealing %d DC, %d AC, %d MV errors in %c frame\n", av_log 237 libavcodec/escape124.c av_log(avctx, AV_LOG_DEBUG, "Skipping frame\n"); av_log 353 libavcodec/escape124.c av_log(avctx, AV_LOG_DEBUG, av_log 121 libavcodec/escape130.c av_log(avctx, AV_LOG_ERROR, av_log 133 libavcodec/escape130.c av_log(avctx, AV_LOG_ERROR, "Could not allocate buffer.\n"); av_log 213 libavcodec/escape130.c av_log(avctx, AV_LOG_ERROR, "Insufficient frame data\n"); av_log 243 libavcodec/escape130.c av_log(avctx, AV_LOG_ERROR, "Error decoding skip value\n"); av_log 193 libavcodec/evrcdec.c av_log(avctx, AV_LOG_WARNING, av_log 199 libavcodec/evrcdec.c av_log(avctx, AV_LOG_ERROR, av_log 206 libavcodec/evrcdec.c av_log(avctx, AV_LOG_DEBUG, av_log 217 libavcodec/evrcdec.c av_log(avctx, AV_LOG_WARNING, "Frame #%d, %s\n", av_log 889 libavcodec/evrcdec.c av_log(avctx, AV_LOG_WARNING, "frame erasure\n"); av_log 51 libavcodec/exif.c av_log(avctx, AV_LOG_WARNING, av_log 893 libavcodec/exr.c av_log(avctx, AV_LOG_ERROR, "decode_block() failed.\n"); av_log 999 libavcodec/exr.c av_log(s->avctx, AV_LOG_WARNING, av_log 1014 libavcodec/exr.c av_log(s->avctx, AV_LOG_ERROR, "Header too short to parse.\n"); av_log 1022 libavcodec/exr.c av_log(s->avctx, AV_LOG_ERROR, "Wrong magic number %d.\n", magic_number); av_log 1060 libavcodec/exr.c av_log(s->avctx, AV_LOG_INFO, av_log 1080 libavcodec/exr.c av_log(s->avctx, AV_LOG_WARNING, av_log 1089 libavcodec/exr.c av_log(s->avctx, AV_LOG_ERROR, "Incomplete header.\n"); av_log 1114 libavcodec/exr.c av_log(s->avctx, AV_LOG_ERROR, av_log 1140 libavcodec/exr.c av_log(s->avctx, AV_LOG_ERROR, "Missing red channel.\n"); av_log 1142 libavcodec/exr.c av_log(s->avctx, AV_LOG_ERROR, "Missing green channel.\n"); av_log 1144 libavcodec/exr.c av_log(s->avctx, AV_LOG_ERROR, "Missing blue channel.\n"); av_log 1181 libavcodec/exr.c av_log(s->avctx, AV_LOG_DEBUG, "line order: %d.\n", line_order); av_log 1183 libavcodec/exr.c av_log(s->avctx, AV_LOG_ERROR, "Unknown line order.\n"); av_log 1205 libavcodec/exr.c av_log(s->avctx, AV_LOG_WARNING, av_log 1213 libavcodec/exr.c av_log(s->avctx, AV_LOG_ERROR, "Incomplete header\n"); av_log 1226 libavcodec/exr.c av_log(s->avctx, AV_LOG_ERROR, "Missing compression attribute.\n"); av_log 1232 libavcodec/exr.c av_log(s->avctx, AV_LOG_ERROR, "Incomplete frame.\n"); av_log 1270 libavcodec/exr.c av_log(avctx, AV_LOG_ERROR, "Missing channel list.\n"); av_log 1299 libavcodec/exr.c av_log(avctx, AV_LOG_ERROR, "Wrong or missing size information.\n"); av_log 139 libavcodec/faxcompr.c av_log(avctx, AV_LOG_ERROR, "Run overrun\n"); av_log 145 libavcodec/faxcompr.c av_log(avctx, AV_LOG_ERROR, "Run went out of bounds\n"); av_log 152 libavcodec/faxcompr.c av_log(avctx, AV_LOG_ERROR, "Incorrect code\n"); av_log 171 libavcodec/faxcompr.c av_log(avctx, AV_LOG_ERROR, "Incorrect mode VLC\n"); av_log 182 libavcodec/faxcompr.c av_log(avctx, AV_LOG_ERROR, "Run went out of bounds\n"); av_log 193 libavcodec/faxcompr.c av_log(avctx, AV_LOG_ERROR, "Incorrect code\n"); av_log 202 libavcodec/faxcompr.c av_log(avctx, AV_LOG_ERROR, "Run overrun\n"); av_log 208 libavcodec/faxcompr.c av_log(avctx, AV_LOG_ERROR, "Run went out of bounds\n"); av_log 221 libavcodec/faxcompr.c av_log(avctx, AV_LOG_ERROR, "Run went out of bounds\n"); av_log 226 libavcodec/faxcompr.c av_log(avctx, AV_LOG_ERROR, "Run overrun\n"); av_log 241 libavcodec/faxcompr.c av_log(avctx, AV_LOG_ERROR, "Run overrun\n"); av_log 202 libavcodec/fft-test.c av_log(NULL, AV_LOG_ERROR, "ERROR %5d: "FMT" "FMT"\n", av_log 210 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, "max:%f e:%g\n", max, sqrt(error / n)); av_log 216 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, av_log 311 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, "Scale factor is set to %f\n", scale); av_log 313 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, "IMDCT"); av_log 315 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, "MDCT"); av_log 321 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, "IFFT"); av_log 323 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, "FFT"); av_log 332 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, "IDFT_C2R"); av_log 334 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, "DFT_R2C"); av_log 343 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, "DCT_III"); av_log 345 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, "DCT_II"); av_log 351 libavcodec/fft-test.c av_log(NULL, AV_LOG_ERROR, "Requested transform not supported\n"); av_log 354 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, " %d test\n", fft_size); av_log 364 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, "Checking...\n"); av_log 444 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, "Speed test...\n"); av_log 478 libavcodec/fft-test.c av_log(NULL, AV_LOG_INFO, av_log 307 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "quant_table_index out of range\n"); av_log 336 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_WARNING, "ignoring invalid SAR: %u/%u\n", av_log 349 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "slice_rct_y_coef out of range\n"); av_log 457 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "bytestream end mismatching by %d\n", v); av_log 526 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "Invalid version in global header\n"); av_log 552 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "slice count invalid\n"); av_log 563 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "read_quant_table error\n"); av_log 591 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "CRC mismatch %X!\n", v); av_log 597 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_DEBUG, av_log 625 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "invalid version %d in ver01 header\n", v); av_log 649 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "Invalid change of global parameters\n"); av_log 729 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, av_log 745 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "colorspace not supported\n"); av_log 749 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "format not supported\n"); av_log 758 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "read_quant_table error\n"); av_log 776 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "slice count %d is invalid\n", f->slice_count); av_log 811 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, av_log 892 libavcodec/ffv1dec.c av_log(avctx, AV_LOG_ERROR, av_log 903 libavcodec/ffv1dec.c av_log(avctx, AV_LOG_DEBUG, "ver:%d keyframe:%d coder:%d ec:%d slices:%d bps:%d\n", av_log 917 libavcodec/ffv1dec.c av_log(avctx, AV_LOG_ERROR, "Slice pointer chain broken\n"); av_log 926 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "CRC mismatch %X!", crc); av_log 928 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "at %f seconds\n", ts*av_q2d(avctx->pkt_timebase)); av_log 930 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "at %"PRId64"\n", ts); av_log 932 libavcodec/ffv1dec.c av_log(f->avctx, AV_LOG_ERROR, "\n"); av_log 279 libavcodec/ffv1enc.c av_log(s->avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 284 libavcodec/ffv1enc.c av_log(s->avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 693 libavcodec/ffv1enc.c av_log(avctx, AV_LOG_ERROR, "Version 2 needed for requested features but version 2 is experimental and not enabled\n"); av_log 731 libavcodec/ffv1enc.c av_log(avctx, AV_LOG_ERROR, "bits_per_raw_sample invalid\n"); av_log 735 libavcodec/ffv1enc.c av_log(avctx, AV_LOG_INFO, "bits_per_raw_sample > 8, forcing coder 1\n"); av_log 739 libavcodec/ffv1enc.c av_log(avctx, AV_LOG_ERROR, "bits_per_raw_sample of more than 8 needs -coder 1 currently\n"); av_log 784 libavcodec/ffv1enc.c av_log(avctx, AV_LOG_ERROR, "bits_per_raw_sample of more than 8 needs -coder 1 currently\n"); av_log 789 libavcodec/ffv1enc.c av_log(avctx, AV_LOG_ERROR, "format not supported\n"); av_log 793 libavcodec/ffv1enc.c av_log(avctx, AV_LOG_WARNING, "Storing alpha plane, this will require a recent FFV1 decoder to playback!\n"); av_log 796 libavcodec/ffv1enc.c av_log(avctx, AV_LOG_ERROR, "Invalid context model %d, valid values are 0 and 1\n", avctx->context_model); av_log 879 libavcodec/ffv1enc.c av_log(avctx, AV_LOG_ERROR, av_log 892 libavcodec/ffv1enc.c av_log(avctx, AV_LOG_ERROR, av_log 903 libavcodec/ffv1enc.c av_log(avctx, AV_LOG_ERROR, "2Pass file invalid\n"); av_log 953 libavcodec/ffv1enc.c av_log(avctx, AV_LOG_ERROR, av_log 1163 libavcodec/ffv1enc.c av_log(c, AV_LOG_ERROR, "Buffer too small\n"); av_log 1166 libavcodec/ffv1enc.c av_log(c, AV_LOG_DEBUG, "Coding slice as PCM\n"); av_log 321 libavcodec/ffwavesynth.c av_log(avc, AV_LOG_ERROR, av_log 328 libavcodec/ffwavesynth.c av_log(avc, AV_LOG_ERROR, "Invalid intervals definitions.\n"); av_log 274 libavcodec/fic.c av_log(avctx, AV_LOG_ERROR, "Frame data is too small.\n"); av_log 280 libavcodec/fic.c av_log(avctx, AV_LOG_WARNING, "Invalid FIC Header.\n"); av_log 285 libavcodec/fic.c av_log(avctx, AV_LOG_WARNING, "Initial frame is skipped\n"); av_log 293 libavcodec/fic.c av_log(avctx, AV_LOG_ERROR, "Zero slices found.\n"); av_log 303 libavcodec/fic.c av_log(avctx, AV_LOG_ERROR, av_log 313 libavcodec/fic.c av_log(avctx, AV_LOG_WARNING, av_log 322 libavcodec/fic.c av_log(avctx, AV_LOG_WARNING, av_log 329 libavcodec/fic.c av_log(avctx, AV_LOG_WARNING, av_log 344 libavcodec/fic.c av_log(avctx, AV_LOG_ERROR, "Not enough frame data to decode.\n"); av_log 361 libavcodec/fic.c av_log(avctx, AV_LOG_ERROR, "Could not allocate slice data.\n"); av_log 401 libavcodec/fic.c av_log(avctx, AV_LOG_ERROR, "Could not clone frame buffer.\n"); av_log 407 libavcodec/fic.c av_log(avctx, AV_LOG_ERROR, "Could not make frame writable.\n"); av_log 57 libavcodec/flac.c av_log(avctx, AV_LOG_ERROR + log_level_offset, "invalid sync code\n"); av_log 77 libavcodec/flac.c av_log(avctx, AV_LOG_ERROR + log_level_offset, av_log 85 libavcodec/flac.c av_log(avctx, AV_LOG_ERROR + log_level_offset, av_log 94 libavcodec/flac.c av_log(avctx, AV_LOG_ERROR + log_level_offset, av_log 102 libavcodec/flac.c av_log(avctx, AV_LOG_ERROR + log_level_offset, av_log 109 libavcodec/flac.c av_log(avctx, AV_LOG_ERROR + log_level_offset, av_log 130 libavcodec/flac.c av_log(avctx, AV_LOG_ERROR + log_level_offset, av_log 140 libavcodec/flac.c av_log(avctx, AV_LOG_ERROR + log_level_offset, av_log 174 libavcodec/flac.c av_log(avctx, AV_LOG_ERROR, "extradata NULL or too small.\n"); av_log 180 libavcodec/flac.c av_log(avctx, AV_LOG_WARNING, "extradata contains %d bytes too many.\n", av_log 187 libavcodec/flac.c av_log(avctx, AV_LOG_ERROR, "extradata too small.\n"); av_log 213 libavcodec/flac.c av_log(avctx, AV_LOG_WARNING, "invalid max blocksize: %d\n", av_log 130 libavcodec/flac_parser.c av_log(fpc->avctx, AV_LOG_ERROR, av_log 187 libavcodec/flac_parser.c av_log(fpc->avctx, AV_LOG_ERROR, av_log 197 libavcodec/flac_parser.c av_log(fpc->avctx, AV_LOG_ERROR, av_log 287 libavcodec/flac_parser.c av_log(fpc->avctx, AV_LOG_WARNING + log_level_offset, av_log 292 libavcodec/flac_parser.c av_log(fpc->avctx, AV_LOG_WARNING + log_level_offset, av_log 298 libavcodec/flac_parser.c av_log(fpc->avctx, AV_LOG_WARNING + log_level_offset, av_log 303 libavcodec/flac_parser.c av_log(fpc->avctx, AV_LOG_WARNING + log_level_offset, av_log 347 libavcodec/flac_parser.c av_log(fpc->avctx, AV_LOG_WARNING + log_level_offset, av_log 398 libavcodec/flac_parser.c av_log(fpc->avctx, AV_LOG_WARNING + log_level_offset, av_log 557 libavcodec/flac_parser.c av_log(avctx, AV_LOG_DEBUG, av_log 621 libavcodec/flac_parser.c av_log(avctx, AV_LOG_ERROR, av_log 642 libavcodec/flac_parser.c av_log(avctx, AV_LOG_ERROR, av_log 688 libavcodec/flac_parser.c av_log(avctx, AV_LOG_DEBUG, "Junk frame till offset %i\n", av_log 718 libavcodec/flac_parser.c av_log(fpc->avctx, AV_LOG_ERROR, av_log 122 libavcodec/flacdec.c av_log(avctx, AV_LOG_DEBUG, " Max Blocksize: %d\n", s->max_blocksize); av_log 123 libavcodec/flacdec.c av_log(avctx, AV_LOG_DEBUG, " Max Framesize: %d\n", s->max_framesize); av_log 124 libavcodec/flacdec.c av_log(avctx, AV_LOG_DEBUG, " Samplerate: %d\n", s->samplerate); av_log 125 libavcodec/flacdec.c av_log(avctx, AV_LOG_DEBUG, " Channels: %d\n", s->channels); av_log 126 libavcodec/flacdec.c av_log(avctx, AV_LOG_DEBUG, " Bits: %d\n", s->bps); av_log 217 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "illegal residual coding method %d\n", av_log 226 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "invalid rice order: %i blocksize %i\n", av_log 232 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "invalid predictor order: %i > %i\n", av_log 303 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "illegal pred order %d\n", pred_order); av_log 324 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "invalid coeff precision\n"); av_log 329 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "qlevel %d not supported, maybe buggy stream\n", av_log 362 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "invalid subframe padding\n"); av_log 372 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 400 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "invalid coding type\n"); av_log 420 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "invalid frame header\n"); av_log 437 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "bps not found in STREAMINFO or frame header\n"); av_log 443 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "switching bps mid-stream is not " av_log 456 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "blocksize %d > %d\n", fi.blocksize, av_log 463 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "sample rate not found in STREAMINFO" av_log 516 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_DEBUG, "skipping flac header packet 1\n"); av_log 521 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_DEBUG, "skipping vorbis comment\n"); av_log 534 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "invalid header\n"); av_log 544 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "decode_frame() failed\n"); av_log 552 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "CRC error at PTS %"PRId64"\n", avpkt->pts); av_log 566 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_ERROR, "overread: %d\n", bytes_read - buf_size); av_log 570 libavcodec/flacdec.c av_log(s->avctx, AV_LOG_DEBUG, "underread: %d orig size: %d\n", av_log 178 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " compression: %d\n", opt->compression_level); av_log 182 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " lpc type: None\n"); av_log 185 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " lpc type: Fixed pre-defined coefficients\n"); av_log 188 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " lpc type: Levinson-Durbin recursion with Welch window\n"); av_log 191 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " lpc type: Cholesky factorization, %d pass%s\n", av_log 196 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " prediction order: %d, %d\n", av_log 201 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " order method: %s\n", "estimate"); av_log 204 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " order method: %s\n", "2-level"); av_log 207 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " order method: %s\n", "4-level"); av_log 210 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " order method: %s\n", "8-level"); av_log 213 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " order method: %s\n", "full search"); av_log 216 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " order method: %s\n", "log search"); av_log 221 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " partition order: %d, %d\n", av_log 224 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " block size: %d\n", avctx->frame_size); av_log 226 libavcodec/flacenc.c av_log(avctx, AV_LOG_DEBUG, " lpc precision: %d\n", av_log 248 libavcodec/flacenc.c av_log(avctx, AV_LOG_WARNING, "encoding as 24 bits-per-sample\n"); av_log 255 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "%d channels not supported (max %d)\n", av_log 284 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "%d Hz not supported\n", freq); av_log 298 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "invalid compression level: %d\n", av_log 323 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "invalid partition orders: min=%d max=%d\n", av_log 337 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "invalid min prediction order: %d\n", av_log 343 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "invalid min prediction order: %d\n", av_log 354 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "invalid max prediction order: %d\n", av_log 360 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "invalid max prediction order: %d\n", av_log 367 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "invalid prediction orders: min=%d max=%d\n", av_log 375 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "invalid block size: %d\n", av_log 417 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "Channel layout not supported by Flac, " av_log 421 libavcodec/flacenc.c av_log(avctx, AV_LOG_WARNING, "No channel layout specified. The encoder " av_log 1289 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "Bad frame count\n"); av_log 1302 libavcodec/flacenc.c av_log(avctx, AV_LOG_ERROR, "Error updating MD5 checksum\n"); av_log 128 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, "Inflate init error: %d\n", zret); av_log 170 libavcodec/flashsv.c av_log(s->avctx, AV_LOG_ERROR, "Inflate reset error: %d\n", zret); av_log 193 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, "Inflate reset error: %d\n", ret); av_log 209 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, "Zlib resync occurred\n"); av_log 243 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, "decode_hybrid failed\n"); av_log 321 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, av_log 328 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, av_log 334 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, "Cannot allocate deflate buffer.\n"); av_log 349 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, av_log 351 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, "fh = %d, fv %d vs ch = %d, cv = %d\n", av_log 409 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, av_log 417 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, av_log 424 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, av_log 429 libavcodec/flashsv.c av_log(avctx, AV_LOG_DEBUG, av_log 436 libavcodec/flashsv.c av_log(avctx, AV_LOG_DEBUG, "%dx%d zlibprime_prev\n", i, j); av_log 441 libavcodec/flashsv.c av_log(avctx, AV_LOG_DEBUG, "%dx%d zlibprime_curr %dx%d\n", av_log 448 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, av_log 472 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, av_log 481 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, "Cannot allocate image data\n"); av_log 495 libavcodec/flashsv.c av_log(avctx, AV_LOG_ERROR, "buffer not fully consumed (%d != %d)\n", av_log 187 libavcodec/flashsv2enc.c av_log(avctx, AV_LOG_ERROR, av_log 194 libavcodec/flashsv2enc.c av_log(avctx, AV_LOG_ERROR, av_log 199 libavcodec/flashsv2enc.c av_log(avctx, AV_LOG_ERROR, av_log 251 libavcodec/flashsv2enc.c av_log(avctx, AV_LOG_ERROR, "Memory allocation failed.\n"); av_log 786 libavcodec/flashsv2enc.c av_log(s->avctx, AV_LOG_DEBUG, "dist: %d\n", dist); av_log 812 libavcodec/flashsv2enc.c av_log(s->avctx, AV_LOG_ERROR, "Memory allocation failed.\n"); av_log 822 libavcodec/flashsv2enc.c av_log(s->avctx, AV_LOG_ERROR, "Could not allocate block buffer.\n"); av_log 834 libavcodec/flashsv2enc.c av_log(s->avctx, AV_LOG_DEBUG, "Generated optimum palette\n"); av_log 840 libavcodec/flashsv2enc.c av_log(s->avctx, AV_LOG_DEBUG, "Generated default palette\n"); av_log 874 libavcodec/flashsv2enc.c av_log(avctx, AV_LOG_DEBUG, "Recommending key frame at frame %d\n", avctx->frame_number); av_log 892 libavcodec/flashsv2enc.c av_log(avctx, AV_LOG_DEBUG, "Inserting key frame at frame %d\n", avctx->frame_number); av_log 113 libavcodec/flashsvenc.c av_log(avctx, AV_LOG_ERROR, av_log 130 libavcodec/flashsvenc.c av_log(avctx, AV_LOG_ERROR, "Memory allocation failed.\n"); av_log 195 libavcodec/flashsvenc.c av_log(s->avctx, AV_LOG_ERROR, av_log 232 libavcodec/flashsvenc.c av_log(avctx, AV_LOG_ERROR, "Memory allocation failed.\n"); av_log 67 libavcodec/flicvideo.c av_log (s->avctx, AV_LOG_ERROR, "Invalid pixel_ptr = %d > pixel_limit = %d\n", \ av_log 93 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "Unexpected extradata size %d\n", avctx->extradata_size); av_log 140 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "Unknown FLC/FLX depth of %d Bpp is unsupported.\n",depth); av_log 213 libavcodec/flicvideo.c av_log(avctx, AV_LOG_WARNING, av_log 281 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "Undefined opcode (%x) in DELTA_FLI\n", line_packets); av_log 391 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "Invalid byte run value.\n"); av_log 402 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "pixel_countdown < 0 (%d) at line %d\n", av_log 414 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "pixel_countdown < 0 (%d) at line %d\n", av_log 427 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "In chunk FLI_COPY : source data (%d bytes) " \ av_log 444 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "Unrecognized chunk type: %d\n", chunk_type); av_log 458 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "Processed FLI chunk where chunk size = %d " \ av_log 531 libavcodec/flicvideo.c av_log(avctx, AV_LOG_WARNING, av_log 601 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "Unexpected FLI_LC chunk in non-palettized FLC\n"); av_log 631 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "pixel_countdown < 0 (%d) (linea%d)\n", av_log 644 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "pixel_countdown < 0 (%d) at line %d\n", av_log 688 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "pixel_countdown < 0 (%d)\n", av_log 701 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "pixel_countdown < 0 (%d)\n", av_log 715 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "In chunk FLI_COPY : source data (%d bytes) " \ av_log 740 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "Unrecognized chunk type: %d\n", chunk_type); av_log 751 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "Processed FLI chunk where chunk size = %d " \ av_log 766 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "24Bpp FLC Unsupported due to lack of test files.\n"); av_log 794 libavcodec/flicvideo.c av_log(avctx, AV_LOG_ERROR, "Unknown FLC format, my science cannot explain how this happened.\n"); av_log 33 libavcodec/flvdec.c av_log(s->avctx, AV_LOG_ERROR, "Bad picture start code\n"); av_log 38 libavcodec/flvdec.c av_log(s->avctx, AV_LOG_ERROR, "Bad picture format\n"); av_log 105 libavcodec/flvdec.c av_log(s->avctx, AV_LOG_DEBUG, "%c esc_type:%d, qp:%d num:%d\n", av_log 131 libavcodec/frame_thread_encoder.c av_log(avctx, AV_LOG_DEBUG, av_log 139 libavcodec/frame_thread_encoder.c av_log(avctx, AV_LOG_WARNING, av_log 155 libavcodec/frame_thread_encoder.c av_log(avctx, AV_LOG_WARNING, av_log 222 libavcodec/frame_thread_encoder.c av_log(avctx, AV_LOG_ERROR, "ff_frame_thread_encoder_init failed\n"); av_log 150 libavcodec/fraps.c av_log(avctx, AV_LOG_ERROR, "Packet is too short\n"); av_log 159 libavcodec/fraps.c av_log(avctx, AV_LOG_ERROR, av_log 177 libavcodec/fraps.c av_log(avctx, AV_LOG_ERROR, av_log 189 libavcodec/fraps.c av_log(avctx, AV_LOG_ERROR, "Fraps: error in data stream\n"); av_log 195 libavcodec/fraps.c av_log(avctx, AV_LOG_ERROR, "Fraps: plane %i offset is out of bounds\n", i); av_log 223 libavcodec/fraps.c av_log(avctx, AV_LOG_ERROR, "Invalid frame size %dx%d\n", av_log 266 libavcodec/fraps.c av_log(avctx, AV_LOG_ERROR, "Error decoding plane %i\n", i); av_log 278 libavcodec/fraps.c av_log(avctx, AV_LOG_ERROR, "Error decoding plane %i\n", i); av_log 36 libavcodec/frwu.c av_log(avctx, AV_LOG_ERROR, "frwu needs even width\n"); av_log 54 libavcodec/frwu.c av_log(avctx, AV_LOG_ERROR, "Packet is too small.\n"); av_log 58 libavcodec/frwu.c av_log(avctx, AV_LOG_ERROR, "incorrect marker\n"); av_log 78 libavcodec/frwu.c av_log(avctx, AV_LOG_ERROR, "Field size %i is too small (required %i)\n", field_size, min_field_size); av_log 82 libavcodec/frwu.c av_log(avctx, AV_LOG_ERROR, "Packet is too small, need %i, have %i\n", field_size, (int)(buf_end - buf)); av_log 512 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, "Invalid cursor dimensions %"PRIu32"x%"PRIu32"\n", av_log 517 libavcodec/g2meet.c av_log(avctx, AV_LOG_WARNING, "Invalid hotspot position %"PRIu32",%"PRIu32"\n", av_log 524 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, "Invalid cursor data size %"PRIu32"/%u\n", av_log 535 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, "Cannot allocate cursor buffer\n"); av_log 676 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, av_log 687 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, "Wrong magic %08X\n", magic); av_log 692 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, "G2M2 and G2M3 are not yet supported\n"); av_log 701 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, "Invalid chunk size %"PRIu32" type %02X\n", av_log 710 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, "Invalid display info size %"PRIu32"\n", av_log 718 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, av_log 731 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, av_log 743 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, av_log 755 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, av_log 764 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, av_log 783 libavcodec/g2meet.c av_log(avctx, AV_LOG_WARNING, av_log 788 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, "Invalid tile data size %"PRIu32"\n", av_log 795 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, av_log 803 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, av_log 813 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, "Error decoding tile %d,%d\n", av_log 818 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, "Invalid cursor pos size %"PRIu32"\n", av_log 827 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, "Invalid cursor data size %"PRIu32"\n", av_log 839 libavcodec/g2meet.c av_log(avctx, AV_LOG_WARNING, "Skipping chunk type %02d\n", av_log 881 libavcodec/g2meet.c av_log(avctx, AV_LOG_ERROR, "Cannot initialise VLCs\n"); av_log 65 libavcodec/g722enc.c av_log(avctx, AV_LOG_ERROR, "Only mono tracks are allowed.\n"); av_log 100 libavcodec/g722enc.c av_log(avctx, AV_LOG_WARNING, "Requested frame size is not " av_log 116 libavcodec/g722enc.c av_log(avctx, AV_LOG_WARNING, "Requested trellis value is not " av_log 1171 libavcodec/g723_1.c av_log(avctx, AV_LOG_WARNING, av_log 1353 libavcodec/g723_1.c av_log(avctx, AV_LOG_ERROR, "Only 8000Hz sample rate supported\n"); av_log 1358 libavcodec/g723_1.c av_log(avctx, AV_LOG_ERROR, "Only mono supported\n"); av_log 1365 libavcodec/g723_1.c av_log(avctx, AV_LOG_ERROR, "Bitrate not supported yet, use 6.3k\n"); av_log 1368 libavcodec/g723_1.c av_log(avctx, AV_LOG_ERROR, av_log 314 libavcodec/g726.c av_log(avctx, AV_LOG_ERROR, "Sample rates other than 8kHz are not " av_log 322 libavcodec/g726.c av_log(avctx, AV_LOG_ERROR, "Only mono is supported\n"); av_log 416 libavcodec/g726.c av_log(avctx, AV_LOG_ERROR, "Invalid number of bits %d\n", c->code_size); av_log 453 libavcodec/g726.c av_log(avctx, AV_LOG_ERROR, "Frame invalidly split, missing parser?\n"); av_log 353 libavcodec/g729dec.c av_log(avctx, AV_LOG_ERROR, "Only mono sound is supported (requested channels: %d).\n", avctx->channels); av_log 430 libavcodec/g729dec.c av_log(avctx, AV_LOG_DEBUG, "Packet type: %s\n", "G.729 @ 8kbit/s"); av_log 434 libavcodec/g729dec.c av_log(avctx, AV_LOG_DEBUG, "Packet type: %s\n", "G.729D @ 6.4kbit/s"); av_log 436 libavcodec/g729dec.c av_log(avctx, AV_LOG_ERROR, "Packet size %d is unknown.\n", buf_size); av_log 509 libavcodec/g729dec.c av_log(avctx, AV_LOG_WARNING, "pitch_delay_int %d is too large\n", pitch_delay_int[i]); av_log 397 libavcodec/get_bits.h av_log(NULL, AV_LOG_INFO, "Marker bit missing %s\n", msg); av_log 615 libavcodec/get_bits.h av_log(NULL, AV_LOG_DEBUG, "%d", (bits >> i) & 1); av_log 617 libavcodec/get_bits.h av_log(NULL, AV_LOG_DEBUG, " "); av_log 626 libavcodec/get_bits.h av_log(NULL, AV_LOG_DEBUG, "%5d %2d %3d bit @%5d in %s %s:%d\n", av_log 644 libavcodec/get_bits.h av_log(NULL, AV_LOG_DEBUG, "%5d %2d %3d vlc @%5d in %s %s:%d\n", av_log 664 libavcodec/get_bits.h av_log(NULL, AV_LOG_DEBUG, "%5d %2d %3d/%-3d rlv @%5d in %s %s:%d\n",\ av_log 676 libavcodec/get_bits.h av_log(NULL, AV_LOG_DEBUG, "%5d %2d %3d xbt @%5d in %s %s:%d\n", av_log 689 libavcodec/get_bits.h #define tprintf(p, ...) av_log(p, AV_LOG_DEBUG, __VA_ARGS__) av_log 135 libavcodec/gif.c av_log(avctx, AV_LOG_DEBUG,"%dx%d image at pos (%d;%d) [area:%dx%d]\n", av_log 161 libavcodec/gif.c av_log(avctx, AV_LOG_DEBUG, "No available color, can not use transparency\n"); av_log 221 libavcodec/gif.c av_log(avctx, AV_LOG_ERROR, "GIF does not support resolutions above 65535x65535\n"); av_log 163 libavcodec/gifdec.c av_log(s->avctx, AV_LOG_ERROR, "picture doesn't have either global or local palette.\n"); av_log 183 libavcodec/gifdec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid image width.\n"); av_log 187 libavcodec/gifdec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid image height.\n"); av_log 193 libavcodec/gifdec.c av_log(s->avctx, AV_LOG_WARNING, "Image too wide by %d, truncating.\n", av_log 200 libavcodec/gifdec.c av_log(s->avctx, AV_LOG_WARNING, "Image too high by %d, truncating.\n", av_log 242 libavcodec/gifdec.c av_log(s->avctx, AV_LOG_ERROR, "LZW init failed\n"); av_log 256 libavcodec/gifdec.c av_log(s->avctx, AV_LOG_ERROR, "LZW decode failed\n"); av_log 422 libavcodec/gifdec.c av_log(s->avctx, AV_LOG_DEBUG, "code=%02x '%c'\n", code, code); av_log 497 libavcodec/gifdec.c av_log(avctx, AV_LOG_ERROR, "cannot decode frame without keyframe\n"); av_log 72 libavcodec/golomb.h av_log(NULL, AV_LOG_ERROR, "Invalid UE golomb code\n"); av_log 413 libavcodec/golomb.h av_log(NULL, AV_LOG_DEBUG, "%5d %2d %3d ue @%5d in %s %s:%d\n", av_log 430 libavcodec/golomb.h av_log(NULL, AV_LOG_DEBUG, "%5d %2d %3d se @%5d in %s %s:%d\n", av_log 447 libavcodec/golomb.h av_log(NULL, AV_LOG_DEBUG, "%5d %2d %3d te @%5d in %s %s:%d\n", av_log 60 libavcodec/gsm_parser.c av_log(avctx, AV_LOG_ERROR, "Invalid codec_id\n"); av_log 56 libavcodec/gsmdec.c av_log(avctx, AV_LOG_ERROR, "Invalid block alignment %d\n", av_log 76 libavcodec/gsmdec.c av_log(avctx, AV_LOG_ERROR, "Packet is too small\n"); av_log 90 libavcodec/gsmdec.c av_log(avctx, AV_LOG_WARNING, "Missing GSM magic!\n"); av_log 132 libavcodec/h261dec.c av_log(s->avctx, AV_LOG_ERROR, "qscale has forbidden 0 value\n"); av_log 281 libavcodec/h261dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal dc %d at %d %d\n", av_log 319 libavcodec/h261dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal ac vlc code at %dx%d\n", av_log 341 libavcodec/h261dec.c av_log(s->avctx, AV_LOG_ERROR, "run overflow at %dx%d\n", av_log 377 libavcodec/h261dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal mba at %d %d\n", s->mb_x, s->mb_y); av_log 396 libavcodec/h261dec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid mtype index %d\n", av_log 492 libavcodec/h261dec.c av_log(s->avctx, AV_LOG_ERROR, "Bad picture start code\n"); av_log 558 libavcodec/h261dec.c av_log(s->avctx, AV_LOG_ERROR, "Error at MB: %d\n", av_log 613 libavcodec/h261dec.c av_log(s->avctx, AV_LOG_ERROR, "header damaged\n"); av_log 114 libavcodec/h263dec.c av_log(avctx, AV_LOG_ERROR, "Unsupported codec %d\n", av_log 273 libavcodec/h263dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 280 libavcodec/h263dec.c av_log(s->avctx, AV_LOG_ERROR, "Error at MB: %d\n", xy); av_log 379 libavcodec/h263dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 383 libavcodec/h263dec.c av_log(s->avctx, AV_LOG_ERROR, "overreading %d bits\n", -left); av_log 391 libavcodec/h263dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 438 libavcodec/h263dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 454 libavcodec/h263dec.c av_log(s->avctx, AV_LOG_WARNING, "Discarding excessive bitstream in packed xvid\n"); av_log 500 libavcodec/h263dec.c av_log(s->avctx, AV_LOG_WARNING, "Reverting picture dimensions change due to header decoding failure\n"); av_log 510 libavcodec/h263dec.c av_log(s->avctx, AV_LOG_ERROR, "header damaged\n"); av_log 554 libavcodec/h263dec.c av_log(avctx, AV_LOG_ERROR, "format change not supported\n"); av_log 80 libavcodec/h264.c av_log(h->avctx, AV_LOG_DEBUG, "Reference not available for error concealing\n"); av_log 84 libavcodec/h264.c av_log(h->avctx, AV_LOG_DEBUG, "Reference invalid\n"); av_log 159 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, av_log 175 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, av_log 198 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, av_log 207 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, av_log 217 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, av_log 581 libavcodec/h264.c av_log(avctx, AV_LOG_ERROR, av_log 597 libavcodec/h264.c av_log(avctx, AV_LOG_ERROR, av_log 611 libavcodec/h264.c av_log(avctx, AV_LOG_ERROR, av_log 917 libavcodec/h264.c av_log(h->avctx, AV_LOG_VERBOSE, "Invalid POC %d<%d\n", cur->poc, h->last_pocs[0]); av_log 923 libavcodec/h264.c av_log(h->avctx, AV_LOG_VERBOSE, "Increasing reorder buffer to %d\n", out_of_order); av_log 967 libavcodec/h264.c av_log(h->avctx, AV_LOG_DEBUG, "no picture %s\n", out_of_order ? "ooo" : ""); av_log 995 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, "luma_log2_weight_denom %d is out of range\n", h->luma_log2_weight_denom); av_log 999 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, "chroma_log2_weight_denom %d is out of range\n", h->chroma_log2_weight_denom); av_log 1231 libavcodec/h264.c av_log(h->avctx, AV_LOG_WARNING, "Delayed frames seen. " av_log 1245 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, av_log 1264 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, "Unsupported bit depth %d\n", av_log 1299 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, "reference overflow %u > %u or %u > %u\n", ref_count[0]-1, max[0], ref_count[1]-1, max[1]); av_log 1484 libavcodec/h264.c av_log(h->avctx, AV_LOG_DEBUG, av_log 1489 libavcodec/h264.c av_log(h->avctx, AV_LOG_DEBUG, av_log 1512 libavcodec/h264.c av_log(h->avctx, AV_LOG_WARNING, av_log 1526 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, "Invalid inter IDR frame\n"); av_log 1532 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, av_log 1539 libavcodec/h264.c av_log(h, AV_LOG_ERROR, "invalid mixed IDR / non IDR frames cannot be decoded in slice multithreading mode\n"); av_log 1642 libavcodec/h264.c av_log(h->avctx, AV_LOG_DEBUG, av_log 1673 libavcodec/h264.c av_log(avctx, AV_LOG_DEBUG, "Unknown NAL code: %d (%d bits)\n", av_log 1686 libavcodec/h264.c av_log(h->avctx, AV_LOG_ERROR, "decode_slice_header error\n"); av_log 1857 libavcodec/h264.c av_log(avctx, AV_LOG_ERROR, "no frame!\n"); av_log 1886 libavcodec/h264.c av_log(h->avctx, AV_LOG_DEBUG, "Duplicating field %d to fill missing\n", field); av_log 1124 libavcodec/h264.h av_log(h->avctx, AV_LOG_ERROR, av_log 1509 libavcodec/h264_cabac.c av_log(h->avctx, AV_LOG_ERROR, "overflow in decode_cabac_mb_mvd\n"); av_log 2107 libavcodec/h264_cabac.c av_log(h->avctx, AV_LOG_ERROR, "Reference %d >= %d\n", ref[list][i], local_ref_count[list]); av_log 2193 libavcodec/h264_cabac.c av_log(h->avctx, AV_LOG_ERROR, "Reference %d >= %d\n", ref, local_ref_count[list]); av_log 2221 libavcodec/h264_cabac.c av_log(h->avctx, AV_LOG_ERROR, "Reference %d >= %d\n", ref, local_ref_count[list]); av_log 2256 libavcodec/h264_cabac.c av_log(h->avctx, AV_LOG_ERROR, "Reference %d >= %d\n", ref, local_ref_count[list]); av_log 2296 libavcodec/h264_cabac.c av_log(h->avctx, AV_LOG_ERROR, "gray chroma\n"); av_log 2353 libavcodec/h264_cabac.c av_log(h->avctx, AV_LOG_ERROR, "cabac decode of qscale diff failed at %d %d\n", h->mb_x, h->mb_y); av_log 429 libavcodec/h264_cavlc.c av_log(NULL, AV_LOG_DEBUG, "%5d %2d %3d lpr @%5d in %s get_level_prefix\n", buf>>(32-log), log, log-1, get_bits_count(gb), __FILE__); av_log 476 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "corrupted macroblock %d %d (total_coeff=%d)\n", h->mb_x, h->mb_y, total_coeff); av_log 517 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "Invalid level prefix\n"); av_log 555 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "Invalid level prefix\n"); av_log 626 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "negative number of zero coeffs at %d %d\n", h->mb_x, h->mb_y); av_log 756 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "mb_type %d in %c slice too large at %d %d\n", mb_type, av_get_picture_type_char(h->slice_type), h->mb_x, h->mb_y); av_log 777 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "Not enough data for an intra PCM block.\n"); av_log 846 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "B sub_mb_type %u out of range at %d %d\n", h->sub_mb_type[i], h->mb_x, h->mb_y); av_log 864 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "P sub_mb_type %u out of range at %d %d\n", h->sub_mb_type[i], h->mb_x, h->mb_y); av_log 885 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "ref %u overflow\n", tmp); av_log 960 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "ref %u overflow\n", val); av_log 990 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "ref %u overflow\n", val); av_log 1027 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "ref %u overflow\n", val); av_log 1062 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "cbp too large (%u) at %d %d\n", cbp, h->mb_x, h->mb_y); av_log 1069 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "cbp too large (%u) at %d %d\n", cbp, h->mb_x, h->mb_y); av_log 1077 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "gray chroma\n"); av_log 1113 libavcodec/h264_cavlc.c av_log(h->avctx, AV_LOG_ERROR, "dquant out of range (%d) at %d %d\n", dquant, h->mb_x, h->mb_y); av_log 93 libavcodec/h264_mp4toannexb_bsf.c av_log(avctx, AV_LOG_ERROR, av_log 99 libavcodec/h264_mp4toannexb_bsf.c av_log(avctx, AV_LOG_ERROR, "Packet header is not contained in global extradata, " av_log 123 libavcodec/h264_mp4toannexb_bsf.c av_log(avctx, AV_LOG_WARNING, av_log 128 libavcodec/h264_mp4toannexb_bsf.c av_log(avctx, AV_LOG_WARNING, av_log 195 libavcodec/h264_mp4toannexb_bsf.c av_log(avctx, AV_LOG_WARNING, "SPS not present in the stream, nor in AVCC, stream may be unreadable\n"); av_log 224 libavcodec/h264_mp4toannexb_bsf.c av_log(avctx, AV_LOG_WARNING, "PPS not present in the stream, nor in AVCC, stream may be unreadable\n"); av_log 59 libavcodec/h264_parser.c av_log(h->avctx, AV_LOG_ERROR, "AVC-parser: nal length size invalid\n"); av_log 68 libavcodec/h264_parser.c av_log(h->avctx, AV_LOG_ERROR, "AVC-parser: nal size %d remaining %d\n", nalsize, buf_size - i); av_log 156 libavcodec/h264_parser.c av_log(h->avctx, AV_LOG_ERROR, av_log 164 libavcodec/h264_parser.c av_log(h->avctx, AV_LOG_ERROR, av_log 182 libavcodec/h264_parser.c av_log(h->avctx, AV_LOG_ERROR, av_log 309 libavcodec/h264_parser.c av_log(h->avctx, AV_LOG_ERROR, av_log 314 libavcodec/h264_parser.c av_log(h->avctx, AV_LOG_ERROR, av_log 320 libavcodec/h264_parser.c av_log(h->avctx, AV_LOG_ERROR, av_log 487 libavcodec/h264_parser.c av_log(h->avctx, AV_LOG_ERROR, "missing picture in access unit with size %d\n", buf_size); av_log 178 libavcodec/h264_picture.c av_log(avctx, AV_LOG_ERROR, av_log 116 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "cpb_count %d invalid\n", cpb_count); av_log 150 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "illegal aspect ratio\n"); av_log 188 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_WARNING, "Truncated VUI\n"); av_log 197 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, av_log 236 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, av_log 319 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "sps_id %u out of range\n", sps_id); av_log 357 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "separate color planes are not supported\n"); av_log 370 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "illegal bit depth value (%d, %d)\n", av_log 386 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, av_log 398 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "log2_max_poc_lsb (%d) is out of range\n", t); av_log 410 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, av_log 418 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "illegal POC type %d\n", sps->poc_type); av_log 427 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, av_log 438 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "mb_width/height overflow\n"); av_log 452 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, av_log 465 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_DEBUG, "discarding sps cropping, original " av_log 483 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_WARNING, av_log 496 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "crop values invalid %d %d %d %d / %d %d\n", crop_left, crop_right, crop_top, crop_bottom, width, height); av_log 521 libavcodec/h264_ps.c av_log(h->avctx, ignore_truncation ? AV_LOG_WARNING : AV_LOG_ERROR, av_log 532 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_DEBUG, av_log 578 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_VERBOSE, av_log 595 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "pps_id %u out of range\n", pps_id); av_log 605 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "sps_id %u out of range\n", pps->sps_id); av_log 611 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, av_log 616 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, av_log 627 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "FMO not supported\n"); av_log 663 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_ERROR, "reference overflow (pps)\n"); av_log 701 libavcodec/h264_ps.c av_log(h->avctx, AV_LOG_DEBUG, av_log 237 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, "reference count overflow\n"); av_log 248 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, av_log 280 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, av_log 296 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, av_log 303 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, av_log 328 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, "Missing reference picture, default is %d\n", h->default_ref_list[list][0].poc); av_log 413 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_DEBUG, "%d %d %p\n", i, pic->frame_num, pic); av_log 447 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_DEBUG, "remove short %d count %d\n", frame_num, h->short_ref_count); av_log 511 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_DEBUG, "short term list:\n"); av_log 514 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_DEBUG, "%"PRIu32" fn:%d poc:%d %p\n", av_log 527 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_DEBUG, "long term list:\n"); av_log 531 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_DEBUG, "%"PRIu32" fn:%d poc:%d %p\n", av_log 544 libavcodec/h264_refs.c av_log(NULL, AV_LOG_ERROR, "MMCO opcode [%d, %d] at %d mismatches between slices\n", av_log 577 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, av_log 593 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_DEBUG, "no mmco here\n"); av_log 598 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_DEBUG, "mmco:%d %d %d\n", h->mmco[i].opcode, av_log 609 libavcodec/h264_refs.c av_log(h->avctx, h->short_ref_count ? AV_LOG_ERROR : AV_LOG_DEBUG, "mmco: unref short failure\n"); av_log 619 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_DEBUG, "mmco: unref short %d count %d\n", av_log 640 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_DEBUG, "mmco: unref long failure\n"); av_log 651 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, "mmco: cannot assign current picture to short and long at the same time\n"); av_log 660 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, "mmco: cannot assign current picture to 2 long term references\n"); av_log 710 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, "illegal short term reference " av_log 718 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, "illegal short term buffer state detected\n"); av_log 738 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, av_log 813 libavcodec/h264_refs.c av_log(s->avctx, AV_LOG_ERROR, av_log 827 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, av_log 836 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, av_log 861 libavcodec/h264_refs.c av_log(h->avctx, AV_LOG_ERROR, av_log 105 libavcodec/h264_sei.c av_log(h->avctx, AV_LOG_DEBUG, "ct_type:%X pic_struct:%d\n", av_log 167 libavcodec/h264_sei.c av_log(h->avctx, AV_LOG_DEBUG, "user data:\"%s\"\n", user_data + 16); av_log 185 libavcodec/h264_sei.c av_log(h->avctx, AV_LOG_DEBUG, "sei_recovery_frame_cnt: %d\n", h->sei_recovery_frame_cnt); av_log 200 libavcodec/h264_sei.c av_log(h->avctx, AV_LOG_ERROR, av_log 255 libavcodec/h264_sei.c av_log(h->avctx, AV_LOG_DEBUG, "SEI FPA %d %d %d %d %d %d\n", av_log 303 libavcodec/h264_sei.c av_log(h->avctx, AV_LOG_DEBUG, "SEI %d len:%d\n", type, size); av_log 306 libavcodec/h264_sei.c av_log(h->avctx, AV_LOG_ERROR, "SEI type %d size %d truncated at %d\n", av_log 348 libavcodec/h264_sei.c av_log(h->avctx, AV_LOG_DEBUG, "unknown SEI type %d\n", type); av_log 504 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "h264_slice_header_init() failed\n"); av_log 579 libavcodec/h264_slice.c av_log(dst, AV_LOG_ERROR, "Could not allocate memory\n"); av_log 584 libavcodec/h264_slice.c av_log(dst, AV_LOG_ERROR, "context_init() failed.\n"); av_log 701 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "Attempt to start a frame outside SETUP state\n"); av_log 710 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "no frame buffer available\n"); av_log 1067 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_WARNING, "Detected unsupported YCgCo colorspace.\n"); av_log 1099 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1131 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "Invalid cropped dimensions: %dx%d.\n", av_log 1136 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_WARNING, "Ignoring cropping information.\n"); av_log 1182 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "Could not allocate memory\n"); av_log 1192 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_WARNING, "too many threads/slices %d," av_log 1201 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "context_init() failed.\n"); av_log 1245 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "context_init() failed.\n"); av_log 1317 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1334 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "A non-intra slice in an IDR NAL unit.\n"); av_log 1352 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "pps_id %u out of range\n", pps_id); av_log 1356 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1362 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1371 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1384 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1458 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1475 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_INFO, "Reinit context to %dx%d, " av_log 1479 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1486 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1496 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1510 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "Frame num change from %d to %d\n", av_log 1526 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "This stream was generated by a broken encoder, invalid 8x8 inference\n"); av_log 1543 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1548 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1620 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1640 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_DEBUG, "Frame num gap %d %d\n", av_log 1756 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "first_mb_in_slice overflow\n"); av_log 1860 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "cabac_init_idc %u overflow\n", tmp); av_log 1869 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "QP %u out of range\n", tmp); av_log 1888 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1903 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1930 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_INFO, av_log 1938 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 1961 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_WARNING, "Possibly too many slices (%d >= %d), increase MAX_SLICES and recompile if there are artifacts\n", h->slice_num, MAX_SLICES); av_log 2003 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_DEBUG, av_log 2435 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "Slice overlaps next at %d\n", av_log 2469 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_DEBUG, "bytestream overread %"PTRDIFF_SPECIFIER"\n", h->cabac.bytestream_end - h->cabac.bytestream); av_log 2471 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 2507 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, "Slice overlaps next at %d\n", av_log 2530 libavcodec/h264_slice.c av_log(h->avctx, AV_LOG_ERROR, av_log 150 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "luma_log2_weight_denom %d is invalid\n", luma_log2_weight_denom); av_log 401 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "PPS id out of range: %d\n", sh->pps_id); av_log 406 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "PPS changed between slices.\n"); av_log 445 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, av_log 471 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "Unknown slice type: %d.\n", av_log 476 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "Inter slices in an IRAP frame.\n"); av_log 494 libavcodec/hevc.c av_log(s->avctx, AV_LOG_WARNING, av_log 515 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "No ref lists in the SPS.\n"); av_log 526 libavcodec/hevc.c av_log(s->avctx, AV_LOG_WARNING, "Invalid long term RPS.\n"); av_log 577 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "Too many refs: %d/%d.\n", av_log 586 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "Zero refs for a frame with P or B slices.\n"); av_log 622 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, av_log 637 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, av_log 691 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "Independent slice segment missing.\n"); av_log 710 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "Failed to allocate memory\n"); av_log 737 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "too many slice_header_extension_data_bytes\n"); av_log 748 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, av_log 759 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "Impossible slice segment.\n"); av_log 764 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, av_log 918 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, av_log 937 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, av_log 2268 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "Impossible initial tile.\n"); av_log 2275 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "Previous slice segment missing\n"); av_log 2502 libavcodec/hevc.c av_log(s->avctx, AV_LOG_DEBUG, av_log 2583 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "Error constructing the frame RPS.\n"); av_log 2627 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "Invalid NAL unit %d, skipping.\n", av_log 2698 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "First slice in a frame missing.\n"); av_log 2703 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, av_log 2713 libavcodec/hevc.c av_log(s->avctx, AV_LOG_WARNING, av_log 2753 libavcodec/hevc.c av_log(s->avctx, AV_LOG_INFO, av_log 2900 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "Invalid NAL unit size.\n"); av_log 2910 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, "No start code is found.\n"); av_log 2992 libavcodec/hevc.c av_log(s->avctx, AV_LOG_WARNING, av_log 3009 libavcodec/hevc.c av_log(log_ctx, level, "%02"PRIx8, md5[i]); av_log 3023 libavcodec/hevc.c av_log(s->avctx, AV_LOG_DEBUG, "Verifying checksum for frame with POC %d: ", av_log 3060 libavcodec/hevc.c av_log (s->avctx, AV_LOG_DEBUG, "plane %d - correct ", i); av_log 3062 libavcodec/hevc.c av_log (s->avctx, AV_LOG_DEBUG, "; "); av_log 3064 libavcodec/hevc.c av_log (s->avctx, AV_LOG_ERROR, "mismatching checksum of plane %d - ", i); av_log 3066 libavcodec/hevc.c av_log (s->avctx, AV_LOG_ERROR, " != "); av_log 3068 libavcodec/hevc.c av_log (s->avctx, AV_LOG_ERROR, "\n"); av_log 3073 libavcodec/hevc.c av_log(s->avctx, AV_LOG_DEBUG, "\n"); av_log 3100 libavcodec/hevc.c av_log(avctx, AV_LOG_ERROR, av_log 3116 libavcodec/hevc.c av_log(avctx, AV_LOG_DEBUG, "Decoded frame with POC %d.\n", s->poc); av_log 3397 libavcodec/hevc.c av_log(s->avctx, AV_LOG_ERROR, av_log 3404 libavcodec/hevc.c av_log(avctx, AV_LOG_ERROR, av_log 689 libavcodec/hevc_cabac.c av_log(s->avctx, AV_LOG_ERROR, "CABAC_MAX_BIN : %d\n", k); av_log 890 libavcodec/hevc_cabac.c av_log(s->avctx, AV_LOG_ERROR, "CABAC_MAX_BIN : %d\n", k); av_log 1029 libavcodec/hevc_cabac.c av_log(s->avctx, AV_LOG_ERROR, "CABAC_MAX_BIN : %d\n", prefix); av_log 179 libavcodec/hevc_parser.c av_log(h->avctx, AV_LOG_ERROR, "PPS id out of range: %d\n", sh->pps_id); av_log 185 libavcodec/hevc_parser.c av_log(h->avctx, AV_LOG_ERROR, "SPS id out of range: %d\n", h->pps->sps_id); av_log 205 libavcodec/hevc_parser.c av_log(h->avctx, AV_LOG_ERROR, "Invalid slice segment address: %u.\n", av_log 221 libavcodec/hevc_parser.c av_log(h->avctx, AV_LOG_ERROR, "Unknown slice type: %d.\n", av_log 256 libavcodec/hevc_parser.c av_log(h->avctx, AV_LOG_ERROR, "missing picture in access unit\n"); av_log 98 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 110 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 176 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "Too many refs in a short term RPS.\n"); av_log 215 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_DEBUG, "Main profile bitstream\n"); av_log 217 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_DEBUG, "Main 10 profile bitstream\n"); av_log 219 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_DEBUG, "Main Still Picture profile bitstream\n"); av_log 221 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_DEBUG, "Range Extension profile bitstream\n"); av_log 223 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, "Unknown HEVC profile: %d\n", ptl->profile_idc); av_log 246 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "PTL information too short\n"); av_log 263 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 269 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 348 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "nb_cpb %d invalid\n", nb_cpb); av_log 373 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_DEBUG, "Decoding VPS\n"); av_log 377 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "VPS id out of range: %d\n", vps_id); av_log 382 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "vps_reserved_three_2bits is not three\n"); av_log 391 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "vps_reserved_ffff_16bits is not 0xffff\n"); av_log 396 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "vps_max_sub_layers out of range: %d\n", av_log 413 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "vps_max_dec_pic_buffering_minus1 out of range: %d\n", av_log 418 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, "vps_max_num_reorder_pics out of range: %d\n", av_log 428 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "too many layer_id_included_flags\n"); av_log 456 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 477 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_DEBUG, "Decoding VUI\n"); av_log 488 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, av_log 530 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, "Invalid default display window\n"); av_log 545 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_DEBUG, av_log 566 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, av_log 576 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_INFO, "Retry got %i/%i fps\n", av_log 648 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 719 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_DEBUG, "Decoding SPS\n"); av_log 725 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "VPS id out of range: %d\n", sps->vps_id); av_log 731 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "VPS %d does not exist\n", av_log 739 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "sps_max_sub_layers out of range: %d\n", av_log 752 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "SPS id out of range: %d\n", sps_id); av_log 779 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_DEBUG, av_log 798 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 832 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 852 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "log2_max_pic_order_cnt_lsb_minus4 out range: %d\n", av_log 865 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "sps_max_dec_pic_buffering_minus1 out of range: %d\n", av_log 871 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, "sps_max_num_reorder_pics out of range: %d\n", av_log 898 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "Invalid value %d for log2_min_cb_size", sps->log2_min_cb_size); av_log 904 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "Invalid value %d for log2_diff_max_min_coding_block_size", sps->log2_diff_max_min_coding_block_size); av_log 910 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "Invalid value for log2_min_tb_size"); av_log 916 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "Invalid value %d for log2_diff_max_min_transform_block_size", log2_diff_max_min_transform_block_size); av_log 946 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 958 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "Too many short term RPS: %d.\n", av_log 973 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "num_long_term_ref_pics_sps %d is out of range.\n", av_log 1008 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, av_log 1014 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, av_log 1021 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, av_log 1034 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, "Reducing left output window to %d " av_log 1044 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, "Invalid visible frame dimensions: %dx%d.\n", av_log 1050 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, av_log 1079 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "Invalid coded frame dimensions.\n"); av_log 1084 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "CTB size out of range: 2^%d\n", sps->log2_ctb_size); av_log 1088 libavcodec/hevc_ps.c av_log(s->avctx, av_log 1096 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "max_transform_hierarchy_depth_inter out of range: %d\n", av_log 1101 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "max_transform_hierarchy_depth_intra out of range: %d\n", av_log 1106 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 1113 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 1119 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_DEBUG, av_log 1186 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 1193 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, av_log 1198 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_WARNING, av_log 1232 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_DEBUG, "Decoding PPS\n"); av_log 1247 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "PPS id out of range: %d\n", pps_id); av_log 1253 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "SPS id out of range: %d\n", pps->sps_id); av_log 1258 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "SPS %u does not exist.\n", pps->sps_id); av_log 1287 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "diff_cu_qp_delta_depth %d is invalid\n", av_log 1295 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "pps_cb_qp_offset out of range: %d\n", av_log 1302 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "pps_cr_qp_offset out of range: %d\n", av_log 1321 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "num_tile_columns_minus1 out of range: %d\n", av_log 1328 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "num_tile_rows_minus1 out of range: %d\n", av_log 1349 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "Invalid tile widths.\n"); av_log 1361 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "Invalid tile heights.\n"); av_log 1380 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "pps_beta_offset_div2 out of range: %d\n", av_log 1386 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "pps_tc_offset_div2 out of range: %d\n", av_log 1404 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, "log2_parallel_merge_level_minus2 out of range: %d\n", av_log 1551 libavcodec/hevc_ps.c av_log(s->avctx, AV_LOG_ERROR, av_log 130 libavcodec/hevc_refs.c av_log(s->avctx, AV_LOG_ERROR, "Error allocating frame, DPB full.\n"); av_log 145 libavcodec/hevc_refs.c av_log(s->avctx, AV_LOG_ERROR, "Duplicate POC in a sequence: %d.\n", av_log 226 libavcodec/hevc_refs.c av_log(s->avctx, AV_LOG_DEBUG, av_log 312 libavcodec/hevc_refs.c av_log(s->avctx, AV_LOG_ERROR, "Zero refs in the frame RPS.\n"); av_log 346 libavcodec/hevc_refs.c av_log(s->avctx, AV_LOG_ERROR, "Invalid reference index.\n"); av_log 389 libavcodec/hevc_refs.c av_log(s->avctx, AV_LOG_ERROR, av_log 105 libavcodec/hevc_sei.c av_log(s->avctx, AV_LOG_DEBUG, "BOTTOM Field\n"); av_log 108 libavcodec/hevc_sei.c av_log(s->avctx, AV_LOG_DEBUG, "TOP Field\n"); av_log 131 libavcodec/hevc_sei.c av_log(s->avctx, AV_LOG_ERROR, "active_parameter_set_id %d invalid\n", active_seq_parameter_set_id); av_log 149 libavcodec/hevc_sei.c av_log(s->avctx, AV_LOG_DEBUG, "Decoding SEI\n"); av_log 169 libavcodec/hevc_sei.c av_log(s->avctx, AV_LOG_DEBUG, "Skipped PREFIX SEI %d\n", payload_type); av_log 174 libavcodec/hevc_sei.c av_log(s->avctx, AV_LOG_DEBUG, "Skipped PREFIX SEI %d\n", payload_type); av_log 176 libavcodec/hevc_sei.c av_log(s->avctx, AV_LOG_DEBUG, "Skipped PREFIX SEI %d\n", payload_type); av_log 183 libavcodec/hevc_sei.c av_log(s->avctx, AV_LOG_DEBUG, "Skipped SUFFIX SEI %d\n", payload_type); av_log 81 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, av_log 103 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "Attempting to read out of bounds\n"); av_log 106 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, av_log 164 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "writeoffset out of bounds\n"); av_log 178 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "writeoffset out of bounds\n"); av_log 190 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "writeoffset out of bounds\n"); av_log 206 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "Attempting to read out of bounds\n"); av_log 209 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "Attempting to read out of bounds\n"); av_log 212 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, av_log 218 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "Attempting to read out of bounds\n"); av_log 223 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "Attempting to read out of bounds\n"); av_log 292 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "writeoffset out of bounds\n"); av_log 304 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "writeoffset out of bounds\n"); av_log 317 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "Attempting to read out of bounds\n"); av_log 324 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "Attempting to read out of bounds\n"); av_log 327 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "Attempting to write out of bounds\n"); av_log 402 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "packet too small\n"); av_log 412 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "packet too small\n"); av_log 447 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "invalid chunk id: %d\n", chunk_id); av_log 460 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, av_log 480 libavcodec/hnm4video.c av_log(avctx, AV_LOG_ERROR, "av_mallocz() failed\n"); av_log 510 libavcodec/hqx.c av_log(avctx, AV_LOG_ERROR, av_log 519 libavcodec/hqx.c av_log(avctx, AV_LOG_DEBUG, "Skipping INFO chunk.\n"); av_log 526 libavcodec/hqx.c av_log(avctx, AV_LOG_ERROR, "Frame too small.\n"); av_log 531 libavcodec/hqx.c av_log(avctx, AV_LOG_ERROR, "Not an HQX frame.\n"); av_log 543 libavcodec/hqx.c av_log(avctx, AV_LOG_ERROR, "Invalid DC precision %d.\n", ctx->dcb); av_log 548 libavcodec/hqx.c av_log(avctx, AV_LOG_ERROR, "Invalid stored dimensions %dx%d.\n", av_log 578 libavcodec/hqx.c av_log(avctx, AV_LOG_ERROR, "Invalid format: %d.\n", ctx->format); av_log 590 libavcodec/hqx.c av_log(avctx, AV_LOG_ERROR, "Invalid slice size.\n"); av_log 599 libavcodec/hqx.c av_log(avctx, AV_LOG_ERROR, "Error decoding slice %d.\n", slice); av_log 168 libavcodec/huffman.c av_log(avctx, AV_LOG_ERROR, av_log 193 libavcodec/huffman.c av_log(avctx, AV_LOG_ERROR, "Error building tree\n"); av_log 50 libavcodec/huffyuv.c av_log(NULL, AV_LOG_ERROR, "Error generating huffman table\n"); av_log 107 libavcodec/huffyuvdec.c av_log(NULL, AV_LOG_ERROR, "Error reading huffman table\n"); av_log 546 libavcodec/huffyuvdec.c av_log(avctx, AV_LOG_ERROR, "width must be even for this colorspace\n"); av_log 552 libavcodec/huffyuvdec.c av_log(avctx, AV_LOG_ERROR, "width must be a multiple of 4 " av_log 1018 libavcodec/huffyuvdec.c av_log(avctx, AV_LOG_ERROR, av_log 1216 libavcodec/huffyuvdec.c av_log(avctx, AV_LOG_ERROR, av_log 1220 libavcodec/huffyuvdec.c av_log(avctx, AV_LOG_ERROR, av_log 252 libavcodec/huffyuvenc.c av_log(avctx, AV_LOG_ERROR, "Width must be even for this colorspace.\n"); av_log 307 libavcodec/huffyuvenc.c av_log(avctx, AV_LOG_ERROR, "format not supported\n"); av_log 320 libavcodec/huffyuvenc.c av_log(avctx, AV_LOG_ERROR, av_log 329 libavcodec/huffyuvenc.c av_log(avctx, AV_LOG_ERROR, av_log 335 libavcodec/huffyuvenc.c av_log(avctx, AV_LOG_ERROR, av_log 341 libavcodec/huffyuvenc.c av_log(avctx, AV_LOG_ERROR, av_log 347 libavcodec/huffyuvenc.c av_log(avctx, AV_LOG_INFO, av_log 352 libavcodec/huffyuvenc.c av_log(avctx, AV_LOG_ERROR, "Ver > 3 is under development, files encoded with it may not be decodable with future versions!!!\n" av_log 358 libavcodec/huffyuvenc.c av_log(avctx, AV_LOG_ERROR, av_log 444 libavcodec/huffyuvenc.c av_log(s->avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 496 libavcodec/huffyuvenc.c av_log(s->avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 658 libavcodec/huffyuvenc.c av_log(s->avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 704 libavcodec/huffyuvenc.c av_log(s->avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 993 libavcodec/huffyuvenc.c av_log(avctx, AV_LOG_ERROR, "Format not supported!\n"); av_log 157 libavcodec/idcinvideo.c av_log(s->avctx, AV_LOG_ERROR, " id CIN video: expected extradata size of %d\n", HUFFMAN_TABLE_SIZE); av_log 190 libavcodec/idcinvideo.c av_log(s->avctx, AV_LOG_ERROR, "Huffman decode error.\n"); av_log 78 libavcodec/idctdsp.c av_log(NULL, AV_LOG_ERROR, av_log 152 libavcodec/iff.c av_log(avctx, AV_LOG_ERROR, "bits_per_coded_sample > 8 not supported\n"); av_log 199 libavcodec/iff.c av_log(avctx, AV_LOG_ERROR, "not enough extradata\n"); av_log 212 libavcodec/iff.c av_log(avctx, AV_LOG_ERROR, av_log 221 libavcodec/iff.c av_log(avctx, AV_LOG_ERROR, av_log 247 libavcodec/iff.c av_log(avctx, AV_LOG_ERROR, "bpp %d too large for palette\n", s->bpp); av_log 259 libavcodec/iff.c av_log(avctx, AV_LOG_ERROR, "Masking not supported\n"); av_log 263 libavcodec/iff.c av_log(avctx, AV_LOG_ERROR, "Invalid number of bitplanes: %u\n", s->bpp); av_log 266 libavcodec/iff.c av_log(avctx, AV_LOG_ERROR, "Invalid number of hold bits for HAM: %u\n", s->ham); av_log 397 libavcodec/iff.c av_log(NULL, AV_LOG_WARNING, "Ignoring extra planes beyond 8\n"); av_log 503 libavcodec/iff.c av_log(NULL, AV_LOG_WARNING, "decode_byterun ended before plane size\n"); av_log 63 libavcodec/iirfilter.c av_log(avc, AV_LOG_ERROR, "Butterworth filter currently only supports " av_log 68 libavcodec/iirfilter.c av_log(avc, AV_LOG_ERROR, "Butterworth filter currently only supports " av_log 127 libavcodec/iirfilter.c av_log(avc, AV_LOG_ERROR, "Biquad filter currently only supports " av_log 132 libavcodec/iirfilter.c av_log(avc, AV_LOG_ERROR, "Biquad filter must have order of 2\n"); av_log 191 libavcodec/iirfilter.c av_log(avc, AV_LOG_ERROR, "filter type is not currently implemented\n"); av_log 184 libavcodec/imc.c av_log(avctx, AV_LOG_ERROR, av_log 255 libavcodec/imc.c av_log(avctx, AV_LOG_INFO, "FFT init failed\n"); av_log 470 libavcodec/imc.c av_log(NULL, AV_LOG_ERROR, "flcoeffs5 %f invalid\n", chctx->flcoeffs5[i]); av_log 808 libavcodec/imc.c av_log(avctx, AV_LOG_WARNING, av_log 878 libavcodec/imc.c av_log(avctx, AV_LOG_ERROR, "frame header check failed!\n"); av_log 879 libavcodec/imc.c av_log(avctx, AV_LOG_ERROR, "got %X.\n", imc_hdr); av_log 913 libavcodec/imc.c av_log(avctx, AV_LOG_ERROR, "scalefactor out of range\n"); av_log 977 libavcodec/imc.c av_log(avctx, AV_LOG_ERROR, "Bit allocations failed\n"); av_log 1002 libavcodec/imc.c av_log(avctx, AV_LOG_ERROR, "Inverse quantization of coefficients failed\n"); av_log 1027 libavcodec/imc.c av_log(avctx, AV_LOG_ERROR, "frame too small!\n"); av_log 479 libavcodec/imgconvert.c av_log(NULL, AV_LOG_INFO, "%3d unused pixel format values\n", skip); av_log 482 libavcodec/imgconvert.c av_log(NULL, AV_LOG_INFO, "pix fmt %s yuv_plan:%d avg_bpp:%d\n", desc->name, is_yuv_planar(desc), av_get_padded_bits_per_pixel(desc)); av_log 484 libavcodec/imgconvert.c av_log(NULL, AV_LOG_ERROR, "Alpha flag mismatch\n"); av_log 41 libavcodec/imx_dump_header_bsf.c av_log(avctx, AV_LOG_ERROR, "imx bitstream filter only applies to mpeg2video codec\n"); av_log 156 libavcodec/indeo2.c av_log(s->avctx, AV_LOG_ERROR, "input buffer size too small (%d)\n", buf_size); av_log 174 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Invalid picture dimensions: %d x %d!\n", av_log 250 libavcodec/indeo3.c av_log(ctx->avctx, AV_LOG_ERROR, av_log 621 libavcodec/indeo3.c av_log(ctx->avctx, AV_LOG_ERROR, av_log 643 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Invalid VQ table indexes! Primary: %d, secondary: %d!\n", av_log 668 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Attempt to apply Mode 3/4 to an INTER cell!\n"); av_log 685 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Attempt to use Mode 11 for an INTRA cell!\n"); av_log 696 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Unsupported coding mode: %d\n", mode); av_log 702 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Mode %d: RLE code %X is not allowed at the current line\n", av_log 706 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Mode %d: invalid VQ data\n", mode); av_log 709 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Mode %d: RLE-FB invalid counter: %d\n", mode, code); av_log 712 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Mode %d: unsupported RLE code: %X\n", mode, data_ptr[-1]); av_log 715 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Mode %d: attempt to read past end of buffer\n", mode); av_log 748 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Invalid cell: x=%d, y=%d, w=%d, h=%d\n", \ av_log 762 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Stack overflow (corrupted binary tree)!\n"); av_log 801 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Invalid VQ_NULL code: %d\n", code); av_log 805 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "SkipCell procedure not implemented yet!\n"); av_log 822 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "motion vector out of array\n"); av_log 827 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "motion vector index out of range\n"); av_log 866 libavcodec/indeo3.c av_log(ctx->avctx, AV_LOG_ERROR, av_log 916 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "OS header checksum mismatch!\n"); av_log 924 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "Unsupported codec version!\n"); av_log 953 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, av_log 989 libavcodec/indeo3.c av_log(avctx, AV_LOG_ERROR, "One of the y/u/v offsets is invalid\n"); av_log 999 libavcodec/indeo3.c av_log(avctx, AV_LOG_DEBUG, "Sync frame encountered!\n"); av_log 110 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Invalid picture start code!\n"); av_log 117 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Invalid frame type: %d\n", ctx->frame_type); av_log 135 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Sync bit is set!\n"); av_log 178 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Only YVU9 picture format is supported!\n"); av_log 191 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Scalability: unsupported subdivision! Luma bands: %d, chroma bands: %d\n", av_log 199 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Couldn't reallocate color planes!\n"); av_log 216 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, av_log 252 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Bad blocks bits encountered!\n"); av_log 279 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Invalid band header sequence!\n"); av_log 293 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Invalid/unsupported mv resolution: %d!\n", av_log 308 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Invalid block size!\n"); av_log 333 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "wrong transform size!\n"); av_log 351 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "transform and block size mismatch (%d != %d)\n", band->transform_size, band->blk_size); av_log 357 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Custom scan pattern encountered!\n"); av_log 362 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "mismatching scan table!\n"); av_log 366 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "mismatching scan table!\n"); av_log 375 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Custom quant matrix encountered!\n"); av_log 386 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, av_log 393 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Invalid quant matrix for 4x4 block encountered!\n"); av_log 398 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "mismatching scan table!\n"); av_log 402 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "mismatching transform_size!\n"); av_log 422 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Too many corrections: %d\n", av_log 448 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "band->scan not set\n"); av_log 486 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "num_MBs mismatch %d %d %d %d\n", tile->width, tile->height, band->mb_size, tile->num_MBs); av_log 502 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "Empty macroblock in an INTRA picture!\n"); av_log 530 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "ref_mb unavailable\n"); av_log 603 libavcodec/indeo4.c av_log(avctx, AV_LOG_ERROR, "motion vector %d %d outside reference\n", x*s + mb->mv_x, y*s + mb->mv_y); av_log 75 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "Invalid tile size: %d\n", tile_size); av_log 85 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "Scalability: unsupported subdivision! Luma bands: %d, chroma bands: %d\n", av_log 118 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "Couldn't reallocate color planes!\n"); av_log 137 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "4x4 luma blocks are unsupported!\n"); av_log 194 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "transform and block size mismatch (%d != %d)\n", band->transform_size, band->blk_size); av_log 207 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "quant_mat %d too large!\n", quant_mat); av_log 222 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "End marker missing!\n"); av_log 254 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, av_log 262 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "Alignment bits are not zero!\n"); av_log 319 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "Invalid picture start code!\n"); av_log 326 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "Invalid frame type: %d \n", ctx->frame_type); av_log 334 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "Invalid GOP header, skipping frames.\n"); av_log 342 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "Scalable inter frame in non scalable stream\n"); av_log 406 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "Too many corrections: %d\n", av_log 470 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "Allocated tile size %d mismatches parameters %d\n", av_log 489 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "Empty macroblock in an INTRA picture!\n"); av_log 568 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "motion vector %d %d outside reference\n", x*s + mb->mv_x, y*s + mb->mv_y); av_log 662 libavcodec/indeo5.c av_log(avctx, AV_LOG_ERROR, "Couldn't allocate color planes!\n"); av_log 35 libavcodec/intelh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Bad picture start code\n"); av_log 41 libavcodec/intelh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Bad marker\n"); av_log 45 libavcodec/intelh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Bad H263 id\n"); av_log 54 libavcodec/intelh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Intel H263 free format not supported\n"); av_log 64 libavcodec/intelh263dec.c av_log(s->avctx, AV_LOG_ERROR, "SAC not supported\n"); av_log 79 libavcodec/intelh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Wrong Intel H263 format\n"); av_log 83 libavcodec/intelh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Bad value for reserved field\n"); av_log 86 libavcodec/intelh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Bad value for reserved field\n"); av_log 90 libavcodec/intelh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Bad value for reserved field\n"); av_log 92 libavcodec/intelh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid marker\n"); av_log 106 libavcodec/intelh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid aspect ratio.\n"); av_log 75 libavcodec/interplayvideo.c av_log(s->avctx, AV_LOG_ERROR, "motion offset < 0 (%d)\n", motion_offset); av_log 78 libavcodec/interplayvideo.c av_log(s->avctx, AV_LOG_ERROR, "motion offset above limit (%d >= %d)\n", av_log 83 libavcodec/interplayvideo.c av_log(s->avctx, AV_LOG_ERROR, "Invalid decode type, corrupted header?\n"); av_log 188 libavcodec/interplayvideo.c av_log(s->avctx, AV_LOG_ERROR, "Help! Mystery opcode 0x6 seen\n"); av_log 201 libavcodec/interplayvideo.c av_log(s->avctx, AV_LOG_ERROR, "too little data for opcode 0x7\n"); av_log 245 libavcodec/interplayvideo.c av_log(s->avctx, AV_LOG_ERROR, "too little data for opcode 0x8\n"); av_log 322 libavcodec/interplayvideo.c av_log(s->avctx, AV_LOG_ERROR, "too little data for opcode 0x9\n"); av_log 393 libavcodec/interplayvideo.c av_log(s->avctx, AV_LOG_ERROR, "too little data for opcode 0xA\n"); av_log 491 libavcodec/interplayvideo.c av_log(s->avctx, AV_LOG_ERROR, "too little data for opcode 0xD\n"); av_log 945 libavcodec/interplayvideo.c av_log(s->avctx, AV_LOG_ERROR, "decode problem on frame %d, @ block (%d, %d)\n", av_log 952 libavcodec/interplayvideo.c av_log(s->avctx, AV_LOG_ERROR, av_log 117 libavcodec/intrax8.c av_log(NULL, AV_LOG_ERROR, "table size %i does not match needed %i\n", (int)(sizeof(table)/sizeof(VLC_TYPE)/2), offset); av_log 73 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_DEBUG, "qp:%d %c size:%d rnd:%d%s%s%s%s%s%s%s%s%s %d/%d\n", av_log 461 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal dc %d at %d %d\n", level, s->mb_x, s->mb_y); av_log 489 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal ac vlc code at %dx%d\n", s->mb_x, s->mb_y); av_log 549 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "run overflow at %dx%d i:%d\n", s->mb_x, s->mb_y, s->mb_intra); av_log 632 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "cbpc damaged at %d %d\n", s->mb_x, s->mb_y); av_log 723 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "b mb_type damaged at %d %d\n", s->mb_x, s->mb_y); av_log 742 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "b cbpy damaged at %d %d\n", s->mb_x, s->mb_y); av_log 799 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "I cbpc damaged at %d %d\n", s->mb_x, s->mb_y); av_log 824 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "I cbpy damaged at %d %d\n", s->mb_x, s->mb_y); av_log 879 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_WARNING, "Header looks like RTP instead of H.263\n"); av_log 892 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Bad picture start code\n"); av_log 904 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Bad marker\n"); av_log 908 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Bad H263 id\n"); av_log 936 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "H263 SAC not supported\n"); av_log 965 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Syntax-based Arithmetic Coding (SAC) not supported\n"); av_log 976 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Reference Picture Selection not supported\n"); av_log 979 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Independent Segment Decoding not supported\n"); av_log 990 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "Bad UFEP type (%d)\n", ufep); av_log 1052 libavcodec/ituh263dec.c av_log(s, AV_LOG_ERROR, "zero framerate\n"); av_log 1074 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "rectangular slices not supported\n"); av_log 1077 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "unordered slices not supported\n"); av_log 1086 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "dimensions 0\n"); av_log 1122 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "SEPB1 marker missing\n"); av_log 1129 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_ERROR, "SEPB2 marker missing\n"); av_log 1146 libavcodec/ituh263dec.c for(i=0; i<85; i++) av_log(s->avctx, AV_LOG_DEBUG, "%d", get_bits1(&s->gb)); av_log 1147 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_DEBUG, "\n"); av_log 1152 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_DEBUG, " %5d", v); av_log 1154 libavcodec/ituh263dec.c av_log(s->avctx, AV_LOG_DEBUG, "\n"); av_log 1156 libavcodec/ituh263dec.c for(i=0; i<50; i++) av_log(s->avctx, AV_LOG_DEBUG, "%d", get_bits1(&s->gb)); av_log 242 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "Empty custom Huffman table!\n"); av_log 260 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, av_log 406 libavcodec/ivi_common.c av_log(NULL, AV_LOG_DEBUG, "ref_tile mismatch\n"); av_log 528 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "Scan pattern is not set.\n"); av_log 551 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "Invalid sym encountered: %"PRIu32".\n", sym); av_log 586 libavcodec/ivi_common.c av_log(NULL, AV_LOG_ERROR, "Too large transform\n"); av_log 770 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "Allocated tile size %d mismatches " av_log 824 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "MV out of bounds\n"); av_log 937 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "Band buffer points to no data!\n"); av_log 951 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "Error while decoding band header: %d\n", av_log 957 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "Empty band encountered!\n"); av_log 981 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "MB sizes mismatch: %d vs. %d\n", av_log 995 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "Tile data size is zero!\n"); av_log 1006 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, av_log 1012 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, av_log 1039 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, av_log 1067 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, av_log 1091 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "Color planes not initialized yet\n"); av_log 1105 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, av_log 1192 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "This video uses scalability mode!\n"); av_log 1194 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "This video uses local decoding!\n"); av_log 1196 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "This video contains B-frames!\n"); av_log 1198 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "Transparency mode is enabled!\n"); av_log 1200 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "This video uses Haar transform!\n"); av_log 1202 libavcodec/ivi_common.c av_log(avctx, AV_LOG_ERROR, "This video uses fullpel motion vectors!\n"); av_log 749 libavcodec/j2kenc.c av_log(s->avctx, AV_LOG_DEBUG, "tier2\n"); av_log 762 libavcodec/j2kenc.c av_log(s->avctx, AV_LOG_DEBUG, "after tier2\n"); av_log 821 libavcodec/j2kenc.c av_log(s->avctx, AV_LOG_DEBUG,"dwt\n"); av_log 824 libavcodec/j2kenc.c av_log(s->avctx, AV_LOG_DEBUG,"after dwt -> tier1\n"); av_log 881 libavcodec/j2kenc.c av_log(s->avctx, AV_LOG_DEBUG, "after tier1\n"); av_log 884 libavcodec/j2kenc.c av_log(s->avctx, AV_LOG_DEBUG, "rate control\n"); av_log 888 libavcodec/j2kenc.c av_log(s->avctx, AV_LOG_DEBUG, "after rate control\n"); av_log 962 libavcodec/j2kenc.c av_log(s->avctx, AV_LOG_DEBUG, "end\n"); av_log 978 libavcodec/j2kenc.c av_log(s->avctx, AV_LOG_DEBUG, "init\n"); av_log 1025 libavcodec/j2kenc.c av_log(s->avctx, AV_LOG_DEBUG, "after init\n"); av_log 205 libavcodec/jpeg2000.c av_log(avctx, AV_LOG_ERROR, "nreslevels2decode %d invalid or uninitialized\n", codsty->nreslevels2decode); av_log 316 libavcodec/jpeg2000.c av_log(avctx, AV_LOG_ERROR, "Unknown quantization format\n"); av_log 257 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid number of components: %d\n", av_log 271 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid tile dimension %dx%d.\n", av_log 288 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid sample separation %d/%d\n", s->cdx[i], s->cdy[i]); av_log 353 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 380 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "nreslevels %d is invalid\n", c->nreslevels); av_log 389 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "reduction_factor too large for this bitstream, max is %d\n", c->nreslevels - 1); av_log 402 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "cblk size invalid\n"); av_log 413 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_WARNING, "extra cblk styles %X\n", c->cblk_style); av_log 453 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 481 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 572 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 606 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "Psot %"PRIu32" too big\n", Psot); av_log 773 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 802 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "EPH marker not found.\n"); av_log 815 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1048 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1153 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "Transforms mismatch, MCT not supported\n"); av_log 1368 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "Missing EOC\n"); av_log 1380 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "Missing SIZ\n"); av_log 1384 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "Missing SOT\n"); av_log 1391 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid tpend\n"); av_log 1441 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1448 libavcodec/jpeg2000dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1610 libavcodec/jpeg2000dec.c av_log(avctx, AV_LOG_ERROR, av_log 1623 libavcodec/jpeg2000dec.c av_log(avctx, AV_LOG_ERROR, "SOC marker not present\n"); av_log 70 libavcodec/jpeglsdec.c av_log(s->avctx, AV_LOG_DEBUG, "Coding parameters maxval:%d T1:%d T2:%d T3:%d reset:%d\n", av_log 99 libavcodec/jpeglsdec.c av_log(s->avctx, AV_LOG_DEBUG, "LSE palette %d tid:%d wt:%d maxtab:%d\n", id, tid, wt, maxtab); av_log 128 libavcodec/jpeglsdec.c av_log(s->avctx, AV_LOG_ERROR, "invalid id %d\n", id); av_log 273 libavcodec/jpeglsdec.c av_log(NULL, AV_LOG_ERROR, "run overflow\n"); av_log 363 libavcodec/jpeglsdec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 369 libavcodec/jpeglsdec.c av_log(s->avctx, AV_LOG_DEBUG, "JPEG params: ILV=%i Pt=%i BPP=%i, scan = %i\n", av_log 429 libavcodec/jpeglsenc.c av_log(ctx, AV_LOG_ERROR, av_log 48 libavcodec/jvdec.c av_log(avctx, AV_LOG_ERROR, "Invalid video dimensions: %dx%d\n", av_log 163 libavcodec/jvdec.c av_log(avctx, AV_LOG_ERROR, "video size %d invalid\n", video_size); av_log 186 libavcodec/jvdec.c av_log(avctx, AV_LOG_WARNING, av_log 121 libavcodec/kgv1dec.c av_log(avctx, AV_LOG_ERROR, av_log 151 libavcodec/kgv1dec.c av_log(avctx, AV_LOG_DEBUG, "frame finished with %d diff\n", outcnt - maxcnt); av_log 87 libavcodec/kmvc.c av_log(ctx->avctx, AV_LOG_ERROR, "Data overrun\n"); av_log 111 libavcodec/kmvc.c av_log(ctx->avctx, AV_LOG_ERROR, "Invalid MV\n"); av_log 136 libavcodec/kmvc.c av_log(ctx->avctx, AV_LOG_ERROR, "Invalid MV\n"); av_log 180 libavcodec/kmvc.c av_log(ctx->avctx, AV_LOG_ERROR, "Data overrun\n"); av_log 193 libavcodec/kmvc.c av_log(ctx->avctx, AV_LOG_ERROR, "Data overrun\n"); av_log 211 libavcodec/kmvc.c av_log(ctx->avctx, AV_LOG_ERROR, "Invalid MV\n"); av_log 236 libavcodec/kmvc.c av_log(ctx->avctx, AV_LOG_ERROR, "Invalid MV\n"); av_log 322 libavcodec/kmvc.c av_log(avctx, AV_LOG_ERROR, "Block size = %i\n", blocksize); av_log 338 libavcodec/kmvc.c av_log(avctx, AV_LOG_ERROR, "Unknown compression method %i\n", header & KMVC_METHOD); av_log 378 libavcodec/kmvc.c av_log(avctx, AV_LOG_ERROR, "KMVC supports frames <= 320x200\n"); av_log 390 libavcodec/kmvc.c av_log(avctx, AV_LOG_WARNING, av_log 397 libavcodec/kmvc.c av_log(avctx, AV_LOG_ERROR, "KMVC palette too large\n"); av_log 150 libavcodec/lagarith.c av_log(rac->avctx, AV_LOG_ERROR, "Invalid probability encountered.\n"); av_log 154 libavcodec/lagarith.c av_log(rac->avctx, AV_LOG_ERROR, "Integer overflow encountered in cumulative probability calculation.\n"); av_log 160 libavcodec/lagarith.c av_log(rac->avctx, AV_LOG_ERROR, "Invalid probability run encountered.\n"); av_log 171 libavcodec/lagarith.c av_log(rac->avctx, AV_LOG_ERROR, "All probabilities are 0!\n"); av_log 185 libavcodec/lagarith.c av_log(rac->avctx, AV_LOG_ERROR, "Scaled probabilities invalid\n"); av_log 197 libavcodec/lagarith.c av_log(rac->avctx, AV_LOG_ERROR, av_log 381 libavcodec/lagarith.c av_log(l->avctx, AV_LOG_ERROR, "Too many zeros remaining.\n"); av_log 462 libavcodec/lagarith.c av_log(l->avctx, AV_LOG_WARNING, av_log 496 libavcodec/lagarith.c av_log(l->avctx, AV_LOG_ERROR, av_log 619 libavcodec/lagarith.c av_log(avctx, AV_LOG_ERROR, "cannot allocate temporary buffer\n"); av_log 626 libavcodec/lagarith.c av_log(avctx, AV_LOG_ERROR, av_log 670 libavcodec/lagarith.c av_log(avctx, AV_LOG_ERROR, av_log 697 libavcodec/lagarith.c av_log(avctx, AV_LOG_ERROR, av_log 713 libavcodec/lagarith.c av_log(avctx, AV_LOG_ERROR, av_log 139 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Inflate reset error: %d\n", zret); av_log 148 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Inflate error: %d\n", zret); av_log 152 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Decoded size differs (%d != %lu)\n", av_log 201 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "len %d is too small\n", len); av_log 209 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Mthread1 decoded size differs (%d != %d)\n", av_log 216 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Mthread2 decoded size differs (%d != %d)\n", av_log 225 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Decoded size differs (%d != %d)\n", av_log 257 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "BUG! Unknown MSZH compression in frame decoder.\n"); av_log 293 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "BUG! Unknown codec in frame decoder compression switch.\n"); av_log 377 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "BUG! Unknown imagetype in pngfilter switch.\n"); av_log 466 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "BUG! Unknown imagetype in image decoder.\n"); av_log 491 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Extradata size too small.\n"); av_log 498 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Codec id and codec type mismatch. This should not happen.\n"); av_log 507 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "Image type is YUV 1:1:1.\n"); av_log 513 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "Image type is YUV 4:2:2.\n"); av_log 523 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "Image type is RGB 24.\n"); av_log 529 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "Image type is YUV 4:1:1.\n"); av_log 535 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "Image type is YUV 2:1:1.\n"); av_log 541 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "Image type is YUV 4:2:0.\n"); av_log 544 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Unsupported image format %d.\n", c->imgtype); av_log 560 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "Compression enabled.\n"); av_log 564 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "No compression.\n"); av_log 567 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Unsupported compression format for MSZH (%d).\n", c->compression); av_log 575 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "High speed compression.\n"); av_log 578 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "High compression.\n"); av_log 581 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "Normal compression.\n"); av_log 585 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Unsupported compression level for ZLIB: (%d).\n", c->compression); av_log 588 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "Compression level for ZLIB: (%d).\n", c->compression); av_log 593 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "BUG! Unknown codec in compression switch.\n"); av_log 600 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Can't allocate decompression buffer.\n"); av_log 608 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "Multithread encoder flag set.\n"); av_log 610 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "Nullframe insertion flag set.\n"); av_log 612 libavcodec/lcldec.c av_log(avctx, AV_LOG_DEBUG, "PNG filter flag set.\n"); av_log 614 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Unknown flag set (%d).\n", c->flags); av_log 625 libavcodec/lcldec.c av_log(avctx, AV_LOG_ERROR, "Inflate init error: %d\n", zret); av_log 86 libavcodec/lclenc.c av_log(avctx, AV_LOG_ERROR, "Format not supported!\n"); av_log 92 libavcodec/lclenc.c av_log(avctx, AV_LOG_ERROR, "Deflate reset error: %d\n", zret); av_log 103 libavcodec/lclenc.c av_log(avctx, AV_LOG_ERROR, "Deflate error: %d\n", zret); av_log 109 libavcodec/lclenc.c av_log(avctx, AV_LOG_ERROR, "Deflate error: %d\n", zret); av_log 167 libavcodec/lclenc.c av_log(avctx, AV_LOG_ERROR, "Deflate init error: %d\n", zret); av_log 45 libavcodec/libaacplus.c av_log(avctx, AV_LOG_ERROR, "encoding %d channel(s) is not allowed\n", avctx->channels); av_log 50 libavcodec/libaacplus.c av_log(avctx, AV_LOG_ERROR, "invalid AAC profile: %d, only LC supported\n", avctx->profile); av_log 57 libavcodec/libaacplus.c av_log(avctx, AV_LOG_ERROR, "can't open encoder\n"); av_log 69 libavcodec/libaacplus.c av_log(avctx, AV_LOG_ERROR, "libaacplus doesn't support this output format!\n"); av_log 78 libavcodec/libcelt_dec.c av_log(c, AV_LOG_WARNING, av_log 87 libavcodec/libcelt_dec.c av_log(c, AV_LOG_WARNING, av_log 73 libavcodec/libfaac.c av_log(avctx, AV_LOG_ERROR, "encoding %d channel(s) is not allowed\n", avctx->channels); av_log 82 libavcodec/libfaac.c av_log(avctx, AV_LOG_ERROR, "error in faacEncOpen()\n"); av_log 90 libavcodec/libfaac.c av_log(avctx, AV_LOG_ERROR, "wrong libfaac version (compiled for: %d, using %d)\n", FAAC_CFG_VERSION, faac_cfg->version); av_log 111 libavcodec/libfaac.c av_log(avctx, AV_LOG_ERROR, "invalid AAC profile\n"); av_log 161 libavcodec/libfaac.c av_log(avctx, AV_LOG_ERROR, "libfaac doesn't support this output format!\n"); av_log 166 libavcodec/libfaac.c av_log(avctx, AV_LOG_WARNING, "libfaac doesn't support the specified bitrate, using %dkbit/s instead\n", i); av_log 194 libavcodec/libfaac.c av_log(avctx, AV_LOG_ERROR, "faacEncEncode() error\n"); av_log 94 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "Unable to get stream info\n"); av_log 99 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "Stream info not initialized\n"); av_log 108 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_WARNING, "unknown channel type\n"); av_log 113 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_DEBUG, av_log 136 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_WARNING, av_log 146 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_WARNING, av_log 164 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_WARNING, av_log 175 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_WARNING, av_log 183 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_WARNING, "unsupported channel configuration\n"); av_log 216 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "Error opening decoder\n"); av_log 223 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "Unable to set extradata\n"); av_log 230 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "Unable to set error concealment method\n"); av_log 247 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_WARNING, "Invalid request_channel_layout\n"); av_log 254 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_WARNING, "Unable to set output channels in the decoder\n"); av_log 258 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "Unable to allocate ancillary buffer for the decoder\n"); av_log 263 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "Unable to register downmix ancillary buffer in the decoder\n"); av_log 273 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "Unable to set DRC boost factor in the decoder\n"); av_log 280 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "Unable to set DRC attenuation factor in the decoder\n"); av_log 287 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "Unable to set DRC reference level in the decoder\n"); av_log 294 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "Unable to set DRC heavy compression in the decoder\n"); av_log 301 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "Unable to set in signal level limiting in the decoder\n"); av_log 327 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, "aacDecoder_Fill() failed: %x\n", err); av_log 361 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_ERROR, av_log 405 libavcodec/libfdk-aacdec.c av_log(avctx, AV_LOG_WARNING, "failed to clear buffer when flushing\n"); av_log 115 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to open the encoder: %s\n", av_log 124 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to set the AOT %d: %s\n", av_log 132 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to enable SBR for ELD: %s\n", av_log 140 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to set the sample rate %d: %s\n", av_log 167 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, av_log 174 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, av_log 181 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, av_log 190 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_WARNING, av_log 194 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_WARNING, av_log 199 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to set the VBR bitrate mode %d: %s\n", av_log 218 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to set the bitrate %d: %s\n", av_log 228 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to set the transmux format: %s\n", av_log 236 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to set header period: %s\n", av_log 250 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to set signaling mode %d: %s\n", av_log 257 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to set afterburner to %d: %s\n", av_log 264 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "cutoff valid range is %d-20000\n", av_log 270 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to set the encoder bandwidth to %d: %s\n", av_log 277 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to initialize the encoder: %s\n", av_log 283 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to get encoder info: %s\n", av_log 361 libavcodec/libfdk-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to encode frame: %s\n", av_log 94 libavcodec/libgsmdec.c av_log(avctx, AV_LOG_ERROR, "Packet is too small\n"); av_log 51 libavcodec/libgsmenc.c av_log(avctx, AV_LOG_ERROR, "Mono required for GSM, got %d channels\n", av_log 57 libavcodec/libgsmenc.c av_log(avctx, AV_LOG_ERROR, "Sample rate 8000Hz required for GSM, got %dHz\n", av_log 65 libavcodec/libgsmenc.c av_log(avctx, AV_LOG_ERROR, "Bitrate 13000bps required for GSM, got %dbps\n", av_log 66 libavcodec/libilbc.c av_log(avctx, AV_LOG_ERROR, "iLBC frame mode not indicated\n"); av_log 90 libavcodec/libilbc.c av_log(avctx, AV_LOG_ERROR, "iLBC frame too short (%u, should be %u)\n", av_log 142 libavcodec/libilbc.c av_log(avctx, AV_LOG_ERROR, "Only 8000Hz sample rate supported\n"); av_log 147 libavcodec/libilbc.c av_log(avctx, AV_LOG_ERROR, "Only mono supported\n"); av_log 202 libavcodec/libmp3lame.c av_log(avctx, AV_LOG_ERROR, "inadequate AVFrame plane padding\n"); av_log 224 libavcodec/libmp3lame.c av_log(avctx, AV_LOG_ERROR, av_log 233 libavcodec/libmp3lame.c av_log(avctx, AV_LOG_ERROR, "error reallocating output buffer\n"); av_log 250 libavcodec/libmp3lame.c av_log(avctx, AV_LOG_ERROR, "Invalid mp3 header at start of buffer\n"); av_log 254 libavcodec/libmp3lame.c av_log(avctx, AV_LOG_ERROR, "free format output not supported\n"); av_log 75 libavcodec/libopencore-amr.c av_log(avctx, AV_LOG_ERROR, "Decoder_Interface_init error\n"); av_log 114 libavcodec/libopencore-amr.c av_log(avctx, AV_LOG_ERROR, "amr frame too short (%u, should be %u)\n", av_log 173 libavcodec/libopencore-amr.c av_log(log_ctx, AV_LOG_WARNING, "%s\n", log_buf); av_log 192 libavcodec/libopencore-amr.c av_log(avctx, AV_LOG_ERROR, "Only 8000Hz sample rate supported\n"); av_log 197 libavcodec/libopencore-amr.c av_log(avctx, AV_LOG_ERROR, "Only mono supported\n"); av_log 207 libavcodec/libopencore-amr.c av_log(avctx, AV_LOG_ERROR, "Encoder_Interface_init error\n"); av_log 342 libavcodec/libopencore-amr.c av_log(avctx, AV_LOG_ERROR, "amr frame too short (%u, should be %u)\n", av_log 347 libavcodec/libopencore-amr.c av_log(avctx, AV_LOG_ERROR, "amr packet_size invalid\n"); av_log 83 libavcodec/libopenh264enc.c av_log(avctx, AV_LOG_ERROR, "Incorrect library version loaded\n"); av_log 89 libavcodec/libopenh264enc.c av_log(avctx, AV_LOG_ERROR, "Unable to create encoder\n"); av_log 136 libavcodec/libopenh264enc.c av_log(avctx, AV_LOG_ERROR, "Initialize failed\n"); av_log 183 libavcodec/libopenh264enc.c av_log(avctx, AV_LOG_ERROR, "EncodeFrame failed\n"); av_log 187 libavcodec/libopenh264enc.c av_log(avctx, AV_LOG_DEBUG, "frame skipped\n"); av_log 203 libavcodec/libopenh264enc.c av_log(avctx, AV_LOG_DEBUG, "%d slices\n", fbi.sLayerInfo[fbi.iLayerNum - 1].iNalCount); av_log 206 libavcodec/libopenh264enc.c av_log(avctx, AV_LOG_ERROR, "Error getting output packet\n"); av_log 286 libavcodec/libopenjpegdec.c av_log(avctx, AV_LOG_ERROR, "Error initializing decoder.\n"); av_log 297 libavcodec/libopenjpegdec.c av_log(avctx, AV_LOG_ERROR, av_log 308 libavcodec/libopenjpegdec.c av_log(avctx, AV_LOG_ERROR, "Error decoding codestream.\n"); av_log 328 libavcodec/libopenjpegdec.c av_log(avctx, AV_LOG_ERROR, "Unable to determine pixel format\n"); av_log 344 libavcodec/libopenjpegdec.c av_log(avctx, AV_LOG_ERROR, av_log 356 libavcodec/libopenjpegdec.c av_log(avctx, AV_LOG_ERROR, "Error decoding codestream.\n"); av_log 393 libavcodec/libopenjpegdec.c av_log(avctx, AV_LOG_ERROR, "unsupported pixel size %d\n", pixel_size); av_log 61 libavcodec/libopenjpegenc.c av_log(data, AV_LOG_ERROR, "%s\n", msg); av_log 66 libavcodec/libopenjpegenc.c av_log(data, AV_LOG_WARNING, "%s\n", msg); av_log 71 libavcodec/libopenjpegenc.c av_log(data, AV_LOG_DEBUG, "%s\n", msg); av_log 185 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, av_log 237 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, "Error creating the mj2 image\n"); av_log 244 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, "Error allocating coded frame\n"); av_log 268 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, "Error: frame's linesize is too small for the image\n"); av_log 308 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, "Error: frame's linesize is too small for the image\n"); av_log 348 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, "Error: frame's linesize is too small for the image\n"); av_log 389 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, "Error: frame's linesize is too small for the image\n"); av_log 431 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, "Error: frame's linesize is too small for the image\n"); av_log 547 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, av_log 555 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, av_log 562 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, "Error creating the compressor\n"); av_log 570 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, "Error creating the cio stream\n"); av_log 581 libavcodec/libopenjpegenc.c av_log(avctx, AV_LOG_ERROR, "Error during the opj encode\n"); av_log 64 libavcodec/libopusdec.c av_log(avc, AV_LOG_WARNING, "Inconsistent channel mapping.\n"); av_log 68 libavcodec/libopusdec.c av_log(avc, AV_LOG_ERROR, av_log 91 libavcodec/libopusdec.c av_log(avc, AV_LOG_ERROR, "Unable to create decoder: %s\n", av_log 99 libavcodec/libopusdec.c av_log(avc, AV_LOG_WARNING, "Failed to set gain: %s\n", av_log 148 libavcodec/libopusdec.c av_log(avc, AV_LOG_ERROR, "Decoding error: %s\n", av_log 111 libavcodec/libopusenc.c av_log(avctx, AV_LOG_ERROR, av_log 119 libavcodec/libopusenc.c av_log(avctx, AV_LOG_ERROR, av_log 127 libavcodec/libopusenc.c av_log(avctx, AV_LOG_WARNING, av_log 132 libavcodec/libopusenc.c av_log(avctx, AV_LOG_WARNING, av_log 138 libavcodec/libopusenc.c av_log(avctx, AV_LOG_WARNING, av_log 144 libavcodec/libopusenc.c av_log(avctx, AV_LOG_WARNING, av_log 152 libavcodec/libopusenc.c av_log(avctx, AV_LOG_WARNING, av_log 174 libavcodec/libopusenc.c av_log(avctx, AV_LOG_ERROR, av_log 182 libavcodec/libopusenc.c av_log(avctx, AV_LOG_WARNING, av_log 187 libavcodec/libopusenc.c av_log(avctx, AV_LOG_ERROR, "The bit rate %d bps is unsupported. " av_log 198 libavcodec/libopusenc.c av_log(avctx, AV_LOG_WARNING, av_log 213 libavcodec/libopusenc.c av_log(avctx, AV_LOG_ERROR, "Invalid frame duration: %g.\n" av_log 220 libavcodec/libopusenc.c av_log(avctx, AV_LOG_WARNING, av_log 246 libavcodec/libopusenc.c av_log(avctx, AV_LOG_WARNING, av_log 260 libavcodec/libopusenc.c av_log(avctx, AV_LOG_ERROR, av_log 274 libavcodec/libopusenc.c av_log(avctx, AV_LOG_ERROR, "Failed to allocate extradata.\n"); av_log 283 libavcodec/libopusenc.c av_log(avctx, AV_LOG_ERROR, "Failed to allocate samples buffer.\n"); av_log 290 libavcodec/libopusenc.c av_log(avctx, AV_LOG_WARNING, av_log 351 libavcodec/libopusenc.c av_log(avctx, AV_LOG_ERROR, av_log 117 libavcodec/libschroedingerdec.c av_log(parse_ctx, AV_LOG_ERROR, "Unable to allocate input buffer\n"); av_log 181 libavcodec/libschroedingerdec.c av_log(avctx, AV_LOG_ERROR, "invalid dimensions (%dx%d)\n", av_log 192 libavcodec/libschroedingerdec.c av_log(avctx, AV_LOG_ERROR, av_log 238 libavcodec/libschroedingerdec.c av_log(avctx, AV_LOG_ERROR, "Unable to allocate SchroTag\n"); av_log 284 libavcodec/libschroedingerdec.c av_log(avctx, AV_LOG_ERROR, "Unable to allocate FrameWithPts\n"); av_log 94 libavcodec/libschroedingerenc.c av_log(avctx, AV_LOG_ERROR, av_log 113 libavcodec/libschroedingerenc.c av_log(avctx, AV_LOG_ERROR, av_log 149 libavcodec/libschroedingerenc.c av_log(avctx, AV_LOG_ERROR, av_log 367 libavcodec/libschroedingerenc.c av_log(avctx, AV_LOG_ERROR, "Unknown Schro Encoder state\n"); av_log 46 libavcodec/libshine.c av_log(avctx, AV_LOG_ERROR, "only mono or stereo is supported\n"); av_log 57 libavcodec/libshine.c av_log(avctx, AV_LOG_ERROR, "invalid configuration\n"); av_log 85 libavcodec/libshine.c av_log(avctx, AV_LOG_ERROR, "internal buffer too small\n"); av_log 99 libavcodec/libshine.c av_log(avctx, AV_LOG_ERROR, "free format output not supported\n"); av_log 51 libavcodec/libspeexdec.c av_log(avctx, AV_LOG_WARNING, "Invalid Speex header\n"); av_log 56 libavcodec/libspeexdec.c av_log(avctx, AV_LOG_ERROR, "Missing or invalid extradata.\n"); av_log 62 libavcodec/libspeexdec.c av_log(avctx, AV_LOG_ERROR, "Unsupported quality mode %d.\n", quality); av_log 81 libavcodec/libspeexdec.c av_log(avctx, AV_LOG_WARNING, "Invalid sample rate: %d\n" av_log 90 libavcodec/libspeexdec.c av_log(avctx, AV_LOG_ERROR, "Unknown Speex mode %d", spx_mode); av_log 99 libavcodec/libspeexdec.c av_log(avctx, AV_LOG_ERROR, "Invalid channel count: %d.\n" av_log 109 libavcodec/libspeexdec.c av_log(avctx, AV_LOG_ERROR, "Error initializing libspeex decoder.\n"); av_log 163 libavcodec/libspeexdec.c av_log(avctx, AV_LOG_ERROR, "Error decoding Speex frame.\n"); av_log 116 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, "channels: %d\n", avctx->channels); av_log 122 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, "mode: %s\n", mode_str); av_log 124 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, "rate control: VBR\n"); av_log 125 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, " quality: %f\n", s->vbr_quality); av_log 127 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, "rate control: ABR\n"); av_log 128 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, " bitrate: %d bps\n", avctx->bit_rate); av_log 130 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, "rate control: CBR\n"); av_log 131 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, " bitrate: %d bps\n", avctx->bit_rate); av_log 133 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, "complexity: %d\n", av_log 135 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, "frame size: %d samples\n", av_log 137 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, "frames per packet: %d\n", av_log 139 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, "packet size: %d\n", av_log 141 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, "voice activity detection: %d\n", s->vad); av_log 142 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_DEBUG, "discontinuous transmission: %d\n", s->dtx); av_log 155 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_ERROR, "Invalid channels (%d). Only stereo and " av_log 166 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_ERROR, "Sample rate of %d Hz is not supported. " av_log 174 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_ERROR, "Error initializing libspeex\n"); av_log 223 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_WARNING, "DTX is not much of use without ABR, VAD or VBR\n"); av_log 252 libavcodec/libspeexenc.c av_log(avctx, AV_LOG_ERROR, "memory allocation error\n"); av_log 134 libavcodec/libstagefright.cpp av_log(s->avctx, AV_LOG_ERROR, "Failed to acquire MediaBuffer\n"); av_log 269 libavcodec/libstagefright.cpp av_log(avctx, AV_LOG_ERROR, "Cannot open the h264_mp4toannexb BSF!\n"); av_log 308 libavcodec/libstagefright.cpp av_log(avctx, AV_LOG_ERROR, "Cannot connect OMX client\n"); av_log 318 libavcodec/libstagefright.cpp av_log(avctx, AV_LOG_ERROR, "Cannot start decoder\n"); av_log 456 libavcodec/libstagefright.cpp av_log(avctx, AV_LOG_ERROR, "Decode failed: %x\n", status); av_log 77 libavcodec/libtheoraenc.c av_log(avc_context, AV_LOG_ERROR, "concatenate_packet failed: %s\n", message); av_log 98 libavcodec/libtheoraenc.c av_log(avctx, AV_LOG_ERROR, "Error getting first pass stats\n"); av_log 118 libavcodec/libtheoraenc.c av_log(avctx, AV_LOG_ERROR, "libtheora too old to support 2pass\n"); av_log 132 libavcodec/libtheoraenc.c av_log(avctx, AV_LOG_ERROR, "No statsfile for second pass\n"); av_log 148 libavcodec/libtheoraenc.c av_log(avctx, AV_LOG_ERROR, "Error submitting stats\n"); av_log 157 libavcodec/libtheoraenc.c av_log(avctx, AV_LOG_ERROR, "libtheora too old to support 2pass\n"); av_log 206 libavcodec/libtheoraenc.c av_log(avc_context, AV_LOG_ERROR, "Unsupported pix_fmt\n"); av_log 227 libavcodec/libtheoraenc.c av_log(avc_context, AV_LOG_ERROR, "theora_encode_init failed\n"); av_log 237 libavcodec/libtheoraenc.c av_log(avc_context, AV_LOG_ERROR, "Error setting GOP size\n"); av_log 318 libavcodec/libtheoraenc.c av_log(avc_context, AV_LOG_ERROR, "theora_encode_YUVin failed (%s) [%d]\n", message, result); av_log 336 libavcodec/libtheoraenc.c av_log(avc_context, AV_LOG_ERROR, "theora_encode_packetout failed [%d]\n", result); av_log 88 libavcodec/libtwolame.c av_log(avctx, AV_LOG_WARNING, av_log 142 libavcodec/libtwolame.c av_log(avctx, AV_LOG_ERROR, av_log 43 libavcodec/libutvideodec.cpp av_log(avctx, AV_LOG_ERROR, "Extradata size (%d) mismatch.\n", avctx->extradata_size); av_log 90 libavcodec/libutvideodec.cpp av_log(avctx, AV_LOG_ERROR, av_log 104 libavcodec/libutvideodec.cpp av_log(avctx, AV_LOG_ERROR, "Unable to allocate output buffer.\n"); av_log 132 libavcodec/libutvideodec.cpp av_log(avctx, AV_LOG_ERROR, av_log 77 libavcodec/libutvideoenc.cpp av_log(avctx, AV_LOG_ERROR, "Invalid prediction method.\n"); av_log 90 libavcodec/libutvideoenc.cpp av_log(avctx, AV_LOG_ERROR, "Could not allocate extradata buffer.\n"); av_log 106 libavcodec/libutvideoenc.cpp av_log(avctx, AV_LOG_ERROR, "Could not allocate output buffer.\n"); av_log 189 libavcodec/libutvideoenc.cpp av_log(avctx, AV_LOG_ERROR, "EncodeFrame failed!\n"); av_log 91 libavcodec/libvo-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to set encoding parameters\n"); av_log 100 libavcodec/libvo-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unsupported sample rate %d\n", av_log 167 libavcodec/libvo-aacenc.c av_log(avctx, AV_LOG_ERROR, "Unable to encode frame\n"); av_log 73 libavcodec/libvo-amrwbenc.c av_log(log_ctx, AV_LOG_WARNING, "%s\n", log_buf); av_log 83 libavcodec/libvo-amrwbenc.c av_log(avctx, AV_LOG_ERROR, "Only 16000Hz sample rate supported\n"); av_log 88 libavcodec/libvo-amrwbenc.c av_log(avctx, AV_LOG_ERROR, "Only mono supported\n"); av_log 127 libavcodec/libvo-amrwbenc.c av_log(avctx, AV_LOG_ERROR, "Error encoding frame\n"); av_log 42 libavcodec/libvorbisdec.c av_log(avccontext, AV_LOG_ERROR, "vorbis extradata absent\n"); av_log 66 libavcodec/libvorbisdec.c av_log(avccontext, AV_LOG_ERROR, av_log 77 libavcodec/libvorbisdec.c av_log(avccontext, AV_LOG_DEBUG, av_log 85 libavcodec/libvorbisdec.c av_log(avccontext, AV_LOG_ERROR, av_log 96 libavcodec/libvorbisdec.c av_log(avccontext, AV_LOG_ERROR, "%d. vorbis header damaged\n", i+1); av_log 150 libavcodec/libvorbisenc.c av_log(avctx, AV_LOG_ERROR, "%s not supported by Vorbis: " av_log 154 libavcodec/libvorbisenc.c av_log(avctx, AV_LOG_WARNING, "No channel layout specified. The encoder " av_log 205 libavcodec/libvorbisenc.c av_log(avctx, AV_LOG_ERROR, "encoder setup failed\n"); av_log 209 libavcodec/libvorbisenc.c av_log(avctx, AV_LOG_ERROR, "analysis init failed\n"); av_log 215 libavcodec/libvorbisenc.c av_log(avctx, AV_LOG_ERROR, "dsp init failed\n"); av_log 253 libavcodec/libvorbisenc.c av_log(avctx, AV_LOG_ERROR, "invalid extradata\n"); av_log 295 libavcodec/libvorbisenc.c av_log(avctx, AV_LOG_ERROR, "error in vorbis_analysis_wrote()\n"); av_log 303 libavcodec/libvorbisenc.c av_log(avctx, AV_LOG_ERROR, "error in vorbis_analysis_wrote()\n"); av_log 319 libavcodec/libvorbisenc.c av_log(avctx, AV_LOG_ERROR, "packet buffer is too small\n"); av_log 326 libavcodec/libvorbisenc.c av_log(avctx, AV_LOG_ERROR, "error getting available packets\n"); av_log 331 libavcodec/libvorbisenc.c av_log(avctx, AV_LOG_ERROR, "error getting available packets\n"); av_log 49 libavcodec/libvpxdec.c av_log(avctx, AV_LOG_INFO, "%s\n", vpx_codec_version_str()); av_log 50 libavcodec/libvpxdec.c av_log(avctx, AV_LOG_VERBOSE, "%s\n", vpx_codec_build_config()); av_log 54 libavcodec/libvpxdec.c av_log(avctx, AV_LOG_ERROR, "Failed to initialize decoder: %s\n", av_log 129 libavcodec/libvpxdec.c av_log(avctx, AV_LOG_ERROR, "Failed to decode frame: %s\n", error); av_log 131 libavcodec/libvpxdec.c av_log(avctx, AV_LOG_ERROR, " Additional information: %s\n", av_log 139 libavcodec/libvpxdec.c av_log(avctx, AV_LOG_ERROR, "Unsupported output colorspace (%d) / bit_depth (%d)\n", av_log 142 libavcodec/libvpxdec.c av_log(avctx, AV_LOG_ERROR, "Unsupported output colorspace (%d) / bit_depth (%d)\n", av_log 149 libavcodec/libvpxdec.c av_log(avctx, AV_LOG_INFO, "dimension change! %dx%d -> %dx%d\n", av_log 138 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, "%s: %s\n", desc, error); av_log 140 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, " Additional information: %s\n", detail); av_log 149 libavcodec/libvpxenc.c av_log(avctx, level, "vpx_codec_enc_cfg\n"); av_log 150 libavcodec/libvpxenc.c av_log(avctx, level, "generic settings\n" av_log 162 libavcodec/libvpxenc.c av_log(avctx, level, "rate control settings\n" av_log 172 libavcodec/libvpxenc.c av_log(avctx, level, "quantizer settings\n" av_log 176 libavcodec/libvpxenc.c av_log(avctx, level, "bitrate tolerance\n" av_log 180 libavcodec/libvpxenc.c av_log(avctx, level, "decoder buffer model\n" av_log 185 libavcodec/libvpxenc.c av_log(avctx, level, "2 pass rate control settings\n" av_log 190 libavcodec/libvpxenc.c av_log(avctx, level, "keyframing settings\n" av_log 195 libavcodec/libvpxenc.c av_log(avctx, level, "\n"); av_log 236 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_DEBUG, " %*s%d\n", width, buf, val); av_log 271 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_INFO, "%s\n", vpx_codec_version_str()); av_log 272 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_VERBOSE, "%s\n", vpx_codec_build_config()); av_log 278 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, "Failed to get config: %s\n", av_log 285 libavcodec/libvpxenc.c av_log( avctx, AV_LOG_ERROR, "Rate control parameters set without a bitrate\n"); av_log 327 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_WARNING, av_log 344 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, av_log 383 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, "No stats file for second pass\n"); av_log 390 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, av_log 398 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, "Stat buffer decode failed\n"); av_log 432 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_DEBUG, "vpx_codec_control\n"); av_log 450 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_WARNING, "The mb_threshold option is deprecated, " av_log 477 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_DEBUG, "Using deadline: %d\n", ctx->deadline); av_log 489 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, "Error allocating coded frame\n"); av_log 636 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, av_log 644 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, av_log 654 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, av_log 672 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, "Stat buffer realloc failed\n"); av_log 762 libavcodec/libvpxenc.c av_log(avctx, AV_LOG_ERROR, "Stat buffer alloc (%d bytes) failed\n", av_log 60 libavcodec/libwavpackenc.c av_log(avctx, AV_LOG_ERROR, "Error encoding a frame: %s\n", av_log 70 libavcodec/libwavpackenc.c av_log(avctx, AV_LOG_ERROR, "Error flushing the encoder: %s\n", av_log 92 libavcodec/libwavpackenc.c av_log(avctx, AV_LOG_ERROR, "Provided packet too small.\n"); av_log 99 libavcodec/libwavpackenc.c av_log(avctx, AV_LOG_ERROR, "Error allocating output packet.\n"); av_log 119 libavcodec/libwavpackenc.c av_log(avctx, AV_LOG_ERROR, "Error allocating the encoder.\n"); av_log 166 libavcodec/libwavpackenc.c av_log(avctx, AV_LOG_ERROR, "Error configuring the encoder: %s.\n", av_log 73 libavcodec/libwebpenc.c av_log(avctx, AV_LOG_WARNING, "invalid compression level: %d\n", av_log 99 libavcodec/libwebpenc.c av_log(avctx, AV_LOG_DEBUG, "%s - quality=%.1f method=%d\n", av_log 116 libavcodec/libwebpenc.c av_log(avctx, AV_LOG_ERROR, "Picture size is too large. Max is %dx%d.\n", av_log 138 libavcodec/libwebpenc.c av_log(avctx, AV_LOG_WARNING, av_log 151 libavcodec/libwebpenc.c av_log(avctx, AV_LOG_WARNING, av_log 247 libavcodec/libwebpenc.c av_log(avctx, AV_LOG_WARNING, av_log 262 libavcodec/libwebpenc.c av_log(avctx, AV_LOG_ERROR, av_log 279 libavcodec/libwebpenc.c av_log(avctx, AV_LOG_ERROR, "WebPEncode() failed with error: %d\n", av_log 124 libavcodec/libx264.c av_log(ctx, AV_LOG_ERROR, "Error: nal buffer is too small\n"); av_log 323 libavcodec/libx264.c av_log(avctx, AV_LOG_ERROR, \ av_log 326 libavcodec/libx264.c av_log(avctx, AV_LOG_ERROR, \ av_log 362 libavcodec/libx264.c av_log(avctx, AV_LOG_ERROR, "Error parsing option '%s' with value '%s'.\n", name, x4->var);\ av_log 372 libavcodec/libx264.c av_log(avctx, AV_LOG_WARNING, "-qscale is ignored, -crf is recommended.\n"); av_log 381 libavcodec/libx264.c av_log(avctx, AV_LOG_ERROR, "Error setting preset/tune %s/%s.\n", x4->preset, x4->tune); av_log 382 libavcodec/libx264.c av_log(avctx, AV_LOG_INFO, "Possible presets:"); av_log 384 libavcodec/libx264.c av_log(avctx, AV_LOG_INFO, " %s", x264_preset_names[i]); av_log 385 libavcodec/libx264.c av_log(avctx, AV_LOG_INFO, "\n"); av_log 386 libavcodec/libx264.c av_log(avctx, AV_LOG_INFO, "Possible tunes:"); av_log 388 libavcodec/libx264.c av_log(avctx, AV_LOG_INFO, " %s", x264_tune_names[i]); av_log 389 libavcodec/libx264.c av_log(avctx, AV_LOG_INFO, "\n"); av_log 484 libavcodec/libx264.c av_log(avctx, AV_LOG_WARNING, "Failed to parse level\n"); av_log 539 libavcodec/libx264.c av_log(avctx, AV_LOG_ERROR, av_log 606 libavcodec/libx264.c av_log(avctx, AV_LOG_ERROR, "Error setting profile %s.\n", x4->profile); av_log 607 libavcodec/libx264.c av_log(avctx, AV_LOG_INFO, "Possible profiles:"); av_log 609 libavcodec/libx264.c av_log(avctx, AV_LOG_INFO, " %s", x264_profile_names[i]); av_log 610 libavcodec/libx264.c av_log(avctx, AV_LOG_INFO, "\n"); av_log 671 libavcodec/libx264.c av_log(avctx, AV_LOG_WARNING, av_log 709 libavcodec/libx264.c av_log(avctx, AV_LOG_INFO, "%s\n", nal[i].p_payload+25); av_log 84 libavcodec/libx265.c av_log(avctx, AV_LOG_ERROR, av_log 92 libavcodec/libx265.c av_log(avctx, AV_LOG_ERROR, "Could not allocate frame.\n"); av_log 98 libavcodec/libx265.c av_log(avctx, AV_LOG_ERROR, "Could not allocate x265 param structure.\n"); av_log 103 libavcodec/libx265.c av_log(avctx, AV_LOG_ERROR, "Invalid preset or tune.\n"); av_log 123 libavcodec/libx265.c av_log(avctx, AV_LOG_ERROR, "Invalid SAR: %d:%d.\n", sar_num, sar_den); av_log 148 libavcodec/libx265.c av_log(avctx, AV_LOG_ERROR, "Invalid crf: %2.2f.\n", ctx->crf); av_log 169 libavcodec/libx265.c av_log(avctx, AV_LOG_WARNING, av_log 173 libavcodec/libx265.c av_log(avctx, AV_LOG_WARNING, av_log 186 libavcodec/libx265.c av_log(avctx, AV_LOG_ERROR, "Cannot open libx265 encoder.\n"); av_log 197 libavcodec/libx265.c av_log(avctx, AV_LOG_ERROR, "Cannot encode headers.\n"); av_log 204 libavcodec/libx265.c av_log(avctx, AV_LOG_ERROR, av_log 259 libavcodec/libx265.c av_log(avctx, AV_LOG_ERROR, "Error getting output packet.\n"); av_log 353 libavcodec/libxvid.c av_log(avctx, AV_LOG_DEBUG, av_log 482 libavcodec/libxvid.c av_log(avctx, AV_LOG_ERROR, av_log 504 libavcodec/libxvid.c av_log(avctx, AV_LOG_ERROR, av_log 521 libavcodec/libxvid.c av_log(avctx, AV_LOG_ERROR, "Xvid: Cannot write 2-pass pipe\n"); av_log 528 libavcodec/libxvid.c av_log(avctx, AV_LOG_ERROR, av_log 538 libavcodec/libxvid.c av_log(avctx, AV_LOG_ERROR, "Xvid: Cannot write to 2-pass pipe\n"); av_log 582 libavcodec/libxvid.c av_log(avctx, AV_LOG_INFO, av_log 686 libavcodec/libxvid.c av_log(avctx, AV_LOG_ERROR, "Xvid: Could not create encoder reference\n"); av_log 729 libavcodec/libxvid.c av_log(avctx, AV_LOG_ERROR, av_log 754 libavcodec/libxvid.c av_log(avctx, AV_LOG_WARNING, av_log 819 libavcodec/libxvid.c av_log(avctx, AV_LOG_ERROR, av_log 51 libavcodec/libxvid_rc.c av_log(NULL, AV_LOG_ERROR, "Can't create temporary pass2 file.\n"); av_log 72 libavcodec/libxvid_rc.c av_log(NULL, AV_LOG_ERROR, "Error %s writing 2pass logfile\n", av_err2str(ret)); av_log 95 libavcodec/libxvid_rc.c av_log(NULL, AV_LOG_ERROR, "xvid_plugin_2pass2 failed\n"); av_log 130 libavcodec/libxvid_rc.c av_log(s->avctx, AV_LOG_ERROR, av_log 140 libavcodec/libxvid_rc.c av_log(s->avctx, AV_LOG_ERROR, av_log 143 libavcodec/libzvbi-teletextdec.c av_log(ctx, AV_LOG_ERROR, "vbi_print error\n"); av_log 186 libavcodec/libzvbi-teletextdec.c av_log(ctx, AV_LOG_DEBUG, "subtext:%s:txetbus\n", sub_rect->ass); av_log 243 libavcodec/libzvbi-teletextdec.c av_log(ctx, AV_LOG_DEBUG, "dropping empty page %3x\n", page->pgno); av_log 297 libavcodec/libzvbi-teletextdec.c av_log(ctx, AV_LOG_DEBUG, "decoded page %s.%02x\n", av_log 326 libavcodec/libzvbi-teletextdec.c av_log(ctx, AV_LOG_DEBUG, "%d x %d page chop:%d\n", av_log 355 libavcodec/libzvbi-teletextdec.c av_log(ctx, AV_LOG_ERROR, "Buffered too many pages, dropping page %s.\n", pgno_str); av_log 394 libavcodec/libzvbi-teletextdec.c av_log(ctx, AV_LOG_WARNING, "%d bytes remained after slicing data\n", size); av_log 435 libavcodec/libzvbi-teletextdec.c av_log(avctx, AV_LOG_DEBUG, "line numbers:"); av_log 437 libavcodec/libzvbi-teletextdec.c av_log(avctx, AV_LOG_DEBUG, " %d", ctx->sliced[i].line); av_log 438 libavcodec/libzvbi-teletextdec.c av_log(avctx, AV_LOG_DEBUG, "\n"); av_log 469 libavcodec/libzvbi-teletextdec.c av_log(avctx, AV_LOG_DEBUG, "sending empty sub\n"); av_log 494 libavcodec/libzvbi-teletextdec.c av_log(avctx, AV_LOG_ERROR, "decoder needs zvbi version >= 0.2.26.\n"); av_log 512 libavcodec/libzvbi-teletextdec.c av_log(avctx, AV_LOG_VERBOSE, "page filter: %s\n", ctx->pgno); av_log 81 libavcodec/ljpegenc.c av_log(avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 199 libavcodec/ljpegenc.c av_log(avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 282 libavcodec/ljpegenc.c av_log(avctx, AV_LOG_ERROR, av_log 268 libavcodec/loco.c av_log(avctx, AV_LOG_ERROR, "Input data too small.\n"); av_log 279 libavcodec/loco.c av_log(avctx, AV_LOG_ERROR, "Extradata size must be >= 12 instead of %i\n", av_log 316 libavcodec/loco.c av_log(avctx, AV_LOG_INFO, "Unknown colorspace, index = %i\n", l->mode); av_log 320 libavcodec/loco.c av_log(avctx, AV_LOG_INFO, "lossy:%i, version:%i, mode: %i\n", l->lossy, version, l->mode); av_log 248 libavcodec/mace.c av_log(avctx, AV_LOG_ERROR, "buffer size %d is odd\n", buf_size); av_log 93 libavcodec/mdec.c av_log(a->avctx, AV_LOG_ERROR, av_log 108 libavcodec/mdec.c av_log(a->avctx, AV_LOG_ERROR, av_log 426 libavcodec/me_cmp.c av_log(NULL, AV_LOG_ERROR, av_log 923 libavcodec/me_cmp.c av_log(NULL, AV_LOG_ERROR, av_log 183 libavcodec/metasound.c av_log(avctx, AV_LOG_ERROR, "Invalid window type, broken sample?\n"); av_log 279 libavcodec/metasound.c av_log(avctx, AV_LOG_ERROR, "Missing or incomplete extradata\n"); av_log 287 libavcodec/metasound.c av_log(avctx, AV_LOG_ERROR, "Could not find tag %08"PRIX32"\n", tag); av_log 301 libavcodec/metasound.c av_log(avctx, AV_LOG_ERROR, "Unsupported number of channels: %i\n", av_log 360 libavcodec/metasound.c av_log(avctx, AV_LOG_ERROR, av_log 150 libavcodec/mimic.c av_log(avctx, AV_LOG_ERROR, "error initializing vlc table\n"); av_log 302 libavcodec/mimic.c av_log(ctx->avctx, AV_LOG_ERROR, "Error decoding " av_log 319 libavcodec/mimic.c av_log(ctx->avctx, AV_LOG_ERROR, av_log 370 libavcodec/mimic.c av_log(avctx, AV_LOG_ERROR, "insufficient data\n"); av_log 389 libavcodec/mimic.c av_log(avctx, AV_LOG_ERROR, "invalid width/height!\n"); av_log 407 libavcodec/mimic.c av_log(avctx, AV_LOG_ERROR, "decoding must start with keyframe\n"); av_log 88 libavcodec/mjpeg2jpeg_bsf.c av_log(avctx, AV_LOG_ERROR, "input is truncated\n"); av_log 92 libavcodec/mjpeg2jpeg_bsf.c av_log(avctx, AV_LOG_ERROR, "input is not MJPEG/AVI1\n"); av_log 97 libavcodec/mjpeg2jpeg_bsf.c av_log(avctx, AV_LOG_ERROR, "input is truncated\n"); av_log 42 libavcodec/mjpega_dump_header_bsf.c av_log(avctx, AV_LOG_ERROR, "mjpega bitstream filter only applies to mjpeg codec\n"); av_log 79 libavcodec/mjpega_dump_header_bsf.c av_log(avctx, AV_LOG_ERROR, "bitstream already formatted\n"); av_log 88 libavcodec/mjpega_dump_header_bsf.c av_log(avctx, AV_LOG_ERROR, "could not find SOS marker in bitstream\n"); av_log 36 libavcodec/mjpegbdec.c av_log(avctx, AV_LOG_WARNING, err_msg, offs, size); av_log 74 libavcodec/mjpegbdec.c av_log(avctx, AV_LOG_WARNING, "not mjpeg-b (bad fourcc)\n"); av_log 79 libavcodec/mjpegbdec.c av_log(avctx, AV_LOG_DEBUG, "field size: 0x%"PRIx32"\n", field_size); av_log 82 libavcodec/mjpegbdec.c av_log(avctx, AV_LOG_DEBUG, "second field offs: 0x%"PRIx32"\n", av_log 86 libavcodec/mjpegbdec.c av_log(avctx, AV_LOG_DEBUG, "dqt offs: 0x%"PRIx32"\n", dqt_offs); av_log 97 libavcodec/mjpegbdec.c av_log(avctx, AV_LOG_DEBUG, "dht offs: 0x%"PRIx32"\n", dht_offs); av_log 106 libavcodec/mjpegbdec.c av_log(avctx, AV_LOG_DEBUG, "sof offs: 0x%"PRIx32"\n", sof_offs); av_log 116 libavcodec/mjpegbdec.c av_log(avctx, AV_LOG_DEBUG, "sos offs: 0x%"PRIx32"\n", sos_offs); av_log 118 libavcodec/mjpegbdec.c av_log(avctx, AV_LOG_DEBUG, "sod offs: 0x%"PRIx32"\n", sod_offs); av_log 143 libavcodec/mjpegbdec.c av_log(avctx, AV_LOG_WARNING, "no picture\n"); av_log 152 libavcodec/mjpegbdec.c av_log(avctx, AV_LOG_DEBUG, "QP: %d\n", av_log 96 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_INFO, "AVID: len:%d %d\n", len, len > 14 ? buf[12] : -1); av_log 128 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_INFO, "using external huffman table\n"); av_log 131 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_ERROR, av_log 138 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_DEBUG, "bottom field first\n"); av_log 167 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "dqt: invalid precision\n"); av_log 173 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "index=%d\n", index); av_log 183 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "qscale[%d]: %d\n", av_log 229 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "class=%d index=%d nb_codes=%d\n", av_log 261 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "bits %d is invalid\n", bits); av_log 271 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "lowres is not possible with lossless jpeg\n"); av_log 285 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "sof0: picture: %dx%d\n", width, height); av_log 295 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 321 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "quant_index is invalid\n"); av_log 325 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 331 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "component %d %d:%d id: %d quant:%d\n", av_log 388 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "pix fmt id %x\n", pix_fmt_id); av_log 551 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "Unhandled pixel format 0x%x bits:%d\n", pix_fmt_id, s->bits); av_log 556 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "lowres not supported for weird subsampling\n"); av_log 564 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "Unsupported number of components %d\n", s->nb_components); av_log 576 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "Could not get a pixel format descriptor.\n"); av_log 595 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "decode_sof0: error, len(%d) mismatch\n", len); av_log 599 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "Unsupported coding and pixel format combination\n"); av_log 627 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_WARNING, av_log 648 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "error dc\n"); av_log 676 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "error count: %d\n", i); av_log 696 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "error dc\n"); av_log 745 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "error count: %d\n", i); av_log 754 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "ZRL overflow: %d\n", i); av_log 791 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "error count: %d\n", i); \ av_log 1207 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "mb_bitmask_size mismatches\n"); av_log 1231 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "overread %d\n", av_log 1267 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1287 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1323 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "SS/SE %d/%d is invalid\n", ss, se); av_log 1356 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1383 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_WARNING, av_log 1393 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1398 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "decode_sos: invalid len (%d)\n", len); av_log 1403 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "component: %d\n", id); av_log 1409 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1463 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "%s %s p:%d >>:%d ilv:%d bits:%d skip:%d %s comp:%d\n", av_log 1518 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "AVRn interlaced picture marker found\n"); av_log 1530 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "decode_sos: ac/dc index out of range\n"); av_log 1540 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "restart interval: %d\n", av_log 1562 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "APPx (%s / %8X) len=%d\n", id_str, id, len); av_log 1578 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "polarity %d\n", i); av_log 1602 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_INFO, av_log 1625 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_INFO, "mjpeg: Adobe header found, transform=%d\n", s->adobe_transform); av_log 1634 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_INFO, av_log 1650 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "unknown colorspace %d\n", i); av_log 1656 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_WARNING, "Mismatching LJIF tag\n"); av_log 1668 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_INFO, "COLR %d\n", s->colr); av_log 1675 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_INFO, "XFRM %d\n", s->xfrm); av_log 1684 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_INFO, "_JPSJPS_\n"); av_log 1735 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "mjpeg: invalid TIFF header in EXIF data\n"); av_log 1743 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, "mjpeg: error decoding EXIF data\n"); av_log 1771 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_INFO, "mjpeg: Apple MJPEG-A header found\n"); av_log 1778 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1801 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_INFO, "comment: '%s'\n", cbuf); av_log 1884 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_DEBUG, "escaping removed %"PTRDIFF_SPECIFIER" bytes\n", av_log 1915 libavcodec/mjpegdec.c av_log(s->avctx, AV_LOG_WARNING, "Invalid escape sequence\n"); av_log 1967 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_ERROR, av_log 1972 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_DEBUG, "marker=%x avail_size_in_buf=%"PTRDIFF_SPECIFIER"\n", av_log 1978 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_ERROR, "invalid buffer\n"); av_log 1984 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_DEBUG, "startcode: %X\n", start_code); av_log 1988 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_DEBUG, av_log 2001 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_ERROR, "JPEG-LS support not enabled.\n"); av_log 2016 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_ERROR, "huffman table decode error\n"); av_log 2058 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_WARNING, av_log 2085 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_DEBUG, "QP: %d\n", qp); av_log 2108 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_ERROR, av_log 2115 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_DEBUG, av_log 2120 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_WARNING, "EOI missing, emulating\n"); av_log 2123 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_FATAL, "No JPEG data found in image\n"); av_log 2294 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_DEBUG, "decode frame unused %"PTRDIFF_SPECIFIER" bytes\n", av_log 2306 libavcodec/mjpegdec.c av_log(avctx, AV_LOG_INFO, "Single field\n"); av_log 75 libavcodec/mjpegenc.c av_log(s, AV_LOG_ERROR, "JPEG does not support resolutions above 65500x65500\n"); av_log 231 libavcodec/mjpegenc.c av_log(avctx, AV_LOG_ERROR, av_log 234 libavcodec/mjpegenc.c av_log(avctx, AV_LOG_WARNING, "If you have a device that plays AMV videos, please test if videos " av_log 154 libavcodec/mlp_parser.c av_log(log, AV_LOG_ERROR, "packet too short, unable to read major sync\n"); av_log 160 libavcodec/mlp_parser.c av_log(log, AV_LOG_ERROR, "major sync info header checksum error\n"); av_log 275 libavcodec/mlp_parser.c av_log(avctx, AV_LOG_WARNING, "ff_combine_frame failed\n"); av_log 280 libavcodec/mlp_parser.c av_log(avctx, AV_LOG_WARNING, "ff_combine_frame failed\n"); av_log 297 libavcodec/mlp_parser.c av_log(avctx, AV_LOG_WARNING, "ff_combine_frame failed\n"); av_log 338 libavcodec/mlp_parser.c av_log(avctx, AV_LOG_INFO, "mlpparse: Parity check failed.\n"); av_log 303 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "invalid/unknown bits per sample\n"); av_log 307 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 313 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 319 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "invalid/unknown sampling rate\n"); av_log 323 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 329 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 335 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 344 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "MLP only supports up to 2 substreams.\n"); av_log 412 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_DEBUG, "Mono stream with 2 substreams, ignoring 2nd\n"); av_log 485 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 493 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "MLP must have 0x31ea sync word.\n"); av_log 504 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 511 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 527 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 541 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_DEBUG, av_log 551 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_DEBUG, av_log 569 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_WARNING, av_log 598 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "restart header checksum error\n"); av_log 665 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "Filters may change only once per access unit.\n"); av_log 671 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 687 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 693 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 706 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 735 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "Matrices may change only once per access unit.\n"); av_log 742 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 755 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 761 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 809 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "Total filter orders too high.\n"); av_log 815 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 835 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "Invalid huff_lsbs.\n"); av_log 863 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "Invalid blocksize.\n"); av_log 950 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "too many audio samples in frame\n"); av_log 968 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "block data length mismatch\n"); av_log 1054 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "channel count mismatch\n"); av_log 1059 libavcodec/mlpdec.c av_log(avctx, AV_LOG_ERROR, "No samples to output.\n"); av_log 1149 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_WARNING, av_log 1171 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "There must be no extraword for MLP.\n"); av_log 1179 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "Invalid nonrestart_substr.\n"); av_log 1184 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 1191 libavcodec/mlpdec.c av_log(avctx, AV_LOG_ERROR, av_log 1210 libavcodec/mlpdec.c av_log(avctx, AV_LOG_ERROR, "Parity check failed.\n"); av_log 1265 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_INFO, "End of stream indicated.\n"); av_log 1278 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "Substream %d parity check failed.\n", substr); av_log 1280 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "Substream %d checksum failed.\n" , substr); av_log 1288 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, av_log 1300 libavcodec/mlpdec.c av_log(m->avctx, AV_LOG_ERROR, "substream %d length mismatch\n", substr); av_log 66 libavcodec/mmvideo.c av_log(avctx, AV_LOG_ERROR, "Invalid video dimensions: %dx%d\n", av_log 310 libavcodec/motion_est.c av_log(s->avctx, AV_LOG_ERROR, "ME_MAP size is too small for SAB diamond\n"); av_log 315 libavcodec/motion_est.c av_log(s->avctx, AV_LOG_ERROR, "me_method is only allowed to be set to zero and epzs; for hex,umh,full and others see dia_size\n"); av_log 325 libavcodec/motion_est.c av_log(s->avctx, AV_LOG_INFO, "ME_MAP size may be a little small for the selected diamond size\n"); av_log 404 libavcodec/motion_est_template.c if( (x)<(xmin<<(S)) ) av_log(NULL, AV_LOG_ERROR, "%d %d %d %d %d xmin" #v, xmin, (x), (y), s->mb_x, s->mb_y);\ av_log 405 libavcodec/motion_est_template.c if( (x)>(xmax<<(S)) ) av_log(NULL, AV_LOG_ERROR, "%d %d %d %d %d xmax" #v, xmax, (x), (y), s->mb_x, s->mb_y);\ av_log 406 libavcodec/motion_est_template.c if( (y)<(ymin<<(S)) ) av_log(NULL, AV_LOG_ERROR, "%d %d %d %d %d ymin" #v, ymin, (x), (y), s->mb_x, s->mb_y);\ av_log 407 libavcodec/motion_est_template.c if( (y)>(ymax<<(S)) ) av_log(NULL, AV_LOG_ERROR, "%d %d %d %d %d ymax" #v, ymax, (x), (y), s->mb_x, s->mb_y);\ av_log 73 libavcodec/motionpixels.c av_log(avctx, AV_LOG_ERROR, "extradata too small\n"); av_log 135 libavcodec/motionpixels.c av_log(mp->avctx, AV_LOG_ERROR, "invalid code size %d/%d\n", size, mp->max_codes_bits); av_log 143 libavcodec/motionpixels.c av_log(mp->avctx, AV_LOG_ERROR, "too many codes\n"); av_log 167 libavcodec/motionpixels.c av_log(mp->avctx, AV_LOG_ERROR, "too few codes\n"); av_log 123 libavcodec/movtextenc.c av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); av_log 142 libavcodec/movtextenc.c av_log(avctx, AV_LOG_ERROR, "Buffer too small for ASS event.\n"); av_log 45 libavcodec/mp3_header_decompress_bsf.c av_log(avctx, AV_LOG_ERROR, "Extradata invalid %d\n", avctx->extradata_size); av_log 65 libavcodec/mp3_header_decompress_bsf.c av_log(avctx, AV_LOG_ERROR, "Could not find bitrate_index.\n"); av_log 68 libavcodec/mpc7.c av_log(avctx, AV_LOG_ERROR, "Too small extradata size (%i)!\n", avctx->extradata_size); av_log 83 libavcodec/mpc7.c av_log(avctx, AV_LOG_ERROR, "Too many bands: %i\n", c->maxbands); av_log 89 libavcodec/mpc7.c av_log(avctx, AV_LOG_DEBUG, "IS: %d, MSS: %d, TG: %d, LFL: %d, bands: %d\n", av_log 97 libavcodec/mpc7.c av_log(avctx, AV_LOG_DEBUG, "Initing VLC\n"); av_log 103 libavcodec/mpc7.c av_log(avctx, AV_LOG_ERROR, "Cannot init SCFI VLC\n"); av_log 111 libavcodec/mpc7.c av_log(avctx, AV_LOG_ERROR, "Cannot init DSCF VLC\n"); av_log 119 libavcodec/mpc7.c av_log(avctx, AV_LOG_ERROR, "Cannot init HDR VLC\n"); av_log 129 libavcodec/mpc7.c av_log(avctx, AV_LOG_ERROR, "Cannot init QUANT VLC %i,%i\n",i,j); av_log 210 libavcodec/mpc7.c av_log(avctx, AV_LOG_ERROR, "packet size is too small (%i bytes)\n", av_log 215 libavcodec/mpc7.c av_log(avctx, AV_LOG_WARNING, "packet size is not a multiple of 4. " av_log 245 libavcodec/mpc7.c av_log(avctx, AV_LOG_ERROR, "subband index invalid\n"); av_log 300 libavcodec/mpc7.c av_log(avctx, AV_LOG_ERROR, "Error decoding frame: used %i of %i bits\n", bits_used, bits_avail); av_log 116 libavcodec/mpc8.c av_log(avctx, AV_LOG_ERROR, "Too small extradata size (%i)!\n", avctx->extradata_size); av_log 130 libavcodec/mpc8.c av_log(avctx,AV_LOG_ERROR, "maxbands %d too high\n", c->maxbands); av_log 146 libavcodec/mpc8.c av_log(avctx, AV_LOG_DEBUG, "Initing VLC\n"); av_log 275 libavcodec/mpc8.c av_log(avctx, AV_LOG_ERROR, "maxband %d too large\n",maxband); av_log 59 libavcodec/mpeg12.h av_log(NULL, AV_LOG_ERROR, "invalid dc code at\n"); av_log 134 libavcodec/mpeg12dec.c av_log(ctx->avctx, AV_LOG_ERROR, "ac-tex damaged at %d %d\n", \ av_log 756 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, "skip with previntra\n"); av_log 774 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 787 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 796 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 985 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, "MT_DMV in progressive_sequence\n"); av_log 1038 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1055 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1429 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_DEBUG, av_log 1468 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 1495 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_DEBUG, "sde w:%d, h:%d\n", w, h); av_log 1525 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 1541 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, "matrix damaged\n"); av_log 1545 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_DEBUG, "intra matrix specifies invalid DC quantizer %d, ignoring\n", v); av_log 1579 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1698 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, "first field missing\n"); av_log 1705 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, av_log 1757 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, "qscale == 0\n"); av_log 1774 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, "first mb_incr damaged\n"); av_log 1789 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, "initial skip overflow\n"); av_log 1813 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 1904 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_DEBUG, "Invalid MXF data found in video stream\n"); av_log 1912 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, "end mismatch left=%d %0X\n", av_log 1942 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, "mb incr damaged\n"); av_log 1950 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, "slice mismatch\n"); av_log 1964 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1996 libavcodec/mpeg12dec.c av_log(s, AV_LOG_ERROR, "overread %d\n", -get_bits_left(&s->gb)); av_log 2065 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, av_log 2116 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_WARNING, av_log 2123 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, "aspect ratio has forbidden 0 value\n"); av_log 2129 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_WARNING, av_log 2135 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, "Marker in sequence header missing\n"); av_log 2167 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_ERROR, "sequence header damaged\n"); av_log 2186 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_DEBUG, "vbv buffer: %d, bitrate:%d, aspect_ratio_info: %d \n", av_log 2309 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, "%c", p[i]); av_log 2311 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, "\n"); av_log 2395 libavcodec/mpeg12dec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 2455 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_DEBUG, "%3"PRIX32" at %"PTRDIFF_SPECIFIER" left %d\n", av_log 2466 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, av_log 2477 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_WARNING, "ignoring extra picture following a frame-picture\n"); av_log 2483 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, "Invalid frame dimensions %dx%d.\n", av_log 2506 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, av_log 2517 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, av_log 2531 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, av_log 2550 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, av_log 2567 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, av_log 2578 libavcodec/mpeg12dec.c av_log(s2->avctx, AV_LOG_ERROR, av_log 2584 libavcodec/mpeg12dec.c av_log(s2->avctx, AV_LOG_ERROR, av_log 2591 libavcodec/mpeg12dec.c av_log(s2->avctx, AV_LOG_WARNING, "invalid frame_pred_frame_dct\n"); av_log 2615 libavcodec/mpeg12dec.c av_log(s2->avctx, AV_LOG_ERROR, "slice too small\n"); av_log 2620 libavcodec/mpeg12dec.c av_log(s2->avctx, AV_LOG_ERROR, av_log 2664 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, "Missing picture start code\n"); av_log 2677 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, av_log 2777 libavcodec/mpeg12dec.c av_log(avctx, AV_LOG_ERROR, "picture in extradata\n"); av_log 155 libavcodec/mpeg12enc.c av_log(avctx, AV_LOG_ERROR, "MPEG1/2 does not support %d/%d fps\n", av_log 159 libavcodec/mpeg12enc.c av_log(avctx, AV_LOG_INFO, av_log 167 libavcodec/mpeg12enc.c av_log(avctx, AV_LOG_ERROR, "Set profile and level\n"); av_log 182 libavcodec/mpeg12enc.c av_log(avctx, AV_LOG_ERROR, av_log 196 libavcodec/mpeg12enc.c av_log(avctx, AV_LOG_ERROR, "Width / Height is invalid for MPEG2\n"); av_log 202 libavcodec/mpeg12enc.c av_log(avctx, AV_LOG_ERROR, "Width or Height are not allowed to be multiples of 4096\n" av_log 212 libavcodec/mpeg12enc.c av_log(avctx, AV_LOG_ERROR, av_log 232 libavcodec/mpeg4video.h av_log(s->avctx, AV_LOG_ERROR, av_log 237 libavcodec/mpeg4video.h av_log(s->avctx, AV_LOG_ERROR, av_log 92 libavcodec/mpeg4video_parser.c av_log(avctx, AV_LOG_WARNING, "Failed to parse extradata\n"); av_log 411 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "marker does not match f_code\n"); av_log 422 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 459 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "untested\n"); av_log 467 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 473 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 552 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "illegal dc vlc\n"); av_log 575 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "dc marker bit missing\n"); av_log 618 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 638 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 690 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 804 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 819 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 832 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 851 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 891 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "slice below monitor ...\n"); av_log 903 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 912 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1030 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1043 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1053 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "reverse esc missing\n"); av_log 1087 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1098 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1113 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "illegal 3. esc, vlc encoding possible\n"); av_log 1118 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "illegal 3. esc, esc 1 encoding possible\n"); av_log 1122 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "illegal 3. esc, esc 2 encoding possible\n"); av_log 1137 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1176 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1270 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1338 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1483 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "illegal MB_type\n"); av_log 1593 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1611 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1674 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_WARNING, "GOP header invalid\n"); av_log 1730 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "illegal chroma format\n"); av_log 1755 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "only rectangular vol supported\n"); av_log 1757 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "Gray shape not supported\n"); av_log 1765 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "framerate==0\n"); av_log 1805 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_INFO, /* OBMC Disable */ av_log 1813 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "Static Sprites not supported\n"); av_log 1828 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1844 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "N-bit not supported\n"); av_log 1846 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1927 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "VOL Header truncated\n"); av_log 1976 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1996 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "new pred not supported\n"); av_log 2001 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 2032 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "scalability not supported\n"); av_log 2039 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "tb %d/%d, tincrbits:%d, qp_prec:%d, ps:%d, %s%s%s%s\n", av_log 2081 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_INFO, "Video uses a non-standard and " av_log 2207 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 2232 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "low_delay flag set incorrectly, clearing it\n"); av_log 2250 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 2265 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 2324 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "MPEG4 PTS: %"PRId64"\n", av_log 2332 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "vop not coded\n"); av_log 2375 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "Header truncated\n"); av_log 2404 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 2407 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, "static sprite not supported\n"); av_log 2413 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 2421 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 2432 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 2441 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 2465 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 2476 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_WARNING, av_log 2520 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_VERBOSE, "frame skip %d\n", gb->size_in_bits); av_log 2534 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "startcode: %3X ", startcode); av_log 2536 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Video Object Start"); av_log 2538 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Video Object Layer Start"); av_log 2540 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Reserved"); av_log 2542 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "FGS bp start"); av_log 2544 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Reserved"); av_log 2546 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Visual Object Seq Start"); av_log 2548 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Visual Object Seq End"); av_log 2550 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "User Data"); av_log 2552 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Group of VOP start"); av_log 2554 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Video Session Error"); av_log 2556 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Visual Object Start"); av_log 2558 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Video Object Plane start"); av_log 2560 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "slice start"); av_log 2562 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "extension start"); av_log 2564 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "fgs start"); av_log 2566 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "FBA Object start"); av_log 2568 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "FBA Object Plane start"); av_log 2570 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Mesh Object start"); av_log 2572 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Mesh Object Plane start"); av_log 2574 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Still Texture Object start"); av_log 2576 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Texture Spatial Layer start"); av_log 2578 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Texture SNR Layer start"); av_log 2580 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Texture Tile start"); av_log 2582 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "Texture Shape Layer start"); av_log 2584 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "stuffing start"); av_log 2586 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "reserved"); av_log 2588 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, "System start"); av_log 2589 libavcodec/mpeg4videodec.c av_log(s->avctx, AV_LOG_DEBUG, " at %d\n", get_bits_count(gb)); av_log 1299 libavcodec/mpeg4videoenc.c av_log(avctx, AV_LOG_ERROR, "dimensions too large for MPEG-4\n"); av_log 251 libavcodec/mpegaudiodec_template.c av_log(NULL, AV_LOG_WARNING, "l3_unscale: e is %d\n", e); av_log 960 libavcodec/mpegaudiodec_template.c av_log(s->avctx, AV_LOG_INFO, "overread, skip %d enddists: %d %d\n", last_pos - pos, end_pos-pos, end_pos2-pos); av_log 989 libavcodec/mpegaudiodec_template.c av_log(s->avctx, AV_LOG_ERROR, "bits_left=%d\n", bits_left); av_log 992 libavcodec/mpegaudiodec_template.c av_log(s->avctx, AV_LOG_ERROR, "bits_left=%d\n", bits_left); av_log 1341 libavcodec/mpegaudiodec_template.c av_log(s->avctx, AV_LOG_ERROR, "big_values too big\n"); av_log 1359 libavcodec/mpegaudiodec_template.c av_log(s->avctx, AV_LOG_ERROR, "invalid block type\n"); av_log 1597 libavcodec/mpegaudiodec_template.c av_log(s->avctx, AV_LOG_ERROR, "invalid old backstep %d\n", i); av_log 1608 libavcodec/mpegaudiodec_template.c av_log(s->avctx, AV_LOG_ERROR, "invalid new backstep %d\n", i); av_log 1670 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_DEBUG, "discarding ID3 tag\n"); av_log 1674 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "Header missing\n"); av_log 1690 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "incomplete frame\n"); av_log 1693 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_DEBUG, "incorrect frame size - multiple frames in buffer?\n"); av_log 1706 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "Error while decoding MPEG audio frame.\n"); av_log 1748 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "Packet is too small\n"); av_log 1760 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "Invalid frame header\n"); av_log 1778 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "Error while decoding MPEG audio frame.\n"); av_log 1850 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "Codec extradata missing or too short.\n"); av_log 1857 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "Invalid channel config number.\n"); av_log 1949 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "Frame size smaller than header size\n"); av_log 1955 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "Bad header, discard block\n"); av_log 1963 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "frame channel count exceeds codec " av_log 1974 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "failed to decode channel %d\n", ch); av_log 1988 libavcodec/mpegaudiodec_template.c av_log(avctx, AV_LOG_ERROR, "failed to decode all channels\n"); av_log 86 libavcodec/mpegaudioenc_template.c av_log(avctx, AV_LOG_ERROR, "encoding %d channel(s) is not allowed in mp2\n", channels); av_log 105 libavcodec/mpegaudioenc_template.c av_log(avctx, AV_LOG_ERROR, "Sampling rate %d is not allowed in mp2\n", freq); av_log 121 libavcodec/mpegaudioenc_template.c av_log(avctx, AV_LOG_ERROR, "bitrate %d is not allowed in mp2\n", bitrate); av_log 364 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_DEBUG, av_log 453 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, "Image too small, temporary buffers cannot function\n"); av_log 506 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, "get_buffer() failed (%d %p)\n", av_log 528 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, "alloc_frame_buffer() failed (hwaccel private data allocation)\n"); av_log 537 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, av_log 544 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, av_log 552 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, av_log 700 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, "Error allocating a picture.\n"); av_log 936 libavcodec/mpegvideo.c av_log(dst->avctx, AV_LOG_ERROR, "failed to allocate context " av_log 1062 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, "Failed to allocate context " av_log 1067 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, "Context scratch buffers could not " av_log 1311 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, av_log 1322 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_WARNING, "too many threads/slices (%d)," av_log 1718 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_FATAL, av_log 1776 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_ERROR, "Attempt to start a frame outside SETUP state\n"); av_log 1794 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_ERROR, av_log 1811 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, "no frame buffer available\n"); av_log 1869 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, av_log 1872 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_ERROR, av_log 1875 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, av_log 1881 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, "no frame buffer available\n"); av_log 1920 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_ERROR, "no frame buffer available\n"); av_log 2226 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "Adding %d MVs info to frame %d\n", mbcount, avctx->frame_number); av_log 2247 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "New frame, type: %c\n", av_log 2255 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "%1d", count); av_log 2258 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "%2d", av_log 2265 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "P"); av_log 2267 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "A"); av_log 2269 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "i"); av_log 2271 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "I"); av_log 2273 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "d"); av_log 2275 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "D"); av_log 2277 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "g"); av_log 2279 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "G"); av_log 2281 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "S"); av_log 2283 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, ">"); av_log 2285 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "<"); av_log 2288 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "X"); av_log 2293 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "+"); av_log 2295 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "-"); av_log 2297 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "|"); av_log 2299 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, " "); av_log 2301 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "?"); av_log 2305 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "="); av_log 2307 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, " "); av_log 2310 libavcodec/mpegvideo.c av_log(avctx, AV_LOG_DEBUG, "\n"); av_log 3052 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_DEBUG, "DCT coeffs of MB at %dx%d:\n", s->mb_x, s->mb_y); av_log 3055 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_DEBUG, "%5d", av_log 3058 libavcodec/mpegvideo.c av_log(s->avctx, AV_LOG_DEBUG, "\n"); av_log 154 libavcodec/mpegvideo_enc.c av_log(NULL, AV_LOG_INFO, av_log 266 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 291 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "colorspace not supported in jpeg\n"); av_log 297 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "only YUV420 is supported\n"); av_log 323 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_WARNING, av_log 333 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "Too many B-frames requested, maximum " av_log 352 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 359 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "intra dc precision too large\n"); av_log 416 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_INFO, "Automatically choosing VBV buffer size of %d kbyte\n", avctx->rc_buffer_size/8192); av_log 421 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "Either both buffer size and max rate or neither must be specified\n"); av_log 426 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_INFO, av_log 431 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "bitrate below min bitrate\n"); av_log 436 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "bitrate above max bitrate\n"); av_log 443 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_INFO, av_log 450 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "VBV buffer too small for bitrate\n"); av_log 457 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_WARNING, av_log 468 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_INFO, av_log 476 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "4MV not supported by codec\n"); av_log 481 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 487 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "qpel not supported by codec\n"); av_log 495 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "b frames not supported by codec\n"); av_log 499 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 509 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_WARNING, av_log 520 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "H.263 does not support resolutions above 2048x1152\n"); av_log 527 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "w/h must be a multiple of 4\n"); av_log 534 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "MPEG-1 does not support resolutions above 4095x4095\n"); av_log 541 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "MPEG-2 does not support resolutions above 16383x16383\n"); av_log 548 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "width and height must be a multiple of 16\n"); av_log 555 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "width and height must be a multiple of 4\n"); av_log 562 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "width must be multiple of 2\n"); av_log 568 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "interlacing not supported by codec\n"); av_log 575 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 581 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "CBP RD needs trellis quant\n"); av_log 587 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "QP RD needs mbd=2\n"); av_log 593 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 601 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 606 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 614 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 626 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 632 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 645 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "framerate not set\n"); av_log 650 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_INFO, av_log 657 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_INFO, "removing common factors from framerate\n"); av_log 674 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, "qmin and or qmax are invalid, they must be 0 < min <= max\n"); av_log 683 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_DEBUG, "intra_quant_bias = %d inter_quant_bias = %d\n",s->intra_quant_bias,s->inter_quant_bias); av_log 687 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 722 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 738 libavcodec/mpegvideo_enc.c av_log(avctx, AV_LOG_ERROR, av_log 1097 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_ERROR, av_log 1111 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_INFO, av_log 1472 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_ERROR, "illegal b frame strategy\n"); av_log 1485 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_ERROR, av_log 1807 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_VERBOSE, "reencoding frame due to VBV\n"); av_log 1836 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_ERROR, "stuffing too large\n"); av_log 1856 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_ERROR, "vbv buffer overflow\n"); av_log 1876 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_ERROR, av_log 2014 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_INFO, av_log 2825 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 2831 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_ERROR, "encoded partitioned frame too large\n"); av_log 3320 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_ERROR, "illegal MB type\n"); av_log 4440 libavcodec/mpegvideo_enc.c av_log(s->avctx, AV_LOG_DEBUG, "after_last:%d to_zero:%d from_zero:%d raise:%d lower:%d sign:%d xyp:%d/%d/%d\n", after_last, to_zero, from_zero, raise, lower, messed_sign, s->mb_x, s->mb_y, s->picture_number); av_log 314 libavcodec/mpegvideo_motion.c av_log(s->avctx, AV_LOG_DEBUG, av_log 149 libavcodec/mpegvideo_parser.c av_log(avctx, AV_LOG_ERROR, "Failed to set dimensions\n"); av_log 99 libavcodec/mpegvideo_xvmc.c av_log(avctx, AV_LOG_ERROR, av_log 105 libavcodec/mpegvideo_xvmc.c av_log(avctx, AV_LOG_ERROR, av_log 116 libavcodec/mpegvideo_xvmc.c av_log(avctx, AV_LOG_ERROR, av_log 181 libavcodec/mpegvideo_xvmc.c av_log(s->avctx, AV_LOG_ERROR, "XVMC doesn't support encoding!!!\n"); av_log 130 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "cbpc %d invalid at %d %d\n", code, s->mb_x, s->mb_y); av_log 144 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "cbpc %d invalid at %d %d\n", cbp, s->mb_x, s->mb_y); av_log 154 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "cbpy %d invalid at %d %d\n", cbp, s->mb_x, s->mb_y); av_log 186 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "\nerror while decoding block: %d x %d (%d)\n", s->mb_x, s->mb_y, i); av_log 277 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "\nerror while decoding block: %d x %d (%d)\n", s->mb_x, s->mb_y, i); av_log 403 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "invalid startcode\n"); av_log 413 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "invalid picture type\n"); av_log 425 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "invalid qscale\n"); av_log 433 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "invalid slice height %d\n", code); av_log 441 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "error, slice code was %X\n", code); av_log 479 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_DEBUG, "qscale:%d rlc:%d rl:%d dc:%d mbrl:%d slice:%d \n", av_log 527 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_DEBUG, "skip:%d rl:%d rlc:%d dc:%d mv:%d mbrl:%d qp:%d \n", av_log 569 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "ext header missing, %d left\n", left); av_log 573 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "I frame too long, ignoring ext header\n"); av_log 590 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal dc vlc\n"); av_log 602 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal dc vlc\n"); av_log 658 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "dc overflow- block: %d qscale: %d//\n", n, s->qscale); av_log 664 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "dc overflow+ L qscale: %d//\n", s->qscale); av_log 670 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "dc overflow+ C qscale: %d//\n", s->qscale); av_log 770 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal 3. esc, vlc encoding possible\n"); av_log 774 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal 3. esc, esc 1 encoding possible\n"); av_log 778 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal 3. esc, esc 2 encoding possible\n"); av_log 789 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "|level| overflow in 3. esc\n"); av_log 797 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal vlc code in ESC3 level=%d\n", level); av_log 799 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "run overflow in ESC3 i=%d run=%d level=%d\n", i, run, level); av_log 810 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal vlc code in ESC2 level=%d\n", level); av_log 812 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "run overflow in ESC2 i=%d run=%d level=%d\n", i, run, level); av_log 825 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal vlc code in ESC1 level=%d\n", level); av_log 827 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "run overflow in ESC1 i=%d run=%d level=%d\n", i, run, level); av_log 836 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal vlc code level=%d\n", level); av_log 838 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "run overflow i=%d run=%d level=%d\n", i, run, level); av_log 846 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "ignoring overflow at %d %d\n", s->mb_x, s->mb_y); av_log 850 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "ac-tex damaged at %d %d\n", s->mb_x, s->mb_y); av_log 886 libavcodec/msmpeg4dec.c av_log(s->avctx, AV_LOG_ERROR, "illegal MV code at %d %d\n", s->mb_x, s->mb_y); av_log 319 libavcodec/msmpeg4enc.c av_log(s->avctx, AV_LOG_ERROR, "error mx=%d my=%d\n", mx, my); av_log 70 libavcodec/msrle.c av_log(avctx, AV_LOG_ERROR, "unsupported bits per sample\n"); av_log 45 libavcodec/msrledec.c av_log(avctx, AV_LOG_ERROR, av_log 73 libavcodec/msrledec.c av_log(avctx, AV_LOG_ERROR, av_log 99 libavcodec/msrledec.c av_log(avctx, AV_LOG_ERROR, av_log 118 libavcodec/msrledec.c av_log(avctx, AV_LOG_ERROR, av_log 149 libavcodec/msrledec.c av_log(avctx, AV_LOG_ERROR, av_log 167 libavcodec/msrledec.c av_log(avctx, AV_LOG_ERROR, "Skip beyond picture bounds\n"); av_log 179 libavcodec/msrledec.c av_log(avctx, AV_LOG_ERROR, "bytestream overrun\n"); av_log 243 libavcodec/msrledec.c av_log(avctx, AV_LOG_WARNING, "MS RLE warning: no end-of-picture code\n"); av_log 260 libavcodec/msrledec.c av_log(avctx, AV_LOG_ERROR, "Unknown depth %d\n", depth); av_log 571 libavcodec/mss12.c av_log(avctx, AV_LOG_ERROR, "Insufficient extradata size %d\n", av_log 577 libavcodec/mss12.c av_log(avctx, AV_LOG_ERROR, av_log 587 libavcodec/mss12.c av_log(avctx, AV_LOG_ERROR, "Frame dimensions %dx%d too large", av_log 592 libavcodec/mss12.c av_log(avctx, AV_LOG_ERROR, "Frame dimensions %dx%d too small", av_log 597 libavcodec/mss12.c av_log(avctx, AV_LOG_DEBUG, "Encoder version %"PRIu32".%"PRIu32"\n", av_log 600 libavcodec/mss12.c av_log(avctx, AV_LOG_ERROR, av_log 607 libavcodec/mss12.c av_log(avctx, AV_LOG_ERROR, av_log 612 libavcodec/mss12.c av_log(avctx, AV_LOG_DEBUG, "%d free colour(s)\n", c->free_colours); av_log 614 libavcodec/mss12.c av_log(avctx, AV_LOG_DEBUG, "Display dimensions %"PRIu32"x%"PRIu32"\n", av_log 616 libavcodec/mss12.c av_log(avctx, AV_LOG_DEBUG, "Coded dimensions %dx%d\n", av_log 618 libavcodec/mss12.c av_log(avctx, AV_LOG_DEBUG, "%g frames per second\n", av_log 620 libavcodec/mss12.c av_log(avctx, AV_LOG_DEBUG, "Bitrate %"PRIu32" bps\n", av_log 622 libavcodec/mss12.c av_log(avctx, AV_LOG_DEBUG, "Max. lead time %g ms\n", av_log 624 libavcodec/mss12.c av_log(avctx, AV_LOG_DEBUG, "Max. lag time %g ms\n", av_log 626 libavcodec/mss12.c av_log(avctx, AV_LOG_DEBUG, "Max. seek time %g ms\n", av_log 631 libavcodec/mss12.c av_log(avctx, AV_LOG_ERROR, av_log 638 libavcodec/mss12.c av_log(avctx, AV_LOG_DEBUG, "Slice split %d\n", c->slice_split); av_log 642 libavcodec/mss12.c av_log(avctx, AV_LOG_ERROR, av_log 647 libavcodec/mss12.c av_log(avctx, AV_LOG_DEBUG, "Used colours %d\n", av_log 661 libavcodec/mss12.c av_log(avctx, AV_LOG_ERROR, "Cannot allocate mask plane\n"); av_log 389 libavcodec/mss2.c av_log(v->s.avctx, AV_LOG_ERROR, "header error\n"); av_log 394 libavcodec/mss2.c av_log(v->s.avctx, AV_LOG_ERROR, "expected I-frame\n"); av_log 401 libavcodec/mss2.c av_log(v->s.avctx, AV_LOG_ERROR, "ff_mpv_frame_start error\n"); av_log 550 libavcodec/mss2.c av_log(avctx, AV_LOG_ERROR, "implicit_rect && used_rects > 0\n"); av_log 564 libavcodec/mss2.c av_log(avctx, AV_LOG_ERROR, "Unexpected grandchildren\n"); av_log 607 libavcodec/mss2.c av_log(avctx, AV_LOG_ERROR, "Missing keyframe\n"); av_log 725 libavcodec/mss2.c av_log(avctx, AV_LOG_WARNING, "buffer not fully consumed\n"); av_log 692 libavcodec/mss3.c av_log(avctx, AV_LOG_ERROR, av_log 701 libavcodec/mss3.c av_log(avctx, AV_LOG_ERROR, "Invalid frame type %X\n", keyframe); av_log 714 libavcodec/mss3.c av_log(avctx, AV_LOG_ERROR, "Invalid frame dimensions %dx%d +%d,%d\n", av_log 721 libavcodec/mss3.c av_log(avctx, AV_LOG_ERROR, "Invalid quality setting %d\n", quality); av_log 727 libavcodec/mss3.c av_log(avctx, AV_LOG_ERROR, "Keyframe without data found\n"); av_log 786 libavcodec/mss3.c av_log(avctx, AV_LOG_ERROR, "Error decoding block %d,%d\n", av_log 826 libavcodec/mss3.c av_log(avctx, AV_LOG_ERROR, av_log 840 libavcodec/mss3.c av_log(avctx, AV_LOG_ERROR, "Cannot allocate buffer\n"); av_log 522 libavcodec/mss4.c av_log(avctx, AV_LOG_ERROR, av_log 537 libavcodec/mss4.c av_log(avctx, AV_LOG_ERROR, "Invalid frame dimensions %dx%d\n", av_log 542 libavcodec/mss4.c av_log(avctx, AV_LOG_ERROR, "Invalid quality setting %d\n", quality); av_log 546 libavcodec/mss4.c av_log(avctx, AV_LOG_ERROR, "Invalid frame type %d\n", frame_type); av_log 551 libavcodec/mss4.c av_log(avctx, AV_LOG_ERROR, av_log 592 libavcodec/mss4.c av_log(avctx, AV_LOG_ERROR, av_log 600 libavcodec/mss4.c av_log(avctx, AV_LOG_ERROR, av_log 608 libavcodec/mss4.c av_log(avctx, AV_LOG_ERROR, "Skip block in intra frame\n"); av_log 648 libavcodec/mss4.c av_log(avctx, AV_LOG_ERROR, "Cannot initialise VLCs\n"); av_log 656 libavcodec/mss4.c av_log(avctx, AV_LOG_ERROR, "Cannot allocate buffer\n"); av_log 42 libavcodec/msvideo1.c av_log(s->avctx, AV_LOG_ERROR, " MS Video-1 warning: stream_ptr out of bounds (%d >= %d)\n", \ av_log 269 libavcodec/msvideo1enc.c av_log(avctx, AV_LOG_ERROR, "width and height must be multiples of 4\n"); av_log 82 libavcodec/mvcdec.c av_log(avctx, AV_LOG_WARNING, "buffer overflow\n"); av_log 152 libavcodec/mvcdec.c av_log(avctx, AV_LOG_WARNING, "dimension mismatch\n"); av_log 103 libavcodec/mxpegdec.c av_log(s->jpg.avctx, AV_LOG_ERROR, av_log 113 libavcodec/mxpegdec.c av_log(s->jpg.avctx, AV_LOG_ERROR, av_log 121 libavcodec/mxpegdec.c av_log(s->jpg.avctx, AV_LOG_ERROR, av_log 164 libavcodec/mxpegdec.c av_log(jpg->avctx, AV_LOG_ERROR, av_log 174 libavcodec/mxpegdec.c av_log(jpg->avctx, AV_LOG_ERROR, av_log 224 libavcodec/mxpegdec.c av_log(avctx, AV_LOG_ERROR, av_log 232 libavcodec/mxpegdec.c av_log(avctx, AV_LOG_ERROR, av_log 247 libavcodec/mxpegdec.c av_log(avctx, AV_LOG_ERROR, av_log 252 libavcodec/mxpegdec.c av_log(avctx, AV_LOG_ERROR, av_log 260 libavcodec/mxpegdec.c av_log(avctx, AV_LOG_WARNING, av_log 266 libavcodec/mxpegdec.c av_log(avctx, AV_LOG_WARNING, av_log 271 libavcodec/mxpegdec.c av_log(avctx, AV_LOG_WARNING, av_log 155 libavcodec/nellymoserdec.c av_log(avctx, AV_LOG_ERROR, "Packet is too small\n"); av_log 160 libavcodec/nellymoserdec.c av_log(avctx, AV_LOG_WARNING, "Leftover bytes: %d.\n", av_log 156 libavcodec/nellymoserenc.c av_log(avctx, AV_LOG_ERROR, "Nellymoser supports only 1 channel\n"); av_log 164 libavcodec/nellymoserenc.c av_log(avctx, AV_LOG_ERROR, "Nellymoser works only with 8000, 16000, 11025, 22050 and 44100 sample rate\n"); av_log 91 libavcodec/nuv.c av_log(avctx, AV_LOG_ERROR, "insufficient rtjpeg quant data\n"); av_log 138 libavcodec/nuv.c av_log(avctx, AV_LOG_ERROR, av_log 172 libavcodec/nuv.c av_log(avctx, AV_LOG_ERROR, "coded frame too small\n"); av_log 190 libavcodec/nuv.c av_log(avctx, AV_LOG_ERROR, "not a nuv video frame\n"); av_log 214 libavcodec/nuv.c av_log(avctx, AV_LOG_ERROR, "error during lzo decompression\n"); av_log 224 libavcodec/nuv.c av_log(avctx, AV_LOG_ERROR, "Too small NUV video frame\n"); av_log 231 libavcodec/nuv.c av_log(avctx, AV_LOG_ERROR, "Unknown secondary frame header (wrong codec_tag?)\n"); av_log 270 libavcodec/nuv.c av_log(avctx, AV_LOG_ERROR, "uncompressed frame too short\n"); av_log 292 libavcodec/nuv.c av_log(avctx, AV_LOG_ERROR, "unknown compression\n"); av_log 268 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "Failed loading %s from CUDA library\n", s); \ av_log 288 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "Failed loading CUDA library\n"); av_log 316 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, ">> %s - failed with error code 0x%x\n", func, err); av_log 345 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "No CUDA capable devices found\n"); av_log 349 libavcodec/nvenc.c av_log(avctx, AV_LOG_VERBOSE, "%d CUDA capable devices found\n", device_count); av_log 360 libavcodec/nvenc.c av_log(avctx, AV_LOG_VERBOSE, "[ GPU #%d - < %s > has Compute SM %d.%d, NVENC %s ]\n", i, gpu_name, smmajor, smminor, (smver >= 0x30) ? "Available" : "Not Available"); av_log 367 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "No NVENC capable devices found\n"); av_log 405 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "Failed loading the nvenc library\n"); av_log 412 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "Failed to load nvenc entrypoint\n"); av_log 421 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "Failed to create nvenc instance\n"); av_log 425 libavcodec/nvenc.c av_log(avctx, AV_LOG_VERBOSE, "Nvenc initialized successfully\n"); av_log 460 libavcodec/nvenc.c av_log(avctx, AV_LOG_VERBOSE, "Nvenc unloaded\n"); av_log 508 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "Requested GPU %d, but only %d GPUs are available!\n", ctx->gpu, dl_fn->nvenc_device_count); av_log 517 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "Failed creating CUDA context for NVENC: 0x%x\n", (int)cu_res); av_log 525 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "Failed popping CUDA context: 0x%x\n", (int)cu_res); av_log 536 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "OpenEncodeSessionEx failed: 0x%x - invalid license key?\n", (int)nv_status); av_log 560 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "Preset \"%s\" is unknown! Supported presets: hp, hq, bd, ll, llhp, llhq, default\n", ctx->preset); av_log 568 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "GetEncodePresetConfig failed: 0x%x\n", (int)nv_status); av_log 656 libavcodec/nvenc.c av_log(avctx, AV_LOG_WARNING, "Twopass mode is only known to work with low latency (ll, llhq, llhp) presets.\n"); av_log 704 libavcodec/nvenc.c av_log(avctx, AV_LOG_WARNING, "Unsupported h264 profile requested, falling back to high\n"); av_log 723 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "InitializeEncoder failed: 0x%x\n", (int)nv_status); av_log 767 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "Invalid input pixel format\n"); av_log 774 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "CreateInputBuffer failed\n"); av_log 792 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "CreateBitstreamBuffer failed\n"); av_log 815 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "GetSequenceParams failed\n"); av_log 914 libavcodec/nvenc.c av_log(avctx, AV_LOG_ERROR, "Failed locking bitstream buffer\n"); av_log 928 libavcodec/nvenc.c av_log(avctx, AV_LOG_ERROR, "Failed unlocking bitstream buffer, expect the gates of mordor to open\n"); av_log 946 libavcodec/nvenc.c av_log(avctx, AV_LOG_ERROR, "Unknown picture type encountered, expect the output to be broken.\n"); av_log 947 libavcodec/nvenc.c av_log(avctx, AV_LOG_ERROR, "Please report this error and include as much information on how to reproduce it as possible.\n"); av_log 1013 libavcodec/nvenc.c av_log(avctx, AV_LOG_ERROR, "Failed locking nvenc input buffer\n"); av_log 1066 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "Invalid pixel format!\n"); av_log 1072 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "Failed unlocking input buffer!\n"); av_log 1082 libavcodec/nvenc.c av_log(avctx, AV_LOG_FATAL, "No free output surface found!\n"); av_log 1135 libavcodec/nvenc.c av_log(avctx, AV_LOG_ERROR, "EncodePicture failed!\n"); av_log 125 libavcodec/on2avc.c av_log(c->avctx, AV_LOG_ERROR, "Invalid band type run\n"); av_log 176 libavcodec/on2avc.c av_log(c->avctx, AV_LOG_ERROR, "Invalid scale value %d\n", av_log 802 libavcodec/on2avc.c av_log(c->avctx, AV_LOG_ERROR, "enh bit set\n"); av_log 808 libavcodec/on2avc.c av_log(c->avctx, AV_LOG_ERROR, "stereo mode window for mono audio\n"); av_log 861 libavcodec/on2avc.c av_log(avctx, AV_LOG_ERROR, "Invalid subframe size %d\n", av_log 869 libavcodec/on2avc.c av_log(avctx, AV_LOG_ERROR, "No subframes present\n"); av_log 921 libavcodec/on2avc.c av_log(avctx, AV_LOG_ERROR, "0x500 version should be mono\n"); av_log 926 libavcodec/on2avc.c av_log(avctx, AV_LOG_WARNING, av_log 984 libavcodec/on2avc.c av_log(avctx, AV_LOG_ERROR, "Cannot init VLC\n"); av_log 186 libavcodec/options.c av_log(dest, AV_LOG_ERROR, av_log 303 libavcodec/opus.c av_log(avctx, AV_LOG_ERROR, av_log 315 libavcodec/opus.c av_log(avctx, AV_LOG_ERROR, "Invalid extradata size: %d\n", av_log 330 libavcodec/opus.c av_log(avctx, AV_LOG_ERROR, "Zero channel count specified in the extadata\n"); av_log 341 libavcodec/opus.c av_log(avctx, AV_LOG_ERROR, av_log 351 libavcodec/opus.c av_log(avctx, AV_LOG_ERROR, "Invalid extradata size: %d\n", av_log 360 libavcodec/opus.c av_log(avctx, AV_LOG_ERROR, av_log 367 libavcodec/opus.c av_log(avctx, AV_LOG_ERROR, av_log 394 libavcodec/opus.c av_log(avctx, AV_LOG_ERROR, av_log 1990 libavcodec/opus_celt.c av_log(s->avctx, AV_LOG_ERROR, "Invalid number of coded channels: %d\n", av_log 1995 libavcodec/opus_celt.c av_log(s->avctx, AV_LOG_ERROR, "Invalid start/end band: %d %d\n", av_log 2009 libavcodec/opus_celt.c av_log(s->avctx, AV_LOG_ERROR, "Invalid CELT frame size: %d\n", av_log 2194 libavcodec/opus_celt.c av_log(avctx, AV_LOG_ERROR, "Invalid number of output channels: %d\n", av_log 120 libavcodec/opus_parser.c av_log(avctx, AV_LOG_ERROR, "Error parsing Ogg extradata.\n"); av_log 130 libavcodec/opus_parser.c av_log(avctx, AV_LOG_ERROR, "Error parsing Opus packet header.\n"); av_log 1509 libavcodec/opus_silk.c av_log(s->avctx, AV_LOG_ERROR, "Invalid parameters passed " av_log 1533 libavcodec/opus_silk.c av_log(s->avctx, AV_LOG_ERROR, "LBRR frames present; this is unsupported\n"); av_log 1580 libavcodec/opus_silk.c av_log(avctx, AV_LOG_ERROR, "Invalid number of output channels: %d\n", av_log 121 libavcodec/opusdec.c av_log(s->avctx, AV_LOG_ERROR, "Wrong number of flushed samples: %d\n", av_log 128 libavcodec/opusdec.c av_log(s->avctx, AV_LOG_ERROR, "Wrong number of CELT delay samples.\n"); av_log 163 libavcodec/opusdec.c av_log(s->avctx, AV_LOG_ERROR, "Error opening the resampler.\n"); av_log 171 libavcodec/opusdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 202 libavcodec/opusdec.c av_log(s->avctx, AV_LOG_ERROR, "Error decoding the redundancy frame.\n"); av_log 231 libavcodec/opusdec.c av_log(s->avctx, AV_LOG_ERROR, "Error decoding a SILK frame.\n"); av_log 238 libavcodec/opusdec.c av_log(s->avctx, AV_LOG_ERROR, "Error resampling SILK data.\n"); av_log 262 libavcodec/opusdec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid redundancy frame size.\n"); av_log 293 libavcodec/opusdec.c av_log(s->avctx, AV_LOG_WARNING, av_log 403 libavcodec/opusdec.c av_log(s->avctx, AV_LOG_ERROR, "Error flushing the resampler.\n"); av_log 420 libavcodec/opusdec.c av_log(s->avctx, AV_LOG_ERROR, "Error decoding an Opus frame.\n"); av_log 466 libavcodec/opusdec.c av_log(avctx, AV_LOG_ERROR, "Error parsing the packet header.\n"); av_log 503 libavcodec/opusdec.c av_log(avctx, AV_LOG_ERROR, "Error parsing the packet header.\n"); av_log 507 libavcodec/opusdec.c av_log(avctx, AV_LOG_ERROR, av_log 520 libavcodec/opusdec.c av_log(avctx, AV_LOG_ERROR, "Different numbers of decoded samples " av_log 32 libavcodec/pafaudio.c av_log(avctx, AV_LOG_ERROR, "invalid number of channels\n"); av_log 86 libavcodec/pafvideo.c av_log(avctx, AV_LOG_ERROR, av_log 75 libavcodec/pcm-bluray.c av_log(avctx, AV_LOG_ERROR, "unsupported sample depth (%d)\n", avctx->bits_per_coded_sample); av_log 96 libavcodec/pcm-bluray.c av_log(avctx, AV_LOG_ERROR, "reserved sample rate (%d)\n", av_log 110 libavcodec/pcm-bluray.c av_log(avctx, AV_LOG_ERROR, "reserved channel configuration (%d)\n", av_log 139 libavcodec/pcm-bluray.c av_log(avctx, AV_LOG_ERROR, "PCM packet too small\n"); av_log 90 libavcodec/pcm-dvd.c av_log(avctx, AV_LOG_ERROR, av_log 246 libavcodec/pcm-dvd.c av_log(avctx, AV_LOG_ERROR, "PCM packet too small\n"); av_log 253 libavcodec/pcm-dvd.c av_log(avctx, AV_LOG_WARNING, "block_size has changed %d != %d\n", s->last_block_size, s->block_size); av_log 232 libavcodec/pcm.c av_log(avctx, AV_LOG_ERROR, "PCM channels out of bounds\n"); av_log 308 libavcodec/pcm.c av_log(avctx, AV_LOG_ERROR, "Invalid sample_size\n"); av_log 313 libavcodec/pcm.c av_log(avctx, AV_LOG_ERROR, "Invalid number of channels\n"); av_log 318 libavcodec/pcm.c av_log(avctx, AV_LOG_ERROR, "codec ids mismatch\n"); av_log 326 libavcodec/pcm.c av_log(avctx, AV_LOG_ERROR, av_log 83 libavcodec/pcx.c av_log(avctx, AV_LOG_ERROR, "this is not PCX encoded data\n"); av_log 97 libavcodec/pcx.c av_log(avctx, AV_LOG_ERROR, "invalid image dimensions\n"); av_log 111 libavcodec/pcx.c av_log(avctx, AV_LOG_ERROR, "PCX data is corrupted\n"); av_log 129 libavcodec/pcx.c av_log(avctx, AV_LOG_ERROR, "invalid PCX file\n"); av_log 166 libavcodec/pcx.c av_log(avctx, AV_LOG_ERROR, "File is too short\n"); av_log 178 libavcodec/pcx.c av_log(avctx, AV_LOG_WARNING, "image data possibly corrupted\n"); av_log 182 libavcodec/pcx.c av_log(avctx, AV_LOG_ERROR, "expected palette after image data\n"); av_log 116 libavcodec/pcxenc.c av_log(avctx, AV_LOG_ERROR, "image dimensions do not fit in 16 bits\n"); av_log 146 libavcodec/pcxenc.c av_log(avctx, AV_LOG_ERROR, "unsupported pixfmt\n"); av_log 188 libavcodec/pcxenc.c av_log(avctx, AV_LOG_ERROR, "buffer too small\n"); av_log 197 libavcodec/pcxenc.c av_log(avctx, AV_LOG_ERROR, "buffer too small\n"); av_log 201 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, "Decoded %d pixels, when line should be %d pixels\n", av_log 212 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, "Insufficient RLE data for subtitle\n"); av_log 249 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, "Too many objects in epoch\n"); av_log 282 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, av_log 294 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, "Bitmap dimensions larger than video.\n"); av_log 340 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, "Too many palettes in epoch\n"); av_log 425 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, av_log 439 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, "Insufficent space for object\n"); av_log 464 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, "Subtitle out of video bounds. x = %d, y = %d, video width = %d, video height = %d.\n", av_log 519 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, "Invalid palette id %d\n", av_log 539 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, "Invalid object id %d\n", av_log 560 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, "RLE data length %u is %u bytes shorter than expected\n", av_log 661 libavcodec/pgssubdec.c av_log(avctx, AV_LOG_ERROR, "Unknown subtitle segment type 0x%x, length %d\n", av_log 396 libavcodec/pngdec.c av_log(s->avctx, AV_LOG_ERROR, "inflate returned error %d\n", ret); av_log 407 libavcodec/pngdec.c av_log(NULL, AV_LOG_WARNING, av_log 538 libavcodec/pngdec.c av_log(avctx, AV_LOG_ERROR, "IHDR after IDAT\n"); av_log 546 libavcodec/pngdec.c av_log(avctx, AV_LOG_ERROR, "Invalid image size\n"); av_log 557 libavcodec/pngdec.c av_log(avctx, AV_LOG_DEBUG, "width=%d height=%d depth=%d color_type=%d " av_log 568 libavcodec/pngdec.c av_log(avctx, AV_LOG_ERROR, "pHYs after IDAT\n"); av_log 587 libavcodec/pngdec.c av_log(avctx, AV_LOG_ERROR, "IDAT without IHDR\n"); av_log 630 libavcodec/pngdec.c av_log(avctx, AV_LOG_ERROR, "unsupported bit depth %d " av_log 983 libavcodec/pngdec.c av_log(avctx, AV_LOG_ERROR, "%d bytes left\n", length); av_log 992 libavcodec/pngdec.c av_log(avctx, AV_LOG_ERROR, "chunk too big\n"); av_log 997 libavcodec/pngdec.c av_log(avctx, AV_LOG_DEBUG, "png: tag=%c%c%c%c length=%u\n", av_log 1042 libavcodec/pngdec.c av_log(avctx, AV_LOG_WARNING, "Broken tEXt chunk\n"); av_log 1047 libavcodec/pngdec.c av_log(avctx, AV_LOG_WARNING, "Broken zTXt chunk\n"); av_log 1052 libavcodec/pngdec.c av_log(avctx, AV_LOG_ERROR, "IEND without all image\n"); av_log 1121 libavcodec/pngdec.c av_log(avctx, AV_LOG_ERROR, "Invalid PNG signature (%d).\n", buf_size); av_log 1133 libavcodec/pngdec.c av_log(avctx, AV_LOG_ERROR, "inflateInit returned error %d\n", ret); av_log 1185 libavcodec/pngdec.c av_log(avctx, AV_LOG_ERROR, "inflateInit returned error %d\n", ret); av_log 1196 libavcodec/pngdec.c av_log(avctx, AV_LOG_WARNING, "Frame did not contain a complete image\n"); av_log 562 libavcodec/pngenc.c av_log(avctx, AV_LOG_ERROR, "Only one of 'dpi' or 'dpm' options should be set\n"); av_log 163 libavcodec/pnm.c av_log(avctx, AV_LOG_ERROR, "Invalid maxval: %d\n", s->maxval); av_log 179 libavcodec/pnm.c av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format\n"); av_log 67 libavcodec/pnmenc.c av_log(avctx, AV_LOG_ERROR, "pgmyuv needs even width and height\n"); av_log 75 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "error, wrong header size\n"); av_log 82 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "unsupported version: %d\n", version); av_log 89 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "picture resolution change: %dx%d -> %dx%d\n", av_log 98 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "Invalid alpha mode %d\n", ctx->alpha_info); av_log 125 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "Header truncated\n"); av_log 136 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "Header truncated\n"); av_log 158 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "error, wrong picture header size\n"); av_log 164 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "error, wrong picture data size\n"); av_log 171 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "unsupported slice resolution: %dx%d\n", av_log 196 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "error, wrong slice count\n"); av_log 223 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "error, wrong slice data size\n"); av_log 234 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "error, slice out of bounds\n"); av_log 240 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "error wrong mb count y %d h %d\n", av_log 339 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "ac tex damaged %d, %d\n", pos, max_coeffs); av_log 532 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "invalid plane data size\n"); av_log 623 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "invalid frame header\n"); av_log 648 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "error decoding picture header\n"); av_log 653 libavcodec/proresdec2.c av_log(avctx, AV_LOG_ERROR, "error decoding picture\n"); av_log 107 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, "frame data too small\n"); av_log 113 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, av_log 121 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, av_log 129 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, av_log 140 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, "Invalid alpha mode %d\n", ctx->alpha_info); av_log 155 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, av_log 186 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, "header data too small\n"); av_log 201 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, "header data too small\n"); av_log 227 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, "picture header too small\n"); av_log 233 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, "picture data too small\n"); av_log 240 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, av_log 260 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, "invalid number of slices\n"); av_log 273 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, "slice table too small\n"); av_log 290 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, "out of slice data\n"); av_log 611 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, "slice data too small\n"); av_log 629 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, "invalid data size\n"); av_log 731 libavcodec/proresdec_lgpl.c av_log(avctx, AV_LOG_ERROR, "invalid frame\n"); av_log 545 libavcodec/proresenc_anatoliy.c av_log(avctx, AV_LOG_ERROR, "need YUV422P10\n"); av_log 551 libavcodec/proresenc_anatoliy.c av_log(avctx, AV_LOG_ERROR, av_log 557 libavcodec/proresenc_anatoliy.c av_log(avctx, AV_LOG_ERROR, av_log 572 libavcodec/proresenc_anatoliy.c av_log(avctx, AV_LOG_INFO, av_log 577 libavcodec/proresenc_anatoliy.c av_log( av_log 575 libavcodec/proresenc_kostya.c av_log(avctx, AV_LOG_ERROR, av_log 1143 libavcodec/proresenc_kostya.c av_log(avctx, AV_LOG_ERROR, av_log 1152 libavcodec/proresenc_kostya.c av_log(avctx, AV_LOG_INFO, "Autoselected %s. It can be overridden " av_log 1160 libavcodec/proresenc_kostya.c av_log(avctx, AV_LOG_WARNING, "Profile selected will not " av_log 1165 libavcodec/proresenc_kostya.c av_log(avctx, AV_LOG_ERROR, "alpha bits should be 0, 8 or 16\n"); av_log 1196 libavcodec/proresenc_kostya.c av_log(avctx, AV_LOG_ERROR, "vendor ID should be 4 bytes\n"); av_log 1209 libavcodec/proresenc_kostya.c av_log(avctx, AV_LOG_ERROR, "too few bits per MB, please set at least 128\n"); av_log 1250 libavcodec/proresenc_kostya.c av_log(avctx, AV_LOG_ERROR, "too large quantiser, maximum is 64\n"); av_log 1280 libavcodec/proresenc_kostya.c av_log(avctx, AV_LOG_DEBUG, av_log 1284 libavcodec/proresenc_kostya.c av_log(avctx, AV_LOG_DEBUG, "frame size upper bound: %d\n", av_log 65 libavcodec/pthread.c av_log(avctx, AV_LOG_WARNING, av_log 162 libavcodec/pthread_frame.c av_log(avctx, AV_LOG_ERROR, "A frame threaded decoder did not " av_log 487 libavcodec/pthread_frame.c av_log(f->owner, AV_LOG_DEBUG, "%p finished %d field %d\n", progress, n, field); av_log 505 libavcodec/pthread_frame.c av_log(f->owner, AV_LOG_DEBUG, "thread awaiting %d field %d from %p\n", n, field, progress); av_log 519 libavcodec/pthread_frame.c av_log(avctx, AV_LOG_WARNING, "Multiple ff_thread_finish_setup() calls\n"); av_log 556 libavcodec/pthread_frame.c av_log(avctx, AV_LOG_ERROR, "Final thread update failed\n"); av_log 767 libavcodec/pthread_frame.c av_log(avctx, AV_LOG_ERROR, "get_buffer() cannot be called after ff_thread_finish_setup()\n"); av_log 825 libavcodec/pthread_frame.c av_log(avctx, AV_LOG_ERROR, "get_format() cannot be called after ff_thread_finish_setup()\n"); av_log 847 libavcodec/pthread_frame.c av_log(avctx, AV_LOG_ERROR, "thread_get_buffer() failed\n"); av_log 870 libavcodec/pthread_frame.c av_log(avctx, AV_LOG_DEBUG, "thread_release_buffer called on pic %p\n", f); av_log 78 libavcodec/ptx.c av_log(avctx, AV_LOG_WARNING, "incomplete packet\n"); av_log 623 libavcodec/qcelpdec.c av_log(avctx, AV_LOG_WARNING, av_log 629 libavcodec/qcelpdec.c av_log(avctx, AV_LOG_ERROR, av_log 635 libavcodec/qcelpdec.c av_log(avctx, AV_LOG_WARNING, av_log 650 libavcodec/qcelpdec.c av_log(avctx, AV_LOG_WARNING, "Frame #%d, IFQ: %s\n", av_log 69 libavcodec/qdm2.c av_log (NULL,AV_LOG_INFO,"This file triggers some untested code. Please contact the developers.\n"); av_log 72 libavcodec/qdm2.c av_log (NULL,AV_LOG_INFO,"This file triggers some missing code. Please contact the developers.\nPosition: %s\n",why); av_log 214 libavcodec/qdm2.c av_log(NULL, AV_LOG_ERROR, "value %d in qdm2_get_vlc too large\n", value); av_log 284 libavcodec/qdm2.c av_log(NULL, AV_LOG_DEBUG, "Subpacket: type=%d size=%d start_offs=%x\n", av_log 690 libavcodec/qdm2.c av_log(NULL, AV_LOG_ERROR, "coding method invalid\n"); av_log 716 libavcodec/qdm2.c av_log(NULL, AV_LOG_ERROR, "Invalid 8bit codeword\n"); av_log 757 libavcodec/qdm2.c av_log(NULL, AV_LOG_ERROR, "Invalid 8bit codeword\n"); av_log 775 libavcodec/qdm2.c av_log(NULL, AV_LOG_ERROR, "Invalid 7bit codeword\n"); av_log 792 libavcodec/qdm2.c av_log(NULL, AV_LOG_ERROR, "index %d out of type30_dequant array\n", index); av_log 812 libavcodec/qdm2.c av_log(NULL, AV_LOG_ERROR, "index %d out of type34_delta array\n", index); av_log 1132 libavcodec/qdm2.c av_log(NULL, AV_LOG_ERROR, "bad superblock type\n"); av_log 1149 libavcodec/qdm2.c av_log(NULL, AV_LOG_ERROR, "bad packet checksum\n"); av_log 1271 libavcodec/qdm2.c av_log(NULL, AV_LOG_ERROR, "overread in qdm2_fft_decode_tones()\n"); av_log 1648 libavcodec/qdm2.c av_log(avctx, AV_LOG_ERROR, "extradata missing or truncated\n"); av_log 1663 libavcodec/qdm2.c av_log(avctx, AV_LOG_ERROR, "not enough extradata (%i)\n", av_log 1669 libavcodec/qdm2.c av_log(avctx, AV_LOG_ERROR, "invalid headers, QDM? not found\n"); av_log 1685 libavcodec/qdm2.c av_log(avctx, AV_LOG_ERROR, "extradata size too small, %i < %i\n", av_log 1691 libavcodec/qdm2.c av_log(avctx, AV_LOG_DEBUG, "size: %d\n", size); av_log 1693 libavcodec/qdm2.c av_log(avctx, AV_LOG_ERROR, "invalid extradata, expecting QDCA\n"); av_log 1702 libavcodec/qdm2.c av_log(avctx, AV_LOG_ERROR, "Invalid number of channels\n"); av_log 1722 libavcodec/qdm2.c av_log(avctx, AV_LOG_ERROR, "data block size too large (%u)\n", s->checksum_size); av_log 1767 libavcodec/qdm2.c av_log(avctx, AV_LOG_ERROR, "FFT size %d not power of 2.\n", s->fft_size); av_log 1807 libavcodec/qdm2.c av_log(NULL,AV_LOG_DEBUG,"Superblock follows\n"); av_log 60 libavcodec/qdrw.c av_log(avctx, AV_LOG_ERROR, "Error color count - %i(0x%X)\n", colors, colors); av_log 73 libavcodec/qdrw.c av_log(avctx, AV_LOG_ERROR, "Palette index out of range: %u\n", idx); av_log 169 libavcodec/qpeg.c av_log(NULL, AV_LOG_ERROR, "Bogus motion vector (%i,%i), block size %ix%i at %i,%i\n", av_log 266 libavcodec/qpeg.c av_log(avctx, AV_LOG_ERROR, "Packet is too small\n"); av_log 114 libavcodec/qsv.c av_log(avctx, AV_LOG_ERROR, "Error initializing an internal MFX session\n"); av_log 127 libavcodec/qsv.c av_log(avctx, AV_LOG_VERBOSE, av_log 150 libavcodec/qsv.c av_log(avctx, AV_LOG_ERROR, "Error initializing an MFX session\n"); av_log 178 libavcodec/qsv.c av_log(avctx, AV_LOG_ERROR, "Error initializing the MFX video decoder\n"); av_log 310 libavcodec/qsv.c av_log(avctx, AV_LOG_ERROR, "Error during QSV decoding.\n"); av_log 321 libavcodec/qsv.c av_log(avctx, AV_LOG_ERROR, av_log 168 libavcodec/qsv_h264.c av_log(avctx, AV_LOG_ERROR, av_log 52 libavcodec/qtrle.c av_log (s->avctx, AV_LOG_ERROR, "Problem: pixel_ptr = %d, pixel_limit = %d\n",\ av_log 393 libavcodec/qtrle.c av_log (avctx, AV_LOG_ERROR, "Unsupported colorspace: %d bits/sample?\n", av_log 482 libavcodec/qtrle.c av_log (s->avctx, AV_LOG_ERROR, "Unsupported colorspace: %d bits/sample?\n", av_log 90 libavcodec/qtrleenc.c av_log(avctx, AV_LOG_ERROR, "Width not being a multiple of 4 is not supported\n"); av_log 106 libavcodec/qtrleenc.c av_log(avctx, AV_LOG_ERROR, "Unsupported colorspace.\n"); av_log 115 libavcodec/qtrleenc.c av_log(avctx, AV_LOG_ERROR, "Error allocating memory.\n"); av_log 119 libavcodec/qtrleenc.c av_log(avctx, AV_LOG_ERROR, "Error allocating picture\n"); av_log 55 libavcodec/r210dec.c av_log(avctx, AV_LOG_ERROR, "packet too small\n"); av_log 1559 libavcodec/ra144.c av_log(avctx, AV_LOG_ERROR, "Overflow. Broken sample?\n"); av_log 81 libavcodec/ra144dec.c av_log(avctx, AV_LOG_ERROR, av_log 53 libavcodec/ra144enc.c av_log(avctx, AV_LOG_ERROR, "invalid number of channels: %d\n", av_log 80 libavcodec/ra288.c av_log(avctx, AV_LOG_ERROR, "unsupported block align\n"); av_log 204 libavcodec/ra288.c av_log(avctx, AV_LOG_ERROR, av_log 134 libavcodec/ralf.c av_log(avctx, AV_LOG_ERROR, "Extradata is not groovy, dude\n"); av_log 148 libavcodec/ralf.c av_log(avctx, AV_LOG_ERROR, "Invalid coding parameters %d Hz %d ch\n", av_log 158 libavcodec/ralf.c av_log(avctx, AV_LOG_ERROR, "invalid frame size %d\n", av_log 353 libavcodec/ralf.c av_log(avctx, AV_LOG_ERROR, av_log 439 libavcodec/ralf.c av_log(avctx, AV_LOG_ERROR, "Wrong packet's breath smells of wrong data!\n"); av_log 443 libavcodec/ralf.c av_log(avctx, AV_LOG_ERROR, "Wrong packet tails are wrong!\n"); av_log 470 libavcodec/ralf.c av_log(avctx, AV_LOG_ERROR, "too short packets are too short!\n"); av_log 476 libavcodec/ralf.c av_log(avctx, AV_LOG_ERROR, "short packets are short!\n"); av_log 496 libavcodec/ralf.c av_log(avctx, AV_LOG_ERROR, "I'm pedaling backwards\n"); av_log 502 libavcodec/ralf.c av_log(avctx, AV_LOG_ERROR, "Sir, I got carsick in your office. Not decoding the rest of packet.\n"); av_log 154 libavcodec/rangecoder.c av_log(NULL, AV_LOG_ERROR, "rac failure at %d\n", i); av_log 72 libavcodec/ratecontrol.c av_log(NULL, AV_LOG_ERROR, "qp<=0.0\n"); av_log 80 libavcodec/ratecontrol.c av_log(NULL, AV_LOG_ERROR, "bits<0.9\n"); av_log 142 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_ERROR, "Error parsing rc_eq \"%s\"\n", s->rc_eq); av_log 216 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_ERROR, av_log 233 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_ERROR, av_log 248 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_ERROR, "qblur too large\n"); av_log 330 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_ERROR, "rc buffer underflow\n"); av_log 332 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_ERROR, "max bitrate possibly too small or try trellis with large lmax or increase qmax\n"); av_log 348 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_DEBUG, "stuffing %d bytes\n", stuffing); av_log 401 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_ERROR, "Error evaluating rc_eq \"%s\"\n", s->rc_eq); av_log 543 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_DEBUG, av_log 563 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_DEBUG, av_log 785 libavcodec/ratecontrol.c av_log(s, AV_LOG_ERROR, "Input is longer than 2-pass log file\n"); av_log 880 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_DEBUG, av_log 949 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_ERROR, "requested bitrate is too low\n"); av_log 1048 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_DEBUG, av_log 1052 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_DEBUG, av_log 1056 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_INFO, av_log 1060 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_ERROR, av_log 1065 libavcodec/ratecontrol.c av_log(s->avctx, AV_LOG_ERROR, av_log 87 libavcodec/rawdec.c av_log(avctx, AV_LOG_ERROR, "Invalid pixel format.\n"); av_log 262 libavcodec/rawdec.c av_log(avctx, AV_LOG_ERROR, "Invalid buffer size, packet size %d < expected frame_size %d\n", buf_size, len); av_log 213 libavcodec/resample.c av_log(NULL, AV_LOG_ERROR, av_log 220 libavcodec/resample.c av_log(NULL, AV_LOG_ERROR, "Unsupported audio resampling. Allowed " av_log 225 libavcodec/resample.c av_log(NULL, AV_LOG_ERROR, " %d", i + 1); av_log 226 libavcodec/resample.c av_log(NULL, AV_LOG_ERROR, "\n"); av_log 232 libavcodec/resample.c av_log(NULL, AV_LOG_ERROR, "Can't allocate memory for resample context.\n"); av_log 253 libavcodec/resample.c av_log(s, AV_LOG_ERROR, av_log 264 libavcodec/resample.c av_log(s, AV_LOG_ERROR, av_log 311 libavcodec/resample.c av_log(s->resample_context, AV_LOG_ERROR, "Could not allocate buffer\n"); av_log 320 libavcodec/resample.c av_log(s->resample_context, AV_LOG_ERROR, av_log 340 libavcodec/resample.c av_log(s->resample_context, AV_LOG_ERROR, "Could not allocate buffer\n"); av_log 354 libavcodec/resample.c av_log(s->resample_context, AV_LOG_ERROR, "Could not allocate buffer\n"); av_log 415 libavcodec/resample.c av_log(s->resample_context, AV_LOG_ERROR, av_log 180 libavcodec/resample2.c av_log(NULL, AV_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf); av_log 143 libavcodec/rl2.c av_log(avctx, AV_LOG_ERROR, "invalid extradata size\n"); av_log 152 libavcodec/rl2.c av_log(avctx, AV_LOG_ERROR, "invalid video_base\n"); av_log 59 libavcodec/roqaudioenc.c av_log(avctx, AV_LOG_ERROR, "Audio must be mono or stereo\n"); av_log 63 libavcodec/roqaudioenc.c av_log(avctx, AV_LOG_ERROR, "Audio must be 22050 Hz\n"); av_log 113 libavcodec/roqvideo.c av_log(ri->avctx, AV_LOG_ERROR, "motion vector out of bounds: MV = (%d, %d), boundaries = (0, 0, %d, %d)\n", av_log 119 libavcodec/roqvideo.c av_log(ri->avctx, AV_LOG_ERROR, "Invalid decode type. Invalid header?\n"); av_log 74 libavcodec/roqvideodec.c av_log(ri->avctx, AV_LOG_ERROR, "Chunk does not fit in input buffer\n"); av_log 82 libavcodec/roqvideodec.c av_log(ri->avctx, AV_LOG_VERBOSE, "Chunk is too short\n"); av_log 117 libavcodec/roqvideodec.c av_log(ri->avctx, AV_LOG_VERBOSE, "Chunk is too short\n"); av_log 176 libavcodec/roqvideodec.c av_log(avctx, AV_LOG_ERROR, av_log 747 libavcodec/roqvideoenc.c av_log(enc->avctx, AV_LOG_ERROR, "Expected distortion: %i Actual: %i\n", av_log 938 libavcodec/roqvideoenc.c av_log(enc->avctx, AV_LOG_ERROR, "Cannot encode video in Quake compatible form\n"); av_log 941 libavcodec/roqvideoenc.c av_log(enc->avctx, AV_LOG_ERROR, av_log 1006 libavcodec/roqvideoenc.c av_log(avctx, AV_LOG_ERROR, "Dimensions must be divisible by 16\n"); av_log 1011 libavcodec/roqvideoenc.c av_log(avctx, AV_LOG_ERROR, "Dimensions are max %d\n", enc->quake3_compat ? 32768 : 65535); av_log 1016 libavcodec/roqvideoenc.c av_log(avctx, AV_LOG_ERROR, "Warning: dimensions not power of two, this is not supported by quake\n"); av_log 66 libavcodec/rpza.c av_log(s->avctx, AV_LOG_ERROR, "warning: block counter just went negative (this should not happen)\n"); \ av_log 90 libavcodec/rpza.c av_log(s->avctx, AV_LOG_ERROR, "First chunk byte is 0x%02x instead of 0xe1\n", av_log 98 libavcodec/rpza.c av_log(s->avctx, AV_LOG_WARNING, av_log 220 libavcodec/rpza.c av_log(s->avctx, AV_LOG_ERROR, "Unknown opcode %d in rpza chunk." av_log 234 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "chroma dc error\n"); av_log 257 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "marker missing\n"); av_log 270 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "Invalid qscale value: 0\n"); av_log 325 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "unknown frame type\n"); av_log 330 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "low delay B\n"); av_log 334 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "early B-frame\n"); av_log 339 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "reserved bit set\n"); av_log 345 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "Invalid qscale value: 0\n"); av_log 366 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "Extradata too small.\n"); av_log 378 libavcodec/rv10.c av_log(s->avctx, AV_LOG_DEBUG, av_log 403 libavcodec/rv10.c av_log(s->avctx, AV_LOG_DEBUG, "F %d/%d/%d\n", f, rpr_bits, rpr_max); av_log 429 libavcodec/rv10.c av_log(s->avctx, AV_LOG_DEBUG, av_log 451 libavcodec/rv10.c av_log(s->avctx, AV_LOG_INFO, av_log 470 libavcodec/rv10.c av_log(avctx, AV_LOG_ERROR, "Extradata is too small.\n"); av_log 507 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "unknown header %X\n", rv->sub_id); av_log 513 libavcodec/rv10.c av_log(avctx, AV_LOG_DEBUG, "ver:%X ver0:%"PRIX32"\n", rv->sub_id, av_log 563 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "HEADER ERROR\n"); av_log 569 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "POS ERROR %d %d\n", s->mb_x, s->mb_y); av_log 575 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "COUNT ERROR\n"); av_log 591 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "Slice type mismatch\n"); av_log 657 libavcodec/rv10.c av_log(avctx, AV_LOG_DEBUG, "update size from %d to %d\n", av_log 663 libavcodec/rv10.c av_log(s->avctx, AV_LOG_ERROR, "ERROR at MB %d %d\n", s->mb_x, av_log 723 libavcodec/rv10.c av_log(avctx, AV_LOG_ERROR, "Invalid slice count: %d.\n", av_log 57 libavcodec/rv30.c av_log(avctx, AV_LOG_ERROR, "rpr too large\n"); av_log 62 libavcodec/rv30.c av_log(avctx, AV_LOG_ERROR, av_log 91 libavcodec/rv30.c av_log(r->s.avctx, AV_LOG_ERROR, "Incorrect intra prediction code\n"); av_log 99 libavcodec/rv30.c av_log(r->s.avctx, AV_LOG_ERROR, "Incorrect intra prediction mode\n"); av_log 120 libavcodec/rv30.c av_log(s->avctx, AV_LOG_ERROR, "Incorrect MB type code\n"); av_log 124 libavcodec/rv30.c av_log(s->avctx, AV_LOG_ERROR, "dquant needed\n"); av_log 263 libavcodec/rv30.c av_log(avctx, AV_LOG_ERROR, "Extradata is too small.\n"); av_log 272 libavcodec/rv30.c av_log(avctx, AV_LOG_WARNING, "Insufficient extradata - need at least %d bytes, got %d\n", av_log 370 libavcodec/rv34.c av_log(s->avctx, AV_LOG_ERROR, "Need DQUANT\n"); av_log 1414 libavcodec/rv34.c av_log(s->avctx, AV_LOG_ERROR, "Incorrect or unknown slice header\n"); av_log 1420 libavcodec/rv34.c av_log(s->avctx, AV_LOG_ERROR, "Slice type mismatch\n"); av_log 1424 libavcodec/rv34.c av_log(s->avctx, AV_LOG_ERROR, "Size mismatch\n"); av_log 1435 libavcodec/rv34.c av_log(s->avctx, AV_LOG_ERROR, "Slice indicates MB offset %d, got %d\n", r->si.start, mb_pos); av_log 1666 libavcodec/rv34.c av_log(avctx, AV_LOG_ERROR, "Slice offset is invalid\n"); av_log 1671 libavcodec/rv34.c av_log(avctx, AV_LOG_ERROR, "First slice header is incorrect\n"); av_log 1676 libavcodec/rv34.c av_log(avctx, AV_LOG_ERROR, "Invalid decoder state: B-frame without " av_log 1688 libavcodec/rv34.c av_log(avctx, AV_LOG_ERROR, "New frame but still %d MB left.\n", av_log 1697 libavcodec/rv34.c av_log(s->avctx, AV_LOG_WARNING, "Changing dimensions to %dx%d\n", av_log 1764 libavcodec/rv34.c av_log(s->avctx, AV_LOG_ERROR, "Decoder needs full frames in frame " av_log 1778 libavcodec/rv34.c av_log(avctx, AV_LOG_ERROR, "Slice offset is invalid\n"); av_log 1788 libavcodec/rv34.c av_log(avctx, AV_LOG_ERROR, "Slice offset is invalid\n"); av_log 1801 libavcodec/rv34.c av_log(avctx, AV_LOG_ERROR, "Slice size is invalid\n"); av_log 1820 libavcodec/rv34.c av_log(avctx, AV_LOG_INFO, "marking unfished frame as finished\n"); av_log 269 libavcodec/rv40.c av_log(s->avctx, AV_LOG_ERROR, "Dquant for P-frame\n"); av_log 276 libavcodec/rv40.c av_log(s->avctx, AV_LOG_ERROR, "Dquant for B-frame\n"); av_log 38 libavcodec/s302m.c av_log(avctx, AV_LOG_ERROR, "frame is too short\n"); av_log 57 libavcodec/s302m.c av_log(avctx, AV_LOG_ERROR, "frame has invalid header\n"); av_log 39 libavcodec/s302menc.c av_log(avctx, AV_LOG_ERROR, av_log 52 libavcodec/s302menc.c av_log(avctx, AV_LOG_WARNING, "encoding as 24 bits-per-sample\n"); av_log 498 libavcodec/sanm.c av_log(avctx, AV_LOG_ERROR, "Error allocating buffers.\n"); av_log 509 libavcodec/sanm.c av_log(avctx, AV_LOG_ERROR, "Not enough extradata.\n"); av_log 641 libavcodec/sanm.c av_log(ctx->avctx, AV_LOG_WARNING, "Decoded size is too large.\n"); av_log 653 libavcodec/sanm.c av_log(ctx->avctx, AV_LOG_ERROR, "Invalid motion base value %d.\n", mvoff); av_log 847 libavcodec/sanm.c av_log(ctx->avctx, AV_LOG_ERROR, "MV is invalid.\n"); av_log 879 libavcodec/sanm.c av_log(ctx->avctx, AV_LOG_WARNING, "Decoded size is too large.\n"); av_log 958 libavcodec/sanm.c av_log(ctx->avctx, AV_LOG_ERROR, "Dimensions are invalid.\n"); av_log 970 libavcodec/sanm.c av_log(ctx->avctx, AV_LOG_ERROR, "Error resizing buffers.\n"); av_log 999 libavcodec/sanm.c av_log(ctx->avctx, AV_LOG_ERROR, "Insufficient data for raw frame.\n"); av_log 1054 libavcodec/sanm.c av_log(ctx->avctx, AV_LOG_ERROR, "Ignoring nonexistent glyph #%u.\n", index); av_log 1138 libavcodec/sanm.c av_log(ctx->avctx, AV_LOG_ERROR, av_log 1283 libavcodec/sanm.c av_log(ctx->avctx, AV_LOG_ERROR, "Insufficient data for frame.\n"); av_log 1300 libavcodec/sanm.c av_log(ctx->avctx, AV_LOG_ERROR, "RLE buffer allocation failed.\n"); av_log 1326 libavcodec/sanm.c av_log(ctx->avctx, AV_LOG_ERROR, "Input frame too short (%d bytes).\n", av_log 1410 libavcodec/sanm.c av_log(avctx, AV_LOG_ERROR, "Incorrect chunk size %"PRIu32".\n", size); av_log 1416 libavcodec/sanm.c av_log(avctx, AV_LOG_ERROR, av_log 1443 libavcodec/sanm.c av_log(avctx, AV_LOG_ERROR, av_log 1467 libavcodec/sanm.c av_log(avctx, AV_LOG_DEBUG, av_log 1498 libavcodec/sanm.c av_log(avctx, AV_LOG_ERROR, av_log 64 libavcodec/sgidec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid pixel count.\n"); av_log 102 libavcodec/sgidec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid pixel count.\n"); av_log 214 libavcodec/sgidec.c av_log(avctx, AV_LOG_ERROR, "buf_size too small (%d)\n", avpkt->size); av_log 220 libavcodec/sgidec.c av_log(avctx, AV_LOG_ERROR, "bad magic number\n"); av_log 232 libavcodec/sgidec.c av_log(avctx, AV_LOG_ERROR, "wrong channel number\n"); av_log 238 libavcodec/sgidec.c av_log(avctx, AV_LOG_ERROR, "wrong dimension number\n"); av_log 249 libavcodec/sgidec.c av_log(avctx, AV_LOG_ERROR, "wrong picture format\n"); av_log 34 libavcodec/sgienc.c av_log(avctx, AV_LOG_ERROR, av_log 36 libavcodec/sgienc.c av_log(avctx, AV_LOG_ERROR, "SGI does not support resolutions above 65535x65535\n"); av_log 129 libavcodec/shorten.c av_log(s->avctx, AV_LOG_ERROR, "nmean too large\n"); av_log 134 libavcodec/shorten.c av_log(s->avctx, AV_LOG_ERROR, av_log 190 libavcodec/shorten.c av_log(s->avctx, AV_LOG_ERROR, "unknown audio type\n"); av_log 210 libavcodec/shorten.c av_log(avctx, AV_LOG_ERROR, "missing RIFF tag\n"); av_log 217 libavcodec/shorten.c av_log(avctx, AV_LOG_ERROR, "missing WAVE tag\n"); av_log 225 libavcodec/shorten.c av_log(avctx, AV_LOG_ERROR, "no fmt chunk found\n"); av_log 232 libavcodec/shorten.c av_log(avctx, AV_LOG_ERROR, "fmt chunk was too short\n"); av_log 242 libavcodec/shorten.c av_log(avctx, AV_LOG_ERROR, "unsupported wave format\n"); av_log 254 libavcodec/shorten.c av_log(avctx, AV_LOG_ERROR, "unsupported number of bits per sample: %d\n", bps); av_log 260 libavcodec/shorten.c av_log(avctx, AV_LOG_INFO, "%d header bytes unparsed\n", len); av_log 282 libavcodec/shorten.c av_log(s->avctx, AV_LOG_ERROR, "invalid pred_order %d\n", av_log 296 libavcodec/shorten.c av_log(s->avctx, AV_LOG_ERROR, "invalid pred_order %d\n", av_log 333 libavcodec/shorten.c av_log(s->avctx, AV_LOG_ERROR, "missing shorten magic 'ajkg'\n"); av_log 345 libavcodec/shorten.c av_log(s->avctx, AV_LOG_ERROR, "No channels reported\n"); av_log 349 libavcodec/shorten.c av_log(s->avctx, AV_LOG_ERROR, "too many channels: %d\n", s->channels); av_log 362 libavcodec/shorten.c av_log(s->avctx, AV_LOG_ERROR, av_log 388 libavcodec/shorten.c av_log(s->avctx, AV_LOG_ERROR, av_log 396 libavcodec/shorten.c av_log(s->avctx, AV_LOG_ERROR, "header is wrong size: %d\n", av_log 432 libavcodec/shorten.c av_log(avctx, AV_LOG_ERROR, "error allocating bitstream buffer\n"); av_log 495 libavcodec/shorten.c av_log(avctx, AV_LOG_ERROR, "unknown shorten function %d\n", cmd); av_log 511 libavcodec/shorten.c av_log(avctx, AV_LOG_ERROR, "bitshift %d is invalid\n", av_log 521 libavcodec/shorten.c av_log(avctx, AV_LOG_ERROR, av_log 526 libavcodec/shorten.c av_log(avctx, AV_LOG_ERROR, "invalid or unsupported " av_log 640 libavcodec/shorten.c av_log(s->avctx, AV_LOG_ERROR, "overread: %d\n", i - buf_size); av_log 495 libavcodec/sipr.c av_log(avctx, AV_LOG_WARNING, av_log 500 libavcodec/sipr.c av_log(avctx, AV_LOG_DEBUG, "Mode: %s\n", modes[ctx->mode].mode_name); av_log 537 libavcodec/sipr.c av_log(avctx, AV_LOG_ERROR, av_log 101 libavcodec/smacker.c av_log(NULL, AV_LOG_ERROR, "length too long\n"); av_log 106 libavcodec/smacker.c av_log(NULL, AV_LOG_ERROR, "Tree size exceeded!\n"); av_log 137 libavcodec/smacker.c av_log(NULL, AV_LOG_ERROR, "Tree size exceeded!\n"); av_log 190 libavcodec/smacker.c av_log(smk->avctx, AV_LOG_ERROR, "size too large\n"); av_log 225 libavcodec/smacker.c av_log(smk->avctx, AV_LOG_ERROR, "Cannot build VLC table\n"); av_log 232 libavcodec/smacker.c av_log(smk->avctx, AV_LOG_ERROR, "Skipping low bytes tree\n"); av_log 246 libavcodec/smacker.c av_log(smk->avctx, AV_LOG_ERROR, "Cannot build VLC table\n"); av_log 253 libavcodec/smacker.c av_log(smk->avctx, AV_LOG_ERROR, "Skipping high bytes tree\n"); av_log 289 libavcodec/smacker.c av_log(smk->avctx, AV_LOG_ERROR, "Huffman codes out of range\n"); av_log 322 libavcodec/smacker.c av_log(smk->avctx, AV_LOG_INFO, "Skipping MMAP tree\n"); av_log 334 libavcodec/smacker.c av_log(smk->avctx, AV_LOG_INFO, "Skipping MCLR tree\n"); av_log 346 libavcodec/smacker.c av_log(smk->avctx, AV_LOG_INFO, "Skipping FULL tree\n"); av_log 358 libavcodec/smacker.c av_log(smk->avctx, AV_LOG_INFO, "Skipping TYPE tree\n"); av_log 591 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "Extradata missing!\n"); av_log 609 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "invalid number of channels\n"); av_log 639 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "packet is too small\n"); av_log 646 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "packet is too big\n"); av_log 654 libavcodec/smacker.c av_log(avctx, AV_LOG_INFO, "Sound: no data\n"); av_log 661 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "channels mismatch\n"); av_log 665 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "sample format mismatch\n"); av_log 699 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "Cannot build VLC table\n"); av_log 720 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "invalid vlc\n"); av_log 729 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "invalid vlc\n"); av_log 741 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "invalid vlc\n"); av_log 750 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "invalid vlc\n"); av_log 772 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "invalid vlc\n"); av_log 783 libavcodec/smacker.c av_log(avctx, AV_LOG_ERROR, "invalid vlc\n"); av_log 75 libavcodec/smc.c av_log(s->avctx, AV_LOG_INFO, "warning: block counter just went negative (this should not happen)\n"); \ av_log 120 libavcodec/smc.c av_log(s->avctx, AV_LOG_INFO, "warning: MOV chunk size != encoded chunk size (%d != %d); using MOV chunk size\n", av_log 131 libavcodec/smc.c av_log(s->avctx, AV_LOG_INFO, "SMC decoder just went out of bounds (row ptr = %d, height = %d)\n", av_log 154 libavcodec/smc.c av_log(s->avctx, AV_LOG_INFO, "encountered repeat block opcode (%02X) but no blocks rendered yet\n", av_log 188 libavcodec/smc.c av_log(s->avctx, AV_LOG_INFO, "encountered repeat block opcode (%02X) but not enough blocks rendered yet\n", av_log 117 libavcodec/smvjpegdec.c av_log(avctx, AV_LOG_ERROR, "Invalid number of frames per jpeg.\n"); av_log 123 libavcodec/smvjpegdec.c av_log(avctx, AV_LOG_ERROR, "MJPEG codec not found\n"); av_log 134 libavcodec/smvjpegdec.c av_log(avctx, AV_LOG_ERROR, "MJPEG codec failed to open\n"); av_log 163 libavcodec/smvjpegdec.c av_log(avctx, AV_LOG_ERROR, "Invalid height\n"); av_log 176 libavcodec/smvjpegdec.c av_log(s, AV_LOG_ERROR, "Failed to set dimensions\n"); av_log 529 libavcodec/snow.c av_log(avctx, AV_LOG_ERROR, "pixel format changed\n"); av_log 681 libavcodec/snow.c av_log(s->avctx,AV_LOG_ERROR, "No reference frames\n"); av_log 670 libavcodec/snow.h av_log(s->avctx, AV_LOG_ERROR, "Coefficient damaged\n"); av_log 683 libavcodec/snow.h av_log(s->avctx, AV_LOG_ERROR, "Coefficient damaged\n"); av_log 195 libavcodec/snowdec.c av_log(s->avctx, AV_LOG_ERROR, "Invalid ref\n"); av_log 285 libavcodec/snowdec.c av_log(s->avctx, AV_LOG_ERROR, "Error " #dst " is %d\n", tmp);\ av_log 326 libavcodec/snowdec.c av_log(s, AV_LOG_ERROR, "unsupported color subsample mode %d %d\n", s->chroma_h_shift, s->chroma_v_shift); av_log 333 libavcodec/snowdec.c av_log(s, AV_LOG_ERROR, "unsupported color space\n"); av_log 376 libavcodec/snowdec.c av_log(s->avctx, AV_LOG_ERROR, "spatial_decomposition_type %d not supported\n", s->spatial_decomposition_type); av_log 381 libavcodec/snowdec.c av_log(s->avctx, AV_LOG_ERROR, "spatial_decomposition_count %d too large for size\n", s->spatial_decomposition_count); av_log 391 libavcodec/snowdec.c av_log(s->avctx, AV_LOG_ERROR, "block_max_depth= %d is too large\n", s->block_max_depth); av_log 472 libavcodec/snowdec.c av_log(avctx, AV_LOG_ERROR, av_log 621 libavcodec/snowdec.c if(bytes_read ==0) av_log(s->avctx, AV_LOG_ERROR, "error at end of frame\n"); //FIXME av_log 44 libavcodec/snowenc.c av_log(avctx, AV_LOG_ERROR, "The 9/7 wavelet is incompatible with lossless mode.\n"); av_log 118 libavcodec/snowenc.c av_log(avctx, AV_LOG_ERROR, "pixel format not supported\n"); av_log 822 libavcodec/snowenc.c av_log(s->avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 1159 libavcodec/snowenc.c av_log(s->avctx, AV_LOG_ERROR, "pass:%d changed:%d\n", pass, change); av_log 1201 libavcodec/snowenc.c av_log(s->avctx, AV_LOG_ERROR, "pass:4mv changed:%d\n", change*4); av_log 1215 libavcodec/snowenc.c av_log(s->avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 1685 libavcodec/snowenc.c av_log(avctx, AV_LOG_ERROR, "Resolution too low\n"); av_log 599 libavcodec/sonic.c av_log(avctx, AV_LOG_ERROR, "Only mono and stereo streams are supported by now\n"); av_log 624 libavcodec/sonic.c av_log(avctx, AV_LOG_ERROR, "Invalid number of taps\n"); av_log 688 libavcodec/sonic.c av_log(avctx, AV_LOG_INFO, "Sonic: ver: %d.%d ls: %d dr: %d taps: %d block: %d frame: %d downsamp: %d\n", av_log 857 libavcodec/sonic.c av_log(avctx, AV_LOG_ERROR, "No mandatory headers present\n"); av_log 870 libavcodec/sonic.c av_log(avctx, AV_LOG_ERROR, "Unsupported Sonic version, please report\n"); av_log 878 libavcodec/sonic.c av_log(avctx, AV_LOG_INFO, "Sonicv2 chans: %d samprate: %d\n", av_log 884 libavcodec/sonic.c av_log(avctx, AV_LOG_ERROR, "Only mono and stereo streams are supported by now\n"); av_log 893 libavcodec/sonic.c av_log(avctx, AV_LOG_ERROR, "invalid decorrelation %d\n", s->decorrelation); av_log 899 libavcodec/sonic.c av_log(avctx, AV_LOG_ERROR, "invalid downsampling value\n"); av_log 905 libavcodec/sonic.c av_log(avctx, AV_LOG_INFO, "Custom quant table\n"); av_log 911 libavcodec/sonic.c av_log(avctx, AV_LOG_INFO, "Sonic: ver: %d.%d ls: %d dr: %d taps: %d block: %d frame: %d downsamp: %d\n", av_log 91 libavcodec/srtenc.c av_log(s->avctx, AV_LOG_ERROR, "tag stack overflow\n"); av_log 236 libavcodec/srtenc.c av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); av_log 254 libavcodec/srtenc.c av_log(avctx, AV_LOG_ERROR, "Buffer too small for ASS event.\n"); av_log 44 libavcodec/sunrast.c av_log(avctx, AV_LOG_ERROR, "this is not sunras encoded data\n"); av_log 61 libavcodec/sunrast.c av_log(avctx, AV_LOG_ERROR, "invalid (compression) type\n"); av_log 69 libavcodec/sunrast.c av_log(avctx, AV_LOG_ERROR, "invalid colormap type\n"); av_log 74 libavcodec/sunrast.c av_log(avctx, AV_LOG_ERROR, "unsupported (compression) type\n"); av_log 95 libavcodec/sunrast.c av_log(avctx, AV_LOG_ERROR, "invalid depth\n"); av_log 112 libavcodec/sunrast.c av_log(avctx, AV_LOG_WARNING, "useless colormap found or file is corrupted, trying to recover\n"); av_log 118 libavcodec/sunrast.c av_log(avctx, AV_LOG_WARNING, "invalid colormap length\n"); av_log 147 libavcodec/sunrastenc.c av_log(avctx, AV_LOG_ERROR, "invalid coder_type\n"); av_log 538 libavcodec/svq1dec.c av_log(avctx, AV_LOG_ERROR, "Invalid frame type.\n"); av_log 560 libavcodec/svq1dec.c av_log(avctx, AV_LOG_INFO, av_log 634 libavcodec/svq1dec.c av_log(avctx, AV_LOG_ERROR, "Input packet too small\n"); av_log 704 libavcodec/svq1dec.c av_log(avctx, AV_LOG_ERROR, av_log 717 libavcodec/svq1dec.c av_log(avctx, AV_LOG_ERROR, "Missing reference frame.\n"); av_log 375 libavcodec/svq1enc.c av_log(s->avctx, AV_LOG_ERROR, "encoded frame too large\n"); av_log 488 libavcodec/svq1enc.c av_log(avctx, AV_LOG_DEBUG, "RD: %f\n", av_log 588 libavcodec/svq1enc.c av_log(avctx, AV_LOG_ERROR, "unsupported pixel format\n"); av_log 426 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, "invalid MV vlc\n"); av_log 628 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, av_log 640 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, "weird prediction\n"); av_log 670 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, "ff_h264_check_intra_pred_mode < 0\n"); av_log 698 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, "cbp_vlc=%"PRIu32"\n", vlc); av_log 710 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, "qscale:%d\n", h->qscale); av_log 718 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, av_log 737 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, av_log 747 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, av_log 759 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, av_log 790 libavcodec/svq3.c av_log(avctx, AV_LOG_ERROR, "unsupported slice header (%02X)\n", header); av_log 800 libavcodec/svq3.c av_log(avctx, AV_LOG_ERROR, "slice after bitstream end\n"); av_log 820 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, "illegal slice type %u \n", slice_id); av_log 1015 libavcodec/svq3.c av_log(avctx, AV_LOG_DEBUG, "watermark size: %ux%u\n", av_log 1017 libavcodec/svq3.c av_log(avctx, AV_LOG_DEBUG, av_log 1022 libavcodec/svq3.c av_log(avctx, AV_LOG_ERROR, av_log 1030 libavcodec/svq3.c av_log(avctx, AV_LOG_DEBUG, av_log 1034 libavcodec/svq3.c av_log(avctx, AV_LOG_ERROR, av_log 1053 libavcodec/svq3.c av_log(avctx, AV_LOG_ERROR, "svq3 memory allocation failed\n"); av_log 1201 libavcodec/svq3.c av_log(avctx, AV_LOG_ERROR, "Missing reference frame.\n"); av_log 1214 libavcodec/svq3.c av_log(avctx, AV_LOG_ERROR, "Missing reference frame.\n"); av_log 1228 libavcodec/svq3.c av_log(h->avctx, AV_LOG_DEBUG, av_log 1253 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, "error in B-frame picture id\n"); av_log 1300 libavcodec/svq3.c av_log(h->avctx, AV_LOG_ERROR, av_log 1322 libavcodec/svq3.c av_log(avctx, AV_LOG_INFO, "frame num %d incomplete pic x %d y %d left %d\n", avctx->frame_number, h->mb_y, h->mb_x, left); av_log 1327 libavcodec/svq3.c av_log(avctx, AV_LOG_ERROR, "frame num %d left %d\n", avctx->frame_number, left); av_log 130 libavcodec/tak.c av_log(avctx, AV_LOG_ERROR + log_level_offset, "missing sync id\n"); av_log 153 libavcodec/takdec.c av_log(avctx, AV_LOG_ERROR, "invalid/unsupported bits per sample: %d\n", av_log 691 libavcodec/takdec.c av_log(avctx, AV_LOG_ERROR, "CRC error\n"); av_log 699 libavcodec/takdec.c av_log(avctx, AV_LOG_ERROR, "unsupported codec: %d\n", s->ti.codec); av_log 703 libavcodec/takdec.c av_log(avctx, AV_LOG_ERROR, av_log 708 libavcodec/takdec.c av_log(avctx, AV_LOG_ERROR, av_log 713 libavcodec/takdec.c av_log(avctx, AV_LOG_ERROR, av_log 719 libavcodec/takdec.c av_log(avctx, AV_LOG_ERROR, "unsupported/invalid number of samples\n"); av_log 860 libavcodec/takdec.c av_log(avctx, AV_LOG_DEBUG, "overread\n"); av_log 862 libavcodec/takdec.c av_log(avctx, AV_LOG_DEBUG, "underread\n"); av_log 867 libavcodec/takdec.c av_log(avctx, AV_LOG_ERROR, "CRC error\n"); av_log 63 libavcodec/targa.c av_log(avctx, AV_LOG_ERROR, av_log 102 libavcodec/targa.c av_log(avctx, AV_LOG_ERROR, "Packet went out of bounds\n"); av_log 136 libavcodec/targa.c av_log(avctx, AV_LOG_ERROR, av_log 144 libavcodec/targa.c av_log(avctx, AV_LOG_WARNING, "File without colormap has colormap information set.\n"); av_log 167 libavcodec/targa.c av_log(avctx, AV_LOG_ERROR, "Bit depth %i is not supported\n", bpp); av_log 172 libavcodec/targa.c av_log(avctx, AV_LOG_ERROR, "Incorrect palette: %i colors with offset %i\n", colors, first_clr); av_log 203 libavcodec/targa.c av_log(avctx, AV_LOG_ERROR, "Palette entry size %i bits is not supported\n", csize); av_log 214 libavcodec/targa.c av_log(avctx, AV_LOG_ERROR, av_log 256 libavcodec/targa.c av_log(avctx, AV_LOG_ERROR, av_log 42 libavcodec/targa_y216dec.c av_log(avctx, AV_LOG_ERROR, "Insufficient input data.\n"); av_log 84 libavcodec/targaenc.c av_log(avctx, AV_LOG_ERROR, "image dimensions too large\n"); av_log 142 libavcodec/targaenc.c av_log(avctx, AV_LOG_ERROR, "Pixel format '%s' not supported.\n", av_log 331 libavcodec/tiff.c av_log(NULL, AV_LOG_ERROR, "Inflate init error: %d\n", zret); av_log 360 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 398 libavcodec/tiff.c av_log(NULL, AV_LOG_ERROR, "LZMA init error: %d\n", ret); av_log 425 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 459 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 509 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Not enough memory\n"); av_log 526 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 537 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 549 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Old style LZW is unsupported\n"); av_log 552 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Error initializing LZW decoder\n"); av_log 558 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Decoded only %i bytes of %i\n", av_log 586 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Source data overread\n"); av_log 611 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Read went out of bounds\n"); av_log 619 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 630 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 692 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Unsupported YCbCr subsampling\n"); av_log 729 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 740 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Unsupported YCbCr variant\n"); av_log 819 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 845 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 850 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 876 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Deflate: ZLib not compiled in\n"); av_log 887 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "LZMA not compiled in\n"); av_log 891 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Unknown compression method %i\n", av_log 931 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Tiled images are not supported\n"); av_log 960 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "PhotometricInterpretation %u is " av_log 967 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 1000 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "subsample count invalid\n"); av_log 1016 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Error allocating temporary buffer\n");\ av_log 1034 libavcodec/tiff.c av_log(s->avctx, AV_LOG_WARNING, "GeoTIFF key directory buffer shorter than specified\n"); av_log 1042 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Error allocating temporary buffer\n"); av_log 1064 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Error allocating temporary buffer\n"); av_log 1073 libavcodec/tiff.c av_log(s->avctx, AV_LOG_WARNING, "Invalid GeoTIFF key %d\n", s->geotags[i].key); av_log 1077 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Error allocating temporary buffer\n"); av_log 1093 libavcodec/tiff.c av_log(s->avctx, AV_LOG_WARNING, "Invalid GeoTIFF key %d\n", s->geotags[i].key); av_log 1102 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "Error allocating temporary buffer\n"); av_log 1147 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 1155 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, av_log 1183 libavcodec/tiff.c av_log(avctx, AV_LOG_ERROR, "Invalid TIFF header\n"); av_log 1186 libavcodec/tiff.c av_log(avctx, AV_LOG_ERROR, "IFD offset is greater than image size\n"); av_log 1212 libavcodec/tiff.c av_log(avctx, AV_LOG_WARNING, "Unknown or unsupported GeoTIFF key %d\n", s->geotags[i].key); av_log 1216 libavcodec/tiff.c av_log(avctx, AV_LOG_WARNING, "Type of GeoTIFF key %d is wrong\n", s->geotags[i].key); av_log 1221 libavcodec/tiff.c av_log(avctx, AV_LOG_ERROR, "Writing metadata with key '%s' failed\n", keyname); av_log 1227 libavcodec/tiff.c av_log(avctx, AV_LOG_ERROR, "Image data is missing\n"); av_log 1235 libavcodec/tiff.c av_log(avctx, AV_LOG_WARNING, "Image data size missing\n"); av_log 1253 libavcodec/tiff.c av_log(avctx, AV_LOG_ERROR, "rps %d invalid\n", s->rps); av_log 1273 libavcodec/tiff.c av_log(avctx, AV_LOG_ERROR, "Invalid strip size/offset\n"); av_log 1286 libavcodec/tiff.c av_log(s->avctx, AV_LOG_ERROR, "predictor == 2 with YUV is unsupported"); av_log 91 libavcodec/tiffenc.c av_log(s->avctx, AV_LOG_ERROR, "Buffer is too small\n"); av_log 179 libavcodec/tiffenc.c av_log(s->avctx, AV_LOG_ERROR, "Compressing failed\n"); av_log 305 libavcodec/tiffenc.c av_log(s->avctx, AV_LOG_ERROR, av_log 365 libavcodec/tiffenc.c av_log(s->avctx, AV_LOG_ERROR, "Not enough memory\n"); av_log 398 libavcodec/tiffenc.c av_log(s->avctx, AV_LOG_ERROR, "Encode strip failed\n"); av_log 430 libavcodec/tiffenc.c av_log(s->avctx, AV_LOG_ERROR, "Encode strip failed\n"); av_log 53 libavcodec/tmv.c av_log(avctx, AV_LOG_ERROR, av_log 322 libavcodec/truemotion1.c av_log(s->avctx, AV_LOG_ERROR, "invalid header size (%d)\n", s->buf[0]); av_log 327 libavcodec/truemotion1.c av_log(s->avctx, AV_LOG_ERROR, "Input packet too small.\n"); av_log 351 libavcodec/truemotion1.c av_log(s->avctx, AV_LOG_ERROR, "invalid header type (%d)\n", header.header_type); av_log 379 libavcodec/truemotion1.c av_log(s->avctx, AV_LOG_ERROR, "invalid compression type (%d)\n", header.compression); av_log 393 libavcodec/truemotion1.c av_log(s->avctx, AV_LOG_ERROR, "invalid vector table id (%d)\n", header.vectable); av_log 458 libavcodec/truemotion1.c av_log(s->avctx, AV_LOG_INFO, "tables: %d / %d c:%d %dx%d t:%d %s%s%s%s\n", av_log 523 libavcodec/truemotion1.c av_log(s->avctx, AV_LOG_INFO, " help! truemotion1 decoder went out of bounds\n"); \ av_log 532 libavcodec/truemotion1.c av_log(s->avctx, AV_LOG_ERROR, "Invalid index value.\n"); \ av_log 118 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Tree exceeded its given depth (%i)\n", av_log 128 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_DEBUG, "Too many literals\n"); av_log 159 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Incorrect tree parameters - literal " av_log 164 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Incorrect number of Huffman tree " av_log 186 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Got less codes than expected: %i of %i\n", av_log 199 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Cannot build VLC table\n"); av_log 251 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Not a TM2 header: 0x%08"PRIX32"\n", av_log 267 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Incorrect delta table: %i deltas x %i bits\n", d, mb); av_log 293 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "not enough space for len left\n"); av_log 306 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "invalid stream size\n"); av_log 345 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Incorrect number of tokens: %i\n", toks); av_log 363 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Incorrect number of tokens: %i\n", toks); av_log 368 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Invalid delta token index %d for type %d, n=%d\n", av_log 377 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Invalid delta token index %d for type %d, n=%d\n", av_log 391 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Read token from stream %i out of bounds (%i>=%i)\n", type, ctx->tok_ptrs[type], ctx->tok_lens[type]); av_log 396 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "token %d is too large\n", ctx->tokens[type][ctx->tok_ptrs[type]]); av_log 708 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "MV out of picture\n"); av_log 763 libavcodec/truemotion2.c av_log(ctx->avctx,AV_LOG_ERROR,"Got %i tokens for %i blocks\n",ctx->tok_lens[TM2_TYPE],bw*bh); av_log 801 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Skipping unknown block type %i\n", type); av_log 885 libavcodec/truemotion2.c av_log(avctx, AV_LOG_ERROR, "Cannot allocate temporary buffer\n"); av_log 901 libavcodec/truemotion2.c av_log(avctx, AV_LOG_ERROR, "no space for tm2_read_stream\n"); av_log 933 libavcodec/truemotion2.c av_log(avctx, AV_LOG_ERROR, "Width and height must be multiple of 4\n"); av_log 321 libavcodec/truespeech.c av_log(avctx, AV_LOG_ERROR, av_log 79 libavcodec/tscc.c av_log(avctx, AV_LOG_ERROR, "Inflate reset error: %d\n", ret); av_log 89 libavcodec/tscc.c av_log(avctx, AV_LOG_ERROR, "Inflate error: %d\n", ret); av_log 137 libavcodec/tscc.c default: av_log(avctx, AV_LOG_ERROR, "Camtasia error: unknown depth %i bpp\n", avctx->bits_per_coded_sample); av_log 147 libavcodec/tscc.c av_log(avctx, AV_LOG_ERROR, "Can't allocate decompression buffer.\n"); av_log 157 libavcodec/tscc.c av_log(avctx, AV_LOG_ERROR, "Inflate init error: %d\n", zret); av_log 232 libavcodec/tscc2.c av_log(avctx, AV_LOG_ERROR, "Incorrect frame type %"PRIu32"\n", av_log 250 libavcodec/tscc2.c av_log(avctx, AV_LOG_ERROR, "Frame is too short\n"); av_log 258 libavcodec/tscc2.c av_log(avctx, AV_LOG_ERROR, "Invalid quantisers %d / %d\n", av_log 272 libavcodec/tscc2.c av_log(avctx, AV_LOG_ERROR, "Slice properties chunk is too large\n"); av_log 281 libavcodec/tscc2.c av_log(avctx, AV_LOG_ERROR, "Too many slice properties\n"); av_log 288 libavcodec/tscc2.c av_log(avctx, AV_LOG_ERROR, "Too few slice properties (%d / %d)\n", av_log 310 libavcodec/tscc2.c av_log(avctx, AV_LOG_ERROR, "Non-skip row with zero size\n"); av_log 315 libavcodec/tscc2.c av_log(avctx, AV_LOG_ERROR, "Invalid slice size (%"PRIu32"/%u)\n", av_log 321 libavcodec/tscc2.c av_log(avctx, AV_LOG_ERROR, "Error decoding slice %d\n", i); av_log 356 libavcodec/tscc2.c av_log(avctx, AV_LOG_ERROR, "Cannot initialise VLCs\n"); av_log 364 libavcodec/tscc2.c av_log(avctx, AV_LOG_ERROR, "Cannot allocate slice information\n"); av_log 80 libavcodec/tta.c av_log(s->avctx, AV_LOG_ERROR, "CRC error\n"); av_log 141 libavcodec/tta.c av_log(avctx, AV_LOG_ERROR, "Invalid format\n"); av_log 146 libavcodec/tta.c av_log(avctx, AV_LOG_ERROR, "Missing password for encrypted stream. Please use the -password option\n"); av_log 161 libavcodec/tta.c av_log(avctx, AV_LOG_ERROR, "Invalid number of channels\n"); av_log 164 libavcodec/tta.c av_log(avctx, AV_LOG_ERROR, "Invalid samplerate\n"); av_log 178 libavcodec/tta.c av_log(avctx, AV_LOG_ERROR, "Invalid/unsupported sample format.\n"); av_log 184 libavcodec/tta.c av_log(avctx, AV_LOG_ERROR, "sample_rate too large\n"); av_log 193 libavcodec/tta.c av_log(avctx, AV_LOG_DEBUG, "format: %d chans: %d bps: %d rate: %d block: %d\n", av_log 196 libavcodec/tta.c av_log(avctx, AV_LOG_DEBUG, "data_length: %d frame_length: %d last: %d total: %d\n", av_log 200 libavcodec/tta.c av_log(avctx, AV_LOG_ERROR, "frame_length too large\n"); av_log 204 libavcodec/tta.c av_log(avctx, AV_LOG_ERROR, "Wrong extradata present\n"); av_log 49 libavcodec/ttaenc.c av_log(avctx, AV_LOG_WARNING, "encoding as 24 bits-per-sample\n"); av_log 496 libavcodec/twinvq.c av_log(avctx, AV_LOG_ERROR, av_log 781 libavcodec/twinvq.c av_log(avctx, AV_LOG_ERROR, "Block align is %d bits, expected %d\n", av_log 787 libavcodec/twinvq.c av_log(avctx, AV_LOG_ERROR, "Too many frames per packet (%d)\n", av_log 798 libavcodec/twinvq.c av_log(avctx, AV_LOG_ERROR, "Error initializing MDCT\n"); av_log 268 libavcodec/twinvqdec.c av_log(avctx, AV_LOG_ERROR, "Invalid window type, broken sample?\n"); av_log 325 libavcodec/twinvqdec.c av_log(avctx, AV_LOG_ERROR, "Missing or incomplete extradata\n"); av_log 333 libavcodec/twinvqdec.c av_log(avctx, AV_LOG_ERROR, "Unsupported sample rate\n"); av_log 352 libavcodec/twinvqdec.c av_log(avctx, AV_LOG_ERROR, "Unsupported number of channels: %i\n", av_log 361 libavcodec/twinvqdec.c av_log(avctx, AV_LOG_ERROR, "Bad bitrate per channel value %d\n", ibps); av_log 394 libavcodec/twinvqdec.c av_log(avctx, AV_LOG_ERROR, av_log 408 libavcodec/twinvqdec.c av_log(avctx, AV_LOG_ERROR, av_log 52 libavcodec/txd.c av_log(avctx, AV_LOG_ERROR, "texture data version %i is unsupported\n", av_log 62 libavcodec/txd.c av_log(avctx, AV_LOG_ERROR, "depth of %i is unsupported\n", depth); av_log 130 libavcodec/txd.c av_log(avctx, AV_LOG_ERROR, "unsupported d3d format (%08x)\n", d3d_format); av_log 248 libavcodec/ulti.c av_log(avctx, AV_LOG_INFO, "warning: modifier must be 0 or 1, got %i\n", modifier); av_log 271 libavcodec/ulti.c av_log(avctx, AV_LOG_INFO, "warning: unknown escape 0x%02X\n", idx); av_log 413 libavcodec/ulti.c av_log(avctx, AV_LOG_ERROR, av_log 224 libavcodec/utils.c av_log(s, AV_LOG_WARNING, "Failed to set dimensions %d %d\n", width, height); av_log 249 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "ignoring invalid SAR: %d/%d\n", av_log 646 libavcodec/utils.c av_log(avctx, AV_LOG_DEBUG, "default_get_buffer called on frame %p", frame); av_log 660 libavcodec/utils.c av_log(s, AV_LOG_ERROR, "pic->data[0]!=NULL in avcodec_default_get_buffer\n"); av_log 684 libavcodec/utils.c av_log(s, AV_LOG_DEBUG, "default_get_buffer called on pic %p\n", pic); av_log 799 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "ignoring invalid SAR: %u/%u\n", av_log 815 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Inconsistent channel " av_log 823 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Too many channels: %d.\n", av_log 877 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "video_get_buffer: image parameters invalid\n"); av_log 1034 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n"); av_log 1046 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "Picture changed from size:%dx%d fmt:%s to size:%dx%d fmt:%s in reget buffer()\n", av_log 1081 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "reget_buffer() failed\n"); av_log 1168 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, av_log 1334 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "No codec provided to avcodec_open2()\n"); av_log 1338 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "This AVCodecContext was allocated for %s, " av_log 1394 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Codec (%s) not on whitelist\n", codec->name); av_log 1413 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "Ignoring invalid width/height values\n"); av_log 1420 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "ignoring invalid SAR: %u/%u\n", av_log 1445 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Codec type or id mismatches\n"); av_log 1456 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, av_log 1462 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Alternatively use the non experimental %s '%s'.\n", av_log 1475 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "Warning: not compiled with thread support, using thread emulation\n"); av_log 1496 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "The maximum value for lowres supported by the decoder is %d\n", av_log 1504 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "The 'vismv' option is deprecated, " av_log 1524 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Specified sample format %s is invalid or not supported\n", av_log 1539 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Specified pixel format %s is invalid or not supported\n", av_log 1556 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Specified sample rate %d is not supported\n", av_log 1564 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "Channel layout not specified\n"); av_log 1572 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Specified channel layout '%s' is not supported\n", buf); av_log 1583 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, av_log 1594 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "dimensions not set\n"); av_log 1601 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "Bitrate %d is extremely low, maybe you mean %dk\n", avctx->bit_rate, avctx->bit_rate); av_log 1639 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, av_log 1653 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Character encoding is only " av_log 1658 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "Codec '%s' is bitmap-based, " av_log 1673 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Unable to open iconv context " av_log 1679 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Character encoding subtitles " av_log 1723 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Invalid negative user packet size %d\n", avpkt->size); av_log 1727 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Invalid minimum required packet size %"PRId64" (max allowed is %d)\n", av_log 1755 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "User packet is too small (%d < %"PRId64")\n", avpkt->size, size); av_log 1771 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Failed to allocate packet of size %"PRId64"\n", size); av_log 1844 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Encoding to a planar sample format, " av_log 1849 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "extended_data is not set.\n"); av_log 1871 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "more samples than frame size (avcodec_encode_audio2)\n"); av_log 1887 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "nb_samples (%d) != frame_size (%d) (avcodec_encode_audio2)\n", frame->nb_samples, avctx->frame_size); av_log 1915 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Provided packet is too small, needs to be %d\n", avpkt->size); av_log 1990 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "avcodec_encode_audio() does not " av_log 2057 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "buffer smaller than minimum size\n"); av_log 2114 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "AVFrame.format is not set\n"); av_log 2116 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "AVFrame.width or height is not set\n"); av_log 2129 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Provided packet is too small, needs to be %d\n", avpkt->size); av_log 2176 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "start_display_time must be 0.\n"); av_log 2232 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "This decoder does not support parameter " av_log 2274 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "PARAM_CHANGE side data too small.\n"); av_log 2348 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Invalid media type for video\n"); av_log 2362 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Error applying parameter changes.\n"); av_log 2440 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Custom get_buffer() for use with" av_log 2442 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Please port your application to " av_log 2457 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "output buffer size is too small for " av_log 2493 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "invalid packet: NULL data, size != 0\n"); av_log 2499 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Invalid media type for audio\n"); av_log 2516 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Error applying parameter changes.\n"); av_log 2548 libavcodec/utils.c av_log(avctx, AV_LOG_DEBUG, "skip %d samples due to side data\n", av_log 2559 libavcodec/utils.c av_log(avctx, AV_LOG_DEBUG, "skip whole frame, skip left: %d\n", av_log 2575 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "Could not update timestamps for skipped samples.\n"); av_log 2577 libavcodec/utils.c av_log(avctx, AV_LOG_DEBUG, "skip %d/%d samples\n", av_log 2596 libavcodec/utils.c av_log(avctx, AV_LOG_WARNING, "Could not update timestamps for discarded samples.\n"); av_log 2598 libavcodec/utils.c av_log(avctx, AV_LOG_DEBUG, "discard %d/%d samples\n", av_log 2658 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Subtitles packet is too big for recoding\n"); av_log 2676 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Unable to recode subtitle event \"%s\" " av_log 2689 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "requesting subtitles recoding without iconv"); av_log 2720 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "invalid packet: NULL data, size != 0\n"); av_log 2726 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, "Invalid media type for subtitles\n"); av_log 2772 libavcodec/utils.c av_log(avctx, AV_LOG_ERROR, av_log 2963 libavcodec/utils.c av_log(NULL, AV_LOG_WARNING, "Codec 0x%x is not in the full list.\n", id); av_log 3523 libavcodec/utils.c av_log(avc, AV_LOG_WARNING, "%s is not implemented. Update your FFmpeg " av_log 3539 libavcodec/utils.c av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample " av_log 3605 libavcodec/utils.c av_log(log_ctx, AV_LOG_ERROR, "Insufficient thread locking around avcodec_open/close()\n"); av_log 3607 libavcodec/utils.c av_log(log_ctx, AV_LOG_ERROR, "No lock manager is set, please see av_lockmgr_register()\n"); av_log 94 libavcodec/utvideodec.c av_log(c->avctx, AV_LOG_ERROR, "Cannot build Huffman codes\n"); av_log 139 libavcodec/utvideodec.c av_log(c->avctx, AV_LOG_ERROR, "Plane has more than one symbol " av_log 156 libavcodec/utvideodec.c av_log(c->avctx, AV_LOG_ERROR, av_log 162 libavcodec/utvideodec.c av_log(c->avctx, AV_LOG_ERROR, "Decoding error\n"); av_log 174 libavcodec/utvideodec.c av_log(c->avctx, AV_LOG_WARNING, av_log 351 libavcodec/utvideodec.c av_log(avctx, AV_LOG_ERROR, "Insufficient data for a plane\n"); av_log 362 libavcodec/utvideodec.c av_log(avctx, AV_LOG_ERROR, "Incorrect slice size\n"); av_log 373 libavcodec/utvideodec.c av_log(avctx, AV_LOG_ERROR, "Not enough data for frame information\n"); av_log 377 libavcodec/utvideodec.c av_log(avctx, AV_LOG_DEBUG, "frame information flags %"PRIX32"\n", av_log 391 libavcodec/utvideodec.c av_log(avctx, AV_LOG_ERROR, "Cannot allocate temporary buffer\n"); av_log 483 libavcodec/utvideodec.c av_log(avctx, AV_LOG_ERROR, av_log 489 libavcodec/utvideodec.c av_log(avctx, AV_LOG_DEBUG, "Encoder version %d.%d.%d.%d\n", av_log 492 libavcodec/utvideodec.c av_log(avctx, AV_LOG_DEBUG, "Original format %"PRIX32"\n", av_log 499 libavcodec/utvideodec.c av_log(avctx, AV_LOG_DEBUG, "Encoding parameters %08"PRIX32"\n", c->flags); av_log 536 libavcodec/utvideodec.c av_log(avctx, AV_LOG_ERROR, "Unknown Ut Video FOURCC provided (%08X)\n", av_log 82 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, av_log 95 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, av_log 107 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, "Unknown pixel format: %d\n", av_log 117 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_WARNING, av_log 124 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, av_log 133 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, "Gradient prediction is not supported.\n"); av_log 142 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, av_log 151 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, av_log 160 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, "Could not allocate frame.\n"); av_log 172 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, "Could not allocate extradata.\n"); av_log 181 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, "Cannot allocate temporary buffer 1.\n"); av_log 435 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, "Unknown prediction mode: %d\n", av_log 560 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, "Cannot allocate temporary buffer 2.\n"); av_log 579 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, "Error encoding plane %d.\n", i); av_log 590 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, "Error encoding plane %d.\n", i); av_log 602 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, "Error encoding plane %d.\n", i); av_log 608 libavcodec/utvideoenc.c av_log(avctx, AV_LOG_ERROR, "Unknown pixel format: %d\n", av_log 57 libavcodec/v210dec.c av_log(avctx, AV_LOG_ERROR, "v210 needs even width\n"); av_log 92 libavcodec/v210dec.c av_log(avctx, AV_LOG_WARNING, "Broken v210 with too small padding (64 byte) detected\n"); av_log 95 libavcodec/v210dec.c av_log(avctx, AV_LOG_ERROR, "packet too small\n"); av_log 90 libavcodec/v210enc.c av_log(avctx, AV_LOG_ERROR, "v210 needs even width\n"); av_log 121 libavcodec/v210enc.c av_log(avctx, AV_LOG_ERROR, "Error getting output packet.\n"); av_log 30 libavcodec/v210x.c av_log(avctx, AV_LOG_ERROR, "v210x needs even width\n"); av_log 50 libavcodec/v210x.c av_log(avctx, AV_LOG_ERROR, "Packet too small\n"); av_log 30 libavcodec/v308dec.c av_log(avctx, AV_LOG_WARNING, "v308 requires width to be even.\n"); av_log 44 libavcodec/v308dec.c av_log(avctx, AV_LOG_ERROR, "Insufficient input data.\n"); av_log 30 libavcodec/v308enc.c av_log(avctx, AV_LOG_ERROR, "v308 requires width to be even.\n"); av_log 37 libavcodec/v308enc.c av_log(avctx, AV_LOG_ERROR, "Could not allocate frame.\n"); av_log 41 libavcodec/v408dec.c av_log(avctx, AV_LOG_ERROR, "Insufficient input data.\n"); av_log 32 libavcodec/v408enc.c av_log(avctx, AV_LOG_ERROR, "Could not allocate frame.\n"); av_log 35 libavcodec/v410dec.c av_log(avctx, AV_LOG_ERROR, "v410 requires width to be even.\n"); av_log 38 libavcodec/v410dec.c av_log(avctx, AV_LOG_WARNING, "v410 requires width to be even, continuing anyway.\n"); av_log 55 libavcodec/v410dec.c av_log(avctx, AV_LOG_ERROR, "Insufficient input data.\n"); av_log 31 libavcodec/v410enc.c av_log(avctx, AV_LOG_ERROR, "v410 requires width to be even.\n"); av_log 38 libavcodec/v410enc.c av_log(avctx, AV_LOG_ERROR, "Could not allocate frame.\n"); av_log 68 libavcodec/vb.c av_log(c->avctx, AV_LOG_ERROR, "Palette change runs beyond entry 256\n"); av_log 72 libavcodec/vb.c av_log(c->avctx, AV_LOG_ERROR, "Palette data runs beyond chunk size\n"); av_log 124 libavcodec/vb.c av_log(c->avctx, AV_LOG_ERROR, "Insufficient data\n"); av_log 169 libavcodec/vb.c av_log(c->avctx, AV_LOG_ERROR, "Invalid opcode seen @%d\n", blk); av_log 213 libavcodec/vb.c av_log(avctx, AV_LOG_ERROR, "Frame size invalid\n"); av_log 128 libavcodec/vble.c av_log(avctx, AV_LOG_ERROR, "Invalid packet size\n"); av_log 144 libavcodec/vble.c av_log(avctx, AV_LOG_WARNING, "Unsupported VBLE Version: %d\n", version); av_log 150 libavcodec/vble.c av_log(avctx, AV_LOG_ERROR, "Invalid Code\n"); av_log 196 libavcodec/vble.c av_log(avctx, AV_LOG_ERROR, "Could not allocate values buffer.\n"); av_log 154 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "invalid NORM-6 VLC\n"); av_log 174 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "invalid NORM-6 VLC\n"); av_log 279 libavcodec/vc1.c av_log(avctx, AV_LOG_DEBUG, "Header: %0X\n", show_bits_long(gb, 32)); av_log 282 libavcodec/vc1.c av_log(avctx, AV_LOG_WARNING, "WMV3 Complex Profile is not fully supported\n"); av_log 296 libavcodec/vc1.c av_log(avctx, AV_LOG_ERROR, av_log 308 libavcodec/vc1.c av_log(avctx, AV_LOG_ERROR, av_log 330 libavcodec/vc1.c av_log(avctx, AV_LOG_ERROR, av_log 336 libavcodec/vc1.c av_log(avctx, AV_LOG_ERROR, av_log 345 libavcodec/vc1.c av_log(avctx, AV_LOG_ERROR, av_log 355 libavcodec/vc1.c av_log(avctx, AV_LOG_INFO, av_log 369 libavcodec/vc1.c av_log(avctx, AV_LOG_ERROR, "Failed to set dimensions %d %d\n", w, h); av_log 375 libavcodec/vc1.c av_log(avctx, AV_LOG_ERROR, "Unsupported sprite feature\n"); av_log 384 libavcodec/vc1.c av_log(avctx, AV_LOG_ERROR, av_log 391 libavcodec/vc1.c av_log(avctx, AV_LOG_DEBUG, av_log 408 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_ERROR, "Reserved LEVEL %i\n",v->level); av_log 412 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_ERROR, av_log 431 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, av_log 441 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_ERROR, "Progressive Segmented Frame mode: not supported (yet)\n"); av_log 447 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "Display extended info:\n"); av_log 450 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "Display dimensions: %ix%i\n", w, h); av_log 467 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "Aspect: %i:%i\n", av_log 516 libavcodec/vc1.c av_log(avctx, AV_LOG_DEBUG, "Entry point: %08X\n", show_bits_long(gb, 32)); av_log 545 libavcodec/vc1.c av_log(avctx, AV_LOG_ERROR, "Failed to set dimensions %d %d\n", w, h); av_log 552 libavcodec/vc1.c av_log(avctx, AV_LOG_ERROR, "Luma scaling is not supported, expect wrong picture\n"); av_log 556 libavcodec/vc1.c av_log(avctx, AV_LOG_ERROR, "Chroma scaling is not supported, expect wrong picture\n"); av_log 560 libavcodec/vc1.c av_log(avctx, AV_LOG_DEBUG, "Entry point info:\n" av_log 620 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_ERROR, "bfraction invalid\n"); av_log 756 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "MB MV Type plane encoding: " av_log 765 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "MB Skip plane encoding: " av_log 773 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "VOP DQuant info\n"); av_log 799 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "MB Direct Type plane encoding: " av_log 804 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "MB Skip plane encoding: " av_log 811 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "VOP DQuant info\n"); av_log 1010 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "FIELDTX plane encoding: " av_log 1016 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "ACPRED plane encoding: " av_log 1025 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "CONDOVER plane encoding: " av_log 1058 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "SKIPMB plane encoding: " av_log 1144 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "MB MV Type plane encoding: " av_log 1153 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "MB Skip plane encoding: " av_log 1182 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "VOP DQuant info\n"); av_log 1218 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "B Fields\n"); av_log 1230 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "MB Forward Type plane encoding: " av_log 1250 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_WARNING, "Intensity compensation set for B picture\n"); av_log 1260 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "MB Direct Type plane encoding: " av_log 1265 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "MB Skip plane encoding: " av_log 1286 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "MB Direct Type plane encoding: " av_log 1291 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "MB Skip plane encoding: " av_log 1298 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "VOP DQuant info\n"); av_log 1329 libavcodec/vc1.c av_log(v->s.avctx, AV_LOG_DEBUG, "VOP DQuant info\n"); av_log 188 libavcodec/vc1_block.c av_log(v->s.avctx, AV_LOG_ERROR, \ av_log 567 libavcodec/vc1_block.c av_log(s->avctx, AV_LOG_ERROR, "Illegal DC VLC\n"); av_log 712 libavcodec/vc1_block.c av_log(s->avctx, AV_LOG_ERROR, "Illegal DC VLC\n"); av_log 911 libavcodec/vc1_block.c av_log(s->avctx, AV_LOG_ERROR, "Illegal DC VLC\n"); av_log 2079 libavcodec/vc1_block.c av_log(s->avctx, AV_LOG_ERROR, "Mixed field/frame direct mode not supported\n"); av_log 2187 libavcodec/vc1_block.c av_log(s->avctx, AV_LOG_WARNING, "Mixed frame/field direct mode not supported\n"); av_log 2605 libavcodec/vc1_block.c av_log(s->avctx, AV_LOG_ERROR, "Bits overconsumption: %i > %i\n", av_log 2734 libavcodec/vc1_block.c av_log(s->avctx, AV_LOG_ERROR, "Bits overconsumption: %i > %i\n", av_log 2811 libavcodec/vc1_block.c av_log(s->avctx, AV_LOG_ERROR, "Bits overconsumption: %i > %i at %ix%i\n", av_log 2883 libavcodec/vc1_block.c av_log(s->avctx, AV_LOG_ERROR, "Bits overconsumption: %i > %i at %ix%i\n", av_log 178 libavcodec/vc1_mc.c av_log(v->s.avctx, AV_LOG_ERROR, "Referenced frame missing.\n"); av_log 323 libavcodec/vc1_mc.c av_log(v->s.avctx, AV_LOG_ERROR, "Referenced frame missing.\n"); av_log 615 libavcodec/vc1_mc.c av_log(v->s.avctx, AV_LOG_ERROR, "Referenced frame missing.\n"); av_log 714 libavcodec/vc1_pred.c av_log(s->avctx, AV_LOG_WARNING, "Mixed frame/field direct mode not supported\n"); av_log 111 libavcodec/vc1dec.c av_log(avctx, AV_LOG_DEBUG, sprite ? "S2:" : "S1:"); av_log 113 libavcodec/vc1dec.c av_log(avctx, AV_LOG_DEBUG, " %d.%.3d", av_log 116 libavcodec/vc1dec.c av_log(avctx, AV_LOG_DEBUG, "\n"); av_log 135 libavcodec/vc1dec.c av_log(avctx, AV_LOG_DEBUG, "Effect: %d; params: ", sd->effect_type); av_log 137 libavcodec/vc1dec.c av_log(avctx, AV_LOG_DEBUG, " %d.%.2d", av_log 140 libavcodec/vc1dec.c av_log(avctx, AV_LOG_DEBUG, "\n"); av_log 145 libavcodec/vc1dec.c av_log(avctx, AV_LOG_ERROR, "Too many effect parameters\n"); av_log 149 libavcodec/vc1dec.c av_log(avctx, AV_LOG_DEBUG, "Effect params 2: "); av_log 152 libavcodec/vc1dec.c av_log(avctx, AV_LOG_DEBUG, " %d.%.2d", av_log 156 libavcodec/vc1dec.c av_log(avctx, AV_LOG_DEBUG, "\n"); av_log 160 libavcodec/vc1dec.c av_log(avctx, AV_LOG_DEBUG, "Effect flag set\n"); av_log 164 libavcodec/vc1dec.c av_log(avctx, AV_LOG_ERROR, "Buffer overrun\n"); av_log 168 libavcodec/vc1dec.c av_log(avctx, AV_LOG_WARNING, "Buffer not fully read\n"); av_log 284 libavcodec/vc1dec.c av_log(avctx, AV_LOG_ERROR, "Got no sprites\n"); av_log 289 libavcodec/vc1dec.c av_log(avctx, AV_LOG_WARNING, "Need two sprites, only got one\n"); av_log 467 libavcodec/vc1dec.c av_log(avctx, AV_LOG_INFO, "Extra data: %i bits left, value: %X\n", av_log 470 libavcodec/vc1dec.c av_log(avctx, AV_LOG_INFO, "Read %i bits in overflow\n", -count); av_log 481 libavcodec/vc1dec.c av_log(avctx, AV_LOG_ERROR, "Extradata size too small: %i\n", avctx->extradata_size); av_log 514 libavcodec/vc1dec.c av_log(avctx, AV_LOG_ERROR, "Incomplete extradata\n"); av_log 726 libavcodec/vc1dec.c av_log(avctx, AV_LOG_ERROR, "Error in WVC1 interlaced frame\n"); av_log 811 libavcodec/vc1dec.c av_log(v->s.avctx, AV_LOG_DEBUG, "pict_type: %c\n", av_get_picture_type_char(s->pict_type)); av_log 815 libavcodec/vc1dec.c av_log(v->s.avctx, AV_LOG_ERROR, "Sprite decoder: expected I-frame\n"); av_log 820 libavcodec/vc1dec.c av_log(v->s.avctx, AV_LOG_ERROR, "image too short\n"); av_log 830 libavcodec/vc1dec.c av_log(v->s.avctx, AV_LOG_DEBUG, "Skipping B frame without reference frames\n"); av_log 894 libavcodec/vc1dec.c av_log(avctx, AV_LOG_ERROR, "parsing header for second field failed"); av_log 935 libavcodec/vc1dec.c av_log(v->s.avctx, AV_LOG_ERROR, "Slice %d starts beyond " av_log 953 libavcodec/vc1dec.c av_log(v->s.avctx, AV_LOG_ERROR, "Field header damaged\n"); av_log 961 libavcodec/vc1dec.c av_log(v->s.avctx, AV_LOG_ERROR, "Slice header damaged\n"); av_log 975 libavcodec/vc1dec.c av_log(v->s.avctx, AV_LOG_ERROR, "first field slice count too large\n"); av_log 981 libavcodec/vc1dec.c av_log(v->s.avctx, AV_LOG_ERROR, "end mb y %d %d invalid\n", s->end_mb_y, s->start_mb_y); av_log 985 libavcodec/vc1dec.c av_log(v->s.avctx, AV_LOG_ERROR, "missing cbpcy_vlc\n"); av_log 59 libavcodec/vcr1.c av_log(avctx, AV_LOG_ERROR, "Insufficient input data. %d < %d\n", avpkt->size , 32 + avctx->height + avctx->width*avctx->height*5/8); av_log 158 libavcodec/vda_h264.c av_log(avctx, AV_LOG_ERROR, "Failed to decode frame (%d)\n", status); av_log 387 libavcodec/vda_h264.c av_log(avctx, AV_LOG_ERROR, "Failed to decode frame (%d)\n", status); av_log 491 libavcodec/vda_h264.c av_log(avctx, AV_LOG_ERROR, "Cannot initialize VDA %d\n", status); av_log 217 libavcodec/vda_h264_dec.c av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format: %d\n", avctx->pix_fmt); av_log 223 libavcodec/vda_h264_dec.c av_log(avctx, AV_LOG_ERROR, av_log 233 libavcodec/vda_h264_dec.c av_log(avctx, AV_LOG_ERROR, "Failed to open H.264 decoder.\n"); av_log 243 libavcodec/vda_h264_dec.c av_log(avctx, AV_LOG_ERROR, "Format is not supported.\n"); av_log 135 libavcodec/vdpau.c av_log(avctx, AV_LOG_WARNING, "hwaccel_context has not been setup by the user application, cannot initialize\n"); av_log 76 libavcodec/vmdaudio.c av_log(avctx, AV_LOG_ERROR, "invalid number of channels\n"); av_log 80 libavcodec/vmdaudio.c av_log(avctx, AV_LOG_ERROR, "invalid block align\n"); av_log 95 libavcodec/vmdaudio.c av_log(avctx, AV_LOG_DEBUG, "%d channels, %d bits/sample, " av_log 146 libavcodec/vmdaudio.c av_log(avctx, AV_LOG_WARNING, "skipping small junk packet\n"); av_log 153 libavcodec/vmdaudio.c av_log(avctx, AV_LOG_ERROR, "unknown block type: %d\n", block_type); av_log 164 libavcodec/vmdaudio.c av_log(avctx, AV_LOG_ERROR, "packet is too small\n"); av_log 218 libavcodec/vmdvideo.c av_log(s->avctx, AV_LOG_ERROR, av_log 227 libavcodec/vmdvideo.c av_log(s->avctx, AV_LOG_ERROR, av_log 257 libavcodec/vmdvideo.c av_log(s->avctx, AV_LOG_ERROR, "Incomplete palette\n"); av_log 272 libavcodec/vmdvideo.c av_log(s->avctx, AV_LOG_ERROR, av_log 308 libavcodec/vmdvideo.c av_log(s->avctx, AV_LOG_ERROR, av_log 357 libavcodec/vmdvideo.c av_log(s->avctx, AV_LOG_ERROR, av_log 396 libavcodec/vmdvideo.c av_log(s->avctx, AV_LOG_ERROR, "expected extradata size of %d\n", av_log 261 libavcodec/vmnc.c av_log(c->avctx, AV_LOG_ERROR, "Premature end of data!\n"); av_log 269 libavcodec/vmnc.c av_log(c->avctx, AV_LOG_ERROR, "Premature end of data!\n"); av_log 286 libavcodec/vmnc.c av_log(c->avctx, AV_LOG_ERROR, "Premature end of data!\n"); av_log 296 libavcodec/vmnc.c av_log(c->avctx, AV_LOG_ERROR, "Rectangle outside picture\n"); av_log 369 libavcodec/vmnc.c av_log(avctx, AV_LOG_ERROR, "Premature end of data!\n"); av_log 382 libavcodec/vmnc.c av_log(avctx, AV_LOG_ERROR, "dimensions too large\n"); av_log 386 libavcodec/vmnc.c av_log(avctx, AV_LOG_ERROR, av_log 397 libavcodec/vmnc.c av_log(avctx, AV_LOG_ERROR, av_log 435 libavcodec/vmnc.c av_log(avctx, AV_LOG_INFO, av_log 443 libavcodec/vmnc.c av_log(avctx, AV_LOG_INFO, av_log 455 libavcodec/vmnc.c av_log(avctx, AV_LOG_ERROR, av_log 461 libavcodec/vmnc.c av_log(avctx, AV_LOG_ERROR, av_log 471 libavcodec/vmnc.c av_log(avctx, AV_LOG_ERROR, av_log 481 libavcodec/vmnc.c av_log(avctx, AV_LOG_ERROR, "Unsupported block type 0x%08X\n", enc); av_log 544 libavcodec/vmnc.c av_log(avctx, AV_LOG_ERROR, "Unsupported bitdepth %i\n", c->bpp); av_log 79 libavcodec/vorbis.c av_log(NULL, AV_LOG_INFO, " %u. of %u code len %d code %d - ", p, num, bits[p], codes[p]); av_log 82 libavcodec/vorbis.c av_log(NULL, AV_LOG_INFO, "%s", get_bits1(&gb) ? "1" : "0"); av_log 83 libavcodec/vorbis.c av_log(NULL, AV_LOG_INFO, "\n"); av_log 112 libavcodec/vorbis.c av_log(NULL, AV_LOG_INFO, " %d. code len %d code %d - ", p, bits[p], codes[p]); av_log 115 libavcodec/vorbis.c av_log(NULL, AV_LOG_INFO, "%s", get_bits1(&gb) ? "1" : "0"); av_log 116 libavcodec/vorbis.c av_log(NULL, AV_LOG_INFO, "\n"); av_log 155 libavcodec/vorbis.c av_log(avctx, AV_LOG_ERROR, av_log 46 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Id header is too short\n"); av_log 52 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Wrong packet type in Id header\n"); av_log 58 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Invalid packet signature in Id header\n"); av_log 63 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Invalid framing bit in Id header\n"); av_log 83 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Setup header is too short\n"); av_log 89 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Wrong packet type in Setup header\n"); av_log 95 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Invalid packet signature in Setup header\n"); av_log 101 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Out of memory\n"); av_log 116 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Invalid Setup header\n"); av_log 143 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Invalid Setup header\n"); av_log 160 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Unsupported mode count: %d\n", av_log 197 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Extradata corrupt.\n"); av_log 241 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Invalid packet\n"); av_log 249 libavcodec/vorbis_parser.c av_log(s, AV_LOG_ERROR, "Invalid mode in packet\n"); av_log 165 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR,\ av_log 268 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, av_log 276 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, av_log 284 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, av_log 344 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " More codelengths than codes in codebook. \n"); av_log 419 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Bug in codevector vector building code. \n"); av_log 425 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Codebook lookup type not supported. \n"); av_log 432 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Invalid code lengths while generating vlcs. \n"); av_log 453 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Error generating vlc tables. \n"); av_log 485 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Vorbis time domain transform data nonzero. \n"); av_log 578 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, av_log 608 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Floor 0 order is 0.\n"); av_log 613 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Floor 0 rate is 0.\n"); av_log 618 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, av_log 675 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Invalid floor type!\n"); av_log 711 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, av_log 781 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Other mappings than type 0 are not compliant with the Vorbis I specification. \n"); av_log 811 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "%u. mapping setup data invalid.\n", i); av_log 912 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Vorbis setup header packet corrupt (no vorbis signature). \n"); av_log 917 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Vorbis setup header packet corrupt (codebooks). \n"); av_log 921 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Vorbis setup header packet corrupt (time domain transforms). \n"); av_log 925 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Vorbis setup header packet corrupt (floors). \n"); av_log 929 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Vorbis setup header packet corrupt (residues). \n"); av_log 933 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Vorbis setup header packet corrupt (mappings). \n"); av_log 937 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Vorbis setup header packet corrupt (modes). \n"); av_log 941 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Vorbis setup header packet corrupt (framing flag). \n"); av_log 958 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Vorbis id header packet corrupt (no vorbis signature). \n"); av_log 965 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Invalid number of channels\n"); av_log 970 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Invalid samplerate\n"); av_log 979 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Vorbis id header packet corrupt (illegal blocksize). \n"); av_log 988 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Vorbis id header packet corrupt (framing flag not set). \n"); av_log 1036 libavcodec/vorbisdec.c av_log(avctx, AV_LOG_ERROR, "Extradata missing.\n"); av_log 1041 libavcodec/vorbisdec.c av_log(avctx, AV_LOG_ERROR, "Extradata corrupt.\n"); av_log 1048 libavcodec/vorbisdec.c av_log(avctx, AV_LOG_ERROR, "First header is not the id header.\n"); av_log 1052 libavcodec/vorbisdec.c av_log(avctx, AV_LOG_ERROR, "Id header corrupt.\n"); av_log 1060 libavcodec/vorbisdec.c av_log(avctx, AV_LOG_ERROR, "Third header is not the setup header.\n"); av_log 1065 libavcodec/vorbisdec.c av_log(avctx, AV_LOG_ERROR, "Setup header corrupt.\n"); av_log 1104 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "floor0 dec: booknumber too high!\n"); av_log 1402 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Insufficient output buffer\n"); av_log 1538 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, " Invalid residue type while residue decode?! \n"); av_log 1587 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Not a Vorbis I audio packet.\n"); av_log 1630 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Invalid codebook in vorbis_floor_decode.\n"); av_log 1666 libavcodec/vorbisdec.c av_log(vc->avctx, AV_LOG_ERROR, "Too many channels in vorbis_floor_decode.\n"); av_log 1749 libavcodec/vorbisdec.c av_log(avctx, AV_LOG_ERROR, "Id header corrupt.\n"); av_log 1765 libavcodec/vorbisdec.c av_log(avctx, AV_LOG_DEBUG, "Ignoring comment header\n"); av_log 1772 libavcodec/vorbisdec.c av_log(avctx, AV_LOG_ERROR, "Setup header corrupt.\n"); av_log 1780 libavcodec/vorbisdec.c av_log(avctx, AV_LOG_ERROR, "Data packet before valid headers\n"); av_log 1042 libavcodec/vorbisenc.c av_log(avctx, AV_LOG_ERROR, "output buffer is too small\n"); av_log 1062 libavcodec/vorbisenc.c av_log(avctx, AV_LOG_ERROR, "output buffer is too small\n"); av_log 1086 libavcodec/vorbisenc.c av_log(avctx, AV_LOG_ERROR, "output buffer is too small\n"); av_log 1173 libavcodec/vorbisenc.c av_log(avctx, AV_LOG_ERROR, "Current FFmpeg Vorbis encoder only supports 2 channels.\n"); av_log 474 libavcodec/vp3.c av_log(s->avctx, AV_LOG_ERROR, av_log 509 libavcodec/vp3.c av_log(s->avctx, AV_LOG_ERROR, av_log 955 libavcodec/vp3.c av_log(s->avctx, AV_LOG_ERROR, av_log 1018 libavcodec/vp3.c av_log(s->avctx, AV_LOG_DEBUG, av_log 1030 libavcodec/vp3.c av_log(s->avctx, AV_LOG_ERROR, "Invalid token %d\n", token); av_log 1036 libavcodec/vp3.c av_log(s->avctx, AV_LOG_ERROR, "More blocks ended than coded!\n"); av_log 1393 libavcodec/vp3.c av_log(s->avctx, AV_LOG_ERROR, "Coefficient index overflow\n"); av_log 1889 libavcodec/vp3.c av_log(avctx, AV_LOG_FATAL, "Invalid huffman table\n"); av_log 2010 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, "midstream reconfiguration with multithreading is unsupported, try -threads 1\n"); av_log 2031 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, av_log 2039 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, "Data packet without prior valid headers\n"); av_log 2055 libavcodec/vp3.c av_log(s->avctx, AV_LOG_INFO, " VP3 %sframe #%d: Q index = %d\n", av_log 2090 libavcodec/vp3.c av_log(s->avctx, AV_LOG_DEBUG, av_log 2096 libavcodec/vp3.c av_log(s->avctx, AV_LOG_ERROR, av_log 2102 libavcodec/vp3.c av_log(s->avctx, AV_LOG_WARNING, av_log 2121 libavcodec/vp3.c av_log(s->avctx, AV_LOG_ERROR, "error in unpack_superblocks\n"); av_log 2125 libavcodec/vp3.c av_log(s->avctx, AV_LOG_ERROR, "error in unpack_modes\n"); av_log 2129 libavcodec/vp3.c av_log(s->avctx, AV_LOG_ERROR, "error in unpack_vectors\n"); av_log 2133 libavcodec/vp3.c av_log(s->avctx, AV_LOG_ERROR, "error in unpack_block_qpis\n"); av_log 2137 libavcodec/vp3.c av_log(s->avctx, AV_LOG_ERROR, "error in unpack_dct_coeffs\n"); av_log 2195 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, "huffman tree overflow\n"); av_log 2206 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, "huffman tree overflow\n"); av_log 2253 libavcodec/vp3.c av_log(avctx, AV_LOG_DEBUG, "Theora bitstream version %X\n", s->theora); av_log 2259 libavcodec/vp3.c av_log(avctx, AV_LOG_DEBUG, av_log 2280 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, av_log 2291 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, "Invalid framerate\n"); av_log 2318 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, "Invalid pixel format\n"); av_log 2339 libavcodec/vp3.c av_log(avctx, AV_LOG_WARNING, "Reducing offset_x from %d to %d" av_log 2394 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, "invalid number of base matrixes\n"); av_log 2428 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, av_log 2441 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, "invalid qi %d > 63\n", qi); av_log 2482 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, "Missing extradata!\n"); av_log 2488 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, "Corrupt extradata\n"); av_log 2500 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, "Invalid extradata!\n"); av_log 2521 libavcodec/vp3.c av_log(avctx, AV_LOG_ERROR, av_log 2526 libavcodec/vp3.c av_log(avctx, AV_LOG_WARNING, av_log 54 libavcodec/vp5.c av_log(s->avctx, AV_LOG_ERROR, "interlacing not supported\n"); av_log 60 libavcodec/vp5.c av_log(s->avctx, AV_LOG_ERROR, "Invalid size %dx%d\n", av_log 475 libavcodec/vp56.c av_log(avctx, AV_LOG_ERROR, "picture too big\n"); av_log 561 libavcodec/vp56.c av_log(avctx, AV_LOG_ERROR, "Alpha reconfiguration\n"); av_log 80 libavcodec/vp6.c av_log(s->avctx, AV_LOG_ERROR, "Invalid size %dx%d\n", cols << 4, rows << 4); av_log 139 libavcodec/vp8.c av_log(s->avctx, AV_LOG_FATAL, "Ran out of free frames!\n"); av_log 463 libavcodec/vp8.c av_log(s->avctx, AV_LOG_WARNING, "Discarding interframe without a prior keyframe!\n"); av_log 507 libavcodec/vp8.c av_log(s->avctx, AV_LOG_ERROR, "Buffer size %d is too small, needed : %d\n", buf_size, 4 - s->profile + part1_size); av_log 650 libavcodec/vp8.c av_log(s->avctx, AV_LOG_WARNING, "Unknown profile %d\n", s->profile); av_log 660 libavcodec/vp8.c av_log(s->avctx, AV_LOG_ERROR, "Header size larger than data provided\n"); av_log 666 libavcodec/vp8.c av_log(s->avctx, AV_LOG_ERROR, av_log 699 libavcodec/vp8.c av_log(s->avctx, AV_LOG_WARNING, "Unspecified colorspace\n"); av_log 717 libavcodec/vp8.c av_log(s->avctx, AV_LOG_ERROR, "Invalid partitions\n"); av_log 1166 libavcodec/vp8.c av_log(s->avctx, AV_LOG_WARNING, av_log 2571 libavcodec/vp8.c av_log(avctx, AV_LOG_WARNING, av_log 478 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Failed to initialize bitstream reader\n"); av_log 482 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Invalid frame marker\n"); av_log 487 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Reserved bit should be zero\n"); av_log 503 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Invalid sync code\n"); av_log 508 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "RGB not supported in profile 0\n"); av_log 523 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Invalid sync code\n"); av_log 542 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Not all references are available\n"); av_log 635 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, av_log 706 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Failed to initialize decoder for %dx%d\n", w, h); av_log 727 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Ran out of memory during range coder init\n"); av_log 749 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Invalid compressed header size\n"); av_log 754 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Marker bit was set\n"); av_log 3767 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Requested reference %d not available\n", ref); av_log 3833 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, av_log 4020 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Failed to allocate frame buffer %d\n", i); av_log 4029 libavcodec/vp9.c av_log(ctx, AV_LOG_ERROR, "Failed to allocate frame buffer %d\n", i); av_log 95 libavcodec/vp9_parser.c av_log(avctx, AV_LOG_ERROR, \ av_log 131 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "expected extradata size of %d\n", VQA_HEADER_SIZE); av_log 166 libavcodec/vqavideo.c av_log(avctx, AV_LOG_ERROR, "Image size not multiple of block size\n"); av_log 210 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "decode_format80 problem: next op would overflow dest_index\n"); \ av_log 211 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "current dest_index = %d, count = %d, dest_size = %d\n", \ av_log 218 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "decode_format80 problem: next op would overflow dest_index\n"); \ av_log 219 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "current src_pos = %d, count = %d, dest_size = %d\n", \ av_log 244 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "decode_format80 problem: dest_index (%d) exceeded dest_size (%d)\n", av_log 307 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "decode_format80 problem: decode finished with dest_index (%d) < dest_size (%d)\n", av_log 381 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "Found unknown chunk type: %c%c%c%c (%08X)\n", av_log 398 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "problem: found both CPL0 and CPLZ chunks\n"); av_log 416 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "problem: found a palette chunk with %d colors\n", av_log 434 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "problem: found both CBF0 and CBFZ chunks\n"); av_log 455 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "problem: CBF0 chunk too large (0x%X bytes)\n", av_log 467 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "problem: no VPTZ chunk found\n"); av_log 536 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "problem: found both CBP0 and CBPZ chunks\n"); av_log 546 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "cbp0 chunk too large (%u bytes)\n", av_log 575 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, "cbpz chunk too large (%u bytes)\n", av_log 230 libavcodec/wavpack.c av_log(ctx->avctx, AV_LOG_ERROR, "k %d is too large\n", add); av_log 258 libavcodec/wavpack.c av_log(ctx->avctx, AV_LOG_ERROR, "Too few bits (%d) left\n", ret); av_log 372 libavcodec/wavpack.c av_log(s->avctx, AV_LOG_ERROR, "CRC error\n"); av_log 376 libavcodec/wavpack.c av_log(s->avctx, AV_LOG_ERROR, "Extra bits CRC error\n"); av_log 638 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Error creating frame decode context\n"); av_log 644 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Context for block %d is not present\n", av_log 659 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Mismatching number of samples in " av_log 691 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, av_log 696 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, av_log 703 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Too many decorrelation terms\n"); av_log 718 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "No decorrelation terms met\n"); av_log 723 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Too many decorrelation weights\n"); av_log 745 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "No decorrelation terms met\n"); av_log 786 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, av_log 823 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, av_log 853 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, av_log 875 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Invalid EXTRABITS, size = %i\n", av_log 890 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, av_log 911 libavcodec/wavpack.c av_log(avctx, AV_LOG_WARNING, "%i channels signalled" av_log 917 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Invalid channel info size %d\n", av_log 925 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Invalid custom sample rate.\n"); av_log 938 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "No block with decorrelation terms\n"); av_log 942 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "No block with decorrelation weights\n"); av_log 946 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "No block with decorrelation samples\n"); av_log 950 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "No block with entropy info\n"); av_log 954 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Hybrid config not found\n"); av_log 958 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Packed samples not found\n"); av_log 962 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Float information not found\n"); av_log 969 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Too small EXTRABITS\n"); av_log 978 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Custom sample rate missing.\n"); av_log 1004 libavcodec/wavpack.c av_log(avctx, AV_LOG_WARNING, "Too many channels coded in a packet.\n"); av_log 1058 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Invalid number of samples: %d\n", av_log 1079 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, av_log 1096 libavcodec/wavpack.c av_log(avctx, AV_LOG_ERROR, "Not enough channels coded in a packet.\n"); av_log 146 libavcodec/wavpackenc.c av_log(avctx, AV_LOG_ERROR, "invalid block size: %d\n", avctx->frame_size); av_log 390 libavcodec/webp.c av_log(s->avctx, AV_LOG_ERROR, "max symbol %d > alphabet size %d\n", av_log 434 libavcodec/webp.c av_log(s->avctx, AV_LOG_ERROR, av_log 617 libavcodec/webp.c av_log(s->avctx, AV_LOG_ERROR, "invalid color cache bits: %d\n", av_log 698 libavcodec/webp.c av_log(s->avctx, AV_LOG_ERROR, av_log 767 libavcodec/webp.c av_log(s->avctx, AV_LOG_ERROR, "color cache not found\n"); av_log 771 libavcodec/webp.c av_log(s->avctx, AV_LOG_ERROR, av_log 976 libavcodec/webp.c av_log(s->avctx, AV_LOG_ERROR, av_log 1120 libavcodec/webp.c av_log(avctx, AV_LOG_ERROR, "Invalid WebP Lossless signature\n"); av_log 1127 libavcodec/webp.c av_log(avctx, AV_LOG_WARNING, "Width mismatch. %d != %d\n", av_log 1132 libavcodec/webp.c av_log(avctx, AV_LOG_WARNING, "Height mismatch. %d != %d\n", av_log 1144 libavcodec/webp.c av_log(avctx, AV_LOG_ERROR, "Invalid WebP Lossless version\n"); av_log 1161 libavcodec/webp.c av_log(avctx, AV_LOG_ERROR, "Transform %d used more than once\n", av_log 1336 libavcodec/webp.c av_log(avctx, AV_LOG_ERROR, "unsupported chunk size\n"); av_log 1376 libavcodec/webp.c av_log(avctx, AV_LOG_ERROR, "missing RIFF tag\n"); av_log 1385 libavcodec/webp.c av_log(avctx, AV_LOG_ERROR, "missing WEBP tag\n"); av_log 1436 libavcodec/webp.c av_log(avctx, AV_LOG_WARNING, av_log 1441 libavcodec/webp.c av_log(avctx, AV_LOG_ERROR, "invalid ALPHA chunk size\n"); av_log 1453 libavcodec/webp.c av_log(avctx, AV_LOG_VERBOSE, av_log 1468 libavcodec/webp.c av_log(avctx, AV_LOG_VERBOSE, "Ignoring extra EXIF chunk\n"); av_log 1472 libavcodec/webp.c av_log(avctx, AV_LOG_WARNING, av_log 1480 libavcodec/webp.c av_log(avctx, AV_LOG_ERROR, "invalid TIFF header " av_log 1487 libavcodec/webp.c av_log(avctx, AV_LOG_ERROR, "error decoding Exif data\n"); av_log 1503 libavcodec/webp.c av_log(avctx, AV_LOG_VERBOSE, "skipping unsupported chunk: %s\n", av_log 1509 libavcodec/webp.c av_log(avctx, AV_LOG_VERBOSE, "skipping unknown chunk: %s\n", av_log 1517 libavcodec/webp.c av_log(avctx, AV_LOG_ERROR, "image data not found\n"); av_log 90 libavcodec/webvttenc.c av_log(s->avctx, AV_LOG_ERROR, "tag stack overflow\n"); av_log 168 libavcodec/webvttenc.c av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); av_log 185 libavcodec/webvttenc.c av_log(avctx, AV_LOG_ERROR, "Buffer too small for ASS event.\n"); av_log 143 libavcodec/wma.c av_log(avctx, AV_LOG_ERROR, "byte_offset_bits %d is too large\n", s->byte_offset_bits); av_log 471 libavcodec/wma.c av_log(avctx, AV_LOG_ERROR, av_log 486 libavcodec/wma.c av_log(avctx, AV_LOG_ERROR, av_log 76 libavcodec/wmadec.c av_log(avctx, AV_LOG_ERROR, "block_align is not set\n"); av_log 96 libavcodec/wmadec.c av_log(avctx, AV_LOG_WARNING, "Disabling use_variable_block_len, if this fails contact the ffmpeg developers and send us the file\n"); av_log 348 libavcodec/wmadec.c av_log(s->avctx, AV_LOG_ERROR, "Exponent vlc invalid\n"); av_log 354 libavcodec/wmadec.c av_log(s->avctx, AV_LOG_ERROR, "Exponent out of range: %d\n", av_log 451 libavcodec/wmadec.c av_log(s->avctx, AV_LOG_ERROR, av_log 459 libavcodec/wmadec.c av_log(s->avctx, AV_LOG_ERROR, av_log 472 libavcodec/wmadec.c av_log(s->avctx, AV_LOG_ERROR, av_log 486 libavcodec/wmadec.c av_log(s->avctx, AV_LOG_ERROR, "block_len_bits not initialized to a valid value\n"); av_log 493 libavcodec/wmadec.c av_log(s->avctx, AV_LOG_ERROR, "frame_len overflow\n"); av_log 518 libavcodec/wmadec.c av_log(s->avctx, AV_LOG_ERROR, "total_gain overread\n"); av_log 563 libavcodec/wmadec.c av_log(s->avctx, AV_LOG_ERROR, av_log 825 libavcodec/wmadec.c av_log(avctx, AV_LOG_ERROR, av_log 841 libavcodec/wmadec.c av_log(avctx, is_error ? AV_LOG_ERROR : AV_LOG_WARNING, av_log 877 libavcodec/wmadec.c av_log(avctx, AV_LOG_ERROR, av_log 935 libavcodec/wmadec.c av_log(s->avctx, AV_LOG_ERROR, "len %d invalid\n", len); av_log 39 libavcodec/wmaenc.c av_log(avctx, AV_LOG_ERROR, av_log 46 libavcodec/wmaenc.c av_log(avctx, AV_LOG_ERROR, "sample rate is too high: %d > 48kHz\n", av_log 52 libavcodec/wmaenc.c av_log(avctx, AV_LOG_ERROR, av_log 394 libavcodec/wmaenc.c av_log(avctx, AV_LOG_ERROR, "Invalid input data or requested bitrate too low, cannot encode\n"); av_log 189 libavcodec/wmalosslessdec.c av_log(avctx, AV_LOG_ERROR, "block_align is not set\n"); av_log 207 libavcodec/wmalosslessdec.c av_log(avctx, AV_LOG_ERROR, "Unknown bit-depth: %"PRIu8"\n", av_log 249 libavcodec/wmalosslessdec.c av_log(avctx, AV_LOG_ERROR, "invalid number of subframes %"PRIu8"\n", av_log 267 libavcodec/wmalosslessdec.c av_log(avctx, AV_LOG_ERROR, "invalid number of channels %"PRId8"\n", av_log 305 libavcodec/wmalosslessdec.c av_log(s->avctx, AV_LOG_ERROR, "broken frame: subframe_len %i\n", av_log 368 libavcodec/wmalosslessdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 383 libavcodec/wmalosslessdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 391 libavcodec/wmalosslessdec.c av_log(s->avctx, AV_LOG_ERROR, "broken frame: " av_log 461 libavcodec/wmalosslessdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 895 libavcodec/wmalosslessdec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 931 libavcodec/wmalosslessdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 985 libavcodec/wmalosslessdec.c av_log(s->avctx, AV_LOG_ERROR, "broken subframe\n"); av_log 1074 libavcodec/wmalosslessdec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1172 libavcodec/wmalosslessdec.c av_log(avctx, AV_LOG_ERROR, "buf size %d invalid\n", buf_size); av_log 1195 libavcodec/wmalosslessdec.c av_log(avctx, AV_LOG_ERROR, av_log 241 libavcodec/wmaprodec.c #define PRINT(a, b) av_log(s->avctx, AV_LOG_DEBUG, " %s = %d\n", a, b); av_log 242 libavcodec/wmaprodec.c #define PRINT_HEX(a, b) av_log(s->avctx, AV_LOG_DEBUG, " %s = %"PRIx32"\n", a, b); av_log 286 libavcodec/wmaprodec.c av_log(avctx, AV_LOG_ERROR, "block_align is not set\n"); av_log 345 libavcodec/wmaprodec.c av_log(avctx, AV_LOG_ERROR, "invalid number of subframes %"PRId8"\n", av_log 351 libavcodec/wmaprodec.c av_log(avctx, AV_LOG_ERROR, "min_samples_per_subframe of %d too small\n", av_log 357 libavcodec/wmaprodec.c av_log(avctx, AV_LOG_ERROR, "invalid sample rate\n"); av_log 362 libavcodec/wmaprodec.c av_log(avctx, AV_LOG_ERROR, "invalid number of channels %d\n", av_log 436 libavcodec/wmaprodec.c av_log(avctx, AV_LOG_ERROR, "num_sfb invalid\n"); av_log 527 libavcodec/wmaprodec.c av_log(s->avctx, AV_LOG_ERROR, "broken frame: subframe_len %i\n", av_log 603 libavcodec/wmaprodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 611 libavcodec/wmaprodec.c av_log(s->avctx, AV_LOG_ERROR, "broken frame: " av_log 977 libavcodec/wmaprodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1172 libavcodec/wmaprodec.c av_log(s->avctx, AV_LOG_ERROR, "invalid number of fill bits\n"); av_log 1209 libavcodec/wmaprodec.c av_log(s->avctx, AV_LOG_ERROR, "num_vec_coeffs %d is too large\n", num_vec_coeffs); av_log 1234 libavcodec/wmaprodec.c av_log(s->avctx, AV_LOG_DEBUG, "negative quant step\n"); av_log 1315 libavcodec/wmaprodec.c av_log(s->avctx, AV_LOG_ERROR, "broken subframe\n"); av_log 1432 libavcodec/wmaprodec.c av_log(s->avctx, AV_LOG_ERROR, av_log 1543 libavcodec/wmaprodec.c av_log(avctx, AV_LOG_ERROR, "Input packet too small (%d < %d)\n", av_log 1566 libavcodec/wmaprodec.c av_log(avctx, AV_LOG_ERROR, av_log 357 libavcodec/wmavoice.c av_log(ctx, AV_LOG_ERROR, av_log 380 libavcodec/wmavoice.c av_log(ctx, AV_LOG_ERROR, av_log 404 libavcodec/wmavoice.c av_log(ctx, AV_LOG_ERROR, "Invalid VBM tree; broken extradata?\n"); av_log 412 libavcodec/wmavoice.c av_log(ctx, AV_LOG_ERROR, "Invalid pitch range; broken extradata?\n"); av_log 424 libavcodec/wmavoice.c av_log(ctx, AV_LOG_ERROR, av_log 437 libavcodec/wmavoice.c av_log(ctx, AV_LOG_ERROR, "Invalid delta pitch hrange; broken extradata?\n"); av_log 1464 libavcodec/wmavoice.c av_log(ctx, AV_LOG_ERROR, av_log 1792 libavcodec/wmavoice.c av_log(ctx, AV_LOG_ERROR, av_log 76 libavcodec/wmv2.c av_log(s->avctx, AV_LOG_ERROR, "internal error in WMV2 abt\n"); av_log 109 libavcodec/wmv2dec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 130 libavcodec/wmv2dec.c av_log(s->avctx, AV_LOG_DEBUG, "I7:%X/\n", code); av_log 165 libavcodec/wmv2dec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 206 libavcodec/wmv2dec.c av_log(s->avctx, AV_LOG_DEBUG, av_log 366 libavcodec/wmv2dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 412 libavcodec/wmv2dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 439 libavcodec/wmv2dec.c av_log(s->avctx, AV_LOG_ERROR, av_log 72 libavcodec/wnv1.c av_log(avctx, AV_LOG_ERROR, "Packet size %d is too small\n", buf_size); av_log 78 libavcodec/wnv1.c av_log(avctx, AV_LOG_ERROR, "Cannot allocate temporary buffer\n"); av_log 69 libavcodec/ws-snd1.c av_log(avctx, AV_LOG_ERROR, "packet is too small\n"); av_log 78 libavcodec/ws-snd1.c av_log(avctx, AV_LOG_ERROR, "Frame data is larger than input buffer\n"); av_log 391 libavcodec/xan.c av_log(s->avctx, AV_LOG_ERROR, "size_segment overread\n"); av_log 400 libavcodec/xan.c av_log(s->avctx, AV_LOG_ERROR, "size_segment overread\n"); av_log 409 libavcodec/xan.c av_log(s->avctx, AV_LOG_ERROR, "size_segment overread\n"); av_log 435 libavcodec/xan.c av_log(s->avctx, AV_LOG_ERROR, "vector_segment overread\n"); av_log 560 libavcodec/xan.c av_log(avctx, AV_LOG_ERROR, "Invalid tag size %d\n", size); av_log 597 libavcodec/xan.c av_log(avctx, AV_LOG_ERROR, "Invalid palette selected\n"); av_log 609 libavcodec/xan.c av_log(s->avctx, AV_LOG_ERROR, "No palette found\n"); av_log 115 libavcodec/xbmdec.c av_log(avctx, AV_LOG_ERROR, av_log 97 libavcodec/xfacedec.c av_log(avctx, AV_LOG_ERROR, av_log 134 libavcodec/xfacedec.c av_log(avctx, AV_LOG_WARNING, av_log 160 libavcodec/xfaceenc.c av_log(avctx, AV_LOG_ERROR, av_log 53 libavcodec/xl.c av_log(avctx, AV_LOG_ERROR, "width is not a multiple of 4\n"); av_log 57 libavcodec/xl.c av_log(avctx, AV_LOG_ERROR, "Packet is too small\n"); av_log 63 libavcodec/xsubdec.c av_log(avctx, AV_LOG_ERROR, "coded frame size %d too small\n", buf_size); av_log 69 libavcodec/xsubdec.c av_log(avctx, AV_LOG_ERROR, "invalid time code\n"); av_log 126 libavcodec/xsubenc.c av_log(avctx, AV_LOG_ERROR, "Buffer too small for XSUB header.\n"); av_log 132 libavcodec/xsubenc.c av_log(avctx, AV_LOG_WARNING, "Only single rects supported (%d in subtitle.)\n", h->num_rects); av_log 136 libavcodec/xsubenc.c av_log(avctx, AV_LOG_WARNING, "No subtitle bitmap available.\n"); av_log 142 libavcodec/xsubenc.c av_log(avctx, AV_LOG_WARNING, "No more than 4 subtitle colors supported (%d found.)\n", h->rects[0]->nb_colors); av_log 146 libavcodec/xsubenc.c av_log(avctx, AV_LOG_WARNING, "Color index 0 is not transparent. Transparency will be messed up.\n"); av_log 149 libavcodec/xsubenc.c av_log(avctx, AV_LOG_WARNING, "Time code >= 100 hours.\n"); av_log 52 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "unsupported version\n"); av_log 57 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "invalid header size\n"); av_log 80 libavcodec/xwddec.c av_log(avctx, AV_LOG_DEBUG, av_log 83 libavcodec/xwddec.c av_log(avctx, AV_LOG_DEBUG, av_log 86 libavcodec/xwddec.c av_log(avctx, AV_LOG_DEBUG, av_log 91 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "invalid pixmap format\n"); av_log 96 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "invalid pixmap depth\n"); av_log 106 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "invalid byte order\n"); av_log 111 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "invalid bitmap bit order\n"); av_log 116 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "invalid bitmap unit\n"); av_log 121 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "invalid bitmap scan-line pad\n"); av_log 126 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "invalid bits per pixel\n"); av_log 131 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "invalid number of entries in colormap\n"); av_log 140 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "invalid bytes per scan-line\n"); av_log 145 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "input buffer too small\n"); av_log 199 libavcodec/xwddec.c av_log(avctx, AV_LOG_ERROR, "invalid visual class\n"); av_log 141 libavcodec/xwdenc.c av_log(avctx, AV_LOG_ERROR, "unsupported pixel format\n"); av_log 62 libavcodec/xxan.c av_log(avctx, AV_LOG_ERROR, "Invalid frame height: %d.\n", avctx->height); av_log 66 libavcodec/xxan.c av_log(avctx, AV_LOG_ERROR, "Invalid frame width: %d.\n", avctx->width); av_log 197 libavcodec/xxan.c av_log(avctx, AV_LOG_ERROR, "Invalid chroma block position\n"); av_log 208 libavcodec/xxan.c av_log(avctx, AV_LOG_ERROR, "Invalid chroma block offset\n"); av_log 216 libavcodec/xxan.c av_log(avctx, AV_LOG_ERROR, "Chroma unpacking failed\n"); av_log 298 libavcodec/xxan.c av_log(avctx, AV_LOG_WARNING, "Ignoring invalid correction block position\n"); av_log 304 libavcodec/xxan.c av_log(avctx, AV_LOG_ERROR, "Luma decoding failed\n"); av_log 376 libavcodec/xxan.c av_log(avctx, AV_LOG_ERROR, "Luma decoding failed\n"); av_log 427 libavcodec/xxan.c av_log(avctx, AV_LOG_ERROR, "Unknown frame type %d\n", ftype); av_log 32 libavcodec/y41pdec.c av_log(avctx, AV_LOG_WARNING, "y41p requires width to be divisible by 8.\n"); av_log 47 libavcodec/y41pdec.c av_log(avctx, AV_LOG_ERROR, "Insufficient input data.\n"); av_log 29 libavcodec/y41penc.c av_log(avctx, AV_LOG_ERROR, "y41p requires width to be divisible by 8.\n"); av_log 37 libavcodec/y41penc.c av_log(avctx, AV_LOG_ERROR, "Could not allocate frame.\n"); av_log 98 libavcodec/yop.c av_log(avctx, AV_LOG_ERROR, "YOP has invalid dimensions\n"); av_log 103 libavcodec/yop.c av_log(avctx, AV_LOG_ERROR, "Missing or incomplete extradata.\n"); av_log 115 libavcodec/yop.c av_log(avctx, AV_LOG_ERROR, av_log 135 libavcodec/yop.c av_log(s->avctx, AV_LOG_ERROR, "Packet too small.\n"); av_log 161 libavcodec/yop.c av_log(s->avctx, AV_LOG_ERROR, "File probably corrupt\n"); av_log 201 libavcodec/yop.c av_log(avctx, AV_LOG_ERROR, "Packet too small.\n"); av_log 219 libavcodec/yop.c av_log(avctx, AV_LOG_ERROR, "frame is too odd %d\n", is_odd_frame); av_log 238 libavcodec/yop.c av_log(avctx, AV_LOG_ERROR, "Packet too small.\n"); av_log 42 libavcodec/yuv4dec.c av_log(avctx, AV_LOG_ERROR, "Insufficient input data.\n"); av_log 31 libavcodec/yuv4enc.c av_log(avctx, AV_LOG_ERROR, "Could not allocate frame.\n"); av_log 46 libavcodec/zerocodec.c av_log(avctx, AV_LOG_ERROR, "Missing reference frame.\n"); av_log 58 libavcodec/zerocodec.c av_log(avctx, AV_LOG_ERROR, "Could not reset inflate: %d.\n", zret); av_log 81 libavcodec/zerocodec.c av_log(avctx, AV_LOG_ERROR, av_log 129 libavcodec/zerocodec.c av_log(avctx, AV_LOG_ERROR, "Could not initialize inflate: %d.\n", zret); av_log 148 libavcodec/zmbv.c av_log(c->avctx, AV_LOG_ERROR, "Used %"PTRDIFF_SPECIFIER" of %i bytes\n", av_log 222 libavcodec/zmbv.c av_log(c->avctx, AV_LOG_ERROR, "Used %"PTRDIFF_SPECIFIER" of %i bytes\n", av_log 305 libavcodec/zmbv.c av_log(c->avctx, AV_LOG_ERROR, "Used %i of %i bytes\n", av_log 380 libavcodec/zmbv.c av_log(c->avctx, AV_LOG_ERROR, "Used %"PTRDIFF_SPECIFIER" of %i bytes\n", av_log 434 libavcodec/zmbv.c av_log(avctx, AV_LOG_DEBUG, av_log 493 libavcodec/zmbv.c av_log(avctx, AV_LOG_ERROR, "Inflate reset error: %d\n", zret); av_log 509 libavcodec/zmbv.c av_log(avctx, AV_LOG_ERROR, "Error! Got no format or no keyframe!\n"); av_log 518 libavcodec/zmbv.c av_log(avctx, AV_LOG_ERROR, "Buffer too small\n"); av_log 530 libavcodec/zmbv.c av_log(avctx, AV_LOG_ERROR, "inflate error %d\n", zret); av_log 567 libavcodec/zmbv.c av_log(avctx, AV_LOG_ERROR, "Cannot handle format %i\n", c->fmt); av_log 597 libavcodec/zmbv.c av_log(avctx, AV_LOG_ERROR, av_log 608 libavcodec/zmbv.c av_log(avctx, AV_LOG_ERROR, "Inflate init error: %d\n", zret); av_log 225 libavcodec/zmbvenc.c av_log(avctx, AV_LOG_ERROR, "Error compressing data\n"); av_log 291 libavcodec/zmbvenc.c av_log(avctx, AV_LOG_ERROR, "Compression level should be 0-9, not %i\n", lvl); av_log 300 libavcodec/zmbvenc.c av_log(avctx, AV_LOG_ERROR, "Can't allocate work buffer.\n"); av_log 309 libavcodec/zmbvenc.c av_log(avctx, AV_LOG_ERROR, "Can't allocate compression buffer.\n"); av_log 314 libavcodec/zmbvenc.c av_log(avctx, AV_LOG_ERROR, "Can't allocate picture.\n"); av_log 323 libavcodec/zmbvenc.c av_log(avctx, AV_LOG_ERROR, "Inflate init error: %d\n", zret); av_log 187 libavdevice/alsa-audio-common.c av_log(ctx, AV_LOG_ERROR, "sample format 0x%04x is not supported\n", *codec_id); av_log 197 libavdevice/alsa-audio-common.c av_log(ctx, AV_LOG_ERROR, "cannot open audio device %s (%s)\n", av_log 204 libavdevice/alsa-audio-common.c av_log(ctx, AV_LOG_ERROR, "cannot allocate hardware parameter structure (%s)\n", av_log 211 libavdevice/alsa-audio-common.c av_log(ctx, AV_LOG_ERROR, "cannot initialize hardware parameter structure (%s)\n", av_log 218 libavdevice/alsa-audio-common.c av_log(ctx, AV_LOG_ERROR, "cannot set access type (%s)\n", av_log 225 libavdevice/alsa-audio-common.c av_log(ctx, AV_LOG_ERROR, "cannot set sample format 0x%04x %d (%s)\n", av_log 232 libavdevice/alsa-audio-common.c av_log(ctx, AV_LOG_ERROR, "cannot set sample rate (%s)\n", av_log 239 libavdevice/alsa-audio-common.c av_log(ctx, AV_LOG_ERROR, "cannot set channel count to %d (%s)\n", av_log 249 libavdevice/alsa-audio-common.c av_log(ctx, AV_LOG_ERROR, "cannot set ALSA buffer size (%s)\n", av_log 259 libavdevice/alsa-audio-common.c av_log(ctx, AV_LOG_ERROR, "cannot set ALSA period size (%s)\n", av_log 267 libavdevice/alsa-audio-common.c av_log(ctx, AV_LOG_ERROR, "cannot set parameters (%s)\n", av_log 278 libavdevice/alsa-audio-common.c av_log(ctx, AV_LOG_WARNING, "ALSA channel layout unknown or unimplemented for %s %s.\n", av_log 315 libavdevice/alsa-audio-common.c av_log(s1, AV_LOG_WARNING, "ALSA buffer xrun.\n"); av_log 319 libavdevice/alsa-audio-common.c av_log(s1, AV_LOG_ERROR, "cannot recover from underrun (snd_pcm_prepare failed: %s)\n", snd_strerror(err)); av_log 324 libavdevice/alsa-audio-common.c av_log(s1, AV_LOG_ERROR, "-ESTRPIPE... Unsupported!\n"); av_log 66 libavdevice/alsa-audio-dec.c av_log(s1, AV_LOG_ERROR, "Cannot add stream\n"); av_log 116 libavdevice/alsa-audio-dec.c av_log(s1, AV_LOG_ERROR, "ALSA read error: %s\n", av_log 56 libavdevice/alsa-audio-enc.c av_log(s1, AV_LOG_ERROR, "Only a single audio stream is supported.\n"); av_log 66 libavdevice/alsa-audio-enc.c av_log(s1, AV_LOG_ERROR, av_log 106 libavdevice/alsa-audio-enc.c av_log(s1, AV_LOG_ERROR, "ALSA write error: %s\n", av_log 143 libavdevice/bktr.c av_log(NULL, AV_LOG_ERROR, "Warning. Tuner not opened, continuing: %s\n", strerror(errno)); av_log 149 libavdevice/bktr.c av_log(NULL, AV_LOG_ERROR, "%s: %s\n", video_device, errbuf); av_log 174 libavdevice/bktr.c av_log(NULL, AV_LOG_ERROR, "METEORSETGEO: %s\n", errbuf); av_log 181 libavdevice/bktr.c av_log(NULL, AV_LOG_ERROR, "BT848SFMT: %s\n", errbuf); av_log 189 libavdevice/bktr.c av_log(NULL, AV_LOG_ERROR, "METEORSINPUT: %s\n", errbuf); av_log 200 libavdevice/bktr.c av_log(NULL, AV_LOG_ERROR, "mmap: %s\n", errbuf); av_log 207 libavdevice/bktr.c av_log(NULL, AV_LOG_ERROR, "TVTUNER_SETFREQ: %s\n", strerror(errno)); av_log 212 libavdevice/bktr.c av_log(NULL, AV_LOG_ERROR, "TVTUNER_SAUDIO: %s\n", strerror(errno)); av_log 232 libavdevice/bktr.c av_log(NULL, AV_LOG_INFO, av_log 271 libavdevice/bktr.c av_log(s1, AV_LOG_ERROR, "Unknown standard.\n"); av_log 276 libavdevice/bktr.c av_log(s1, AV_LOG_ERROR, "Could not parse framerate '%s'.\n", s->framerate); av_log 70 libavdevice/caca.c av_log(c->ctx, AV_LOG_INFO, "Available drivers:\n"); av_log 72 libavdevice/caca.c av_log(c->ctx, AV_LOG_INFO, "%s : %s\n", drivers[i], drivers[i + 1]); av_log 81 libavdevice/caca.c av_log(c->ctx, AV_LOG_INFO, "Available %s:\n", thing_str); \ av_log 83 libavdevice/caca.c av_log(c->ctx, AV_LOG_INFO, "%s : %s\n", thing[i], thing[i + 1]); \ av_log 113 libavdevice/caca.c av_log(s, AV_LOG_ERROR, av_log 125 libavdevice/caca.c av_log(s, AV_LOG_ERROR, "Only supports one rawvideo stream\n"); av_log 130 libavdevice/caca.c av_log(s, AV_LOG_ERROR, av_log 139 libavdevice/caca.c av_log(s, AV_LOG_ERROR, "Failed to create canvas\n"); av_log 149 libavdevice/caca.c av_log(s, AV_LOG_ERROR, "Failed to create dither\n"); av_log 156 libavdevice/caca.c av_log(s, AV_LOG_ERROR, "Failed to set value '%s' for option '%s'\n", \ av_log 168 libavdevice/caca.c av_log(s, AV_LOG_ERROR, "Failed to create display\n"); av_log 46 libavdevice/decklink_common.cpp av_log(NULL, AV_LOG_ERROR, "COM initialization failed.\n"); av_log 52 libavdevice/decklink_common.cpp av_log(NULL, AV_LOG_ERROR, "DeckLink drivers not installed.\n"); av_log 121 libavdevice/decklink_common.cpp av_log(avctx, AV_LOG_ERROR, "Could not get Display Mode Iterator\n"); av_log 146 libavdevice/decklink_common.cpp av_log(avctx, AV_LOG_INFO, "Found Decklink mode %d x %d with rate %.2f%s\n", av_log 185 libavdevice/decklink_common.cpp av_log(avctx, AV_LOG_ERROR, "Could not create DeckLink iterator\n"); av_log 188 libavdevice/decklink_common.cpp av_log(avctx, AV_LOG_INFO, "Blackmagic DeckLink devices:\n"); av_log 192 libavdevice/decklink_common.cpp av_log(avctx, AV_LOG_INFO, "\t'%s'\n", displayName); av_log 216 libavdevice/decklink_common.cpp av_log(avctx, AV_LOG_ERROR, "Could not get Display Mode Iterator\n"); av_log 220 libavdevice/decklink_common.cpp av_log(avctx, AV_LOG_INFO, "Supported formats for '%s':\n", av_log 225 libavdevice/decklink_common.cpp av_log(avctx, AV_LOG_INFO, "\t%d\t%ldx%ld at %d/%d fps", av_log 230 libavdevice/decklink_common.cpp av_log(avctx, AV_LOG_INFO, " (interlaced, lower field first)"); break; av_log 232 libavdevice/decklink_common.cpp av_log(avctx, AV_LOG_INFO, " (interlaced, upper field first)"); break; av_log 234 libavdevice/decklink_common.cpp av_log(avctx, AV_LOG_INFO, "\n"); av_log 83 libavdevice/decklink_dec.cpp av_log(q->avctx, AV_LOG_WARNING, "Decklink input buffer overrun!\n"); av_log 224 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_DEBUG, av_log 251 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_WARNING, "Frame received (#%lu) - No input signal detected " av_log 257 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_WARNING, "Frame received (#%lu) - Input returned " av_log 386 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_ERROR, "Could not create DeckLink iterator\n"); av_log 417 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_ERROR, "Could not open '%s'\n", fname); av_log 423 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_ERROR, "Could not open output device from '%s'\n", av_log 438 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_ERROR, "Could not get Display Mode Iterator\n"); av_log 445 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_ERROR, "Could not set mode %d for %s\n", mode_num, fname); av_log 455 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_ERROR, "Cannot add stream\n"); av_log 467 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_ERROR, "Cannot add stream\n"); av_log 494 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_ERROR, "Cannot enable audio input\n"); av_log 503 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_ERROR, "Cannot enable video input\n"); av_log 510 libavdevice/decklink_dec.cpp av_log(avctx, AV_LOG_ERROR, "Cannot start input stream\n"); av_log 98 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Only one video stream is supported!\n"); av_log 103 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format!" av_log 109 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Unsupported video size or framerate!" av_log 115 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not enable video output!\n"); av_log 148 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Only one audio stream is supported!\n"); av_log 152 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Unsupported sample rate!" av_log 157 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Unsupported number of channels!" av_log 165 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not enable audio output!\n"); av_log 169 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not begin audio preroll!\n"); av_log 241 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not clone video frame.\n"); av_log 249 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not create new frame.\n"); av_log 261 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not schedule video frame." av_log 268 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_DEBUG, "Buffered video frames: %d.\n", (int) buffered); av_log 270 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_WARNING, "There are not enough buffered video frames." av_log 275 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_DEBUG, "Ending audio preroll.\n"); av_log 277 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not end audio preroll!\n"); av_log 280 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_DEBUG, "Starting scheduled playback.\n"); av_log 282 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not start scheduled playback!\n"); av_log 300 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_WARNING, "There's no buffered audio." av_log 305 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not schedule audio samples.\n"); av_log 333 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not create DeckLink iterator\n"); av_log 357 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not open '%s'\n", avctx->filename); av_log 363 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not open output device from '%s'\n", av_log 378 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Could not get Display Mode Iterator\n"); av_log 394 libavdevice/decklink_enc.cpp av_log(avctx, AV_LOG_ERROR, "Unsupported stream type.\n"); av_log 149 libavdevice/dshow.c av_log(s, AV_LOG_ERROR, av_log 225 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not enumerate %s devices (or none found).\n", av_log 274 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Unable to BindToObject for %s\n", device_name); av_log 279 libavdevice/dshow.c av_log(avctx, AV_LOG_INFO, " \"%s\"\n", friendly_name); av_log 280 libavdevice/dshow.c av_log(avctx, AV_LOG_INFO, " Alternative name \"%s\"\n", unique_name); av_log 299 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not find %s device with name [%s] among source devices of type %s.\n", av_log 368 libavdevice/dshow.c av_log(avctx, AV_LOG_INFO, " unknown compression type 0x%X", (int) bih->biCompression); av_log 370 libavdevice/dshow.c av_log(avctx, AV_LOG_INFO, " vcodec=%s", codec->name); av_log 373 libavdevice/dshow.c av_log(avctx, AV_LOG_INFO, " pixel_format=%s", av_get_pix_fmt_name(pix_fmt)); av_log 375 libavdevice/dshow.c av_log(avctx, AV_LOG_INFO, " min s=%ldx%ld fps=%g max s=%ldx%ld fps=%g\n", av_log 419 libavdevice/dshow.c av_log(avctx, AV_LOG_INFO, " min ch=%lu bits=%lu rate=%6lu max ch=%lu bits=%lu rate=%6lu\n", av_log 516 libavdevice/dshow.c av_log(avctx, AV_LOG_WARNING, "requested filter does not have a property page to show"); av_log 538 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Failure showing property pages for filter"); av_log 583 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not enumerate pins.\n"); av_log 588 libavdevice/dshow.c av_log(avctx, AV_LOG_INFO, "DirectShow %s device options (from %s devices)\n", av_log 620 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not query pin id\n"); av_log 626 libavdevice/dshow.c av_log(avctx, AV_LOG_INFO, " Pin \"%s\" (alternative pin name \"%s\")\n", name_buf, pin_buf); av_log 633 libavdevice/dshow.c av_log(avctx, AV_LOG_DEBUG, "skipping pin \"%s\" (\"%s\") != requested \"%s\"\n", av_log 647 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "unable to set audio buffer size %d to pin, using pin anyway...", ctx->audio_buffer_size); av_log 659 libavdevice/dshow.c av_log(avctx, AV_LOG_DEBUG, "Selecting pin %s on %s\n", name_buf, devtypename); av_log 682 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not set %s options\n", devtypename); av_log 686 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, av_log 743 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not add device filter to graph.\n"); av_log 756 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not create grabber filter.\n"); av_log 764 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not add capture filter to graph\n"); av_log 775 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not create CaptureGraphBuilder2\n"); av_log 780 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not set graph for CaptureGraphBuilder2\n"); av_log 788 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not RenderStream to connect pins\n"); av_log 795 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not setup CrossBar\n"); av_log 864 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not get media type.\n"); av_log 875 libavdevice/dshow.c av_log(avctx, AV_LOG_DEBUG, "attempt to use full range for HDYC...\n"); av_log 882 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Unknown compression type. " av_log 905 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not get media type.\n"); av_log 976 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Malformed dshow input string.\n"); av_log 984 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Pixel format may only be set when " av_log 993 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not parse framerate '%s'.\n", ctx->framerate); av_log 1001 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not create capture graph.\n"); av_log 1009 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not enumerate system devices.\n"); av_log 1014 libavdevice/dshow.c av_log(avctx, AV_LOG_INFO, "DirectShow video devices (some may be both video and audio devices)\n"); av_log 1016 libavdevice/dshow.c av_log(avctx, AV_LOG_INFO, "DirectShow audio devices\n"); av_log 1047 libavdevice/dshow.c av_log(avctx, AV_LOG_INFO, "Searching for audio device within video devices for %s\n", ctx->device_name[AudioDevice]); av_log 1065 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not create Mutex\n"); av_log 1070 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not create Event\n"); av_log 1076 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not get media control.\n"); av_log 1083 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not get media event.\n"); av_log 1090 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not get media event handle.\n"); av_log 1097 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not duplicate media event handle.\n"); av_log 1107 libavdevice/dshow.c av_log(avctx, AV_LOG_ERROR, "Could not run graph (sometimes caused by a device already in use by other application)\n"); av_log 49 libavdevice/dshow_capture.h #define dshowdebug(...) av_log(&ff_dshow_context_class_ptr, AV_LOG_DEBUG, __VA_ARGS__) av_log 69 libavdevice/dshow_crossbar.c av_log(avctx, log_level, "Crossbar Switching Information for %s:\n", device_name); av_log 72 libavdevice/dshow_crossbar.c av_log(avctx, AV_LOG_ERROR, "Unable to get crossbar pin counts\n"); av_log 84 libavdevice/dshow_crossbar.c av_log(avctx, log_level, "Routing video input from pin %d\n", video_input_pin); av_log 87 libavdevice/dshow_crossbar.c av_log(avctx, AV_LOG_ERROR, "Unable to route video input from pin %d\n", video_input_pin); av_log 93 libavdevice/dshow_crossbar.c av_log(avctx, log_level, "Routing audio input from pin %d\n", audio_input_pin); av_log 96 libavdevice/dshow_crossbar.c av_log(avctx, AV_LOG_ERROR, "Unable to route audio input from pin %d\n", audio_input_pin); av_log 101 libavdevice/dshow_crossbar.c av_log(avctx, AV_LOG_WARNING, "Unexpected output pin type, please report the type if you want to use this (%s)", GetPhysicalPinName(pin_type)); av_log 106 libavdevice/dshow_crossbar.c av_log(avctx, AV_LOG_ERROR, "Unable to get crossbar is routed to from pin %d\n", i); av_log 109 libavdevice/dshow_crossbar.c av_log(avctx, log_level, " Crossbar Output pin %d: \"%s\" related output pin: %ld ", i, GetPhysicalPinName(pin_type), related_pin); av_log 110 libavdevice/dshow_crossbar.c av_log(avctx, log_level, "current input pin: %ld ", route_to_pin); av_log 111 libavdevice/dshow_crossbar.c av_log(avctx, log_level, "compatible input pins: "); av_log 117 libavdevice/dshow_crossbar.c av_log(avctx, log_level ,"%d ", j); av_log 119 libavdevice/dshow_crossbar.c av_log(avctx, log_level, "\n"); av_log 127 libavdevice/dshow_crossbar.c av_log(avctx, AV_LOG_ERROR, "unable to get crossbar info audio input from pin %d\n", i); av_log 130 libavdevice/dshow_crossbar.c av_log(avctx, log_level, " Crossbar Input pin %d - \"%s\" ", i, GetPhysicalPinName(pin_type)); av_log 131 libavdevice/dshow_crossbar.c av_log(avctx, log_level, "related input pin: %ld\n", related_pin); av_log 178 libavdevice/dshow_crossbar.c av_log(avctx, AV_LOG_WARNING, "unable to find a tv tuner to display dialog for!"); av_log 190 libavdevice/dshow_crossbar.c av_log(avctx, AV_LOG_WARNING, "unable to find a tv audio tuner to display dialog for!"); av_log 331 libavdevice/dshow_pin.c av_log(NULL, AV_LOG_DEBUG, av_log 343 libavdevice/dshow_pin.c av_log(NULL, AV_LOG_VERBOSE, "dshow passing through packet of type %s size %6d timestamp %"PRId64" orig timestamp %"PRId64"\n", av_log 77 libavdevice/dv1394.c av_log(NULL, AV_LOG_ERROR, "Failed to start receiver: %s\n", strerror(errno)); av_log 94 libavdevice/dv1394.c av_log(context, AV_LOG_ERROR, "Failed to open DV interface: %s\n", strerror(errno)); av_log 99 libavdevice/dv1394.c av_log(context, AV_LOG_ERROR, "Failed to initialize DV interface: %s\n", strerror(errno)); av_log 106 libavdevice/dv1394.c av_log(context, AV_LOG_ERROR, "Failed to mmap DV ring buffer: %s\n", strerror(errno)); av_log 140 libavdevice/dv1394.c av_log(context, AV_LOG_ERROR, "DV1394: Ring buffer overflow. Reseting ..\n"); av_log 155 libavdevice/dv1394.c av_log(context, AV_LOG_ERROR, "Poll failed: %s\n", strerror(errno)); av_log 160 libavdevice/dv1394.c av_log(context, AV_LOG_ERROR, "Failed to get status: %s\n", strerror(errno)); av_log 176 libavdevice/dv1394.c av_log(context, AV_LOG_ERROR, "DV1394: Frame drop detected (%d). Reseting ..\n", av_log 202 libavdevice/dv1394.c av_log(context, AV_LOG_ERROR, "Failed to shutdown DV1394: %s\n", strerror(errno)); av_log 206 libavdevice/dv1394.c av_log(context, AV_LOG_ERROR, "Failed to munmap DV1394 ring buffer: %s\n", strerror(errno)); av_log 90 libavdevice/fbdev_common.c av_log(NULL, AV_LOG_ERROR, "Could not open framebuffer device '%s': %s\n", av_log 88 libavdevice/fbdev_dec.c av_log(avctx, AV_LOG_ERROR, av_log 96 libavdevice/fbdev_dec.c av_log(avctx, AV_LOG_ERROR, av_log 103 libavdevice/fbdev_dec.c av_log(avctx, AV_LOG_ERROR, av_log 111 libavdevice/fbdev_dec.c av_log(avctx, AV_LOG_ERROR, av_log 125 libavdevice/fbdev_dec.c av_log(avctx, AV_LOG_ERROR, "Error in mmap(): %s\n", av_err2str(ret)); av_log 138 libavdevice/fbdev_dec.c av_log(avctx, AV_LOG_INFO, av_log 185 libavdevice/fbdev_dec.c av_log(avctx, AV_LOG_WARNING, av_log 52 libavdevice/fbdev_enc.c av_log(fbdev, AV_LOG_ERROR, "Only a single video stream is supported.\n"); av_log 63 libavdevice/fbdev_enc.c av_log(h, AV_LOG_ERROR, av_log 71 libavdevice/fbdev_enc.c av_log(h, AV_LOG_ERROR, "FBIOGET_VSCREENINFO: %s\n", av_err2str(ret)); av_log 77 libavdevice/fbdev_enc.c av_log(h, AV_LOG_ERROR, "FBIOGET_FSCREENINFO: %s\n", av_err2str(ret)); av_log 84 libavdevice/fbdev_enc.c av_log(h, AV_LOG_ERROR, "Framebuffer pixel format not supported.\n"); av_log 91 libavdevice/fbdev_enc.c av_log(h, AV_LOG_ERROR, "Error in mmap(): %s\n", av_err2str(ret)); av_log 117 libavdevice/fbdev_enc.c av_log(h, AV_LOG_WARNING, av_log 123 libavdevice/fbdev_enc.c av_log(h, AV_LOG_ERROR, "Pixel format %s is not supported, use %s\n", av_log 70 libavdevice/gdigrab.c av_log(s1, AV_LOG_ERROR, str " (error %li)\n", GetLastError()) av_log 247 libavdevice/gdigrab.c av_log(s1, AV_LOG_ERROR, av_log 253 libavdevice/gdigrab.c av_log(s1, AV_LOG_WARNING, av_log 260 libavdevice/gdigrab.c av_log(s1, AV_LOG_ERROR, av_log 292 libavdevice/gdigrab.c av_log(s1, AV_LOG_ERROR, av_log 313 libavdevice/gdigrab.c av_log(s1, AV_LOG_INFO, av_log 320 libavdevice/gdigrab.c av_log(s1, AV_LOG_INFO, av_log 329 libavdevice/gdigrab.c av_log(s1, AV_LOG_ERROR, "Invalid properties, aborting\n"); av_log 476 libavdevice/gdigrab.c av_log(s1, AV_LOG_DEBUG, "Cursor pos (%li,%li) -> (%li,%li)\n", av_log 110 libavdevice/iec61883.c av_log(NULL, AV_LOG_ERROR, "DV packet queue overrun, dropping.\n"); av_log 160 libavdevice/iec61883.c av_log(NULL, AV_LOG_ERROR, "Raw1394 poll error occurred.\n"); av_log 170 libavdevice/iec61883.c av_log(NULL, AV_LOG_ERROR, "No more input data available\n"); av_log 253 libavdevice/iec61883.c av_log(context, AV_LOG_ERROR, "Failed to open IEEE1394 interface.\n"); av_log 258 libavdevice/iec61883.c av_log(context, AV_LOG_ERROR, "Failed to get number of IEEE1394 ports.\n"); av_log 264 libavdevice/iec61883.c av_log(context, AV_LOG_INFO, "Selecting IEEE1394 port: %d\n", inport); av_log 268 libavdevice/iec61883.c av_log(context, AV_LOG_ERROR, "Invalid input \"%s\", you should specify " av_log 275 libavdevice/iec61883.c av_log(context, AV_LOG_INFO, "Invalid dvguid parameter: %s\n", av_log 285 libavdevice/iec61883.c av_log(context, AV_LOG_ERROR, "Failed setting IEEE1394 port.\n"); av_log 319 libavdevice/iec61883.c av_log(context, AV_LOG_ERROR, "No AV/C devices found.\n"); av_log 142 libavdevice/jack_audio.c av_log(context, AV_LOG_ERROR, "Could not create packet of size %d\n", pkt_size); av_log 159 libavdevice/jack_audio.c av_log(context, AV_LOG_ERROR, "Unable to register as a JACK client\n"); av_log 177 libavdevice/jack_audio.c av_log(context, AV_LOG_ERROR, "Unable to register port %s:%s\n", av_log 274 libavdevice/jack_audio.c av_log(context, AV_LOG_INFO, av_log 278 libavdevice/jack_audio.c av_log(context, AV_LOG_ERROR, "Unable to activate JACK client\n"); av_log 287 libavdevice/jack_audio.c av_log(context, AV_LOG_ERROR, av_log 293 libavdevice/jack_audio.c av_log(context, AV_LOG_ERROR, "Error while waiting for audio packet: %s\n", av_log 297 libavdevice/jack_audio.c av_log(context, AV_LOG_ERROR, "Input error: JACK server is gone\n"); av_log 303 libavdevice/jack_audio.c av_log(context, AV_LOG_WARNING, "Audio packet xrun\n"); av_log 308 libavdevice/jack_audio.c av_log(context, AV_LOG_WARNING, "JACK xrun\n"); av_log 137 libavdevice/lavfi.c av_log(avctx, AV_LOG_ERROR, av_log 174 libavdevice/lavfi.c av_log(avctx, AV_LOG_ERROR, av_log 201 libavdevice/lavfi.c av_log(avctx, AV_LOG_ERROR, av_log 209 libavdevice/lavfi.c av_log(avctx, AV_LOG_ERROR, av_log 216 libavdevice/lavfi.c av_log(avctx, AV_LOG_ERROR, av_log 224 libavdevice/lavfi.c av_log(avctx, AV_LOG_ERROR, av_log 254 libavdevice/lavfi.c av_log(avctx, AV_LOG_ERROR, "Missing required buffersink filter, aborting.\n"); av_log 285 libavdevice/lavfi.c av_log(avctx, AV_LOG_ERROR, av_log 332 libavdevice/lavfi.c av_log(avctx, AV_LOG_ERROR, av_log 65 libavdevice/libcdio.c av_log(ctx, AV_LOG_ERROR, "Could not open drive %s.\n", ctx->filename); av_log 69 libavdevice/libcdio.c av_log(ctx, AV_LOG_VERBOSE, "%s\n", err); av_log 73 libavdevice/libcdio.c av_log(ctx, AV_LOG_ERROR, "Could not open disk in drive %s.\n", ctx->filename); av_log 83 libavdevice/libcdio.c av_log(ctx, AV_LOG_ERROR, "Could not init paranoia.\n"); av_log 129 libavdevice/libcdio.c av_log(ctx, AV_LOG_ERROR, "%s\n", err); av_log 134 libavdevice/libcdio.c av_log(ctx, AV_LOG_VERBOSE, "%s\n", err); av_log 133 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "No such pixel format: %s.\n", dc1394->pixel_format); av_log 139 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "Could not parse video size '%s'.\n", dc1394->video_size); av_log 143 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "Could not parse framerate '%s'.\n", dc1394->framerate); av_log 157 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "Can't find matching camera format for %s, %dx%d@%d:1000fps\n", av_get_pix_fmt_name(pix_fmt), av_log 209 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "Can't acquire dc1394 handle on port %d\n", 0 /* ap->port */); av_log 214 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "There's no IIDC camera on the channel %d\n", dc1394->channel); av_log 227 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "Can't prepare camera for the DMA capture\n"); av_log 233 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "Can't start isochronous transmission\n"); av_log 256 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "failed to release %d frame\n", dc1394->current_frame); av_log 266 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "DMA capture failed\n"); av_log 303 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "Unable to look for an IIDC camera\n\n"); av_log 310 libavdevice/libdc1394.c av_log(c, AV_LOG_INFO, "Working with the first camera found\n"); av_log 328 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "Couldn't set ISO Speed\n"); av_log 333 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "Couldn't set video format\n"); av_log 338 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "Couldn't set framerate %d \n",fps->frame_rate); av_log 342 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "Cannot setup camera \n"); av_log 347 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "Cannot start capture\n"); av_log 369 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "failed to release %d frame\n", dc1394->current_frame); av_log 378 libavdevice/libdc1394.c av_log(c, AV_LOG_ERROR, "DMA capture failed\n"); av_log 115 libavdevice/openal-dec.c av_log(log_ctx, AV_LOG_INFO, "List of OpenAL capture devices on this system:\n"); av_log 118 libavdevice/openal-dec.c av_log(log_ctx, AV_LOG_INFO, " %s\n", devices); av_log 179 libavdevice/openal-dec.c av_log(ctx, AV_LOG_ERROR, "Cannot open device: %s\n", error_msg); av_log 209 libavdevice/openal-dec.c av_log(ctx, AV_LOG_ERROR, "Error: %s\n", error_msg); av_log 156 libavdevice/opengl_enc.c av_log(ctx, AV_LOG_ERROR, "OpenGL error occurred in '%s', line %d: %d\n", __FUNCTION__, __LINE__, err_code); \ av_log 317 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Application failed to prepare window buffer.\n"); av_log 350 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Unable to set video mode: %s\n", SDL_GetError()); av_log 408 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Unable to initialize SDL: %s\n", SDL_GetError()); av_log 414 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_INFO, "SDL driver: '%s'.\n", SDL_VideoDriverName(buffer, sizeof(buffer))); av_log 429 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Cannot load OpenGL function: '%s'\n", #name); \ av_log 516 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Cannot load OpenGL function: '%s'\n", #name); \ av_log 604 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_DEBUG, "OpenGL version: %s\n", version); av_log 611 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Required extension %s is not supported.\n", av_log 613 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_DEBUG, "Supported extensions are: %s\n", extensions); av_log 626 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_DEBUG, "Non Power of 2 textures support: %s\n", opengl->non_pow_2_textures ? "Yes" : "No"); av_log 627 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_DEBUG, "Unpack Subimage extension support: %s\n", opengl->unpack_subimage ? "Yes" : "No"); av_log 628 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_DEBUG, "Max texture size: %dx%d\n", opengl->max_texture_size, opengl->max_texture_size); av_log 629 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_DEBUG, "Max viewport size: %dx%d\n", av_log 713 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_DEBUG, "Texture size calculated from %dx%d into %dx%d\n", av_log 755 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "glCreateShader() failed\n"); av_log 768 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Compile error: %s\n", log); av_log 787 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Provided pixel format '%s' is not supported\n", av_log 795 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Vertex shader loading failed.\n"); av_log 801 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Fragment shader loading failed.\n"); av_log 822 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Link error: %s\n", log); av_log 878 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_WARNING, "Too big viewport requested, limited to %dx%d", opengl->window_width, opengl->window_height); av_log 948 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Cannot create default SDL window.\n"); av_log 952 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "FFmpeg is compiled without SDL. Cannot create default window.\n"); av_log 962 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Application failed to create window buffer.\n"); av_log 966 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Application failed to prepare window buffer.\n"); av_log 982 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Application failed to release window buffer.\n"); av_log 994 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Application failed to prepare window buffer.\n"); av_log 1016 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Buffer generation failed.\n"); av_log 1070 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Only a single video stream is supported.\n"); av_log 1092 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Too big picture %dx%d, max supported size is %dx%d\n", av_log 1118 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Application failed to display window buffer.\n"); av_log 1213 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Application failed to prepare window buffer.\n"); av_log 1254 libavdevice/opengl_enc.c av_log(opengl, AV_LOG_ERROR, "Application failed to display window buffer.\n"); av_log 58 libavdevice/oss_audio.c av_log(s1, AV_LOG_ERROR, "%s: %s\n", audio_device, av_err2str(AVERROR(errno))); av_log 69 libavdevice/oss_audio.c av_log(s1, AV_LOG_WARNING, "%s: Could not enable non block mode (%s)\n", audio_device, av_err2str(AVERROR(errno))); av_log 77 libavdevice/oss_audio.c av_log(s1, AV_LOG_ERROR, #event ": %s\n", av_err2str(AVERROR(errno)));\ av_log 87 libavdevice/oss_audio.c av_log(s1, AV_LOG_WARNING, "SNDCTL_DSP_GETFMTS: %s\n", av_err2str(AVERROR(errno))); av_log 116 libavdevice/oss_audio.c av_log(s1, AV_LOG_ERROR, "Soundcard does not support 16 bit sample format\n"); av_log 152 libavdevice/pulse_audio_dec.c av_log(s, AV_LOG_ERROR, "Cannot add stream\n"); av_log 320 libavdevice/pulse_audio_dec.c av_log(s, AV_LOG_WARNING, "pa_stream_get_latency() failed\n"); av_log 68 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_DEBUG, "base volume: %u\n", s->base_volume); av_log 79 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "pa_context_get_sink_info_by_name failed.\n"); av_log 145 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "pa_context_get_sink_input_info failed.\n"); av_log 263 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "%s failed.\n", name); av_log 272 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "%s failed.\n", name); av_log 307 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "%s failed.\n", name); av_log 316 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "%s failed.\n", name); av_log 455 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Only a single audio stream is supported.\n"); av_log 474 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_DEBUG, av_log 477 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_DEBUG, "Real buffer length is %u bytes\n", buffer_attributes.tlength); av_log 489 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Invalid sample spec.\n"); av_log 502 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_WARNING, "Unknown channel. Using defaul channel map.\n"); av_log 509 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_WARNING, "Using PulseAudio's default channel map.\n"); av_log 511 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Invalid channel map.\n"); av_log 518 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Cannot create threaded mainloop.\n"); av_log 522 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Cannot start threaded mainloop: %s.\n", pa_strerror(ret)); av_log 532 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Cannot get mainloop API.\n"); av_log 539 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Cannot create context.\n"); av_log 547 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Cannot connect context: %s.\n", pa_strerror(ret)); av_log 553 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Context failed.\n"); av_log 561 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Updating sink info failed.\n"); av_log 566 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Cannot create stream.\n"); av_log 577 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "pa_stream_connect_playback failed: %s.\n", pa_strerror(ret)); av_log 583 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Stream failed.\n"); av_log 592 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_DEBUG, "Real buffer attributes: size: %d, prebuf: %d, minreq: %d\n", av_log 598 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Event subscription failed.\n"); av_log 609 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "Updating sink input info failed.\n"); av_log 647 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "PulseAudio stream is in invalid state.\n"); av_log 659 libavdevice/pulse_audio_enc.c av_log(s, AV_LOG_ERROR, "pa_stream_write failed: %s\n", pa_strerror(ret)); av_log 143 libavdevice/sdl.c av_log(s, AV_LOG_ERROR, "Unable to initialize SDL: %s\n", SDL_GetError()); av_log 152 libavdevice/sdl.c av_log(sdl, AV_LOG_ERROR, "Unable to set video mode: %s\n", SDL_GetError()); av_log 160 libavdevice/sdl.c av_log(s, AV_LOG_ERROR, av_log 168 libavdevice/sdl.c av_log(s, AV_LOG_VERBOSE, "w:%d h:%d fmt:%s -> w:%d h:%d\n", av_log 188 libavdevice/sdl.c av_log(s, AV_LOG_ERROR, "Error when getting SDL event: %s\n", SDL_GetError()); av_log 216 libavdevice/sdl.c av_log(s, AV_LOG_ERROR, "Failed to set SDL video mode: %s\n", SDL_GetError()); av_log 245 libavdevice/sdl.c av_log(s, AV_LOG_ERROR, av_log 255 libavdevice/sdl.c av_log(s, AV_LOG_ERROR, "Only supports one rawvideo stream\n"); av_log 268 libavdevice/sdl.c av_log(s, AV_LOG_ERROR, av_log 280 libavdevice/sdl.c av_log(s, AV_LOG_ERROR, "Could not create SDL condition variable: %s\n", SDL_GetError()); av_log 286 libavdevice/sdl.c av_log(s, AV_LOG_ERROR, "Could not create SDL mutex: %s\n", SDL_GetError()); av_log 292 libavdevice/sdl.c av_log(s, AV_LOG_ERROR, "Could not create SDL event thread: %s\n", SDL_GetError()); av_log 45 libavdevice/sndio_common.c av_log(s1, AV_LOG_ERROR, "Could not open sndio device\n"); av_log 62 libavdevice/sndio_common.c av_log(s1, AV_LOG_ERROR, "Impossible to set sndio parameters, " av_log 71 libavdevice/sndio_common.c av_log(s1, AV_LOG_ERROR, "Could not set appropriate sndio parameters, " av_log 82 libavdevice/sndio_common.c av_log(s1, AV_LOG_ERROR, "Could not allocate buffer\n"); av_log 95 libavdevice/sndio_common.c av_log(s1, AV_LOG_ERROR, "Could not start sndio\n"); av_log 87 libavdevice/v4l.c av_log(s1, AV_LOG_WARNING, "V4L input device is deprecated and will be removed in the next release."); av_log 90 libavdevice/v4l.c av_log(s1, AV_LOG_ERROR, "Wrong time base (%d)\n", ap->time_base.den); av_log 105 libavdevice/v4l.c av_log(s1, AV_LOG_ERROR, "%s: %s\n", s1->filename, strerror(errno)); av_log 110 libavdevice/v4l.c av_log(s1, AV_LOG_ERROR, "VIDIOCGCAP: %s\n", strerror(errno)); av_log 115 libavdevice/v4l.c av_log(s1, AV_LOG_ERROR, "Fatal: grab device does not handle capture\n"); av_log 122 libavdevice/v4l.c av_log(s1, AV_LOG_ERROR, "VIDIOCGWIN: %s\n", strerror(errno)); av_log 180 libavdevice/v4l.c av_log(s1, AV_LOG_ERROR, "VIDIOCSWIN: %s\n", strerror(errno)); av_log 188 libavdevice/v4l.c av_log(s1, AV_LOG_ERROR, "VIDIOCCAPTURE: %s\n", strerror(errno)); av_log 199 libavdevice/v4l.c av_log(s1, AV_LOG_ERROR, "mmap: %s\n", strerror(errno)); av_log 215 libavdevice/v4l.c av_log(s1, AV_LOG_ERROR, "VIDIOCMCAPTURE: %s\n", strerror(errno)); av_log 217 libavdevice/v4l.c av_log(s1, AV_LOG_ERROR, "Fatal: grab device does not receive any video signal\n"); av_log 270 libavdevice/v4l.c av_log(NULL, AV_LOG_ERROR, "Cannot Sync\n"); av_log 272 libavdevice/v4l.c av_log(NULL, AV_LOG_ERROR, "VIDIOCMCAPTURE: %s\n", strerror(errno)); av_log 129 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "libavdevice is not build with libv4l2 support.\n"); av_log 151 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Cannot open video device %s: %s\n", av_log 158 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_QUERYCAP): %s\n", av_log 163 libavdevice/v4l2.c av_log(ctx, AV_LOG_VERBOSE, "fd:%d capabilities:%x\n", av_log 167 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Not a video capture device.\n"); av_log 173 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, av_log 204 libavdevice/v4l2.c av_log(ctx, AV_LOG_INFO, av_log 212 libavdevice/v4l2.c av_log(ctx, AV_LOG_DEBUG, av_log 220 libavdevice/v4l2.c av_log(ctx, AV_LOG_DEBUG, av_log 251 libavdevice/v4l2.c av_log(ctx, AV_LOG_INFO, " %ux%u", av_log 256 libavdevice/v4l2.c av_log(ctx, AV_LOG_INFO, " {%u-%u, %u}x{%u-%u, %u}", av_log 283 libavdevice/v4l2.c av_log(ctx, AV_LOG_INFO, "Raw : %9s : %20s :", av_log 289 libavdevice/v4l2.c av_log(ctx, AV_LOG_INFO, "Compressedll : %9s : %20s :", av_log 298 libavdevice/v4l2.c av_log(ctx, AV_LOG_INFO, " Emulated :"); av_log 303 libavdevice/v4l2.c av_log(ctx, AV_LOG_INFO, "\n"); av_log 322 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_ENUMSTD): %s\n", av_err2str(ret)); av_log 326 libavdevice/v4l2.c av_log(ctx, AV_LOG_INFO, "%2d, %16"PRIx64", %s\n", av_log 343 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_REQBUFS): %s\n", av_err2str(res)); av_log 348 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Insufficient buffer memory\n"); av_log 354 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Cannot allocate buffer pointers\n"); av_log 359 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Cannot allocate buffer sizes\n"); av_log 372 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_QUERYBUF): %s\n", av_err2str(res)); av_log 378 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, av_log 389 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "mmap: %s\n", av_err2str(res)); av_log 410 libavdevice/v4l2.c av_log(NULL, AV_LOG_ERROR, "ioctl(VIDIOC_QBUF): %s\n", av_err2str(res)); av_log 447 libavdevice/v4l2.c av_log(ctx, AV_LOG_INFO, "Detected absolute timestamps\n"); av_log 458 libavdevice/v4l2.c av_log(ctx, AV_LOG_INFO, "Detected monotonic timestamps, converting\n"); av_log 468 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Unknown timestamps\n"); av_log 510 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_DQBUF): %s\n", av_log 516 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Invalid buffer index received.\n"); av_log 530 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, av_log 542 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Error allocating a packet.\n"); av_log 569 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Failed to allocate a buffer descriptor\n"); av_log 580 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Failed to create a buffer\n"); av_log 607 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_QBUF): %s\n", av_log 617 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_STREAMON): %s\n", av_log 653 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Could not parse framerate '%s'.\n", av_log 661 libavdevice/v4l2.c av_log(ctx, AV_LOG_DEBUG, "Setting standard: %s\n", s->standard); av_log 673 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Unknown or unsupported standard '%s'\n", s->standard); av_log 679 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_S_STD): %s\n", av_err2str(ret)); av_log 683 libavdevice/v4l2.c av_log(ctx, AV_LOG_WARNING, av_log 703 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_ENUMSTD): %s\n", av_err2str(ret)); av_log 707 libavdevice/v4l2.c av_log(ctx, AV_LOG_DEBUG, av_log 720 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_G_PARM): %s\n", av_err2str(ret)); av_log 728 libavdevice/v4l2.c av_log(ctx, AV_LOG_DEBUG, "Setting time per frame to %d/%d\n", av_log 735 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_S_PARM): %s\n", av_log 742 libavdevice/v4l2.c av_log(ctx, AV_LOG_INFO, av_log 749 libavdevice/v4l2.c av_log(ctx, AV_LOG_WARNING, av_log 758 libavdevice/v4l2.c av_log(ctx, AV_LOG_WARNING, "Time per frame unknown\n"); av_log 787 libavdevice/v4l2.c av_log(ctx, AV_LOG_DEBUG, "Trying to set codec:%s pix_fmt:%s\n", av_log 802 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Cannot find a proper format for " av_log 849 libavdevice/v4l2.c av_log(ctx, AV_LOG_DEBUG, "Selecting input_channel: %d\n", s->channel); av_log 852 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_S_INPUT): %s\n", av_err2str(res)); av_log 859 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_G_INPUT): %s\n", av_err2str(res)); av_log 868 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_ENUMINPUT): %s\n", av_err2str(res)); av_log 872 libavdevice/v4l2.c av_log(ctx, AV_LOG_DEBUG, "Current input_channel: %d, input_name: %s, input_std: %"PRIx64"\n", av_log 898 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "No such input format: %s.\n", av_log 909 libavdevice/v4l2.c av_log(ctx, AV_LOG_VERBOSE, av_log 913 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_G_FMT): %s\n", av_log 920 libavdevice/v4l2.c av_log(ctx, AV_LOG_VERBOSE, av_log 1001 libavdevice/v4l2.c av_log(ctx, AV_LOG_WARNING, "Some buffers are still owned by the caller on " av_log 1033 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "Couldn't open the directory: %s\n", av_err2str(ret)); av_log 1046 libavdevice/v4l2.c av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_QUERYCAP): %s\n", av_err2str(ret)); av_log 45 libavdevice/v4l2enc.c av_log(s1, AV_LOG_ERROR, "Unable to open V4L2 device '%s'\n", s1->filename); av_log 52 libavdevice/v4l2enc.c av_log(s1, AV_LOG_ERROR, av_log 61 libavdevice/v4l2enc.c av_log(s1, AV_LOG_ERROR, "Unknown V4L2 pixel format equivalent for %s\n", av_log 68 libavdevice/v4l2enc.c av_log(s1, AV_LOG_ERROR, "ioctl(VIDIOC_G_FMT): %s\n", av_err2str(res)); av_log 79 libavdevice/v4l2enc.c av_log(s1, AV_LOG_ERROR, "ioctl(VIDIOC_S_FMT): %s\n", av_err2str(res)); av_log 88 libavdevice/vfwcap.c av_log(pctx, AV_LOG_DEBUG, #var":\t%"type"\n", sname->var) av_log 92 libavdevice/vfwcap.c av_log(s, AV_LOG_DEBUG, "CAPTUREPARMS\n"); av_log 122 libavdevice/vfwcap.c av_log(s, AV_LOG_DEBUG, "VIDEOHDR\n"); av_log 138 libavdevice/vfwcap.c av_log(s, AV_LOG_DEBUG, "BITMAPINFOHEADER\n"); av_log 145 libavdevice/vfwcap.c av_log(s, AV_LOG_DEBUG, " biCompression:\t\"%.4s\"\n", av_log 162 libavdevice/vfwcap.c av_log(s, AV_LOG_ERROR, av_log 260 libavdevice/vfwcap.c av_log(s, AV_LOG_INFO, "Driver %d\n", devnum); av_log 261 libavdevice/vfwcap.c av_log(s, AV_LOG_INFO, " %s\n", driver_name); av_log 262 libavdevice/vfwcap.c av_log(s, AV_LOG_INFO, " %s\n", driver_ver); av_log 270 libavdevice/vfwcap.c av_log(s, AV_LOG_ERROR, "Could not create capture window.\n"); av_log 279 libavdevice/vfwcap.c av_log(s, AV_LOG_ERROR, "Could not connect to device.\n"); av_log 290 libavdevice/vfwcap.c av_log(s, AV_LOG_ERROR, "Could not set video stream callback.\n"); av_log 319 libavdevice/vfwcap.c av_log(s, AV_LOG_ERROR, "Could not parse framerate '%s'.\n", ctx->framerate); av_log 326 libavdevice/vfwcap.c av_log(s, AV_LOG_ERROR, "Couldn't parse video size.\n"); av_log 345 libavdevice/vfwcap.c av_log(s, AV_LOG_ERROR, "Could not set Video Format.\n"); av_log 382 libavdevice/vfwcap.c av_log(s, AV_LOG_ERROR, "Unknown compression type. " av_log 406 libavdevice/vfwcap.c av_log(s, AV_LOG_ERROR, "Could not create Mutex.\n" ); av_log 411 libavdevice/vfwcap.c av_log(s, AV_LOG_ERROR, "Could not create Event.\n" ); av_log 417 libavdevice/vfwcap.c av_log(s, AV_LOG_ERROR, "Could not start capture sequence.\n" ); av_log 158 libavdevice/x11grab.c av_log(s, AV_LOG_ERROR, "Cannot get shared memory!\n"); av_log 166 libavdevice/x11grab.c av_log(s, AV_LOG_ERROR, "Failed to attach shared memory!\n"); av_log 190 libavdevice/x11grab.c av_log(s, AV_LOG_DEBUG, av_log 234 libavdevice/x11grab.c av_log(s, AV_LOG_ERROR, av_log 278 libavdevice/x11grab.c av_log(s1, AV_LOG_WARNING, av_log 286 libavdevice/x11grab.c av_log(s1, AV_LOG_INFO, av_log 293 libavdevice/x11grab.c av_log(s1, AV_LOG_ERROR, "Could not open X display.\n"); av_log 319 libavdevice/x11grab.c av_log(s1, AV_LOG_INFO, av_log 326 libavdevice/x11grab.c av_log(s1, AV_LOG_INFO, av_log 331 libavdevice/x11grab.c av_log(s1, AV_LOG_WARNING, "Falling back to XGetImage\n"); av_log 343 libavdevice/x11grab.c av_log(s1, AV_LOG_WARNING, av_log 426 libavdevice/x11grab.c av_log(s1, AV_LOG_WARNING, av_log 553 libavdevice/x11grab.c av_log(s, AV_LOG_ERROR, "Cannot append palette to packet\n"); av_log 614 libavdevice/x11grab.c av_log(s1, AV_LOG_INFO, "XShmGetImage() failed\n"); av_log 617 libavdevice/x11grab.c av_log(s1, AV_LOG_INFO, "XGetZPixmap() failed\n"); av_log 229 libavdevice/xcbgrab.c av_log(s, AV_LOG_ERROR, "Cannot get %d bytes of shared memory: %s.\n", av_log 247 libavdevice/xcbgrab.c av_log(s, AV_LOG_ERROR, av_log 494 libavdevice/xcbgrab.c av_log(s, AV_LOG_ERROR, "Pixmap format not mappable.\n"); av_log 620 libavdevice/xcbgrab.c av_log(s, AV_LOG_ERROR, "Cannot open display %s, error %d.\n", av_log 628 libavdevice/xcbgrab.c av_log(s, AV_LOG_ERROR, "The screen %d does not exist.\n", av_log 649 libavdevice/xcbgrab.c av_log(s, AV_LOG_WARNING, av_log 117 libavdevice/xv.c av_log(s, AV_LOG_ERROR, "Only supports one rawvideo stream\n"); av_log 122 libavdevice/xv.c av_log(s, AV_LOG_ERROR, av_log 131 libavdevice/xv.c av_log(s, AV_LOG_ERROR, "Could not open the X11 display '%s'\n", xv->display_name); av_log 171 libavdevice/xv.c av_log(s, AV_LOG_ERROR, "No X-Video adaptors present\n"); av_log 190 libavdevice/xv.c av_log(s, AV_LOG_ERROR, av_log 288 libavdevice/xv.c av_log(s, AV_LOG_ERROR, "Could not copy image to XV shared memory buffer\n"); av_log 310 libavdevice/xv.c av_log(xv, AV_LOG_DEBUG, "Window close event.\n"); av_log 117 libavfilter/aeval.c av_log(ctx, AV_LOG_ERROR, "Channels expressions list is empty\n"); av_log 159 libavfilter/aeval.c av_log(ctx, AV_LOG_ERROR, av_log 196 libavfilter/aeval.c av_log(ctx, AV_LOG_ERROR, "Invalid number of channels '%d' provided\n", av_log 236 libavfilter/aeval.c av_log(outlink->src, AV_LOG_VERBOSE, av_log 147 libavfilter/af_adelay.c av_log(ctx, AV_LOG_ERROR, "Delay must be non negative number.\n"); av_log 166 libavfilter/af_adelay.c av_log(ctx, AV_LOG_ERROR, "At least one delay >0 must be specified.\n"); av_log 105 libavfilter/af_aecho.c av_log(ctx, AV_LOG_ERROR, "Missing delays and/or decays.\n"); av_log 121 libavfilter/af_aecho.c av_log(ctx, AV_LOG_ERROR, "Number of delays %d differs from number of decays %d.\n", nb_delays, nb_decays); av_log 127 libavfilter/af_aecho.c av_log(ctx, AV_LOG_ERROR, "At least one decay & delay must be set.\n"); av_log 137 libavfilter/af_aecho.c av_log(ctx, AV_LOG_ERROR, "delay[%d]: %f is out of allowed range: (0, 90000]\n", i, s->delay[i]); av_log 141 libavfilter/af_aecho.c av_log(ctx, AV_LOG_ERROR, "decay[%d]: %f is out of allowed range: (0, 1]\n", i, s->decay[i]); av_log 148 libavfilter/af_aecho.c av_log(ctx, AV_LOG_DEBUG, "nb_echoes:%d\n", s->nb_echoes); av_log 242 libavfilter/af_aecho.c av_log(ctx, AV_LOG_ERROR, "Nothing to echo - missing delay samples.\n"); av_log 248 libavfilter/af_aecho.c av_log(ctx, AV_LOG_WARNING, av_log 65 libavfilter/af_aformat.c av_log(ctx, AV_LOG_WARNING, "This syntax is deprecated, use '|' to "\ av_log 78 libavfilter/af_aformat.c av_log(ctx, AV_LOG_ERROR, "Error parsing " desc ": %s.\n", cur);\ av_log 86 libavfilter/af_amerge.c av_log(ctx, AV_LOG_WARNING, av_log 94 libavfilter/af_amerge.c av_log(ctx, AV_LOG_INFO, "Using \"%s\" for input %d\n", buf, i + 1); av_log 103 libavfilter/af_amerge.c av_log(ctx, AV_LOG_ERROR, "Too many channels (max %d)\n", SWR_CH_MAX); av_log 107 libavfilter/af_amerge.c av_log(ctx, AV_LOG_WARNING, av_log 150 libavfilter/af_amerge.c av_log(ctx, AV_LOG_ERROR, av_log 168 libavfilter/af_amerge.c av_log(ctx, AV_LOG_VERBOSE, "%s\n", bp.str); av_log 260 libavfilter/af_amix.c av_log(ctx, AV_LOG_VERBOSE, av_log 465 libavfilter/af_amix.c av_log(ctx, AV_LOG_ERROR, "unknown input link\n"); av_log 64 libavfilter/af_apad.c av_log(ctx, AV_LOG_ERROR, "Both whole and pad length are set, this is not possible\n"); av_log 80 libavfilter/af_apad.c av_log(ctx, AV_LOG_DEBUG, av_log 106 libavfilter/af_apad.c av_log(ctx, AV_LOG_DEBUG, av_log 79 libavfilter/af_aphaser.c av_log(ctx, AV_LOG_WARNING, "in_gain may cause clipping\n"); av_log 81 libavfilter/af_aphaser.c av_log(ctx, AV_LOG_WARNING, "out_gain may cause clipping\n"); av_log 108 libavfilter/af_aresample.c av_log(ctx, AV_LOG_ERROR, "Cannot allocate output samplerates.\n"); av_log 172 libavfilter/af_aresample.c av_log(ctx, AV_LOG_VERBOSE, "ch:%d chl:%s fmt:%s r:%dHz -> ch:%d chl:%s fmt:%s r:%dHz\n", av_log 62 libavfilter/af_asetnsamples.c av_log(ctx, AV_LOG_VERBOSE, "nb_out_samples:%d pad:%d\n", asns->nb_out_samples, asns->pad); av_log 136 libavfilter/af_asetnsamples.c av_log(ctx, AV_LOG_DEBUG, "No space for %d samples, stretching audio fifo\n", nb_samples); av_log 139 libavfilter/af_asetnsamples.c av_log(ctx, AV_LOG_ERROR, av_log 74 libavfilter/af_asetrate.c av_log(ctx, AV_LOG_WARNING, "Time base is inaccurate\n"); av_log 61 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "matrix encoding: "); av_log 70 libavfilter/af_ashowinfo.c case AV_MATRIX_ENCODING_NONE: av_log(ctx, AV_LOG_INFO, "none"); break; av_log 71 libavfilter/af_ashowinfo.c case AV_MATRIX_ENCODING_DOLBY: av_log(ctx, AV_LOG_INFO, "Dolby Surround"); break; av_log 72 libavfilter/af_ashowinfo.c case AV_MATRIX_ENCODING_DPLII: av_log(ctx, AV_LOG_INFO, "Dolby Pro Logic II"); break; av_log 73 libavfilter/af_ashowinfo.c case AV_MATRIX_ENCODING_DPLIIX: av_log(ctx, AV_LOG_INFO, "Dolby Pro Logic IIx"); break; av_log 74 libavfilter/af_ashowinfo.c case AV_MATRIX_ENCODING_DPLIIZ: av_log(ctx, AV_LOG_INFO, "Dolby Pro Logic IIz"); break; av_log 75 libavfilter/af_ashowinfo.c case AV_MATRIX_ENCODING_DOLBYEX: av_log(ctx, AV_LOG_INFO, "Dolby EX"); break; av_log 76 libavfilter/af_ashowinfo.c case AV_MATRIX_ENCODING_DOLBYHEADPHONE: av_log(ctx, AV_LOG_INFO, "Dolby Headphone"); break; av_log 77 libavfilter/af_ashowinfo.c default: av_log(ctx, AV_LOG_WARNING, "unknown"); break; av_log 85 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "downmix: "); av_log 87 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "invalid data"); av_log 93 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "preferred downmix type - "); av_log 95 libavfilter/af_ashowinfo.c case AV_DOWNMIX_TYPE_LORO: av_log(ctx, AV_LOG_INFO, "Lo/Ro"); break; av_log 96 libavfilter/af_ashowinfo.c case AV_DOWNMIX_TYPE_LTRT: av_log(ctx, AV_LOG_INFO, "Lt/Rt"); break; av_log 97 libavfilter/af_ashowinfo.c case AV_DOWNMIX_TYPE_DPLII: av_log(ctx, AV_LOG_INFO, "Dolby Pro Logic II"); break; av_log 98 libavfilter/af_ashowinfo.c default: av_log(ctx, AV_LOG_WARNING, "unknown"); break; av_log 101 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, " Mix levels: center %f (%f ltrt) - " av_log 110 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "%s - ", str); av_log 112 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "unknown"); av_log 114 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "%f", gain / 100000.0f); av_log 115 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, ", "); av_log 120 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "%s - ", str); av_log 122 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "unknown"); av_log 124 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "%f", (float)peak / UINT32_MAX); av_log 125 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, ", "); av_log 132 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "replaygain: "); av_log 134 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "invalid data"); av_log 149 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "audio service type: "); av_log 151 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "invalid data"); av_log 156 libavfilter/af_ashowinfo.c case AV_AUDIO_SERVICE_TYPE_MAIN: av_log(ctx, AV_LOG_INFO, "Main Audio Service"); break; av_log 157 libavfilter/af_ashowinfo.c case AV_AUDIO_SERVICE_TYPE_EFFECTS: av_log(ctx, AV_LOG_INFO, "Effects"); break; av_log 158 libavfilter/af_ashowinfo.c case AV_AUDIO_SERVICE_TYPE_VISUALLY_IMPAIRED: av_log(ctx, AV_LOG_INFO, "Visually Impaired"); break; av_log 159 libavfilter/af_ashowinfo.c case AV_AUDIO_SERVICE_TYPE_HEARING_IMPAIRED: av_log(ctx, AV_LOG_INFO, "Hearing Impaired"); break; av_log 160 libavfilter/af_ashowinfo.c case AV_AUDIO_SERVICE_TYPE_DIALOGUE: av_log(ctx, AV_LOG_INFO, "Dialogue"); break; av_log 161 libavfilter/af_ashowinfo.c case AV_AUDIO_SERVICE_TYPE_COMMENTARY: av_log(ctx, AV_LOG_INFO, "Commentary"); break; av_log 162 libavfilter/af_ashowinfo.c case AV_AUDIO_SERVICE_TYPE_EMERGENCY: av_log(ctx, AV_LOG_INFO, "Emergency"); break; av_log 163 libavfilter/af_ashowinfo.c case AV_AUDIO_SERVICE_TYPE_VOICE_OVER: av_log(ctx, AV_LOG_INFO, "Voice Over"); break; av_log 164 libavfilter/af_ashowinfo.c case AV_AUDIO_SERVICE_TYPE_KARAOKE: av_log(ctx, AV_LOG_INFO, "Karaoke"); break; av_log 165 libavfilter/af_ashowinfo.c default: av_log(ctx, AV_LOG_INFO, "unknown"); break; av_log 171 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "unknown side data type: %d, size %d bytes", sd->type, sd->size); av_log 203 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, av_log 214 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "plane_checksums: [ "); av_log 216 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "%08"PRIX32" ", s->plane_checksums[i]); av_log 217 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "]\n"); av_log 222 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, " side data - "); av_log 231 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "\n"); av_log 211 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Channel: %d\n", c + 1); av_log 212 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "DC offset: %f\n", p->sigma_x / p->nb_samples); av_log 213 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Min level: %f\n", p->min); av_log 214 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Max level: %f\n", p->max); av_log 215 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Peak level dB: %f\n", LINEAR_TO_DB(FFMAX(-p->min, p->max))); av_log 216 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "RMS level dB: %f\n", LINEAR_TO_DB(sqrt(p->sigma_x2 / p->nb_samples))); av_log 217 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "RMS peak dB: %f\n", LINEAR_TO_DB(sqrt(p->max_sigma_x2))); av_log 219 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "RMS trough dB: %f\n",LINEAR_TO_DB(sqrt(p->min_sigma_x2))); av_log 220 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Crest factor: %f\n", p->sigma_x2 ? FFMAX(-p->min, p->max) / sqrt(p->sigma_x2 / p->nb_samples) : 1); av_log 221 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Flat factor: %f\n", LINEAR_TO_DB((p->min_runs + p->max_runs) / (p->min_count + p->max_count))); av_log 222 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Peak count: %"PRId64"\n", p->min_count + p->max_count); av_log 225 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Overall\n"); av_log 226 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "DC offset: %f\n", max_sigma_x / (nb_samples / s->nb_channels)); av_log 227 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Min level: %f\n", min); av_log 228 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Max level: %f\n", max); av_log 229 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Peak level dB: %f\n", LINEAR_TO_DB(FFMAX(-min, max))); av_log 230 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "RMS level dB: %f\n", LINEAR_TO_DB(sqrt(sigma_x2 / nb_samples))); av_log 231 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "RMS peak dB: %f\n", LINEAR_TO_DB(sqrt(max_sigma_x2))); av_log 233 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "RMS trough dB: %f\n", LINEAR_TO_DB(sqrt(min_sigma_x2))); av_log 234 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Flat factor: %f\n", LINEAR_TO_DB((min_runs + max_runs) / (min_count + max_count))); av_log 235 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Peak count: %f\n", (min_count + max_count) / (double)s->nb_channels); av_log 236 libavfilter/af_astats.c av_log(ctx, AV_LOG_INFO, "Number of samples: %"PRId64"\n", nb_samples / s->nb_channels); av_log 82 libavfilter/af_astreamsync.c av_log(ctx, AV_LOG_ERROR, "Error in expression \"%s\"\n", as->expr_str); av_log 126 libavfilter/af_asyncts.c av_log(ctx, AV_LOG_VERBOSE, "Trimming %d samples from start\n", av_log 210 libavfilter/af_asyncts.c av_log(ctx, AV_LOG_VERBOSE, "Discontinuity - %"PRId64" samples.\n", delta); av_log 219 libavfilter/af_asyncts.c av_log(ctx, AV_LOG_VERBOSE, "Compensating %d samples per second.\n", comp); av_log 269 libavfilter/af_asyncts.c av_log(ctx, AV_LOG_WARNING, "Non-monotonous timestamps, dropping " av_log 283 libavfilter/af_asyncts.c av_log(ctx, AV_LOG_WARNING, "Non-monotonous timestamps, dropping " av_log 330 libavfilter/af_atempo.c av_log(ctx, AV_LOG_ERROR, "Invalid tempo value '%s'\n", arg_tempo); av_log 335 libavfilter/af_atempo.c av_log(ctx, AV_LOG_ERROR, "Tempo value %f exceeds [0.5, 2.0] range\n", av_log 125 libavfilter/af_biquads.c av_log(ctx, AV_LOG_ERROR, "Invalid frequency %f and/or width %f <= 0\n", av_log 185 libavfilter/af_biquads.c av_log(NULL, AV_LOG_WARNING, "clipping\n"); \ av_log 188 libavfilter/af_biquads.c av_log(NULL, AV_LOG_WARNING, "clipping\n"); \ av_log 197 libavfilter/af_biquads.c av_log(NULL, AV_LOG_WARNING, "clipping\n"); \ av_log 200 libavfilter/af_biquads.c av_log(NULL, AV_LOG_WARNING, "clipping\n"); \ av_log 213 libavfilter/af_biquads.c av_log(NULL, AV_LOG_WARNING, "clipping\n"); \ av_log 216 libavfilter/af_biquads.c av_log(NULL, AV_LOG_WARNING, "clipping\n"); \ av_log 243 libavfilter/af_biquads.c av_log(ctx, AV_LOG_ERROR, av_log 155 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_WARNING, "This syntax is deprecated, use " av_log 172 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, "Too many channels mapped: '%d'.\n", map_entries); av_log 183 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, err); av_log 191 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, err); av_log 200 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, err); av_log 210 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, err); av_log 220 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, err); av_log 230 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, err); av_log 247 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, "Error parsing channel layout: '%s'.\n", av_log 260 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, av_log 265 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, av_log 273 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, "Output channel layout is not set and " av_log 377 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, av_log 381 libavfilter/af_channelmap.c av_log(ctx, AV_LOG_ERROR, av_log 60 libavfilter/af_channelsplit.c av_log(ctx, AV_LOG_ERROR, "Error parsing channel layout '%s'.\n", av_log 345 libavfilter/af_compand.c av_log(ctx, AV_LOG_ERROR, "Invalid number of channels: %d\n", channels); av_log 350 libavfilter/af_compand.c av_log(ctx, AV_LOG_ERROR, av_log 391 libavfilter/af_compand.c av_log(ctx, AV_LOG_ERROR, av_log 404 libavfilter/af_compand.c av_log(ctx, AV_LOG_ERROR, av_log 410 libavfilter/af_compand.c av_log(ctx, AV_LOG_ERROR, av_log 416 libavfilter/af_compand.c av_log(ctx, AV_LOG_DEBUG, "%d: x=%f y=%f\n", i, S(i).x, S(i).y); av_log 105 libavfilter/af_join.c av_log(ctx, AV_LOG_WARNING, "This syntax is deprecated, use '|' to " av_log 122 libavfilter/af_join.c av_log(ctx, AV_LOG_ERROR, "Missing separator '-' in channel " av_log 130 libavfilter/af_join.c av_log(ctx, AV_LOG_ERROR, "Invalid " inout " channel: %s.\n", str);\ av_log 134 libavfilter/af_join.c av_log(ctx, AV_LOG_ERROR, "Channel map describes more than one " \ av_log 142 libavfilter/af_join.c av_log(ctx, AV_LOG_ERROR, "Output channel '%s' is not present in " av_log 150 libavfilter/af_join.c av_log(ctx, AV_LOG_ERROR, "Multiple maps for output channel " av_log 158 libavfilter/af_join.c av_log(ctx, AV_LOG_ERROR, "Invalid input stream index: %d.\n", av_log 190 libavfilter/af_join.c av_log(ctx, AV_LOG_ERROR, "Error parsing channel layout '%s'.\n", av_log 327 libavfilter/af_join.c av_log(ctx, AV_LOG_ERROR, "Requested channel %s is not present in " av_log 354 libavfilter/af_join.c av_log(ctx, AV_LOG_ERROR, "Could not find input channel for " av_log 365 libavfilter/af_join.c av_log(ctx, AV_LOG_VERBOSE, "mappings: "); av_log 368 libavfilter/af_join.c av_log(ctx, AV_LOG_VERBOSE, "%d.%s => %s ", ch->input, av_log 372 libavfilter/af_join.c av_log(ctx, AV_LOG_VERBOSE, "\n"); av_log 376 libavfilter/af_join.c av_log(ctx, AV_LOG_WARNING, "No channels are used from input " av_log 94 libavfilter/af_ladspa.c av_log(ctx, level, "c%i: %s [", ctl, s->desc->PortNames[map[ctl]]); av_log 97 libavfilter/af_ladspa.c av_log(ctx, level, "toggled (1 or 0)"); av_log 100 libavfilter/af_ladspa.c av_log(ctx, level, " (default %i)", (int)values[ctl]); av_log 103 libavfilter/af_ladspa.c av_log(ctx, level, "<int>"); av_log 106 libavfilter/af_ladspa.c av_log(ctx, level, ", min: %i", (int)h->LowerBound); av_log 109 libavfilter/af_ladspa.c av_log(ctx, level, ", max: %i", (int)h->UpperBound); av_log 112 libavfilter/af_ladspa.c av_log(ctx, level, " (value %d)", (int)values[ctl]); av_log 114 libavfilter/af_ladspa.c av_log(ctx, level, " (default %d)", (int)values[ctl]); av_log 116 libavfilter/af_ladspa.c av_log(ctx, level, "<float>"); av_log 119 libavfilter/af_ladspa.c av_log(ctx, level, ", min: %f", h->LowerBound); av_log 122 libavfilter/af_ladspa.c av_log(ctx, level, ", max: %f", h->UpperBound); av_log 125 libavfilter/af_ladspa.c av_log(ctx, level, " (value %f)", values[ctl]); av_log 127 libavfilter/af_ladspa.c av_log(ctx, level, " (default %f)", values[ctl]); av_log 131 libavfilter/af_ladspa.c av_log(ctx, level, ", multiple of sample rate"); av_log 134 libavfilter/af_ladspa.c av_log(ctx, level, ", logarithmic scale"); av_log 137 libavfilter/af_ladspa.c av_log(ctx, level, "]\n"); av_log 268 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_ERROR, "Could not instantiate plugin.\n"); av_log 284 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_DEBUG, "handles: %d\n", s->nb_handles); av_log 360 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_ERROR, "Control c%ld is out of range [0 - %lu].\n", av_log 367 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_ERROR, av_log 375 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_ERROR, av_log 398 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_ERROR, "No plugin name provided\n"); av_log 431 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_ERROR, "Failed to load '%s'\n", s->dl_name); av_log 437 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_ERROR, "Could not find ladspa_descriptor: %s\n", dlerror()); av_log 443 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_INFO, "The '%s' library contains the following plugins:\n", s->dl_name); av_log 444 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_INFO, "I = Input Channels\n"); av_log 445 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_INFO, "O = Output Channels\n"); av_log 446 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_INFO, "I:O %-25s %s\n", "Plugin", "Description"); av_log 447 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_INFO, "\n"); av_log 452 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_INFO, "%lu:%lu %-25s %s\n", inputs, outputs, desc->Label, av_log 454 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_VERBOSE, "Maker: %s\n", av_log 456 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_VERBOSE, "Copyright: %s\n", av_log 464 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_ERROR, "Could not find plugin: %s\n", s->plugin); av_log 518 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_INFO, av_log 522 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_INFO, av_log 542 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_ERROR, "Invalid syntax.\n"); av_log 554 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_ERROR, "Control c%d must be set.\n", i); av_log 575 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_DEBUG, "ports: %lu\n", nb_ports); av_log 576 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_DEBUG, "inputs: %lu outputs: %lu\n", av_log 578 libavfilter/af_ladspa.c av_log(ctx, AV_LOG_DEBUG, "input controls: %lu output controls: %lu\n", av_log 110 libavfilter/af_pan.c av_log(ctx, AV_LOG_ERROR, av_log 127 libavfilter/af_pan.c av_log(ctx, AV_LOG_ERROR, av_log 134 libavfilter/af_pan.c av_log(ctx, AV_LOG_ERROR, av_log 146 libavfilter/af_pan.c av_log(ctx, AV_LOG_ERROR, av_log 158 libavfilter/af_pan.c av_log(ctx, AV_LOG_ERROR, av_log 169 libavfilter/af_pan.c av_log(ctx, AV_LOG_ERROR, av_log 176 libavfilter/af_pan.c av_log(ctx, AV_LOG_ERROR, av_log 186 libavfilter/af_pan.c av_log(ctx, AV_LOG_ERROR, "Syntax error near \"%.8s\"\n", arg); av_log 276 libavfilter/af_pan.c av_log(ctx, AV_LOG_ERROR, av_log 327 libavfilter/af_pan.c av_log(ctx, AV_LOG_WARNING, av_log 351 libavfilter/af_pan.c av_log(ctx, AV_LOG_VERBOSE, "o%d = %s\n", i, buf); av_log 355 libavfilter/af_pan.c av_log(ctx, AV_LOG_INFO, "Pure channel mapping detected:"); av_log 358 libavfilter/af_pan.c av_log(ctx, AV_LOG_INFO, " M"); av_log 360 libavfilter/af_pan.c av_log(ctx, AV_LOG_INFO, " %d", pan->channel_map[i]); av_log 361 libavfilter/af_pan.c av_log(ctx, AV_LOG_INFO, "\n"); av_log 583 libavfilter/af_replaygain.c av_log(ctx, AV_LOG_INFO, "track_gain = %+.2f dB\n", gain); av_log 584 libavfilter/af_replaygain.c av_log(ctx, AV_LOG_INFO, "track_peak = %.6f\n", s->peak); av_log 141 libavfilter/af_resample.c av_log(ctx, AV_LOG_VERBOSE, "lavr option: %s=%s\n", e->key, e->value); av_log 166 libavfilter/af_resample.c av_log(ctx, AV_LOG_VERBOSE, av_log 244 libavfilter/af_resample.c av_log(ctx, AV_LOG_WARNING, "First timestamp is missing, " av_log 77 libavfilter/af_silencedetect.c av_log(s, AV_LOG_INFO, "silence_start: %s\n", av_log 87 libavfilter/af_silencedetect.c av_log(s, AV_LOG_INFO, av_log 101 libavfilter/af_volume.c av_log(log_ctx, AV_LOG_ERROR, av_log 260 libavfilter/af_volume.c av_log(ctx, AV_LOG_ERROR, "Invalid value NaN for volume\n"); av_log 263 libavfilter/af_volume.c av_log(ctx, AV_LOG_WARNING, "Invalid value NaN for volume, setting to 0\n"); av_log 269 libavfilter/af_volume.c av_log(ctx, AV_LOG_VERBOSE, "n:%f t:%f pts:%f precision:%s ", av_log 276 libavfilter/af_volume.c av_log(ctx, AV_LOG_VERBOSE, "volume_i:%d/255 ", vol->volume_i); av_log 278 libavfilter/af_volume.c av_log(ctx, AV_LOG_VERBOSE, "volume:%f volume_dB:%f\n", av_log 309 libavfilter/af_volume.c av_log(inlink->src, AV_LOG_VERBOSE, "tb:%f sample_rate:%f nb_channels:%f\n", av_log 367 libavfilter/af_volume.c av_log(inlink->dst, AV_LOG_WARNING, "Both ReplayGain gain " av_log 373 libavfilter/af_volume.c av_log(inlink->dst, AV_LOG_VERBOSE, av_log 95 libavfilter/af_volumedetect.c av_log(ctx, AV_LOG_INFO, "n_samples: %"PRId64"\n", nb_samples); av_log 112 libavfilter/af_volumedetect.c av_log(ctx, AV_LOG_INFO, "mean_volume: %.1f dB\n", -logdb(power)); av_log 118 libavfilter/af_volumedetect.c av_log(ctx, AV_LOG_INFO, "max_volume: %.1f dB\n", -logdb(max_volume * max_volume)); av_log 124 libavfilter/af_volumedetect.c av_log(ctx, AV_LOG_INFO, "histogram_%ddb: %"PRId64"\n", i, histdb[i]); av_log 97 libavfilter/asrc_anullsrc.c av_log(outlink->src, AV_LOG_VERBOSE, av_log 103 libavfilter/asrc_flite.c av_log(log_ctx, AV_LOG_INFO, "%s%s", av_log 117 libavfilter/asrc_flite.c av_log(log_ctx, AV_LOG_ERROR, av_log 127 libavfilter/asrc_flite.c av_log(log_ctx, AV_LOG_ERROR, "Could not find voice '%s'\n", voice_name); av_log 128 libavfilter/asrc_flite.c av_log(log_ctx, AV_LOG_INFO, "Choose between the voices: "); av_log 146 libavfilter/asrc_flite.c av_log(ctx, AV_LOG_ERROR, "flite initialization failed\n"); av_log 157 libavfilter/asrc_flite.c av_log(ctx, AV_LOG_ERROR, av_log 167 libavfilter/asrc_flite.c av_log(ctx, AV_LOG_ERROR, av_log 181 libavfilter/asrc_flite.c av_log(ctx, AV_LOG_ERROR, av_log 232 libavfilter/asrc_flite.c av_log(ctx, AV_LOG_VERBOSE, "voice:%s fmt:%s sample_rate:%d\n", av_log 56 libavfilter/avcodec.c av_log(NULL, AV_LOG_ERROR, "Layout indicates a different number of channels than actually present\n"); av_log 145 libavfilter/avf_concat.c av_log(ctx, AV_LOG_ERROR, "Input link %s parameters " av_log 194 libavfilter/avf_concat.c av_log(ctx, AV_LOG_ERROR, "Frame after EOF on input %s\n", av_log 234 libavfilter/avf_concat.c av_log(ctx, AV_LOG_VERBOSE, "EOF on %s, %d streams left in segment.\n", av_log 296 libavfilter/avf_concat.c av_log(ctx, AV_LOG_VERBOSE, "Segment finished at pts=%"PRId64"\n", av_log 224 libavfilter/avf_showcqt.c av_log(ctx, AV_LOG_WARNING, "Font is not monospace\n"); av_log 255 libavfilter/avf_showcqt.c av_log(ctx, AV_LOG_WARNING, "Error while loading freetype font, using default font instead\n"); av_log 342 libavfilter/avf_showcqt.c av_log(ctx, AV_LOG_ERROR, "Rate (%u) is not divisible by fps*count (%u*%u)\n", rate, s->fps, s->count); av_log 359 libavfilter/avf_showcqt.c av_log(ctx, AV_LOG_WARNING, "Freetype is not available, ignoring fontfile option\n"); av_log 363 libavfilter/avf_showcqt.c av_log(ctx, AV_LOG_INFO, "Calculating spectral kernel, please wait\n"); av_log 399 libavfilter/avf_showcqt.c av_log(ctx, AV_LOG_WARNING, "at freq %g: tlength is nan, setting it to %g\n", freq, s->timeclamp); av_log 402 libavfilter/avf_showcqt.c av_log(ctx, AV_LOG_WARNING, "at freq %g: tlength is %g, setting it to %g\n", freq, tlength, TLENGTH_MIN); av_log 405 libavfilter/avf_showcqt.c av_log(ctx, AV_LOG_WARNING, "at freq %g: tlength is %g, setting it to %g\n", freq, tlength, s->timeclamp); av_log 411 libavfilter/avf_showcqt.c av_log(ctx, AV_LOG_WARNING, "at freq %g: volume is nan, setting it to 0\n", freq); av_log 416 libavfilter/avf_showcqt.c av_log(ctx, AV_LOG_WARNING, "at freq %g: volume is %g, setting it to %g\n", freq, volume, VOLUME_MAX); av_log 496 libavfilter/avf_showcqt.c av_log(ctx, AV_LOG_INFO, "Elapsed time %.6f s (fft_len=%u, num_coeffs=%u)\n", 1e-6 * (end_time-start_time), fft_len, num_coeffs); av_log 181 libavfilter/avf_showspectrum.c av_log(ctx, AV_LOG_ERROR, "Unable to create RDFT context. " av_log 266 libavfilter/avf_showspectrum.c av_log(ctx, AV_LOG_VERBOSE, "s:%dx%d RDFT window size:%d\n", av_log 133 libavfilter/avf_showwaves.c av_log(ctx, AV_LOG_ERROR, "Could not allocate showwaves buffer\n"); av_log 143 libavfilter/avf_showwaves.c av_log(ctx, AV_LOG_VERBOSE, "s:%dx%d r:%f n:%d\n", av_log 141 libavfilter/avfilter.c av_log(src, AV_LOG_ERROR, av_log 191 libavfilter/avfilter.c av_log(link->dst, AV_LOG_VERBOSE, "auto-inserting filter '%s' " av_log 234 libavfilter/avfilter.c av_log(filter, AV_LOG_ERROR, av_log 246 libavfilter/avfilter.c av_log(filter, AV_LOG_INFO, "circular filter chain detected\n"); av_log 256 libavfilter/avfilter.c av_log(link->src, AV_LOG_ERROR, "Source filters and filters " av_log 263 libavfilter/avfilter.c av_log(link->src, AV_LOG_ERROR, av_log 287 libavfilter/avfilter.c av_log(link->src, AV_LOG_ERROR, av_log 306 libavfilter/avfilter.c av_log(link->dst, AV_LOG_ERROR, av_log 417 libavfilter/avfilter.c av_log(ctx, AV_LOG_ERROR, "Timeline ('enable' option) not supported " av_log 437 libavfilter/avfilter.c av_log(ctx->priv, AV_LOG_ERROR, av_log 471 libavfilter/avfilter.c av_log(filter, AV_LOG_INFO, "%s", res); av_log 789 libavfilter/avfilter.c av_log(ctx, AV_LOG_ERROR, "No option name near '%s'\n", args); av_log 791 libavfilter/avfilter.c av_log(ctx, AV_LOG_ERROR, "Unable to parse '%s': %s\n", args, av_log 804 libavfilter/avfilter.c av_log(ctx, AV_LOG_DEBUG, "Setting '%s' to value '%s'\n", key, value); av_log 818 libavfilter/avfilter.c av_log(ctx, AV_LOG_ERROR, "Option '%s' not found\n", key); av_log 852 libavfilter/avfilter.c av_log(ctx, AV_LOG_ERROR, "Error applying generic filter options.\n"); av_log 868 libavfilter/avfilter.c av_log(ctx, AV_LOG_ERROR, "Error applying options to the filter.\n"); av_log 891 libavfilter/avfilter.c av_log(filter, AV_LOG_ERROR, "This filter does not take any " av_log 957 libavfilter/avfilter.c av_log(filter, AV_LOG_WARNING, "This syntax is deprecated. Use " av_log 960 libavfilter/avfilter.c av_log(filter, AV_LOG_DEBUG, "compat: called with args=[%s]\n", copy); av_log 979 libavfilter/avfilter.c av_log(filter, AV_LOG_ERROR, "No such option: %s.\n", e->key); av_log 1025 libavfilter/avfilter.c av_log(link->dst, AV_LOG_DEBUG, "Copying data in avfilter.\n"); av_log 1069 libavfilter/avfilter.c av_log(link->dst, AV_LOG_DEBUG, av_log 1117 libavfilter/avfilter.c av_log(link->dst, AV_LOG_WARNING, av_log 190 libavfilter/avfiltergraph.c av_log(graph, AV_LOG_ERROR, "Error initializing threading.\n"); av_log 240 libavfilter/avfiltergraph.c av_log(log_ctx, AV_LOG_ERROR, av_log 250 libavfilter/avfiltergraph.c av_log(log_ctx, AV_LOG_ERROR, av_log 300 libavfilter/avfiltergraph.c av_log(log, AV_LOG_WARNING, "All layouts set on non-empty list\n"); av_log 304 libavfilter/avfiltergraph.c av_log(log, AV_LOG_WARNING, "All counts without all layouts\n"); av_log 321 libavfilter/avfiltergraph.c av_log(ctx, AV_LOG_ERROR, "Query format failed for '%s': %s\n", av_log 524 libavfilter/avfiltergraph.c av_log(log_ctx, AV_LOG_ERROR, "'scale' filter " av_log 539 libavfilter/avfiltergraph.c av_log(log_ctx, AV_LOG_ERROR, "'aresample' filter " av_log 598 libavfilter/avfiltergraph.c av_log(log_ctx, AV_LOG_ERROR, av_log 607 libavfilter/avfiltergraph.c av_log(graph, AV_LOG_DEBUG, "query_formats: " av_log 625 libavfilter/avfiltergraph.c av_log(graph, AV_LOG_ERROR, av_log 648 libavfilter/avfiltergraph.c av_log(link->src,AV_LOG_DEBUG, "picking %s out of %d ref:%s alpha:%d\n", av_log 660 libavfilter/avfiltergraph.c av_log(link->src, AV_LOG_ERROR, "Cannot select sample rate for" av_log 669 libavfilter/avfiltergraph.c av_log(link->src, AV_LOG_ERROR, "Cannot select channel layout for" av_log 673 libavfilter/avfiltergraph.c av_log(link->src, AV_LOG_ERROR, "Unknown channel layouts not " av_log 1101 libavfilter/avfiltergraph.c av_log(graph, AV_LOG_DEBUG, "query_formats not finished\n"); av_log 1335 libavfilter/avfiltergraph.c av_log(oldest->dst, AV_LOG_DEBUG, "EOF on sink link %s:%s.\n", av_log 51 libavfilter/buffer.c av_log(NULL, AV_LOG_ERROR, "Failed to allocate qp_table\n"); av_log 75 libavfilter/bufferqueue.h av_log(log, AV_LOG_WARNING, "Buffer queue overflow, dropping.\n"); av_log 90 libavfilter/buffersink.c av_log(ctx, AV_LOG_ERROR, av_log 112 libavfilter/buffersink.c av_log(ctx, AV_LOG_WARNING, av_log 251 libavfilter/buffersink.c av_log(ctx, AV_LOG_ERROR, "Failed to allocate fifo\n"); av_log 393 libavfilter/buffersink.c av_log(ctx, AV_LOG_ERROR, "Invalid size for " #field ": %d, " \ av_log 473 libavfilter/buffersink.c av_log(ctx, AV_LOG_WARNING, av_log 70 libavfilter/buffersrc.c av_log(s, AV_LOG_INFO, "Changing frame properties on the fly is not supported by all filters.\n");\ av_log 76 libavfilter/buffersrc.c av_log(s, AV_LOG_ERROR, "Changing frame properties on the fly is not supported.\n");\ av_log 101 libavfilter/buffersrc.c av_log(ctx, AV_LOG_ERROR, "Layout indicates a different number of channels than actually present\n"); av_log 312 libavfilter/buffersrc.c av_log(ctx, AV_LOG_ERROR, "Invalid parameters provided.\n"); av_log 319 libavfilter/buffersrc.c av_log(ctx, AV_LOG_VERBOSE, "w:%d h:%d pixfmt:%s tb:%d/%d fr:%d/%d sar:%d/%d sws_param:%s\n", av_log 376 libavfilter/buffersrc.c av_log(ctx, AV_LOG_ERROR, "Sample format was not set or was invalid\n"); av_log 385 libavfilter/buffersrc.c av_log(ctx, AV_LOG_ERROR, "Invalid channel layout %s.\n", av_log 392 libavfilter/buffersrc.c av_log(ctx, AV_LOG_ERROR, av_log 401 libavfilter/buffersrc.c av_log(ctx, AV_LOG_ERROR, "Neither number of channels nor " av_log 412 libavfilter/buffersrc.c av_log(ctx, AV_LOG_VERBOSE, av_log 57 libavfilter/deshake_opencl.c av_log(ctx, AV_LOG_ERROR, "Selected interpolate method is invalid\n"); av_log 97 libavfilter/deshake_opencl.c av_log(ctx, AV_LOG_ERROR, "OpenCL run kernel error occurred: %s\n", av_opencl_errstr(status)); av_log 118 libavfilter/deshake_opencl.c av_log(ctx, AV_LOG_ERROR, "Unable to get OpenCL command queue in filter 'deshake'\n"); av_log 123 libavfilter/deshake_opencl.c av_log(ctx, AV_LOG_ERROR, "OpenCL failed to compile program 'avfilter_transform'\n"); av_log 130 libavfilter/deshake_opencl.c av_log(ctx, AV_LOG_ERROR, "OpenCL failed to create kernel 'avfilter_transform_luma'\n"); av_log 138 libavfilter/deshake_opencl.c av_log(ctx, AV_LOG_ERROR, "OpenCL failed to create kernel 'avfilter_transform_chroma'\n"); av_log 224 libavfilter/drawutils.c av_log(NULL, AV_LOG_WARNING, av_log 261 libavfilter/f_ebur128.c av_log(ctx, AV_LOG_ERROR, "Video size %dx%d is too small, " av_log 470 libavfilter/f_ebur128.c av_log(ctx, AV_LOG_ERROR, av_log 508 libavfilter/f_ebur128.c av_log(ctx, AV_LOG_VERBOSE, "EBU +%d scale\n", ebur128->meter); av_log 788 libavfilter/f_ebur128.c av_log(ctx, ebur128->loglevel, "t: %-10s " LOG_FMT, av_log 795 libavfilter/f_ebur128.c av_log(ctx, ebur128->loglevel, " " str ":"); \ av_log 797 libavfilter/f_ebur128.c av_log(ctx, ebur128->loglevel, " %5.1f", DBFS(sp[ch])); \ av_log 798 libavfilter/f_ebur128.c av_log(ctx, ebur128->loglevel, " dBFS"); \ av_log 805 libavfilter/f_ebur128.c av_log(ctx, ebur128->loglevel, "\n"); av_log 862 libavfilter/f_ebur128.c av_log(ctx, AV_LOG_INFO, "Summary:\n\n" av_log 882 libavfilter/f_ebur128.c av_log(ctx, AV_LOG_INFO, "\n\n " str " peak:\n" \ av_log 890 libavfilter/f_ebur128.c av_log(ctx, AV_LOG_INFO, "\n"); av_log 78 libavfilter/f_interleave.c av_log(ctx, AV_LOG_DEBUG, "queue:%d -> frame time:%f\n", av_log 90 libavfilter/f_interleave.c av_log(ctx, AV_LOG_WARNING, av_log 98 libavfilter/f_interleave.c av_log(ctx, AV_LOG_DEBUG, "frame pts:%f -> queue idx:%d available:%d\n", av_log 170 libavfilter/f_interleave.c av_log(ctx, AV_LOG_ERROR, "Parameters for input link %s " av_log 67 libavfilter/f_perms.c av_log(ctx, AV_LOG_INFO, "random seed: 0x%08x\n", seed); av_log 94 libavfilter/f_perms.c av_log(ctx, AV_LOG_VERBOSE, "%s -> %s%s\n", av_log 171 libavfilter/f_select.c av_log(ctx, AV_LOG_ERROR, "Error while parsing expression '%s'\n", av_log 322 libavfilter/f_select.c av_log(inlink->dst, AV_LOG_DEBUG, av_log 331 libavfilter/f_select.c av_log(inlink->dst, AV_LOG_DEBUG, " interlace_type:%c pict_type:%c scene:%f", av_log 338 libavfilter/f_select.c av_log(inlink->dst, AV_LOG_DEBUG, " samples_n:%d consumed_samples_n:%f", av_log 352 libavfilter/f_select.c av_log(inlink->dst, AV_LOG_DEBUG, " -> select:%f select_out:%d\n", res, select->select_out); av_log 442 libavfilter/f_select.c av_log(ctx, AV_LOG_ERROR, "Scene detection is ignored in aselect filter\n"); av_log 136 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 145 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 155 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 168 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 178 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 219 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 229 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 233 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 272 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 280 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 289 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 297 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 334 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 348 libavfilter/f_sendcmd.c av_log(log_ctx, AV_LOG_ERROR, av_log 377 libavfilter/f_sendcmd.c av_log(ctx, AV_LOG_ERROR, av_log 407 libavfilter/f_sendcmd.c av_log(ctx, AV_LOG_ERROR, "No commands\n"); av_log 413 libavfilter/f_sendcmd.c av_log(ctx, AV_LOG_DEBUG, "Parsed commands:\n"); av_log 417 libavfilter/f_sendcmd.c av_log(ctx, AV_LOG_VERBOSE, "start_time:%f end_time:%f index:%d\n", av_log 421 libavfilter/f_sendcmd.c av_log(ctx, AV_LOG_VERBOSE, av_log 477 libavfilter/f_sendcmd.c av_log(ctx, AV_LOG_VERBOSE, av_log 488 libavfilter/f_sendcmd.c av_log(ctx, AV_LOG_VERBOSE, av_log 495 libavfilter/f_sendcmd.c av_log(ctx, AV_LOG_VERBOSE, av_log 58 libavfilter/f_zmq.c av_log(ctx, AV_LOG_ERROR, av_log 65 libavfilter/f_zmq.c av_log(ctx, AV_LOG_ERROR, av_log 71 libavfilter/f_zmq.c av_log(ctx, AV_LOG_ERROR, av_log 101 libavfilter/f_zmq.c av_log(log_ctx, AV_LOG_ERROR, av_log 108 libavfilter/f_zmq.c av_log(log_ctx, AV_LOG_ERROR, av_log 124 libavfilter/f_zmq.c av_log(ctx, AV_LOG_WARNING, av_log 131 libavfilter/f_zmq.c av_log(ctx, AV_LOG_WARNING, av_log 170 libavfilter/f_zmq.c av_log(ctx, AV_LOG_ERROR, "Could not parse command #%d\n", zmq->command_count); av_log 175 libavfilter/f_zmq.c av_log(ctx, AV_LOG_VERBOSE, av_log 188 libavfilter/f_zmq.c av_log(ctx, AV_LOG_VERBOSE, av_log 192 libavfilter/f_zmq.c av_log(ctx, AV_LOG_ERROR, "Failed to send reply for command #%d: %s\n", av_log 184 libavfilter/fifo.c av_log(ctx, AV_LOG_ERROR, "request_samples changed before the " av_log 75 libavfilter/formats.c av_log(NULL, AV_LOG_ERROR, "Duplicate formats in avfilter_merge_formats() detected\n"); \ av_log 580 libavfilter/formats.c av_log(log_ctx, AV_LOG_ERROR, "Invalid pixel format '%s'\n", arg); av_log 595 libavfilter/formats.c av_log(log_ctx, AV_LOG_ERROR, "Invalid sample format '%s'\n", arg); av_log 607 libavfilter/formats.c av_log(log_ctx, AV_LOG_ERROR, "Invalid time base '%s'\n", arg); av_log 619 libavfilter/formats.c av_log(log_ctx, AV_LOG_ERROR, "Invalid sample rate '%s'\n", arg); av_log 644 libavfilter/formats.c av_log(log_ctx, AV_LOG_ERROR, "Invalid channel layout '%s'\n", arg); av_log 65 libavfilter/framesync.c av_log(fs, AV_LOG_VERBOSE, "Sync level %u\n", level); av_log 98 libavfilter/framesync.c av_log(fs, AV_LOG_ERROR, "Impossible to set time base\n"); av_log 101 libavfilter/framesync.c av_log(fs, AV_LOG_VERBOSE, "Selected %d/%d time base\n", av_log 43 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, av_log 69 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, av_log 75 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, av_log 109 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, av_log 116 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, av_log 132 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, av_log 135 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, " with args '%s'", args); av_log 136 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, "\n"); av_log 258 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, av_log 333 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, av_log 373 libavfilter/graphparser.c av_log(graph, AV_LOG_ERROR, "sws_flags not terminated with ';'.\n"); av_log 428 libavfilter/graphparser.c av_log(graph, AV_LOG_ERROR, av_log 472 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, av_log 492 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, av_log 570 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, av_log 580 libavfilter/graphparser.c av_log(log_ctx, AV_LOG_ERROR, av_log 237 libavfilter/internal.h # define ff_tlog(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__) av_log 239 libavfilter/internal.h # define ff_tlog(pctx, ...) do { if (0) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) av_log 42 libavfilter/lavfutils.c av_log(log_ctx, AV_LOG_ERROR, av_log 48 libavfilter/lavfutils.c av_log(log_ctx, AV_LOG_ERROR, "Find stream info failed\n"); av_log 55 libavfilter/lavfutils.c av_log(log_ctx, AV_LOG_ERROR, "Failed to find codec\n"); av_log 61 libavfilter/lavfutils.c av_log(log_ctx, AV_LOG_ERROR, "Failed to open codec\n"); av_log 66 libavfilter/lavfutils.c av_log(log_ctx, AV_LOG_ERROR, "Failed to alloc frame\n"); av_log 73 libavfilter/lavfutils.c av_log(log_ctx, AV_LOG_ERROR, "Failed to read frame from file\n"); av_log 79 libavfilter/lavfutils.c av_log(log_ctx, AV_LOG_ERROR, "Failed to decode image from file\n"); av_log 102 libavfilter/lavfutils.c av_log(log_ctx, AV_LOG_ERROR, "Error loading image file '%s'\n", filename); av_log 33 libavfilter/lswsutils.c av_log(log_ctx, AV_LOG_ERROR, av_log 102 libavfilter/setpts.c av_log(ctx, AV_LOG_ERROR, "Error while parsing expression '%s'\n", setpts->expr_str); av_log 133 libavfilter/setpts.c av_log(inlink->src, AV_LOG_VERBOSE, "TB:%f FRAME_RATE:%f SAMPLE_RATE:%f\n", av_log 88 libavfilter/settb.c av_log(ctx, AV_LOG_ERROR, "Invalid expression '%s' for timebase.\n", settb->tb_expr); av_log 93 libavfilter/settb.c av_log(ctx, AV_LOG_ERROR, av_log 100 libavfilter/settb.c av_log(outlink->src, AV_LOG_VERBOSE, "tb:%d/%d -> tb:%d/%d\n", av_log 115 libavfilter/settb.c av_log(ctx, AV_LOG_DEBUG, "tb:%d/%d pts:%"PRId64" -> tb:%d/%d pts:%"PRId64"\n", av_log 104 libavfilter/src_movie.c av_log(log, AV_LOG_ERROR, "No %s stream with index '%d' found\n", av_log 113 libavfilter/src_movie.c av_log(log, AV_LOG_ERROR, av_log 124 libavfilter/src_movie.c av_log(log, AV_LOG_WARNING, av_log 131 libavfilter/src_movie.c av_log(log, AV_LOG_WARNING, "Stream specifier \"%s\" %s\n", spec, av_log 138 libavfilter/src_movie.c av_log(log, AV_LOG_ERROR, "Stream specifier \"%s\" matched a %s stream," av_log 153 libavfilter/src_movie.c av_log(log, AV_LOG_ERROR, "Failed to find any codec\n"); av_log 160 libavfilter/src_movie.c av_log(log, AV_LOG_ERROR, "Failed to open codec\n"); av_log 174 libavfilter/src_movie.c av_log(log_ctx, AV_LOG_ERROR, av_log 182 libavfilter/src_movie.c av_log(log_ctx, AV_LOG_WARNING, av_log 201 libavfilter/src_movie.c av_log(ctx, AV_LOG_ERROR, "No filename provided!\n"); av_log 219 libavfilter/src_movie.c av_log(ctx, AV_LOG_ERROR, av_log 231 libavfilter/src_movie.c av_log(ctx, AV_LOG_ERROR, av_log 236 libavfilter/src_movie.c av_log(ctx, AV_LOG_WARNING, "Failed to find stream info\n"); av_log 244 libavfilter/src_movie.c av_log(ctx, AV_LOG_ERROR, av_log 252 libavfilter/src_movie.c av_log(ctx, AV_LOG_ERROR, "%s: could not seek to position %"PRId64"\n", av_log 308 libavfilter/src_movie.c av_log(ctx, AV_LOG_VERBOSE, "seek_point:%"PRIi64" format_name:%s file_name:%s stream_index:%d\n", av_log 422 libavfilter/src_movie.c av_log(ctx, AV_LOG_ERROR, "Unable to loop: %s\n", av_err2str(ret)); av_log 464 libavfilter/src_movie.c av_log(ctx, AV_LOG_VERBOSE, "Stream finished, looping.\n"); av_log 514 libavfilter/src_movie.c av_log(ctx, AV_LOG_WARNING, "Decode error: %s\n", av_err2str(ret)); av_log 544 libavfilter/src_movie.c av_log(ctx, AV_LOG_ERROR, "Format changed %s -> %s, discarding frame\n", av_log 148 libavfilter/unsharp_opencl.c av_log(ctx, AV_LOG_ERROR, "Luma mask and chroma mask should not be NULL\n"); av_log 152 libavfilter/unsharp_opencl.c av_log(ctx, AV_LOG_ERROR, "Luma mask and chroma mask should not be NULL\n"); av_log 232 libavfilter/unsharp_opencl.c av_log(ctx, AV_LOG_ERROR, "OpenCL run kernel error occurred: %s\n", av_opencl_errstr(status)); av_log 269 libavfilter/unsharp_opencl.c av_log(ctx, AV_LOG_ERROR, "OpenCL run kernel error occurred: %s\n", av_opencl_errstr(status)); av_log 326 libavfilter/unsharp_opencl.c av_log(ctx, AV_LOG_ERROR, "Unable to get OpenCL command queue in filter 'unsharp'\n"); av_log 333 libavfilter/unsharp_opencl.c av_log(ctx, AV_LOG_ERROR, "OpenCL failed to compile program 'unsharp'\n"); av_log 340 libavfilter/unsharp_opencl.c av_log(ctx, AV_LOG_ERROR, "OpenCL failed to create kernel 'unsharp_luma'\n"); av_log 347 libavfilter/unsharp_opencl.c av_log(ctx, AV_LOG_ERROR, "OpenCL failed to create kernel 'unsharp_chroma'\n"); av_log 356 libavfilter/unsharp_opencl.c av_log(ctx, AV_LOG_ERROR, "OpenCL failed to create kernel 'unsharp_default'\n"); av_log 83 libavfilter/vf_alphamerge.c av_log(ctx, AV_LOG_ERROR, av_log 78 libavfilter/vf_aspect.c av_log(ctx, AV_LOG_WARNING, av_log 83 libavfilter/vf_aspect.c av_log(ctx, AV_LOG_ERROR, "Unable to parse ratio numerator \"%s\"\n", s->ratio_expr); av_log 140 libavfilter/vf_aspect.c av_log(ctx, AV_LOG_ERROR, av_log 145 libavfilter/vf_aspect.c av_log(ctx, AV_LOG_ERROR, av_log 183 libavfilter/vf_aspect.c av_log(inlink->dst, AV_LOG_VERBOSE, "w:%d h:%d dar:%d/%d sar:%d/%d -> dar:%d/%d sar:%d/%d\n", av_log 255 libavfilter/vf_aspect.c av_log(inlink->dst, AV_LOG_VERBOSE, "w:%d h:%d sar:%d/%d dar:%d/%d -> sar:%d/%d dar:%d/%d\n", av_log 80 libavfilter/vf_bbox.c av_log(ctx, AV_LOG_INFO, av_log 94 libavfilter/vf_bbox.c av_log(ctx, AV_LOG_INFO, av_log 101 libavfilter/vf_bbox.c av_log(ctx, AV_LOG_INFO, "\n"); av_log 100 libavfilter/vf_blackdetect.c av_log(blackdetect, AV_LOG_VERBOSE, av_log 114 libavfilter/vf_blackdetect.c av_log(blackdetect, AV_LOG_INFO, av_log 154 libavfilter/vf_blackdetect.c av_log(ctx, AV_LOG_DEBUG, av_log 88 libavfilter/vf_blackframe.c av_log(ctx, AV_LOG_INFO, "frame:%u pblack:%u pts:%"PRId64" t:%f " av_log 400 libavfilter/vf_blend.c av_log(ctx, AV_LOG_ERROR, "inputs must be of same pixel format\n"); av_log 407 libavfilter/vf_blend.c av_log(ctx, AV_LOG_ERROR, "First input link %s parameters " av_log 86 libavfilter/vf_boxblur.c av_log(ctx, AV_LOG_ERROR, "Luma radius expression is not set.\n"); av_log 166 libavfilter/vf_boxblur.c av_log(NULL, AV_LOG_ERROR, \ av_log 174 libavfilter/vf_boxblur.c av_log(ctx, AV_LOG_VERBOSE, av_log 187 libavfilter/vf_boxblur.c av_log(ctx, AV_LOG_ERROR, \ av_log 156 libavfilter/vf_colormatrix.c av_log(ctx, AV_LOG_ERROR, "error calculating conversion coefficients\n"); av_log 170 libavfilter/vf_colormatrix.c av_log(ctx, AV_LOG_ERROR, "Unspecified destination color space\n"); av_log 175 libavfilter/vf_colormatrix.c av_log(ctx, AV_LOG_ERROR, "Source and destination color space must not be identical\n"); av_log 313 libavfilter/vf_colormatrix.c av_log(ctx, AV_LOG_VERBOSE, "%s -> %s\n", av_log 358 libavfilter/vf_colormatrix.c av_log(ctx, AV_LOG_ERROR, "Input frame does not specify a supported colorspace, and none has been specified as source either\n"); av_log 181 libavfilter/vf_crop.c av_log(ctx, AV_LOG_ERROR, av_log 207 libavfilter/vf_crop.c av_log(ctx, AV_LOG_VERBOSE, "w:%d h:%d sar:%d/%d -> w:%d h:%d sar:%d/%d\n", av_log 213 libavfilter/vf_crop.c av_log(ctx, AV_LOG_ERROR, av_log 227 libavfilter/vf_crop.c av_log(NULL, AV_LOG_ERROR, "Error when evaluating the expression '%s'\n", expr); av_log 120 libavfilter/vf_cropdetect.c av_log(ctx, AV_LOG_DEBUG, "total:%d\n", total); av_log 130 libavfilter/vf_cropdetect.c av_log(ctx, AV_LOG_VERBOSE, "limit:%f round:%d reset_count:%d\n", av_log 231 libavfilter/vf_cropdetect.c av_log(ctx, AV_LOG_INFO, av_log 161 libavfilter/vf_curves.c av_log(ctx, AV_LOG_ERROR, "Invalid key point coordinates (%f;%f), " av_log 169 libavfilter/vf_curves.c av_log(ctx, AV_LOG_ERROR, "Key point coordinates (%f;%f) " av_log 304 libavfilter/vf_curves.c av_log(ctx, AV_LOG_DEBUG, "f(%f)=%f -> y[%d]=%d\n", xx, yy, x, y[x]); av_log 359 libavfilter/vf_curves.c av_log(ctx, AV_LOG_DEBUG, "curves %d (intid=%d) [%d points]: [%s]\n", av_log 432 libavfilter/vf_curves.c av_log(ctx, AV_LOG_VERBOSE, "#%d points:", i); av_log 434 libavfilter/vf_curves.c av_log(ctx, AV_LOG_VERBOSE, " (%f;%f)", point->x, point->y); av_log 437 libavfilter/vf_curves.c av_log(ctx, AV_LOG_VERBOSE, "\n"); av_log 438 libavfilter/vf_curves.c av_log(ctx, AV_LOG_VERBOSE, "#%d values:", i); av_log 440 libavfilter/vf_curves.c av_log(ctx, AV_LOG_VERBOSE, " %02X", curves->graph[i][j]); av_log 441 libavfilter/vf_curves.c av_log(ctx, AV_LOG_VERBOSE, "\n"); av_log 503 libavfilter/vf_dctdnoiz.c av_log(ctx, AV_LOG_WARNING, "The last %d horizontal pixels won't be denoised\n", av_log 506 libavfilter/vf_dctdnoiz.c av_log(ctx, AV_LOG_WARNING, "The last %d vertical pixels won't be denoised\n", av_log 511 libavfilter/vf_dctdnoiz.c av_log(ctx, AV_LOG_DEBUG, "threads: [max=%d hmax=%d user=%d] => %d\n", av_log 572 libavfilter/vf_dctdnoiz.c av_log(s, AV_LOG_ERROR, "Overlap value can not except %d " av_log 194 libavfilter/vf_decimate.c av_log(ctx, AV_LOG_DEBUG, "1/%d frame drop:\n", dm->cycle); av_log 196 libavfilter/vf_decimate.c av_log(ctx, AV_LOG_DEBUG," #%d: totdiff=%08"PRIx64" maxbdiff=%08"PRIx64"%s%s%s%s\n", av_log 288 libavfilter/vf_decimate.c av_log(ctx, AV_LOG_ERROR, "blockx and blocky settings must be power of two\n"); av_log 366 libavfilter/vf_decimate.c av_log(ctx, AV_LOG_ERROR, "The input needs a constant frame rate; " av_log 371 libavfilter/vf_decimate.c av_log(ctx, AV_LOG_VERBOSE, "FPS: %d/%d -> %d/%d\n", av_log 89 libavfilter/vf_dejudder.c av_log(ctx, AV_LOG_VERBOSE, "cycle:%d\n", dj->cycle); av_log 154 libavfilter/vf_dejudder.c av_log(ctx, AV_LOG_DEBUG, "%"PRId64"\t", judbuff[k]); av_log 155 libavfilter/vf_dejudder.c av_log(ctx, AV_LOG_DEBUG, "next=%"PRId64", new=%"PRId64"\n", next_pts, frame->pts); av_log 191 libavfilter/vf_delogo.c av_log(s, AV_LOG_ERROR, "Option %s was not set.\n", #opt); \ av_log 199 libavfilter/vf_delogo.c av_log(ctx, AV_LOG_VERBOSE, "x:%d y:%d, w:%d h:%d band:%d show:%d\n", av_log 358 libavfilter/vf_deshake.c av_log(ctx, AV_LOG_ERROR, "rx must be a multiple of 16\n"); av_log 375 libavfilter/vf_deshake.c av_log(ctx, AV_LOG_ERROR, "OpenCL support was not enabled in this build, cannot be selected\n"); av_log 385 libavfilter/vf_deshake.c av_log(ctx, AV_LOG_VERBOSE, "cx: %d, cy: %d, cw: %d, ch: %d, rx: %d, ry: %d, edge: %d blocksize: %d contrast: %d search: %d\n", av_log 189 libavfilter/vf_drawbox.c av_log(ctx, AV_LOG_ERROR, "Size values less than 0 are not acceptable.\n"); av_log 193 libavfilter/vf_drawbox.c av_log(ctx, AV_LOG_VERBOSE, "x:%d y:%d w:%d h:%d color:0x%02X%02X%02X%02X\n", av_log 200 libavfilter/vf_drawbox.c av_log(ctx, AV_LOG_ERROR, av_log 369 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "Could not load font \"%s\": %s\n", av_log 390 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "impossible to init fontconfig\n"); av_log 396 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "could not parse fontconfig pat"); av_log 407 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "could not substitue fontconfig options"); /* very unlikely */ av_log 416 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, av_log 425 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "impossible to find font information"); av_log 430 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "No file path for %s\n", av_log 435 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_INFO, "Using \"%s\"\n", filename); av_log 475 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, av_log 593 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "No font filename provided\n"); av_log 599 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, av_log 614 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_WARNING, "No file to reload\n"); av_log 628 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, av_log 634 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, av_log 645 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "Could not set font size to %d pixels: %s\n", av_log 652 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "Coult not init FT stroker\n"); av_log 666 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "Could not set tabsize.\n"); av_log 673 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_WARNING, "expansion=strftime is deprecated.\n"); av_log 797 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "Invalid delta '%s'\n", argv[1]); av_log 821 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "Invalid format '%s'\n", fmt); av_log 874 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, av_log 903 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, av_log 910 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "Invalid format '%c' specified," av_log 918 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "expr_int_format(): Invalid number of positions" av_log 927 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "Conversion of floating-point result to int failed. Control register: 0x%08x. Conversion result: %d\n", ret, intval); av_log 935 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_DEBUG, "Formatting value %f (expr '%s') with spec '%s'\n", av_log 971 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "%%{%s} requires at least %d arguments\n", av_log 976 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "%%{%s} requires at most %d arguments\n", av_log 983 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "%%{%s} is not known\n", fct); av_log 997 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "Stray %% near '%s'\n", text); av_log 1007 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_ERROR, "Unterminated %%{} near '%s'\n", *rtext); av_log 1159 libavfilter/vf_drawtext.c av_log(s, AV_LOG_DEBUG, "Evaluated fontcolor is '%s'\n", s->expanded_fontcolor.str); av_log 1294 libavfilter/vf_drawtext.c av_log(ctx, AV_LOG_DEBUG, "n:%d t:%f text_w:%d text_h:%d x:%d y:%d\n", av_log 172 libavfilter/vf_eq.c av_log(log_ctx, AV_LOG_ERROR, av_log 147 libavfilter/vf_extractplanes.c av_log(ctx, AV_LOG_ERROR, "Requested planes not available.\n"); av_log 82 libavfilter/vf_fade.c av_log(ctx, AV_LOG_VERBOSE, av_log 88 libavfilter/vf_fade.c av_log(ctx, AV_LOG_VERBOSE, av_log 63 libavfilter/vf_field.c av_log(ctx, AV_LOG_VERBOSE, "w:%d h:%d type:%s -> w:%d h:%d\n", av_log 725 libavfilter/vf_fieldmatch.c av_log(ctx, AV_LOG_INFO, "COMBS: %3d %3d %3d %3d %3d\n", av_log 806 libavfilter/vf_fieldmatch.c av_log(ctx, AV_LOG_WARNING, "Frame #%"PRId64" at %s is still interlaced\n", av_log 811 libavfilter/vf_fieldmatch.c av_log(ctx, AV_LOG_DEBUG, "SC:%d | COMBS: %3d %3d %3d %3d %3d (combpel=%d)" av_log 917 libavfilter/vf_fieldmatch.c av_log(ctx, AV_LOG_ERROR, "blockx and blocky settings must be power of two\n"); av_log 922 libavfilter/vf_fieldmatch.c av_log(ctx, AV_LOG_ERROR, "Combed pixel should not be larger than blockx x blocky\n"); av_log 89 libavfilter/vf_fieldorder.c av_log(ctx, AV_LOG_VERBOSE, av_log 64 libavfilter/vf_format.c av_log(ctx, AV_LOG_ERROR, "Empty output format string.\n"); av_log 87 libavfilter/vf_fps.c av_log(ctx, AV_LOG_VERBOSE, "fps=%d/%d\n", s->framerate.num, s->framerate.den); av_log 109 libavfilter/vf_fps.c av_log(ctx, AV_LOG_VERBOSE, "%d frames in, %d frames out; %d frames dropped, " av_log 191 libavfilter/vf_fps.c av_log(ctx, AV_LOG_VERBOSE, "Set first pts to (in:%"PRId64" out:%"PRId64")\n", av_log 198 libavfilter/vf_fps.c av_log(ctx, AV_LOG_WARNING, "Discarding initial frame(s) with no " av_log 219 libavfilter/vf_fps.c av_log(ctx, AV_LOG_DEBUG, "Dropping %d frame(s).\n", drop); av_log 237 libavfilter/vf_fps.c av_log(ctx, AV_LOG_DEBUG, "Duplicating frame.\n"); av_log 90 libavfilter/vf_framepack.c av_log(ctx, AV_LOG_ERROR, av_log 96 libavfilter/vf_framepack.c av_log(ctx, AV_LOG_ERROR, av_log 103 libavfilter/vf_framepack.c av_log(ctx, AV_LOG_ERROR, av_log 132 libavfilter/vf_framepack.c av_log(ctx, AV_LOG_ERROR, "Unknown packing mode."); av_log 56 libavfilter/vf_framestep.c av_log(ctx, AV_LOG_VERBOSE, "step:%d frame_rate:%d/%d(%f) -> frame_rate:%d/%d(%f)\n", av_log 84 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_ERROR, "Could not find symbol '%s' in loaded module.\n", sym_name); av_log 132 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_ERROR, "Invalid value '%s' for parameter '%s'.\n", av_log 163 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_VERBOSE, av_log 174 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_DEBUG, "value:"); av_log 185 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_DEBUG, "%s", d >= 0.5 && d <= 1.0 ? "y" : "n"); av_log 190 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_DEBUG, "%f", d); av_log 195 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_DEBUG, "%f/%f/%f", col.r, col.g, col.b); av_log 200 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_DEBUG, "%f/%f", pos.x, pos.y); av_log 205 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_DEBUG, "'%s'", str); av_log 209 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_VERBOSE, ".\n"); av_log 220 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_DEBUG, "Looking for frei0r effect in '%s'.\n", path); av_log 244 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_ERROR, "No filter name provided.\n"); av_log 291 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_ERROR, "Could not find module '%s'.\n", dl_name); av_log 307 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_ERROR, "Could not init the frei0r module.\n"); av_log 314 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_ERROR, av_log 323 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_VERBOSE, av_log 362 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_ERROR, "Impossible to load frei0r instance.\n"); av_log 480 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_ERROR, "Impossible to load frei0r instance.\n"); av_log 484 libavfilter/vf_frei0r.c av_log(ctx, AV_LOG_ERROR, "frei0r filter parameters not set.\n"); av_log 109 libavfilter/vf_geq.c av_log(ctx, AV_LOG_ERROR, "A luminance or RGB expression is mandatory\n"); av_log 116 libavfilter/vf_geq.c av_log(ctx, AV_LOG_ERROR, "Either YCbCr or RGB but not both must be specified\n"); av_log 137 libavfilter/vf_gradfun.c av_log(ctx, AV_LOG_VERBOSE, "threshold:%.2f radius:%d\n", s->strength, s->radius); av_log 88 libavfilter/vf_histeq.c av_log(ctx, AV_LOG_VERBOSE, av_log 211 libavfilter/vf_hqdn3d.c av_log(ctx, AV_LOG_VERBOSE, "ls:%f cs:%f lt:%f ct:%f\n", av_log 477 libavfilter/vf_hqx.c av_log(inlink->dst, AV_LOG_VERBOSE, "fmt:%s size:%dx%d -> size:%dx%d\n", av_log 166 libavfilter/vf_hue.c av_log(log_ctx, AV_LOG_ERROR, av_log 188 libavfilter/vf_hue.c av_log(ctx, AV_LOG_ERROR, av_log 207 libavfilter/vf_hue.c av_log(ctx, AV_LOG_VERBOSE, av_log 330 libavfilter/vf_hue.c av_log(inlink->dst, AV_LOG_WARNING, av_log 341 libavfilter/vf_hue.c av_log(inlink->dst, AV_LOG_WARNING, av_log 355 libavfilter/vf_hue.c av_log(inlink->dst, AV_LOG_DEBUG, av_log 213 libavfilter/vf_idet.c av_log(ctx, AV_LOG_DEBUG, "Repeated Field:%12s, Single frame:%12s, Multi frame:%12s\n", av_log 301 libavfilter/vf_idet.c av_log(ctx, AV_LOG_INFO, "Final flag accuracy %d\n", idet->interlaced_flag_accuracy); av_log 346 libavfilter/vf_idet.c av_log(ctx, level, "Repeated Fields: Neither:%6"PRId64" Top:%6"PRId64" Bottom:%6"PRId64"\n", av_log 351 libavfilter/vf_idet.c av_log(ctx, level, "Single frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", av_log 357 libavfilter/vf_idet.c av_log(ctx, level, "Multi frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", av_log 98 libavfilter/vf_interlace.c av_log(ctx, AV_LOG_ERROR, "input video height is too small\n"); av_log 103 libavfilter/vf_interlace.c av_log(ctx, AV_LOG_WARNING, "Lowpass filter is disabled, " av_log 123 libavfilter/vf_interlace.c av_log(ctx, AV_LOG_VERBOSE, "%s interlacing %s lowpass filter\n", av_log 191 libavfilter/vf_interlace.c av_log(ctx, AV_LOG_WARNING, av_log 107 libavfilter/vf_libopencv.c av_log(ctx, AV_LOG_ERROR, "Smoothing type '%s' unknown.\n", type_str); av_log 112 libavfilter/vf_libopencv.c av_log(ctx, AV_LOG_ERROR, av_log 119 libavfilter/vf_libopencv.c av_log(ctx, AV_LOG_ERROR, av_log 125 libavfilter/vf_libopencv.c av_log(ctx, AV_LOG_VERBOSE, "type:%s param1:%d param2:%d param3:%f param4:%f\n", av_log 152 libavfilter/vf_libopencv.c av_log(log_ctx, AV_LOG_ERROR, "Overflow on the number of rows in the file\n"); av_log 159 libavfilter/vf_libopencv.c av_log(log_ctx, AV_LOG_ERROR, "Overflow on the number of columns in the file\n"); av_log 165 libavfilter/vf_libopencv.c av_log(log_ctx, AV_LOG_ERROR, "File with size %dx%d is too big\n", av_log 195 libavfilter/vf_libopencv.c av_log(log_ctx, AV_LOG_DEBUG, "%3d: %s\n", i, line); av_log 220 libavfilter/vf_libopencv.c av_log(log_ctx, AV_LOG_ERROR, av_log 227 libavfilter/vf_libopencv.c av_log(log_ctx, AV_LOG_ERROR, av_log 234 libavfilter/vf_libopencv.c av_log(log_ctx, AV_LOG_ERROR, av_log 247 libavfilter/vf_libopencv.c av_log(log_ctx, AV_LOG_VERBOSE, "Structuring element: w:%d h:%d x:%d y:%d shape:%s\n", av_log 285 libavfilter/vf_libopencv.c av_log(ctx, AV_LOG_VERBOSE, "iterations_nb:%d\n", dilate->nb_iterations); av_log 287 libavfilter/vf_libopencv.c av_log(ctx, AV_LOG_ERROR, "Invalid non-positive value '%d' for nb_iterations\n", av_log 336 libavfilter/vf_libopencv.c av_log(ctx, AV_LOG_ERROR, "No libopencv filter name specified\n"); av_log 352 libavfilter/vf_libopencv.c av_log(ctx, AV_LOG_ERROR, "No libopencv filter named '%s'\n", s->name); av_log 247 libavfilter/vf_lut.c av_log(ctx, AV_LOG_ERROR, av_log 266 libavfilter/vf_lut.c av_log(ctx, AV_LOG_ERROR, av_log 272 libavfilter/vf_lut.c av_log(ctx, AV_LOG_DEBUG, "val[%d][%d] = %d\n", comp, val, s->lut[comp][val]); av_log 447 libavfilter/vf_lut.c av_log(ctx, AV_LOG_DEBUG, "negate_alpha:%d\n", s->negate_alpha); av_log 260 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_ERROR, "Unexpected EOF\n"); \ av_log 279 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_ERROR, "Too large or invalid 3D LUT size\n"); av_log 313 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_ERROR, "Too large or invalid 3D LUT size\n"); av_log 331 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_DEBUG, "min: %f %f %f | max: %f %f %f\n", av_log 413 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_ERROR, "in and out must be defined\n"); av_log 419 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_ERROR, "invalid in (%d) or out (%d)\n", in, out); av_log 572 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_ERROR, "%s: %s\n", lut3d->file, av_err2str(ret)); av_log 578 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_ERROR, "Unable to guess the format from the extension\n"); av_log 593 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_ERROR, "Unrecognized '.%s' file type\n", ext); av_log 598 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_ERROR, "3D LUT is empty\n"); av_log 721 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_INFO, "Padding on the right (%dpx) of the " av_log 724 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_INFO, "Padding at the bottom (%dpx) of the " av_log 731 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_WARNING, "The Hald CLUT width does not match the level\n"); av_log 739 libavfilter/vf_lut3d.c av_log(ctx, AV_LOG_ERROR, "Too large Hald CLUT " av_log 109 libavfilter/vf_mcdeint.c av_log(ctx, AV_LOG_ERROR, "Snow encoder is not enabled in libavcodec\n"); av_log 77 libavfilter/vf_mergeplanes.c av_log(ctx, AV_LOG_ERROR, "Only planar formats with more than one component are supported.\n"); av_log 89 libavfilter/vf_mergeplanes.c av_log(ctx, AV_LOG_ERROR, "Mapping with out of range input and/or plane number.\n"); av_log 207 libavfilter/vf_mergeplanes.c av_log(ctx, AV_LOG_ERROR, "input #%d link %s SAR %d:%d " av_log 243 libavfilter/vf_mergeplanes.c av_log(ctx, AV_LOG_ERROR, "input %d does not have %d plane\n", av_log 248 libavfilter/vf_mergeplanes.c av_log(ctx, AV_LOG_ERROR, "output plane %d depth %d does not " av_log 255 libavfilter/vf_mergeplanes.c av_log(ctx, AV_LOG_ERROR, "output plane %d width %d does not " av_log 262 libavfilter/vf_mergeplanes.c av_log(ctx, AV_LOG_ERROR, "output plane %d height %d does not " av_log 138 libavfilter/vf_mpdecimate.c av_log(ctx, AV_LOG_VERBOSE, "max_drop_count:%d hi:%d lo:%d frac:%f\n", av_log 195 libavfilter/vf_mpdecimate.c av_log(inlink->dst, AV_LOG_DEBUG, av_log 160 libavfilter/vf_overlay.c av_log(log_ctx, AV_LOG_ERROR, av_log 189 libavfilter/vf_overlay.c av_log(ctx, AV_LOG_VERBOSE, "x:%f xi:%d y:%f yi:%d\n", av_log 320 libavfilter/vf_overlay.c av_log(ctx, AV_LOG_VERBOSE, "x:%f xi:%d y:%f yi:%d\n", av_log 325 libavfilter/vf_overlay.c av_log(ctx, AV_LOG_VERBOSE, av_log 567 libavfilter/vf_overlay.c av_log(ctx, AV_LOG_DEBUG, "n:%f t:%f pos:%f x:%f xi:%d y:%f yi:%d\n", av_log 580 libavfilter/vf_overlay.c av_log(inlink->dst, AV_LOG_DEBUG, "Incoming frame (time:%s) from link #%d\n", av_ts2timestr(inpicref->pts, &inlink->time_base), FF_INLINK_IDX(inlink)); av_log 595 libavfilter/vf_overlay.c av_log(ctx, AV_LOG_WARNING, av_log 153 libavfilter/vf_pad.c av_log(ctx, AV_LOG_ERROR, "Negative values are not acceptable.\n"); av_log 169 libavfilter/vf_pad.c av_log(ctx, AV_LOG_VERBOSE, "w:%d h:%d -> w:%d h:%d x:%d y:%d color:0x%02X%02X%02X%02X\n", av_log 177 libavfilter/vf_pad.c av_log(ctx, AV_LOG_ERROR, av_log 186 libavfilter/vf_pad.c av_log(NULL, AV_LOG_ERROR, av_log 299 libavfilter/vf_pad.c av_log(inlink->dst, AV_LOG_DEBUG, "Direct padding impossible allocating new frame\n"); av_log 242 libavfilter/vf_palettegen.c av_log(ctx, AV_LOG_WARNING, "Dupped color: %08X\n", pal[x]); av_log 305 libavfilter/vf_palettegen.c av_log(ctx, AV_LOG_ERROR, "Unable to allocate references for %d different colors\n", s->nb_refs); av_log 379 libavfilter/vf_palettegen.c av_log(ctx, AV_LOG_INFO, "%d%s colors generated out of %d colors; ratio=%f\n", av_log 512 libavfilter/vf_paletteuse.c av_log(NULL, AV_LOG_ERROR, "Cannot open file '%s' for writing: %s\n", av_log 549 libavfilter/vf_paletteuse.c av_log(NULL, AV_LOG_ERROR, av_log 728 libavfilter/vf_paletteuse.c av_log(NULL, AV_LOG_INFO, "Accuracy check passed\n"); av_log 758 libavfilter/vf_paletteuse.c av_log(NULL, AV_LOG_INFO, "MEP:%.3f TotalMEP:%.3f\n", av_log 912 libavfilter/vf_paletteuse.c av_log(ctx, AV_LOG_ERROR, av_log 236 libavfilter/vf_phase.c av_log(ctx, AV_LOG_DEBUG, "mode=%c tdiff=%f bdiff=%f pdiff=%f\n", av_log 208 libavfilter/vf_psnr.c av_log(ctx, AV_LOG_ERROR, "Could not open stats file %s: %s\n", av_log 249 libavfilter/vf_psnr.c av_log(ctx, AV_LOG_ERROR, "Width and height of input videos must be same.\n"); av_log 253 libavfilter/vf_psnr.c av_log(ctx, AV_LOG_ERROR, "Inputs must be of same pixel format.\n"); av_log 340 libavfilter/vf_psnr.c av_log(ctx, AV_LOG_INFO, "PSNR average:%0.2f min:%0.2f max:%0.2f\n", av_log 190 libavfilter/vf_pullup.c av_log(ctx, AV_LOG_ERROR, "input format does not have such plane\n"); av_log 204 libavfilter/vf_pullup.c av_log(ctx, AV_LOG_DEBUG, "w: %d h: %d\n", s->metric_w, s->metric_h); av_log 205 libavfilter/vf_pullup.c av_log(ctx, AV_LOG_DEBUG, "offset: %d length: %d\n", s->metric_offset, s->metric_length); av_log 673 libavfilter/vf_pullup.c av_log(ctx, AV_LOG_WARNING, "Could not get buffer!\n"); av_log 289 libavfilter/vf_removelogo.c av_log(ctx, AV_LOG_ERROR, "The bitmap file name is mandatory\n"); av_log 347 libavfilter/vf_removelogo.c av_log(ctx, AV_LOG_VERBOSE, #mask_type " x1:%d x2:%d y1:%d y2:%d max_mask_size:%d\n", \ av_log 363 libavfilter/vf_removelogo.c av_log(ctx, AV_LOG_INFO, av_log 104 libavfilter/vf_repeatfields.c av_log(ctx, AV_LOG_WARNING, "Unexpected field flags: " av_log 217 libavfilter/vf_rotate.c av_log(ctx, AV_LOG_ERROR, av_log 227 libavfilter/vf_rotate.c av_log(ctx, AV_LOG_ERROR, \ av_log 480 libavfilter/vf_rotate.c av_log(ctx, AV_LOG_DEBUG, "n:%f time:%f angle:%f/PI\n", av_log 525 libavfilter/vf_rotate.c av_log(ctx, AV_LOG_ERROR, av_log 122 libavfilter/vf_sab.c av_log(ctx, AV_LOG_VERBOSE, av_log 120 libavfilter/vf_scale.c av_log(ctx, AV_LOG_ERROR, av_log 131 libavfilter/vf_scale.c av_log(ctx, AV_LOG_ERROR, av_log 145 libavfilter/vf_scale.c av_log(ctx, AV_LOG_VERBOSE, "w:%s h:%s flags:'%s' interl:%d\n", av_log 326 libavfilter/vf_scale.c av_log(ctx, AV_LOG_ERROR, "Rescaled value for width or height is too big.\n"); av_log 404 libavfilter/vf_scale.c av_log(ctx, AV_LOG_VERBOSE, "w:%d h:%d fmt:%s sar:%d/%d -> w:%d h:%d fmt:%s sar:%d/%d flags:0x%0x\n", av_log 413 libavfilter/vf_scale.c av_log(NULL, AV_LOG_ERROR, av_log 39 libavfilter/vf_separatefields.c av_log(ctx, AV_LOG_ERROR, "height must be even\n"); av_log 43 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "stereoscopic information: "); av_log 45 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "invalid data"); av_log 51 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "type - "); av_log 53 libavfilter/vf_showinfo.c case AV_STEREO3D_2D: av_log(ctx, AV_LOG_INFO, "2D"); break; av_log 54 libavfilter/vf_showinfo.c case AV_STEREO3D_SIDEBYSIDE: av_log(ctx, AV_LOG_INFO, "side by side"); break; av_log 55 libavfilter/vf_showinfo.c case AV_STEREO3D_TOPBOTTOM: av_log(ctx, AV_LOG_INFO, "top and bottom"); break; av_log 56 libavfilter/vf_showinfo.c case AV_STEREO3D_FRAMESEQUENCE: av_log(ctx, AV_LOG_INFO, "frame alternate"); break; av_log 57 libavfilter/vf_showinfo.c case AV_STEREO3D_CHECKERBOARD: av_log(ctx, AV_LOG_INFO, "checkerboard"); break; av_log 58 libavfilter/vf_showinfo.c case AV_STEREO3D_LINES: av_log(ctx, AV_LOG_INFO, "interleaved lines"); break; av_log 59 libavfilter/vf_showinfo.c case AV_STEREO3D_COLUMNS: av_log(ctx, AV_LOG_INFO, "interleaved columns"); break; av_log 60 libavfilter/vf_showinfo.c case AV_STEREO3D_SIDEBYSIDE_QUINCUNX: av_log(ctx, AV_LOG_INFO, "side by side " av_log 62 libavfilter/vf_showinfo.c default: av_log(ctx, AV_LOG_WARNING, "unknown"); break; av_log 66 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, " (inverted)"); av_log 106 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, av_log 122 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, " %08"PRIX32, plane_checksum[plane]); av_log 123 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "] mean:["); av_log 125 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "%"PRId64" ", (sum[plane] + pixelcount[plane]/2) / pixelcount[plane]); av_log 126 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "\b] stdev:["); av_log 128 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "%3.1f ", av_log 130 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "\b]\n"); av_log 135 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, " side data - "); av_log 138 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "pan/scan"); av_log 141 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "A/53 closed captions (%d bytes)", sd->size); av_log 147 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "displaymatrix: rotation of %.2f degrees", av_log 151 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "afd: value of %"PRIu8, sd->data[0]); av_log 154 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_WARNING, "unknown side data type %d (%d bytes)", av_log 159 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "\n"); av_log 168 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "config %s time_base: %d/%d, frame_rate: %d/%d\n", av_log 57 libavfilter/vf_shuffleplanes.c av_log(ctx, AV_LOG_ERROR, av_log 65 libavfilter/vf_shuffleplanes.c av_log(ctx, AV_LOG_ERROR, av_log 74 libavfilter/vf_shuffleplanes.c av_log(ctx, AV_LOG_ERROR, av_log 100 libavfilter/vf_smartblur.c av_log(ctx, AV_LOG_VERBOSE, av_log 303 libavfilter/vf_stereo3d.c av_log(ctx, AV_LOG_ERROR, "width must be even\n"); av_log 314 libavfilter/vf_stereo3d.c av_log(ctx, AV_LOG_ERROR, "height must be multiple of 4\n"); av_log 319 libavfilter/vf_stereo3d.c av_log(ctx, AV_LOG_ERROR, "height must be even\n"); av_log 369 libavfilter/vf_stereo3d.c av_log(ctx, AV_LOG_ERROR, "input format %d is not supported\n", s->in.format); av_log 452 libavfilter/vf_stereo3d.c av_log(ctx, AV_LOG_ERROR, "output format %d is not supported\n", s->out.format); av_log 90 libavfilter/vf_subtitles.c av_log(ctx, level, "\n"); av_log 98 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_ERROR, "No filename provided!\n"); av_log 104 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_ERROR, "Could not initialize libass.\n"); av_log 111 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_ERROR, "Could not initialize libass renderer.\n"); av_log 184 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_DEBUG, "Change happened at time ms:%f\n", time_ms); av_log 236 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_ERROR, av_log 312 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_ERROR, "Could not create a libass track\n"); av_log 319 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_ERROR, "Unable to open %s\n", ass->filename); av_log 345 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_ERROR, "Unable to locate subtitle stream in %s\n", av_log 362 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_DEBUG, "Loading attached font: %s\n", av_log 368 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_WARNING, av_log 381 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_ERROR, "Failed to find subtitle codec %s\n", av_log 387 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_ERROR, av_log 433 libavfilter/vf_subtitles.c av_log(ctx, AV_LOG_WARNING, "Error decoding: %s (ignored)\n", av_log 299 libavfilter/vf_super2xsai.c av_log(inlink->dst, AV_LOG_VERBOSE, "fmt:%s size:%dx%d -> size:%dx%d\n", av_log 77 libavfilter/vf_telecine.c av_log(ctx, AV_LOG_ERROR, "No pattern provided.\n"); av_log 83 libavfilter/vf_telecine.c av_log(ctx, AV_LOG_ERROR, "Provided pattern includes non-numeric characters.\n"); av_log 93 libavfilter/vf_telecine.c av_log(ctx, AV_LOG_INFO, "Telecine pattern %s yields up to %d frames per frame, pts advance factor: %d/%d\n", av_log 150 libavfilter/vf_telecine.c av_log(ctx, AV_LOG_ERROR, "The input needs a constant frame rate; " av_log 155 libavfilter/vf_telecine.c av_log(ctx, AV_LOG_VERBOSE, "FPS: %d/%d -> %d/%d\n", av_log 161 libavfilter/vf_telecine.c av_log(ctx, AV_LOG_VERBOSE, "TB: %d/%d -> %d/%d\n", av_log 65 libavfilter/vf_thumbnail.c av_log(ctx, AV_LOG_ERROR, av_log 69 libavfilter/vf_thumbnail.c av_log(ctx, AV_LOG_VERBOSE, "batch size: %d frames\n", thumb->n_frames); av_log 123 libavfilter/vf_thumbnail.c av_log(ctx, AV_LOG_INFO, "frame id #%d (pts_time=%f) selected " av_log 72 libavfilter/vf_tile.c av_log(ctx, AV_LOG_ERROR, "Tile size %ux%u is insane.\n", av_log 80 libavfilter/vf_tile.c av_log(ctx, AV_LOG_ERROR, "nb_frames must be less than or equal to %dx%d=%d\n", av_log 103 libavfilter/vf_tile.c av_log(ctx, AV_LOG_ERROR, "Total width %ux%u is too much.\n", av_log 108 libavfilter/vf_tile.c av_log(ctx, AV_LOG_ERROR, "Total height %ux%u is too much.\n", av_log 143 libavfilter/vf_tinterlace.c av_log(ctx, AV_LOG_WARNING, "low_pass_filter flag ignored with mode %d\n", av_log 171 libavfilter/vf_tinterlace.c av_log(ctx, AV_LOG_VERBOSE, "mode:%d filter:%s h:%d -> h:%d\n", av_log 91 libavfilter/vf_transpose.c av_log(ctx, AV_LOG_WARNING, av_log 99 libavfilter/vf_transpose.c av_log(ctx, AV_LOG_VERBOSE, av_log 121 libavfilter/vf_transpose.c av_log(ctx, AV_LOG_VERBOSE, av_log 146 libavfilter/vf_unsharp.c av_log(ctx, AV_LOG_ERROR, "OpenCL support was not enabled in this build, cannot be selected\n"); av_log 177 libavfilter/vf_unsharp.c av_log(ctx, AV_LOG_ERROR, av_log 183 libavfilter/vf_unsharp.c av_log(ctx, AV_LOG_VERBOSE, "effect:%s type:%s msize_x:%d msize_y:%d amount:%0.2f\n", av_log 312 libavfilter/vf_uspp.c av_log(ctx, AV_LOG_ERROR, "SNOW encoder not found.\n"); av_log 68 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_VERBOSE, "vidstabdetect filter: init %s\n", LIBVIDSTAB_VERSION); av_log 112 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_ERROR, "pixel-format error: wrong bits/per/pixel, please report a BUG"); av_log 116 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_ERROR, "pixel-format error: log2_chroma_w, please report a BUG"); av_log 121 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_ERROR, "pixel-format error: log2_chroma_h, please report a BUG"); av_log 129 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_ERROR, "initialization of Motion Detection failed, please report a BUG"); av_log 134 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_INFO, "Video stabilization settings (pass 1/2):\n"); av_log 135 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_INFO, " shakiness = %d\n", sd->conf.shakiness); av_log 136 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_INFO, " accuracy = %d\n", sd->conf.accuracy); av_log 137 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_INFO, " stepsize = %d\n", sd->conf.stepSize); av_log 138 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_INFO, " mincontrast = %f\n", sd->conf.contrastThreshold); av_log 139 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_INFO, " tripod = %d\n", sd->conf.virtualTripod); av_log 140 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_INFO, " show = %d\n", sd->conf.show); av_log 141 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_INFO, " result = %s\n", sd->result); av_log 145 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_ERROR, "cannot open transform file %s\n", sd->result); av_log 149 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_ERROR, "cannot write to transform file %s\n", sd->result); av_log 175 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_ERROR, "motion detection failed"); av_log 180 libavfilter/vf_vidstabdetect.c av_log(ctx, AV_LOG_ERROR, "cannot write to transform file"); av_log 112 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_VERBOSE, "vidstabtransform filter: init %s\n", LIBVIDSTAB_VERSION); av_log 157 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_ERROR, "unknown pixel format: %i (%s)", av_log 165 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_ERROR, "pixel-format error: bpp %i<>%i ", av_log 167 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_ERROR, "chroma_subsampl: w: %i<>%i h: %i<>%i\n", av_log 177 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, "Virtual tripod mode: relative=0, smoothing=0\n"); av_log 186 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_ERROR, "initialization of vid.stab transform failed, please report a BUG\n"); av_log 191 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, "Video transformation/stabilization settings (pass 2/2):\n"); av_log 192 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, " input = %s\n", tc->input); av_log 193 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, " smoothing = %d\n", tc->conf.smoothing); av_log 194 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, " optalgo = %s\n", av_log 197 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, " maxshift = %d\n", tc->conf.maxShift); av_log 198 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, " maxangle = %f\n", tc->conf.maxAngle); av_log 199 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, " crop = %s\n", tc->conf.crop ? "Black" : "Keep"); av_log 200 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, " relative = %s\n", tc->conf.relative ? "True": "False"); av_log 201 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, " invert = %s\n", tc->conf.invert ? "True" : "False"); av_log 202 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, " zoom = %f\n", tc->conf.zoom); av_log 203 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, " optzoom = %s\n", av_log 206 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, " zoomspeed = %g\n", tc->conf.zoomSpeed); av_log 207 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_INFO, " interpol = %s\n", getInterpolationTypeName(tc->conf.interpolType)); av_log 212 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_ERROR, "cannot open input file %s\n", tc->input); av_log 219 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_ERROR, "calculating transformations failed\n"); av_log 224 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_ERROR, "error parsing input file %s\n", tc->input); av_log 232 libavfilter/vf_vidstabtransform.c av_log(ctx, AV_LOG_ERROR, "error while preprocessing transforms\n"); av_log 102 libavfilter/vf_vignette.c av_log(ctx, AV_LOG_ERROR, "Unable to parse expression for '" \ av_log 303 libavfilter/vf_vignette.c av_log(s, AV_LOG_DEBUG, "xscale=%f yscale=%f dmax=%f\n", av_log 333 libavfilter/vf_yadif.c av_log(ctx, AV_LOG_VERBOSE, "Reallocating frame due to differing stride\n"); av_log 341 libavfilter/vf_yadif.c av_log(ctx, AV_LOG_ERROR, "Failed to reallocate frame\n"); av_log 483 libavfilter/vf_yadif.c av_log(ctx, AV_LOG_ERROR, "Video of less than 3 columns or lines is not supported\n"); av_log 39 libavfilter/vidstabutils.c av_log(ctx, AV_LOG_ERROR, "cannot deal with pixel format %i\n", pf); av_log 98 libavfilter/vsrc_cellauto.c av_log(ctx, AV_LOG_DEBUG, "generation:%"PRId64" row:%s|\n", cellauto->generation, line); av_log 110 libavfilter/vsrc_cellauto.c av_log(ctx, AV_LOG_DEBUG, "w:%d\n", w); av_log 114 libavfilter/vsrc_cellauto.c av_log(ctx, AV_LOG_ERROR, av_log 132 libavfilter/vsrc_cellauto.c av_log(ctx, AV_LOG_DEBUG, "%d %c\n", i, *p == '\n' ? 'N' : *p); av_log 171 libavfilter/vsrc_cellauto.c av_log(ctx, AV_LOG_ERROR, "Only one of the filename or pattern options can be used\n"); av_log 200 libavfilter/vsrc_cellauto.c av_log(ctx, AV_LOG_VERBOSE, av_log 139 libavfilter/vsrc_life.c av_log(log_ctx, AV_LOG_ERROR, "Invalid rule code '%s' provided\n", rule_str); av_log 156 libavfilter/vsrc_life.c av_log(ctx, AV_LOG_DEBUG, "%3d: %s\n", i, line); av_log 182 libavfilter/vsrc_life.c av_log(ctx, AV_LOG_DEBUG, "h:%d max_w:%d\n", h, max_w); av_log 186 libavfilter/vsrc_life.c av_log(ctx, AV_LOG_ERROR, av_log 208 libavfilter/vsrc_life.c av_log(ctx, AV_LOG_DEBUG, "%d:%d %c\n", i, j, *p == '\n' ? 'N' : *p); av_log 232 libavfilter/vsrc_life.c av_log(ctx, AV_LOG_WARNING, av_log 261 libavfilter/vsrc_life.c av_log(ctx, AV_LOG_VERBOSE, av_log 393 libavfilter/vsrc_mandelbrot.c av_log(ctx, AV_LOG_INFO, "Mandelbrot cache is too small!\n"); av_log 264 libavfilter/vsrc_mptestsrc.c av_log(ctx, AV_LOG_VERBOSE, "rate:%d/%d duration:%f\n", av_log 108 libavfilter/vsrc_testsrc.c av_log(ctx, AV_LOG_VERBOSE, "size:%dx%d rate:%d/%d duration:%f sar:%d/%d\n", av_log 138 libavformat/4xm.c av_log(s, AV_LOG_ERROR, "current_track too large\n"); av_log 158 libavformat/4xm.c av_log(s, AV_LOG_ERROR, "audio header invalid\n"); av_log 162 libavformat/4xm.c av_log(s, AV_LOG_ERROR, "bits unspecified for non ADPCM\n"); av_log 234 libavformat/4xm.c av_log(s, AV_LOG_ERROR, "chunk larger than array %d>%d\n", size, header_size - i - 8); av_log 240 libavformat/4xm.c av_log(s, AV_LOG_ERROR, "std TAG truncated\n"); av_log 39 libavformat/a64.c av_log(s, AV_LOG_ERROR, "Missing extradata\n"); av_log 85 libavformat/act.c av_log(s, AV_LOG_ERROR, "Sample rate %d is not supported.\n", st->codec->sample_rate); av_log 65 libavformat/adtsenc.c av_log(s, AV_LOG_ERROR, "MPEG-4 AOT %d is not allowed in ADTS\n", adts->objecttype+1); av_log 69 libavformat/adtsenc.c av_log(s, AV_LOG_ERROR, "Escape sample rate index illegal in ADTS\n"); av_log 73 libavformat/adtsenc.c av_log(s, AV_LOG_ERROR, "960/120 MDCT window is not allowed in ADTS\n"); av_log 77 libavformat/adtsenc.c av_log(s, AV_LOG_ERROR, "Scalable configurations are not allowed in ADTS\n"); av_log 81 libavformat/adtsenc.c av_log(s, AV_LOG_ERROR, "Extension flag is not allowed in ADTS\n"); av_log 118 libavformat/adtsenc.c av_log(NULL, AV_LOG_ERROR, "ADTS frame size too large: %u (max %d)\n", av_log 44 libavformat/adxdec.c av_log(s, AV_LOG_ERROR, "invalid number of channels %d\n", avctx->channels); av_log 88 libavformat/adxdec.c av_log(s, AV_LOG_ERROR, "Invalid extradata size.\n"); av_log 95 libavformat/adxdec.c av_log(s, AV_LOG_ERROR, "invalid number of channels %d\n", avctx->channels); av_log 80 libavformat/aea.c av_log(s,AV_LOG_ERROR,"Channels %d not supported!\n",st->codec->channels); av_log 275 libavformat/aiffdec.c av_log(s, AV_LOG_ERROR, "file is not seekable\n"); av_log 318 libavformat/aiffdec.c av_log(s, AV_LOG_ERROR, "could not find COMM tag or invalid block_align value\n"); av_log 115 libavformat/aiffenc.c av_log(s, AV_LOG_ERROR, "Only audio streams and pictures are allowed in AIFF.\n"); av_log 120 libavformat/aiffenc.c av_log(s, AV_LOG_ERROR, "No audio stream present.\n"); av_log 140 libavformat/aiffenc.c av_log(s, AV_LOG_ERROR, "block align not set\n"); av_log 171 libavformat/aiffenc.c av_log(s, AV_LOG_ERROR, "could not compute bits per sample\n"); av_log 225 libavformat/aiffenc.c av_log(s, AV_LOG_WARNING, "Got more than one picture in stream %d," av_log 104 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "Descriptor Block:\n\n"); av_log 105 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "magic = \"%c%c%c%c\"\n", ape_ctx->magic[0], ape_ctx->magic[1], ape_ctx->magic[2], ape_ctx->magic[3]); av_log 106 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "fileversion = %"PRId16"\n", ape_ctx->fileversion); av_log 107 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "descriptorlength = %"PRIu32"\n", ape_ctx->descriptorlength); av_log 108 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "headerlength = %"PRIu32"\n", ape_ctx->headerlength); av_log 109 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "seektablelength = %"PRIu32"\n", ape_ctx->seektablelength); av_log 110 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "wavheaderlength = %"PRIu32"\n", ape_ctx->wavheaderlength); av_log 111 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "audiodatalength = %"PRIu32"\n", ape_ctx->audiodatalength); av_log 112 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "audiodatalength_high = %"PRIu32"\n", ape_ctx->audiodatalength_high); av_log 113 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "wavtaillength = %"PRIu32"\n", ape_ctx->wavtaillength); av_log 114 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "md5 = "); av_log 116 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "%02x", ape_ctx->md5[i]); av_log 117 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "\n"); av_log 119 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "\nHeader Block:\n\n"); av_log 121 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "compressiontype = %"PRIu16"\n", ape_ctx->compressiontype); av_log 122 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "formatflags = %"PRIu16"\n", ape_ctx->formatflags); av_log 123 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "blocksperframe = %"PRIu32"\n", ape_ctx->blocksperframe); av_log 124 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "finalframeblocks = %"PRIu32"\n", ape_ctx->finalframeblocks); av_log 125 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "totalframes = %"PRIu32"\n", ape_ctx->totalframes); av_log 126 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "bps = %"PRIu16"\n", ape_ctx->bps); av_log 127 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "channels = %"PRIu16"\n", ape_ctx->channels); av_log 128 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "samplerate = %"PRIu32"\n", ape_ctx->samplerate); av_log 130 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "\nSeektable\n\n"); av_log 132 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "No seektable\n"); av_log 136 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "%8d %"PRIu32" (%"PRIu32" bytes)", av_log 140 libavformat/ape.c av_log(s, AV_LOG_DEBUG, " + %2d bits\n", av_log 142 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "\n"); av_log 144 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "%8d %"PRIu32"\n", i, ape_ctx->seektable[i]); av_log 149 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "\nFrames\n\n"); av_log 151 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "%8d %8"PRId64" %8d (%d samples)\n", i, av_log 155 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "\nCalculated information:\n\n"); av_log 156 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "junklength = %"PRIu32"\n", ape_ctx->junklength); av_log 157 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "firstframe = %"PRIu32"\n", ape_ctx->firstframe); av_log 158 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "totalsamples = %"PRIu32"\n", ape_ctx->totalsamples); av_log 182 libavformat/ape.c av_log(s, AV_LOG_ERROR, "Unsupported file version - %d.%02d\n", av_log 257 libavformat/ape.c av_log(s, AV_LOG_ERROR, "No frames in the file!\n"); av_log 261 libavformat/ape.c av_log(s, AV_LOG_ERROR, "Too many frames: %"PRIu32"\n", av_log 266 libavformat/ape.c av_log(s, AV_LOG_ERROR, av_log 298 libavformat/ape.c av_log(s, AV_LOG_WARNING, "File truncated\n"); av_log 340 libavformat/ape.c av_log(s, AV_LOG_DEBUG, "Decoding file - v%d.%02d, compression level %"PRIu16"\n", av_log 408 libavformat/ape.c av_log(s, AV_LOG_ERROR, "invalid packet size: %d\n", av_log 55 libavformat/apetag.c av_log(s, AV_LOG_WARNING, "Invalid APE tag key '%s'.\n", key); av_log 59 libavformat/apetag.c av_log(s, AV_LOG_ERROR, "APE tag size too large.\n"); av_log 74 libavformat/apetag.c av_log(s, AV_LOG_WARNING, "Skipping binary tag '%s'.\n", key); av_log 87 libavformat/apetag.c av_log(s, AV_LOG_ERROR, "Error reading cover art.\n"); av_log 139 libavformat/apetag.c av_log(s, AV_LOG_ERROR, "Unsupported tag version. (>=%d)\n", APE_TAG_VERSION); av_log 145 libavformat/apetag.c av_log(s, AV_LOG_ERROR, "Tag size is way too big\n"); av_log 150 libavformat/apetag.c av_log(s, AV_LOG_ERROR, "Invalid tag size %"PRIu32".\n", tag_bytes); av_log 157 libavformat/apetag.c av_log(s, AV_LOG_ERROR, "Too many tag fields (%"PRIu32")\n", fields); av_log 163 libavformat/apetag.c av_log(s, AV_LOG_ERROR, "APE Tag is a header\n"); av_log 200 libavformat/apetag.c av_log(s, AV_LOG_WARNING, "Non ASCII keys are not allowed\n"); av_log 203 libavformat/apngdec.c av_log(s, AV_LOG_WARNING, "Could not ensure seekback, will not loop\n"); av_log 226 libavformat/apngdec.c av_log(s, AV_LOG_DEBUG, "num_frames: %"PRIu32", num_play: %"PRIu32"\n", av_log 280 libavformat/apngdec.c av_log(s, AV_LOG_DEBUG, "%s: " av_log 195 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "Invalid attached picture size: %d.\n", len); av_log 203 libavformat/asfdec.c av_log(s, AV_LOG_WARNING, "Unknown attached picture type: %d.\n", type); av_log 221 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "Unknown attached picture mimetype: %s.\n", av_log 227 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "Invalid attached picture data size: %d >= %d.\n", av_log 308 libavformat/asfdec.c av_log(s, AV_LOG_VERBOSE, "Unsupported byte array in tag %s.\n", key); av_log 315 libavformat/asfdec.c av_log(s, AV_LOG_DEBUG, "Unsupported GUID value in tag %s.\n", key); av_log 318 libavformat/asfdec.c av_log(s, AV_LOG_DEBUG, av_log 368 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "too many streams\n"); av_log 571 libavformat/asfdec.c av_log(s, AV_LOG_DEBUG, "Payload extension %x %d\n", g[0], p->size ); av_log 802 libavformat/asfdec.c av_log(s, AV_LOG_WARNING, av_log 805 libavformat/asfdec.c av_log(s, AV_LOG_DEBUG, "Secret data:\n"); av_log 818 libavformat/asfdec.c av_log(s, AV_LOG_WARNING, av_log 822 libavformat/asfdec.c av_log(s, AV_LOG_INFO, "Digital signature detected!\n"); av_log 827 libavformat/asfdec.c av_log(s, AV_LOG_DEBUG, av_log 937 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, av_log 943 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "ff asf bad non zero\n"); av_log 962 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, av_log 968 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, av_log 987 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, av_log 1026 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "packet_replic_size %d is invalid\n", asf->packet_replic_size); av_log 1034 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "packet_obj_size invalid\n"); av_log 1048 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "too long payload\n"); av_log 1092 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "unexpected packet_replic_size of %d\n", av_log 1099 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "packet_replic_size is invalid\n"); av_log 1103 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "packet_frag_size is invalid (%d-%d)\n", av_log 1170 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "ff asf skip %d (unknown stream)\n", av_log 1212 libavformat/asfdec.c av_log(s, AV_LOG_INFO, av_log 1235 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, "Cannot append palette to packet\n"); av_log 1262 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, av_log 1305 libavformat/asfdec.c av_log(s, AV_LOG_DEBUG, "discarding ms fart\n"); av_log 1315 libavformat/asfdec.c av_log(s, AV_LOG_ERROR, av_log 1465 libavformat/asfdec.c av_log(s, AV_LOG_INFO, "asf_read_pts failed\n"); av_log 1529 libavformat/asfdec.c av_log(s, AV_LOG_DEBUG, av_log 1539 libavformat/asfdec.c av_log(s, AV_LOG_DEBUG, "pktnum:%d, pktct:%d pts: %"PRId64"\n", av_log 1595 libavformat/asfdec.c av_log(s, AV_LOG_DEBUG, "SEEKTO: %"PRId64"\n", pos); av_log 52 libavformat/assenc.c av_log(s, AV_LOG_ERROR, "Exactly one ASS/SSA stream is needed.\n"); av_log 80 libavformat/assenc.c av_log(s, AV_LOG_WARNING, "ReadOrder gap found between %d and %d\n", av_log 97 libavformat/assenc.c av_log(s, AV_LOG_DEBUG, "wrote %d ASS lines, cached dialogues: %d, waiting for event id %d\n", av_log 159 libavformat/assenc.c av_log(s, AV_LOG_WARNING, "Unexpected ReadOrder %d\n", av_log 105 libavformat/astdec.c av_log(s, AV_LOG_ERROR, "unknown chunk %x\n", type); av_log 42 libavformat/astenc.c av_log(s, AV_LOG_ERROR, "Invalid loop" #type " value\n"); \ av_log 57 libavformat/astenc.c av_log(s, AV_LOG_ERROR, "only one stream is supported\n"); av_log 62 libavformat/astenc.c av_log(s, AV_LOG_ERROR, "muxing ADPCM AFC is not implemented\n"); av_log 68 libavformat/astenc.c av_log(s, AV_LOG_ERROR, "unsupported codec\n"); av_log 73 libavformat/astenc.c av_log(s, AV_LOG_ERROR, "loopend can't be less or equal to loopstart\n"); av_log 140 libavformat/astenc.c av_log(s, AV_LOG_DEBUG, "total samples: %"PRId64"\n", samples); av_log 150 libavformat/astenc.c av_log(s, AV_LOG_WARNING, "Loopstart value is out of range and will be ignored\n"); av_log 161 libavformat/astenc.c av_log(s, AV_LOG_WARNING, "Loopend value is out of range and will be ignored\n"); av_log 88 libavformat/au.c av_log(s, AV_LOG_ERROR, "Invalid negative data size '%d' found\n", data_size); av_log 123 libavformat/au.c av_log(s, AV_LOG_ERROR, "Invalid number of channels %u\n", channels); av_log 128 libavformat/au.c av_log(s, AV_LOG_ERROR, "Invalid sample rate: %u\n", rate); av_log 174 libavformat/au.c av_log(s, AV_LOG_ERROR, "only one stream is supported\n"); av_log 180 libavformat/au.c av_log(s, AV_LOG_ERROR, "unsupported codec\n"); av_log 51 libavformat/audiointerleave.c av_log(s, AV_LOG_ERROR, "timebase not set for audio interleave\n"); av_log 62 libavformat/audiointerleave.c av_log(s, AV_LOG_ERROR, "could not compute sample size\n"); av_log 156 libavformat/avidec.c av_log(s, AV_LOG_INFO, av_log 205 libavformat/avidec.c av_log(s, AV_LOG_ERROR, "ODML index invalid\n"); av_log 222 libavformat/avidec.c av_log(s, AV_LOG_ERROR, "pos:%"PRId64", len:%X\n", pos, len); av_log 248 libavformat/avidec.c av_log(s, AV_LOG_ERROR, "Too deeply nested ODML indexes\n"); av_log 260 libavformat/avidec.c av_log(s, AV_LOG_ERROR, "Failed to restore position after reading index\n"); av_log 487 libavformat/avidec.c av_log(avi, AV_LOG_DEBUG, "use odml:%d\n", avi->use_odml); av_log 642 libavformat/avidec.c av_log(s, AV_LOG_WARNING, av_log 664 libavformat/avidec.c av_log(s, AV_LOG_ERROR, "crazy start time, iam scared, giving up\n"); av_log 689 libavformat/avidec.c av_log(s, AV_LOG_INFO, "unknown stream type %X\n", tag1); av_log 694 libavformat/avidec.c av_log(s, AV_LOG_DEBUG, "File is truncated adjusting duration\n"); av_log 781 libavformat/avidec.c av_log(s, AV_LOG_WARNING, "mov tag found in avi\n"); av_log 817 libavformat/avidec.c av_log(s, av_log 849 libavformat/avidec.c av_log(s, AV_LOG_DEBUG, "overriding invalid dshow_block_align of %d\n", ast->dshow_block_align); av_log 855 libavformat/avidec.c av_log(s, AV_LOG_DEBUG, "overriding sample_size\n"); av_log 894 libavformat/avidec.c av_log(s, AV_LOG_WARNING, "could not decoding EXIF data in stream header.\n"); av_log 944 libavformat/avidec.c av_log(s, AV_LOG_ERROR, av_log 997 libavformat/avidec.c av_log(s, AV_LOG_WARNING, av_log 1003 libavformat/avidec.c av_log(s, AV_LOG_INFO, "non-interleaved AVI\n"); av_log 1190 libavformat/avidec.c av_log(s, AV_LOG_WARNING, "Skipping foreign stream %d packet\n", n); av_log 1208 libavformat/avidec.c av_log(s, AV_LOG_WARNING, av_log 1388 libavformat/avidec.c av_log(s, AV_LOG_ERROR, av_log 1489 libavformat/avidec.c av_log(s, AV_LOG_INFO, "Switching to NI mode, due to poor interleaving\n"); av_log 1762 libavformat/avidec.c av_log(s, AV_LOG_DEBUG, "Failed to find timestamp %"PRId64 " in index %"PRId64 " .. %"PRId64 "\n", av_log 1843 libavformat/avidec.c av_log(s, AV_LOG_ERROR, "Seek failed\n"); av_log 171 libavformat/avienc.c av_log(s, AV_LOG_ERROR, "AVI does not support >%d streams\n", av_log 247 libavformat/avienc.c av_log(s, AV_LOG_ERROR, av_log 337 libavformat/avienc.c av_log(s, AV_LOG_ERROR, "%s rawvideo cannot be written to avi, output file will be unreadable\n", av_log 345 libavformat/avienc.c av_log(s, AV_LOG_ERROR, av_log 474 libavformat/avienc.c av_log(s, AV_LOG_ERROR, "Invalid riff index %d > %d\n", av_log 596 libavformat/avienc.c av_log(s, AV_LOG_ERROR, "Too large number of skipped frames %"PRId64" > 60000\n", dts - avist->packet_count); av_log 120 libavformat/avio.c av_log(NULL, AV_LOG_ERROR, av_log 125 libavformat/avio.c av_log(NULL, AV_LOG_ERROR, av_log 162 libavformat/avio.c av_log(uc, AV_LOG_ERROR, "Key '%s' not found.\n", p); av_log 167 libavformat/avio.c av_log(uc, AV_LOG_ERROR, "Error parsing options string %s\n", start); av_log 255 libavformat/avio.c av_log(NULL, AV_LOG_WARNING, "No URL Protocols are registered. " av_log 265 libavformat/avio.c av_log(NULL, AV_LOG_WARNING, "https protocol not found, recompile with openssl or gnutls enabled.\n"); av_log 360 libavformat/aviobuf.c av_log(s, AV_LOG_ERROR, "Invaid UTF8 sequence in avio_put_str16%s\n", be ? "be" : "le"); av_log 930 libavformat/aviobuf.c av_log(s, AV_LOG_DEBUG, "Statistics: %d seeks, %d writeouts\n", s->seek_count, s->writeout_count); av_log 932 libavformat/aviobuf.c av_log(s, AV_LOG_DEBUG, "Statistics: %"PRId64" bytes read, %d seeks\n", s->bytes_read, s->seek_count); av_log 157 libavformat/avisynth.c av_log(s, AV_LOG_ERROR, "%s\n", error); av_log 266 libavformat/avisynth.c av_log(s, AV_LOG_ERROR, av_log 316 libavformat/avisynth.c av_log(s, AV_LOG_ERROR, av_log 374 libavformat/avisynth.c av_log(s, AV_LOG_ERROR, "%s\n", avs_as_error(val)); av_log 379 libavformat/avisynth.c av_log(s, AV_LOG_ERROR, "AviSynth script did not return a clip\n"); av_log 471 libavformat/avisynth.c av_log(s, AV_LOG_ERROR, "%s\n", error); av_log 570 libavformat/avisynth.c av_log(s, AV_LOG_ERROR, "%s\n", error); av_log 78 libavformat/avs.c av_log(s, AV_LOG_ERROR, "This avs pretend to be %dx%d " av_log 196 libavformat/bethsoftvid.c av_log(s, AV_LOG_ERROR, "Failed to allocate palette side data\n"); av_log 226 libavformat/bethsoftvid.c av_log(s, AV_LOG_WARNING, "discarding unused palette\n"); av_log 262 libavformat/bethsoftvid.c av_log(s, AV_LOG_ERROR, "incomplete audio block\n"); av_log 277 libavformat/bethsoftvid.c av_log(s, AV_LOG_VERBOSE, "reached terminating character but not all frames read.\n"); av_log 281 libavformat/bethsoftvid.c av_log(s, AV_LOG_ERROR, "unknown block (character = %c, decimal = %d, hex = %x)!!!\n", av_log 140 libavformat/bfi.c av_log(s, AV_LOG_ERROR, "Invalid audio/video offsets or chunk size\n"); av_log 98 libavformat/bink.c av_log(s, AV_LOG_ERROR, "invalid header: more than 1000000 frames\n"); av_log 103 libavformat/bink.c av_log(s, AV_LOG_ERROR, av_log 116 libavformat/bink.c av_log(s, AV_LOG_ERROR, av_log 128 libavformat/bink.c av_log(s, AV_LOG_WARNING, "Bink 2 video is not implemented\n"); av_log 138 libavformat/bink.c av_log(s, AV_LOG_ERROR, av_log 189 libavformat/bink.c av_log(s, AV_LOG_ERROR, "invalid frame index table\n"); av_log 219 libavformat/bink.c av_log(s, AV_LOG_ERROR, av_log 232 libavformat/bink.c av_log(s, AV_LOG_ERROR, av_log 123 libavformat/bit.c av_log(s, AV_LOG_ERROR, av_log 68 libavformat/bluray.c av_log(h, AV_LOG_ERROR, "bd_get_disc_info() failed\n"); av_log 73 libavformat/bluray.c av_log(h, AV_LOG_ERROR, "BluRay disc not detected\n"); av_log 80 libavformat/bluray.c av_log(h, AV_LOG_ERROR, av_log 83 libavformat/bluray.c av_log(h, AV_LOG_ERROR, "Your libaacs can't decrypt this media\n"); av_log 96 libavformat/bluray.c av_log(h, AV_LOG_ERROR, "Unable to decrypt BD+ encrypted media\n"); av_log 124 libavformat/bluray.c av_log(h, AV_LOG_ERROR, "bd_open() failed\n"); av_log 143 libavformat/bluray.c av_log(h, AV_LOG_INFO, "%d usable playlists:\n", num_title_idx); av_log 155 libavformat/bluray.c av_log(h, AV_LOG_INFO, "playlist %05d.mpls (%d:%02d:%02d)\n", av_log 168 libavformat/bluray.c av_log(h, AV_LOG_INFO, "selected %05d.mpls\n", bd->playlist); av_log 173 libavformat/bluray.c av_log(h, AV_LOG_ERROR, "bd_select_playlist(%05d.mpls) failed\n", bd->playlist); av_log 222 libavformat/bluray.c av_log(h, AV_LOG_ERROR, "Unsupported whence operation %d\n", whence); av_log 95 libavformat/bmv.c av_log(s, AV_LOG_ERROR, "Reported audio size %d is bigger than packet size (%d)\n", av_log 74 libavformat/brstm.c av_log(s, AV_LOG_ERROR, "invalid byte order: %X\n", bom); av_log 138 libavformat/brstm.c av_log(s, AV_LOG_WARNING, "too many blocks: %u\n", b->block_count); av_log 203 libavformat/brstm.c av_log(s, AV_LOG_WARNING, "skipping additional ADPC chunk\n"); av_log 228 libavformat/brstm.c av_log(s, AV_LOG_WARNING, "skipping unknown chunk: %X\n", chunk); av_log 73 libavformat/c93.c av_log(s, AV_LOG_ERROR, "too many frames in block\n"); av_log 168 libavformat/c93.c av_log(s, AV_LOG_ERROR, "invalid palette size %u\n", datasize); av_log 82 libavformat/cache.c av_log(h, AV_LOG_ERROR, "Failed to create tempfile\n"); av_log 105 libavformat/cache.c av_log(h, AV_LOG_ERROR, "seek in cache failed\n"); av_log 113 libavformat/cache.c av_log(h, AV_LOG_ERROR, "write in cache failed\n"); av_log 140 libavformat/cache.c av_log(h, AV_LOG_ERROR, "av_tree_insert failed\n"); av_log 196 libavformat/cache.c av_log(h, AV_LOG_ERROR, "Failed to perform internal seek\n"); av_log 230 libavformat/cache.c av_log(h, AV_LOG_ERROR, "Inner protocol failed to seekback end : %"PRId64"\n", pos); av_log 289 libavformat/cache.c av_log(h, AV_LOG_INFO, "Statistics, cache hits:%"PRId64" cache misses:%"PRId64"\n", av_log 118 libavformat/cafdec.c av_log(s, AV_LOG_ERROR, "invalid AAC magic cookie\n"); av_log 128 libavformat/cafdec.c av_log(s, AV_LOG_ERROR, "invalid ALAC magic cookie\n"); av_log 143 libavformat/cafdec.c av_log(s, AV_LOG_ERROR, "invalid ALAC magic cookie\n"); av_log 192 libavformat/cafdec.c av_log(s, AV_LOG_ERROR, "error reading packet table\n"); av_log 229 libavformat/cafdec.c av_log(s, AV_LOG_ERROR, "desc chunk not present\n"); av_log 289 libavformat/cafdec.c av_log(s, AV_LOG_WARNING, av_log 316 libavformat/cafdec.c av_log(s, AV_LOG_ERROR, "Missing packet table. It is required when " av_log 113 libavformat/cafenc.c av_log(s, AV_LOG_ERROR, "CAF files have exactly one stream\n"); av_log 119 libavformat/cafenc.c av_log(s, AV_LOG_ERROR, "muxing codec currently unsupported\n"); av_log 139 libavformat/cafenc.c av_log(s, AV_LOG_ERROR, "unsupported codec\n"); av_log 144 libavformat/cafenc.c av_log(s, AV_LOG_ERROR, "Muxing variable packet size not supported on non seekable output\n"); av_log 50 libavformat/cdg.c av_log(s, AV_LOG_WARNING, "Cannot calculate duration as file size cannot be determined\n"); av_log 91 libavformat/cdxl.c av_log(s, AV_LOG_ERROR, av_log 124 libavformat/cdxl.c av_log(s, AV_LOG_ERROR, "non-standard cdxl file\n"); av_log 110 libavformat/concatdec.c av_log(avf, AV_LOG_ERROR, "Unsafe file name '%s'\n", filename); av_log 187 libavformat/concatdec.c av_log(cat->avf, AV_LOG_INFO, av_log 190 libavformat/concatdec.c av_log(avf, AV_LOG_ERROR, "h264_mp4toannexb bitstream filter " av_log 229 libavformat/concatdec.c av_log(avf, AV_LOG_VERBOSE, av_log 298 libavformat/concatdec.c av_log(avf, AV_LOG_ERROR, "Impossible to open '%s'\n", file->url); av_log 349 libavformat/concatdec.c av_log(avf, AV_LOG_ERROR, "Line %d: filename required\n", line); av_log 358 libavformat/concatdec.c av_log(avf, AV_LOG_ERROR, "Line %d: duration without file\n", av_log 363 libavformat/concatdec.c av_log(avf, AV_LOG_ERROR, "Line %d: invalid duration '%s'\n", av_log 373 libavformat/concatdec.c av_log(avf, AV_LOG_ERROR, "Line %d: exact_stream_id without stream\n", av_log 383 libavformat/concatdec.c av_log(avf, AV_LOG_ERROR, "Line %d: invalid version\n", line); av_log 389 libavformat/concatdec.c av_log(avf, AV_LOG_ERROR, "Line %d: unknown keyword '%s'\n", av_log 513 libavformat/concatdec.c av_log(avf, AV_LOG_DEBUG, "file:%d stream:%d pts:%s pts_time:%s dts:%s dts_time:%s", av_log 528 libavformat/concatdec.c av_log(avf, AV_LOG_DEBUG, " -> pts:%s pts_time:%s dts:%s dts_time:%s\n", av_log 86 libavformat/crypto.c av_log(c, AV_LOG_ERROR, "%s not set\n", desc); av_log 89 libavformat/crypto.c av_log(c, AV_LOG_ERROR, av_log 99 libavformat/crypto.c av_log(c, AV_LOG_ERROR, av_log 115 libavformat/crypto.c av_log(h, AV_LOG_ERROR, "Unsupported url %s\n", uri); av_log 141 libavformat/crypto.c av_log(h, AV_LOG_ERROR, "Unable to open resource: %s\n", nested_url); av_log 145 libavformat/dashenc.c av_log(s, AV_LOG_WARNING, "Incomplete RFC 6381 codec string for mp4v\n"); av_log 298 libavformat/dashenc.c av_log(NULL, AV_LOG_WARNING, "Failed to parse format-tag beginning with %s. Expected either a " av_log 437 libavformat/dashenc.c av_log(s, AV_LOG_ERROR, "Unable to open %s for writing\n", temp_filename); av_log 589 libavformat/dashenc.c av_log(s, level, "No bit rate set for stream %d\n", i); av_log 642 libavformat/dashenc.c av_log(s, AV_LOG_VERBOSE, "Representation %d init segment will be written to: %s\n", i, filename); av_log 661 libavformat/dashenc.c av_log(s, AV_LOG_WARNING, "no video stream and no min seg duration set\n"); av_log 666 libavformat/dashenc.c av_log(s, AV_LOG_VERBOSE, "Manifest written to: %s\n", s->filename); av_log 829 libavformat/dashenc.c av_log(s, AV_LOG_VERBOSE, "Representation %d media segment %d written to: %s\n", i, os->segment_index, full_path); av_log 896 libavformat/dashenc.c av_log(s, AV_LOG_WARNING, av_log 46 libavformat/data_uri.c av_log(h, AV_LOG_ERROR, "No ',' delimiter in URI\n"); av_log 54 libavformat/data_uri.c av_log(h, AV_LOG_ERROR, "Invalid content-type '%.*s'\n", av_log 58 libavformat/data_uri.c av_log(h, AV_LOG_VERBOSE, "Content-type: %.*s\n", av_log 64 libavformat/data_uri.c av_log(h, AV_LOG_VERBOSE, "Ignoring option '%.*s'\n", av_log 80 libavformat/data_uri.c av_log(h, AV_LOG_ERROR, "Invalid base64 in URI\n"); av_log 35 libavformat/daudenc.c av_log(s, AV_LOG_ERROR, av_log 48 libavformat/dfa.c av_log(s, AV_LOG_ERROR, "Invalid magic for DFA\n"); av_log 65 libavformat/dfa.c av_log(s, AV_LOG_WARNING, "Zero FPS reported, defaulting to 10\n"); av_log 103 libavformat/dfa.c av_log(s, AV_LOG_ERROR, "Too large chunk size: %"PRIu32"\n", frame_size); av_log 108 libavformat/dfa.c av_log(s, AV_LOG_WARNING, av_log 72 libavformat/dtshddec.c av_log(s, AV_LOG_ERROR, "chunk size too small\n"); av_log 76 libavformat/dtshddec.c av_log(s, AV_LOG_ERROR, "chunk size too big\n"); av_log 40 libavformat/dump.c av_log(avcl, level, __VA_ARGS__); \ av_log 122 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "%3.2f %s", d, postfix); av_log 124 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "%1.0f %s", d, postfix); av_log 126 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "%1.0fk %s", d / 1000, postfix); av_log 134 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "%sMetadata:\n", indent); av_log 138 libavformat/dump.c av_log(ctx, AV_LOG_INFO, av_log 144 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "%s", tmp); av_log 146 libavformat/dump.c if (*p == 0xd) av_log(ctx, AV_LOG_INFO, " "); av_log 147 libavformat/dump.c if (*p == 0xa) av_log(ctx, AV_LOG_INFO, "\n%s %-16s: ", indent, ""); av_log 150 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "\n"); av_log 176 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "channel count %"PRIu32", ", channels); av_log 184 libavformat/dump.c av_log(ctx, AV_LOG_INFO, av_log 193 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "sample_rate %"PRIu32", ", sample_rate); av_log 204 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "width %"PRIu32" height %"PRIu32, width, height); av_log 209 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "unknown param"); av_log 215 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "%s - ", str); av_log 217 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "unknown"); av_log 219 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "%f", gain / 100000.0f); av_log 220 libavformat/dump.c av_log(ctx, AV_LOG_INFO, ", "); av_log 225 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "%s - ", str); av_log 227 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "unknown"); av_log 229 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "%f", (float) peak / UINT32_MAX); av_log 230 libavformat/dump.c av_log(ctx, AV_LOG_INFO, ", "); av_log 238 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "invalid data"); av_log 254 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "invalid data"); av_log 262 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "2D"); av_log 265 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "side by side"); av_log 268 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "top and bottom"); av_log 271 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "frame alternate"); av_log 274 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "checkerboard"); av_log 277 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "interleaved lines"); av_log 280 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "interleaved columns"); av_log 283 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "side by side (quincunx subsampling)"); av_log 286 libavformat/dump.c av_log(ctx, AV_LOG_WARNING, "unknown"); av_log 291 libavformat/dump.c av_log(ctx, AV_LOG_INFO, " (inverted)"); av_log 299 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "%sSide data:\n", indent); av_log 303 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "%s ", indent); av_log 307 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "palette"); av_log 310 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "new extradata"); av_log 313 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "paramchange: "); av_log 317 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "h263 macroblock info"); av_log 320 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "replaygain: "); av_log 324 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "displaymatrix: rotation of %.2f degrees", av_log 328 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "stereo3d: "); av_log 332 libavformat/dump.c av_log(ctx, AV_LOG_WARNING, av_log 337 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "\n"); av_log 358 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " Stream #%d:%d", index, i); av_log 363 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "[0x%x]", st->id); av_log 365 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "(%s)", lang->value); av_log 366 libavformat/dump.c av_log(NULL, AV_LOG_DEBUG, ", %d, %d/%d", st->codec_info_nb_frames, av_log 368 libavformat/dump.c av_log(NULL, AV_LOG_INFO, ": %s", buf); av_log 377 libavformat/dump.c av_log(NULL, AV_LOG_INFO, ", SAR %d:%d DAR %d:%d", av_log 389 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "%s", separator); av_log 402 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " (default)"); av_log 404 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " (dub)"); av_log 406 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " (original)"); av_log 408 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " (comment)"); av_log 410 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " (lyrics)"); av_log 412 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " (karaoke)"); av_log 414 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " (forced)"); av_log 416 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " (hearing impaired)"); av_log 418 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " (visual impaired)"); av_log 420 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " (clean effects)"); av_log 421 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "\n"); av_log 436 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "%s #%d, %s, %s '%s':\n", av_log 444 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " Duration: "); av_log 454 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "%02d:%02d:%02d.%02d", hours, mins, secs, av_log 457 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "N/A"); av_log 461 libavformat/dump.c av_log(NULL, AV_LOG_INFO, ", start: "); av_log 464 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "%d.%06d", av_log 467 libavformat/dump.c av_log(NULL, AV_LOG_INFO, ", bitrate: "); av_log 469 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "%d kb/s", ic->bit_rate / 1000); av_log 471 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "N/A"); av_log 472 libavformat/dump.c av_log(NULL, AV_LOG_INFO, "\n"); av_log 477 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " Chapter #%d:%d: ", index, i); av_log 478 libavformat/dump.c av_log(NULL, AV_LOG_INFO, av_log 480 libavformat/dump.c av_log(NULL, AV_LOG_INFO, av_log 491 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " Program %d %s\n", ic->programs[j]->id, av_log 502 libavformat/dump.c av_log(NULL, AV_LOG_INFO, " No Program\n"); av_log 149 libavformat/dv.c av_log(NULL, AV_LOG_ERROR, "too many dv pcm frames\n"); av_log 239 libavformat/dv.c av_log(c->fctx, AV_LOG_ERROR, av_log 245 libavformat/dv.c av_log(c->fctx, AV_LOG_ERROR, "stype %d is invalid\n", stype); av_log 449 libavformat/dv.c av_log(c->fctx, AV_LOG_ERROR, "cannot adjust audio bytes\n"); av_log 491 libavformat/dv.c av_log(s, AV_LOG_ERROR, "Detected timecode is invalid\n"); av_log 511 libavformat/dv.c av_log(s, AV_LOG_ERROR, "Cannot find DV header.\n"); av_log 533 libavformat/dv.c av_log(s, AV_LOG_ERROR, av_log 252 libavformat/dvenc.c av_log(st->codec, AV_LOG_ERROR, "Can't process DV frame #%d. Insufficient audio data or severe sync problem.\n", c->frames); av_log 262 libavformat/dvenc.c av_log(st->codec, AV_LOG_ERROR, "Can't process DV frame #%d. Insufficient video data or severe sync problem.\n", c->frames); av_log 394 libavformat/dvenc.c av_log(s, AV_LOG_ERROR, "Can't initialize DV format!\n" av_log 74 libavformat/dxa.c av_log(s, AV_LOG_ERROR, "File contains no frames ???\n"); av_log 147 libavformat/dxa.c av_log(s, AV_LOG_DEBUG, "%d frame(s)\n",c->frames); av_log 175 libavformat/dxa.c av_log(s, AV_LOG_ERROR, "failed reading chunk type\n"); av_log 196 libavformat/dxa.c av_log(s, AV_LOG_ERROR, "failed reading dxa_extra\n"); av_log 201 libavformat/dxa.c av_log(s, AV_LOG_ERROR, "Frame size is too big: %"PRIu32"\n", av_log 220 libavformat/dxa.c av_log(s, AV_LOG_ERROR, "Unknown tag %c%c%c%c\n", buf[0], buf[1], buf[2], buf[3]); av_log 63 libavformat/eacdata.c av_log(s, AV_LOG_INFO, "unknown header 0x%04x\n", header); av_log 119 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, "entered audio subheader\n"); av_log 128 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, av_log 133 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, av_log 139 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, av_log 145 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, av_log 151 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, av_log 156 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, av_log 159 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, "exited audio subheader\n"); av_log 164 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, av_log 169 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, av_log 175 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, av_log 183 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, "end of header block reached\n"); av_log 187 libavformat/electronicarts.c av_log(s, AV_LOG_DEBUG, av_log 326 libavformat/electronicarts.c av_log(s, AV_LOG_ERROR, "Timebase is invalid\n"); av_log 367 libavformat/electronicarts.c av_log(s, AV_LOG_ERROR, "chunk size too small\n"); av_log 435 libavformat/electronicarts.c av_log(s, AV_LOG_ERROR, "error parsing header: %i\n", err); av_log 506 libavformat/electronicarts.c av_log(s, AV_LOG_WARNING, av_log 512 libavformat/electronicarts.c av_log(s, AV_LOG_ERROR, av_log 518 libavformat/electronicarts.c av_log(s, AV_LOG_ERROR, av_log 606 libavformat/electronicarts.c av_log(s, AV_LOG_ERROR, "Packet is too short\n"); av_log 67 libavformat/ffmdec.c av_log(s, AV_LOG_ERROR, "resyncing\n"); av_log 70 libavformat/ffmdec.c av_log(s, AV_LOG_ERROR, "cannot find FFM syncword\n"); av_log 275 libavformat/ffmdec.c av_log(s, AV_LOG_ERROR, "Invalid packet size %d, expected size was %d\n", av_log 340 libavformat/ffmdec.c av_log(s, AV_LOG_ERROR, "Invalid time base %d/%d\n", av_log 518 libavformat/ffmdec.c av_log(s, AV_LOG_ERROR, "Invalid time base %d/%d\n", av_log 630 libavformat/ffmdec.c av_log(s, AV_LOG_ERROR, "invalid stream index %d\n", pkt->stream_index); av_log 107 libavformat/ffmenc.c av_log(s, AV_LOG_WARNING, "Stream codec is not found. Codec private options are not stored.\n"); av_log 280 libavformat/ffmenc.c av_log(NULL, AV_LOG_DEBUG, "writing recommended configuration: %s\n", av_log 291 libavformat/ffmenc.c av_log(NULL, AV_LOG_DEBUG, "writing recommended configuration: %s\n", av_log 67 libavformat/ffmetadec.c av_log(s, AV_LOG_ERROR, "Expected chapter start timestamp, found %s.\n", line); av_log 74 libavformat/ffmetadec.c av_log(s, AV_LOG_ERROR, "Expected chapter end timestamp, found %s.\n", line); av_log 48 libavformat/filmstripdec.c av_log(s, AV_LOG_ERROR, "magic number not found\n"); av_log 72 libavformat/filmstripdec.c av_log(s, AV_LOG_ERROR, "dimensions too large\n"); av_log 39 libavformat/filmstripenc.c av_log(s, AV_LOG_ERROR, "only AV_PIX_FMT_RGBA is supported\n"); av_log 47 libavformat/flac_picture.c av_log(s, AV_LOG_ERROR, "Invalid picture type: %d.\n", type); av_log 58 libavformat/flac_picture.c av_log(s, AV_LOG_ERROR, "Could not read mimetype from an attached " av_log 75 libavformat/flac_picture.c av_log(s, AV_LOG_ERROR, "Unknown attached picture mimetype: %s.\n", av_log 90 libavformat/flac_picture.c av_log(s, AV_LOG_ERROR, "Error reading attached picture description.\n"); av_log 106 libavformat/flac_picture.c av_log(s, AV_LOG_ERROR, "Invalid attached picture size: %d.\n", len); av_log 116 libavformat/flac_picture.c av_log(s, AV_LOG_ERROR, "Error reading attached picture data.\n"); av_log 132 libavformat/flacdec.c av_log(s, AV_LOG_ERROR, "Error parsing attached picture.\n"); av_log 146 libavformat/flacdec.c av_log(s, AV_LOG_WARNING, "error parsing VorbisComment metadata\n"); av_log 156 libavformat/flacdec.c av_log(s, AV_LOG_WARNING, av_log 86 libavformat/flacenc.c av_log(s, AV_LOG_ERROR, "only one stream is supported\n"); av_log 90 libavformat/flacenc.c av_log(s, AV_LOG_ERROR, "unsupported codec\n"); av_log 113 libavformat/flacenc.c av_log(s, AV_LOG_WARNING, "A WAVEFORMATEXTENSIBLE_CHANNEL_MASK is " av_log 156 libavformat/flacenc.c av_log(s, AV_LOG_WARNING, "unable to rewrite FLAC header.\n"); av_log 121 libavformat/flic.c av_log(s, AV_LOG_WARNING, av_log 134 libavformat/flic.c av_log(s, AV_LOG_ERROR, "Failed to peek at preamble\n"); av_log 189 libavformat/flic.c av_log(s, AV_LOG_ERROR, "Invalid or unsupported magic chunk in file\n"); av_log 313 libavformat/flvdec.c av_log(s, AV_LOG_WARNING, "Skipping duplicate index\n"); av_log 375 libavformat/flvdec.c av_log(s, AV_LOG_WARNING, "Invalid keyframes object, skipping.\n"); av_log 409 libavformat/flvdec.c av_log(s, AV_LOG_ERROR, "AMF_DATA_TYPE_STRING parsing failed\n"); av_log 419 libavformat/flvdec.c av_log(s, AV_LOG_ERROR, "Keyframe index parsing failed\n"); av_log 427 libavformat/flvdec.c av_log(s, AV_LOG_ERROR, "Missing AMF_END_OF_OBJECT in AMF_DATA_TYPE_OBJECT\n"); av_log 445 libavformat/flvdec.c av_log(s, AV_LOG_ERROR, "Missing AMF_END_OF_OBJECT in AMF_DATA_TYPE_MIXEDARRAY\n"); av_log 464 libavformat/flvdec.c av_log(s, AV_LOG_ERROR, "unsupported amf type %d\n", amf_type); av_log 658 libavformat/flvdec.c av_log(s, AV_LOG_WARNING, av_log 841 libavformat/flvdec.c av_log(s, AV_LOG_DEBUG, av_log 871 libavformat/flvdec.c av_log(s, AV_LOG_WARNING, "Stream discovered after head already parsed\n"); av_log 966 libavformat/flvdec.c av_log(s, AV_LOG_WARNING, av_log 970 libavformat/flvdec.c av_log(s, AV_LOG_WARNING, av_log 87 libavformat/flvenc.c av_log(s, AV_LOG_ERROR, av_log 92 libavformat/flvenc.c av_log(s, AV_LOG_ERROR, "FLV only supports mono Speex audio\n"); av_log 115 libavformat/flvenc.c av_log(s, AV_LOG_ERROR, av_log 159 libavformat/flvenc.c av_log(s, AV_LOG_ERROR, "Audio codec '%s' not compatible with FLV\n", av_log 300 libavformat/flvenc.c av_log(s, AV_LOG_DEBUG, "Ignoring metadata for %s\n", tag->key); av_log 332 libavformat/flvenc.c av_log(s, AV_LOG_ERROR, av_log 356 libavformat/flvenc.c av_log(s, AV_LOG_ERROR, av_log 367 libavformat/flvenc.c av_log(s, error ? AV_LOG_ERROR : AV_LOG_WARNING, av_log 371 libavformat/flvenc.c av_log(s, AV_LOG_ERROR, av_log 376 libavformat/flvenc.c av_log(s, AV_LOG_WARNING, av_log 382 libavformat/flvenc.c av_log(s, AV_LOG_ERROR, av_log 390 libavformat/flvenc.c av_log(s, AV_LOG_WARNING, av_log 400 libavformat/flvenc.c av_log(s, AV_LOG_ERROR, "Subtitle codec '%s' for stream %d is not compatible with FLV\n", av_log 407 libavformat/flvenc.c av_log(s, AV_LOG_ERROR, "Codec type '%s' for stream %d is not compatible with FLV\n", av_log 494 libavformat/flvenc.c av_log(s, AV_LOG_WARNING, "Failed to update header with correct duration.\n"); av_log 498 libavformat/flvenc.c av_log(s, AV_LOG_WARNING, "Failed to update header with correct filesize.\n"); av_log 529 libavformat/flvenc.c av_log(s, AV_LOG_WARNING, av_log 572 libavformat/flvenc.c av_log(s, AV_LOG_ERROR, "Malformed AAC bitstream detected: " av_log 577 libavformat/flvenc.c av_log(s, AV_LOG_WARNING, "aac bitstream error\n"); av_log 582 libavformat/flvenc.c av_log(s, AV_LOG_WARNING, "Warning: Speex stream has more than " av_log 590 libavformat/flvenc.c av_log(s, AV_LOG_ERROR, "Too large packet with size %u >= %u\n", av_log 252 libavformat/format.c av_log(logctx, AV_LOG_ERROR, av_log 304 libavformat/format.c av_log(logctx, AV_LOG_WARNING, av_log 308 libavformat/format.c av_log(logctx, AV_LOG_DEBUG, av_log 136 libavformat/ftp.c av_log(s, AV_LOG_DEBUG, "%s\n", buf); av_log 479 libavformat/ftp.c av_log(h, AV_LOG_ERROR, "Cannot open control connection\n"); av_log 485 libavformat/ftp.c av_log(h, AV_LOG_ERROR, "FTP server not ready for new users\n"); av_log 490 libavformat/ftp.c av_log(h, AV_LOG_WARNING, "Pure-FTPd server is used as an output protocol. It is known issue this implementation may produce incorrect content and it cannot be fixed at this moment."); av_log 495 libavformat/ftp.c av_log(h, AV_LOG_ERROR, "FTP authentication failed\n"); av_log 500 libavformat/ftp.c av_log(h, AV_LOG_ERROR, "Set content type failed\n"); av_log 562 libavformat/ftp.c av_log(h, AV_LOG_ERROR, "Reconnect failed.\n"); av_log 571 libavformat/ftp.c av_log(h, AV_LOG_ERROR, "Reconnect failed.\n"); av_log 621 libavformat/ftp.c av_log(h, AV_LOG_ERROR, "FTP open failed\n"); av_log 657 libavformat/ftp.c av_log(h, AV_LOG_ERROR, "Seeking to nagative position.\n"); av_log 708 libavformat/ftp.c av_log(h, AV_LOG_INFO, "Reconnect to FTP server.\n"); av_log 712 libavformat/ftp.c av_log(h, AV_LOG_ERROR, "Position cannot be restored.\n"); av_log 723 libavformat/ftp.c av_log(h, AV_LOG_DEBUG, "FTP read failed\n"); av_log 752 libavformat/ftp.c av_log(h, AV_LOG_ERROR, "FTP write failed\n"); av_log 51 libavformat/g729dec.c av_log(s, AV_LOG_DEBUG, "No bitrate specified. Assuming 8000 b/s\n"); av_log 60 libavformat/g729dec.c av_log(s, AV_LOG_ERROR, "Only 8000 b/s and 6400 b/s bitrates are supported. Provided: %d b/s\n", s->bit_rate); av_log 121 libavformat/gif.c av_log(s, AV_LOG_ERROR, av_log 155 libavformat/gif.c av_log(s, AV_LOG_ERROR, "Invalid palette extradata\n"); av_log 199 libavformat/gif.c av_log(s, AV_LOG_ERROR, "PAL8 packet is missing palette in extradata\n"); av_log 203 libavformat/gif.c av_log(s, AV_LOG_ERROR, "Invalid palette extradata\n"); av_log 150 libavformat/gifdec.c av_log(s, AV_LOG_FATAL, "Graphic Control Extension block's size less than 4.\n"); av_log 258 libavformat/gifdec.c av_log(s, AV_LOG_ERROR, "lzw minimum code size must be >= 1\n"); av_log 287 libavformat/gifdec.c av_log(s, AV_LOG_ERROR, "invalid block label\n"); av_log 53 libavformat/gopher.c av_log(h, AV_LOG_WARNING, av_log 298 libavformat/gxf.c av_log(s, AV_LOG_ERROR, av_log 304 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "invalid index length\n"); av_log 325 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "map packet not found\n"); av_log 330 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "unknown version or invalid map preamble\n"); av_log 336 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "material data longer than map data\n"); av_log 345 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "track description longer than map data\n"); av_log 359 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "invalid track type %x\n", track_type); av_log 364 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "invalid track id %x\n", track_id); av_log 390 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "invalid track description length specified\n"); av_log 394 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "sync lost in header\n"); av_log 400 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "sync lost in header\n"); av_log 412 libavformat/gxf.c av_log(s, AV_LOG_WARNING, "No FPS track tag, using UMF fps tag." av_log 428 libavformat/gxf.c av_log(s, AV_LOG_INFO, "UMF packet too short\n"); av_log 430 libavformat/gxf.c av_log(s, AV_LOG_INFO, "UMF packet missing\n"); av_log 508 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "sync lost\n"); av_log 520 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "invalid media packet length\n"); av_log 545 libavformat/gxf.c av_log(s, AV_LOG_ERROR, "invalid first and last sample values\n"); av_log 389 libavformat/gxfenc.c av_log(s, AV_LOG_ERROR, "could not realloc map offsets\n"); av_log 690 libavformat/gxfenc.c av_log(s, AV_LOG_ERROR, "unable to parse timecode, " av_log 715 libavformat/gxfenc.c av_log(s, AV_LOG_ERROR, "gxf muxer does not support streamed output, patch welcome\n"); av_log 730 libavformat/gxfenc.c av_log(s, AV_LOG_ERROR, "only 16 BIT PCM LE allowed for now\n"); av_log 734 libavformat/gxfenc.c av_log(s, AV_LOG_ERROR, "only 48000hz sampling rate is allowed\n"); av_log 738 libavformat/gxfenc.c av_log(s, AV_LOG_ERROR, "only mono tracks are allowed\n"); av_log 753 libavformat/gxfenc.c av_log(s, AV_LOG_ERROR, "video stream must be the first track\n"); av_log 769 libavformat/gxfenc.c av_log(s, AV_LOG_ERROR, "unsupported video resolution, " av_log 814 libavformat/gxfenc.c av_log(s, AV_LOG_ERROR, "video codec not supported\n"); av_log 972 libavformat/gxfenc.c av_log(s, AV_LOG_ERROR, "could not reallocate flt entries\n"); av_log 175 libavformat/hdsenc.c av_log(s, AV_LOG_ERROR, "Unable to open %s for writing\n", temp_filename); av_log 244 libavformat/hdsenc.c av_log(s, AV_LOG_ERROR, "Unable to open %s for writing\n", temp_filename); av_log 323 libavformat/hdsenc.c av_log(s, AV_LOG_ERROR , "Failed to create directory %s\n", s->filename); av_log 345 libavformat/hdsenc.c av_log(s, AV_LOG_ERROR, "No bit rate set for stream %d\n", i); av_log 362 libavformat/hdsenc.c av_log(s, AV_LOG_ERROR, "Unsupported stream type in stream %d\n", i); av_log 421 libavformat/hdsenc.c av_log(s, AV_LOG_WARNING, av_log 723 libavformat/hls.c av_log(s, AV_LOG_DEBUG, "HLS ID3 audio timestamp %"PRId64"\n", ts); av_log 727 libavformat/hls.c av_log(s, AV_LOG_ERROR, "Invalid HLS ID3 audio timestamp %"PRId64"\n", ts); av_log 847 libavformat/hls.c av_log(pls->ctx, AV_LOG_ERROR, "Too large HLS ID3 tag (%d > %"PRId64" bytes)\n", av_log 868 libavformat/hls.c av_log(pls->ctx, AV_LOG_DEBUG, "Stripped %d HLS ID3 bytes\n", tag_got_bytes); av_log 875 libavformat/hls.c av_log(pls->ctx, AV_LOG_DEBUG, "Stripped additional %d HLS ID3 bytes\n", remaining); av_log 937 libavformat/hls.c av_log(pls->parent, AV_LOG_VERBOSE, "HLS request for url '%s', offset %"PRId64", playlist %d\n", av_log 952 libavformat/hls.c av_log(NULL, AV_LOG_ERROR, "Unable to read key file %s\n", av_log 959 libavformat/hls.c av_log(NULL, AV_LOG_ERROR, "Unable to open key file %s\n", av_log 984 libavformat/hls.c av_log(pls->parent, AV_LOG_ERROR, av_log 997 libavformat/hls.c av_log(pls->parent, AV_LOG_ERROR, "Unable to seek to offset %"PRId64" of HLS segment '%s'\n", seg->url_offset, seg->url); av_log 1044 libavformat/hls.c av_log(v->parent, AV_LOG_INFO, "No longer receiving playlist %d\n", av_log 1057 libavformat/hls.c av_log(v->parent, AV_LOG_WARNING, "Failed to reload playlist %d\n", av_log 1067 libavformat/hls.c av_log(NULL, AV_LOG_WARNING, av_log 1086 libavformat/hls.c av_log(v->parent, AV_LOG_WARNING, "Failed to open segment of playlist %d\n", av_log 1278 libavformat/hls.c av_log(NULL, AV_LOG_WARNING, "Empty playlist\n"); av_log 1293 libavformat/hls.c av_log(NULL, AV_LOG_WARNING, "Empty playlist\n"); av_log 1348 libavformat/hls.c av_log(s, AV_LOG_ERROR, "Error when loading first segment '%s'\n", pls->segments[0]->url); av_log 1376 libavformat/hls.c av_log(s, AV_LOG_WARNING, "No expected HTTP requests have been made\n"); av_log 1466 libavformat/hls.c av_log(s, AV_LOG_INFO, "Now receiving playlist %d, segment %d\n", i, pls->cur_seq_no); av_log 1473 libavformat/hls.c av_log(s, AV_LOG_INFO, "No longer receiving playlist %d\n", i); av_log 129 libavformat/hlsenc.c av_log(hls, AV_LOG_DEBUG, "deleting old segment %s\n", av_log 140 libavformat/hlsenc.c av_log(hls, AV_LOG_ERROR, "failed to delete old segment %s: %s\n", av_log 253 libavformat/hlsenc.c av_log(s, AV_LOG_ERROR, "Cannot use rename on non file protocol, this may lead to races and temporarly partial files\n"); av_log 273 libavformat/hlsenc.c av_log(s, AV_LOG_VERBOSE, "EXT-X-MEDIA-SEQUENCE:%"PRId64"\n", av_log 308 libavformat/hlsenc.c av_log(oc, AV_LOG_ERROR, "Invalid segment filename template '%s'\n", c->basename); av_log 339 libavformat/hlsenc.c av_log(s, AV_LOG_ERROR, "Could not parse format options list '%s'\n", hls->format_options_str); av_log 349 libavformat/hlsenc.c av_log(s, AV_LOG_WARNING, av_log 394 libavformat/hlsenc.c av_log(s, AV_LOG_ERROR, "Some of provided format options in '%s' are not recognized\n", hls->format_options_str); av_log 205 libavformat/hlsproto.c av_log(h, AV_LOG_ERROR, av_log 211 libavformat/hlsproto.c av_log(h, AV_LOG_ERROR, "Unsupported url %s\n", uri); av_log 215 libavformat/hlsproto.c av_log(h, AV_LOG_WARNING, av_log 240 libavformat/hlsproto.c av_log(h, AV_LOG_WARNING, "Empty playlist\n"); av_log 289 libavformat/hlsproto.c av_log(h, AV_LOG_WARNING, av_log 305 libavformat/hlsproto.c av_log(h, AV_LOG_DEBUG, "opening %s\n", url); av_log 311 libavformat/hlsproto.c av_log(h, AV_LOG_WARNING, "Unable to open %s\n", url); av_log 97 libavformat/hnm.c av_log(s, AV_LOG_ERROR, av_log 154 libavformat/hnm.c av_log(s, AV_LOG_ERROR, av_log 178 libavformat/hnm.c av_log(s, AV_LOG_WARNING, "unknown chunk found: %"PRIu16", offset: %"PRId64"\n", av_log 318 libavformat/http.c av_log(h, AV_LOG_WARNING, av_log 378 libavformat/http.c av_log(h, AV_LOG_WARNING, "HTTP error %d %s\n", http_code, end); av_log 423 libavformat/http.c av_log(h, AV_LOG_WARNING, "Error during zlib initialisation: %s\n", av_log 428 libavformat/http.c av_log(h, AV_LOG_WARNING, av_log 433 libavformat/http.c av_log(h, AV_LOG_WARNING, av_log 441 libavformat/http.c av_log(h, AV_LOG_WARNING, "Unknown content coding: %s\n", p); av_log 527 libavformat/http.c av_log(h, AV_LOG_DEBUG, "http_code=%d\n", s->http_code); av_log 578 libavformat/http.c av_log(h, AV_LOG_WARNING, "Unable to parse '%s'\n", p); av_log 620 libavformat/http.c av_log(s, AV_LOG_WARNING, "Unable to parse '%s'\n", cookie); av_log 645 libavformat/http.c av_log(s, AV_LOG_WARNING, av_log 716 libavformat/http.c av_log(h, AV_LOG_DEBUG, "header='%s'\n", line); av_log 852 libavformat/http.c av_log(h, AV_LOG_DEBUG, "request: %s\n", s->buffer); av_log 943 libavformat/http.c av_log(h, AV_LOG_WARNING, "inflate return value: %d, %s\n", av_log 138 libavformat/icecast.c av_log(h, AV_LOG_WARNING, "Overwriting -password <pass> with URI password!\n"); av_log 159 libavformat/icecast.c av_log(h, AV_LOG_ERROR, "No mountpoint (path) specified!\n"); av_log 187 libavformat/icecast.c av_log(h, AV_LOG_WARNING, "Streaming Ogg but appropriate content type NOT set!\n"); av_log 188 libavformat/icecast.c av_log(h, AV_LOG_WARNING, "Set it with -content_type application/ogg\n"); av_log 190 libavformat/icecast.c av_log(h, AV_LOG_WARNING, "Streaming Opus but appropriate content type NOT set!\n"); av_log 191 libavformat/icecast.c av_log(h, AV_LOG_WARNING, "Set it with -content_type audio/ogg\n"); av_log 193 libavformat/icecast.c av_log(h, AV_LOG_WARNING, "Streaming WebM but appropriate content type NOT set!\n"); av_log 194 libavformat/icecast.c av_log(h, AV_LOG_WARNING, "Set it with -content_type video/webm\n"); av_log 196 libavformat/icecast.c av_log(h, AV_LOG_WARNING, "It seems you are streaming an unsupported format.\n"); av_log 197 libavformat/icecast.c av_log(h, AV_LOG_WARNING, "It might work, but is not officially supported in Icecast!\n"); av_log 49 libavformat/icoenc.c av_log(s, AV_LOG_ERROR, "Wrong endianness for bmp pixel format\n"); av_log 55 libavformat/icoenc.c av_log(s, AV_LOG_ERROR, "BMP must be 1bit, 4bit, 8bit, 16bit, 24bit, or 32bit\n"); av_log 60 libavformat/icoenc.c av_log(s, AV_LOG_ERROR, "PNG in ico requires pixel format to be rgba\n"); av_log 65 libavformat/icoenc.c av_log(s, AV_LOG_ERROR, "Unsupported codec %s\n", codesc ? codesc->name : ""); av_log 71 libavformat/icoenc.c av_log(s, AV_LOG_ERROR, "Unsupported dimensions %dx%d (dimensions cannot exceed 256x256)\n", c->width, c->height); av_log 86 libavformat/icoenc.c av_log(s, AV_LOG_ERROR, "Output is not seekable\n"); av_log 123 libavformat/icoenc.c av_log(s, AV_LOG_ERROR, "ICO already contains %d images\n", ico->current_image); av_log 140 libavformat/icoenc.c av_log(s, AV_LOG_ERROR, "Invalid BMP\n"); av_log 252 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Error opening memory stream\n"); av_log 267 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Cannot read BOM value, input too short\n"); av_log 278 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Incorrect BOM value\n"); av_log 303 libavformat/id3v2.c av_log(s, AV_LOG_WARNING, "Unknown encoding\n"); av_log 332 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Error reading frame %s, skipped\n", key); av_log 345 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Error reading frame %s, skipped\n", key); av_log 396 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Error reading lyrics, skipped\n"); av_log 419 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Failed to alloc %"SIZE_SPECIFIER" bytes\n", av_log 426 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Failed to alloc %"SIZE_SPECIFIER" bytes\n", av_log 455 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Failed to alloc %d bytes\n", taglen); av_log 459 libavformat/id3v2.c av_log(s, AV_LOG_WARNING, av_log 476 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Error reading frame %s, skipped\n", tag); av_log 578 libavformat/id3v2.c av_log(s, AV_LOG_WARNING, av_log 588 libavformat/id3v2.c av_log(s, AV_LOG_WARNING, "Unknown attached picture type %d.\n", av_log 596 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, av_log 633 libavformat/id3v2.c av_log(NULL, AV_LOG_DEBUG, "No AVFormatContext, skipped ID3 chapter data\n"); av_log 774 libavformat/id3v2.c av_log(s, AV_LOG_DEBUG, "id3v2 ver:%d flags:%02X len:%d\n", version, flags, len); av_log 869 libavformat/id3v2.c av_log(s, AV_LOG_DEBUG, "Invalid empty frame %s, skipping.\n", av_log 895 libavformat/id3v2.c av_log(s, AV_LOG_WARNING, "Skipping %s ID3v2 frame %s.\n", type, tag); av_log 907 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Failed to alloc %d bytes\n", tlen); av_log 935 libavformat/id3v2.c av_log(s, AV_LOG_DEBUG, "Compresssed frame %s tlen=%d dlen=%ld\n", tag, tlen, dlen); av_log 939 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Failed to alloc %ld bytes\n", dlen); av_log 946 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Failed to read compressed tag\n"); av_log 954 libavformat/id3v2.c av_log(s, AV_LOG_ERROR, "Failed to uncompress tag: %d\n", err); av_log 972 libavformat/id3v2.c av_log(s, AV_LOG_WARNING, "invalid frame id, assuming padding\n"); av_log 987 libavformat/id3v2.c av_log(s, AV_LOG_INFO, "ID3v2.%d tag skipped, cannot handle %s\n", av_log 278 libavformat/id3v2enc.c av_log(s, AV_LOG_ERROR, "No mimetype is known for stream %d, cannot " av_log 169 libavformat/idcin.c av_log(s, AV_LOG_ERROR, "incomplete header\n"); av_log 177 libavformat/idcin.c av_log(s, AV_LOG_ERROR, "invalid sample rate: %u\n", sample_rate); av_log 181 libavformat/idcin.c av_log(s, AV_LOG_ERROR, "invalid bytes per sample: %u\n", av_log 186 libavformat/idcin.c av_log(s, AV_LOG_ERROR, "invalid channels: %u\n", channels); av_log 278 libavformat/idcin.c av_log(s, AV_LOG_ERROR, "incomplete packet\n"); av_log 300 libavformat/idcin.c av_log(s, AV_LOG_ERROR, "incomplete packet\n"); av_log 305 libavformat/idcin.c av_log(s, AV_LOG_ERROR, "invalid chunk size: %u\n", chunk_size); av_log 317 libavformat/idcin.c av_log(s, AV_LOG_ERROR, "incomplete packet\n"); av_log 229 libavformat/idroqdec.c av_log(s, AV_LOG_ERROR, " unknown RoQ chunk (%04X)\n", chunk_type); av_log 40 libavformat/idroqenc.c av_log(avctx, AV_LOG_ERROR, "Frame rate must be integer\n"); av_log 45 libavformat/idroqenc.c av_log(avctx, AV_LOG_ERROR, "Frame rate may not exceed 255fps\n"); av_log 50 libavformat/idroqenc.c av_log(avctx, AV_LOG_WARNING, "For vintage compatibility fps must be 30\n"); av_log 227 libavformat/iff.c av_log(s, AV_LOG_ERROR, "cannot allocate metadata tag %s!\n", metadata_tag); av_log 291 libavformat/iff.c av_log(s, AV_LOG_ERROR, "'%c%c%c%c' compression is not supported\n", av_log 315 libavformat/iff.c av_log(s, AV_LOG_ERROR, "id3 exceeds chunk size\n"); av_log 453 libavformat/iff.c av_log(s, AV_LOG_ERROR, "Invalid CMAP chunk size %"PRIu64"\n", av_log 547 libavformat/iff.c av_log(s, AV_LOG_DEBUG, "DSIFF v%d.%d.%d.%d\n",version >> 24, (version >> 16) & 0xFF, (version >> 8) & 0xFF, version & 0xFF); av_log 610 libavformat/iff.c av_log(s, AV_LOG_ERROR, "cannot allocate metadata tag %s!\n", tag); av_log 622 libavformat/iff.c av_log(s, AV_LOG_ERROR, "cannot allocate metadata tag %s!\n", metadata_tag); av_log 662 libavformat/iff.c av_log(s, AV_LOG_ERROR, av_log 34 libavformat/ilbc.c av_log(s, AV_LOG_ERROR, "Unsupported number of streams\n"); av_log 40 libavformat/ilbc.c av_log(s, AV_LOG_ERROR, "Unsupported codec\n"); av_log 49 libavformat/ilbc.c av_log(s, AV_LOG_ERROR, "Unsupported mode\n"); av_log 95 libavformat/ilbc.c av_log(s, AV_LOG_ERROR, "Unrecognized iLBC file header\n"); av_log 193 libavformat/img2dec.c av_log(s1, AV_LOG_ERROR, "No such pixel format: %s.\n", av_log 212 libavformat/img2dec.c av_log(s1, AV_LOG_ERROR, "POSIX.1-2008 not supported, nanosecond file timestamps unavailable\n"); av_log 235 libavformat/img2dec.c av_log(s1, AV_LOG_WARNING, "Pattern type 'glob_sequence' is deprecated: " av_log 264 libavformat/img2dec.c av_log(s1, AV_LOG_ERROR, av_log 280 libavformat/img2dec.c av_log(s1, AV_LOG_ERROR, av_log 286 libavformat/img2dec.c av_log(s1, AV_LOG_ERROR, av_log 392 libavformat/img2dec.c av_log(s1, AV_LOG_ERROR, "Could not open file : %s\n", av_log 91 libavformat/img2enc.c av_log(s, AV_LOG_ERROR, "Could not get frame filename with strftime\n"); av_log 96 libavformat/img2enc.c av_log(s, AV_LOG_ERROR, av_log 104 libavformat/img2enc.c av_log(s, AV_LOG_ERROR, "Could not open file : %s\n", filename); av_log 44 libavformat/ingenientdec.c av_log(s, AV_LOG_DEBUG, "Ingenient packet: size=%d, width=%d, height=%d, unk1=%d unk2=%d\n", av_log 430 libavformat/internal.h av_log(logctx, AV_LOG_ERROR, "failed to rename file %s to %s\n", oldpath, newpath); av_log 122 libavformat/ipmovie.c av_log(NULL, AV_LOG_ERROR, "Can not read audio packet before" av_log 94 libavformat/ircamdec.c av_log(s, AV_LOG_ERROR, "unknown tag %X\n", tag); av_log 35 libavformat/ircamenc.c av_log(s, AV_LOG_ERROR, "only one stream is supported\n"); av_log 41 libavformat/ircamenc.c av_log(s, AV_LOG_ERROR, "unsupported codec\n"); av_log 458 libavformat/isom.c av_log(fc, AV_LOG_DEBUG, "codec open in read_dec_config_descr\n"); av_log 560 libavformat/isom.c av_log(s, AV_LOG_WARNING, "Unknown container channel layout.\n"); av_log 80 libavformat/iss.c av_log(s, AV_LOG_ERROR, "Failed parsing packet size\n"); av_log 87 libavformat/iss.c av_log(s, AV_LOG_ERROR, "Failed parsing stereo flag\n"); av_log 93 libavformat/iss.c av_log(s, AV_LOG_ERROR, "Failed parsing rate_divisor\n"); av_log 101 libavformat/iss.c av_log(s, AV_LOG_ERROR, "packet_size %d is invalid\n", iss->packet_size); av_log 94 libavformat/iv8.c av_log(s, AV_LOG_ERROR, "failed to grow packet\n"); av_log 100 libavformat/iv8.c av_log(s, AV_LOG_ERROR, "Truncated packet! Read %d of %d bytes\n", av_log 61 libavformat/ivfdec.c av_log(s, AV_LOG_ERROR, "Invalid frame rate\n"); av_log 29 libavformat/ivfenc.c av_log(s, AV_LOG_ERROR, "Format supports only exactly one video stream\n"); av_log 35 libavformat/ivfenc.c av_log(s, AV_LOG_ERROR, "Currently only VP8 and VP9 are supported!\n"); av_log 148 libavformat/jvdec.c av_log(s, AV_LOG_WARNING, "unsupported audio codec\n"); av_log 60 libavformat/latmenc.c av_log(ctx, AV_LOG_ERROR, "Extradata is larger than currently supported.\n"); av_log 69 libavformat/latmenc.c av_log(ctx, AV_LOG_ERROR, "BUG: ALS offset is not byte-aligned\n"); av_log 75 libavformat/latmenc.c av_log(ctx, AV_LOG_ERROR, "Muxing MPEG-4 AOT %d in LATM is not supported\n", m4ac.object_type); av_log 156 libavformat/latmenc.c av_log(s, AV_LOG_ERROR, "ADTS header detected - ADTS will not be incorrectly muxed into LATM\n"); av_log 215 libavformat/latmenc.c av_log(s, AV_LOG_ERROR, "LATM packet size larger than maximum size 0x1fff\n"); av_log 90 libavformat/libgme.c av_log(s, AV_LOG_WARNING, "Could not determine file size\n"); av_log 103 libavformat/libgme.c av_log(s, AV_LOG_ERROR, "File size is larger than max_size option " av_log 173 libavformat/libmodplug.c av_log(s, AV_LOG_WARNING, "Could not determine file size\n"); av_log 177 libavformat/libmodplug.c av_log(s, AV_LOG_WARNING, "Max file size reach%s, allocating %"PRIi64"B " av_log 214 libavformat/libnut.c av_log(avf, AV_LOG_ERROR, " NUT error: %s\n", nut_error(ret)); av_log 267 libavformat/libnut.c if (st->codec->codec_id == AV_CODEC_ID_NONE) av_log(avf, AV_LOG_ERROR, "Unknown codec?!\n"); av_log 282 libavformat/libnut.c av_log(avf, AV_LOG_ERROR, " NUT error: %s\n", nut_error(ret)); av_log 104 libavformat/libquvi.c av_log(s, AV_LOG_ERROR, "%s\n", quvi_strerror(q, rc)); av_log 70 libavformat/librtmp.c av_log(NULL, level, "\n"); av_log 54 libavformat/libsmbclient.c av_log(h, AV_LOG_ERROR, "Cannot create context: %s.\n", strerror(errno)); av_log 59 libavformat/libsmbclient.c av_log(h, AV_LOG_ERROR, "Cannot initialize context: %s.\n", strerror(errno)); av_log 74 libavformat/libsmbclient.c av_log(h, AV_LOG_ERROR, "Initialization failed: %s\n", strerror(errno)); av_log 120 libavformat/libsmbclient.c av_log(h, AV_LOG_ERROR, "File open failed: %s\n", strerror(errno)); av_log 125 libavformat/libsmbclient.c av_log(h, AV_LOG_WARNING, "Cannot stat file: %s\n", strerror(errno)); av_log 142 libavformat/libsmbclient.c av_log(h, AV_LOG_ERROR, "Error during seeking: filesize is unknown.\n"); av_log 150 libavformat/libsmbclient.c av_log(h, AV_LOG_ERROR, "Error during seeking: %s\n", strerror(err)); av_log 164 libavformat/libsmbclient.c av_log(h, AV_LOG_ERROR, "Read error: %s\n", strerror(errno)); av_log 178 libavformat/libsmbclient.c av_log(h, AV_LOG_ERROR, "Write error: %s\n", strerror(errno)); av_log 47 libavformat/libssh.c av_log(libssh, AV_LOG_ERROR, "SSH session creation failed: %s\n", ssh_get_error(libssh->session)); av_log 59 libavformat/libssh.c av_log(libssh, AV_LOG_ERROR, "Connection failed: %s\n", ssh_get_error(libssh->session)); av_log 87 libavformat/libssh.c av_log(libssh, AV_LOG_DEBUG, "Authentication successful with selected private key.\n"); av_log 91 libavformat/libssh.c av_log(libssh, AV_LOG_DEBUG, "Invalid key is provided.\n"); av_log 95 libavformat/libssh.c av_log(libssh, AV_LOG_DEBUG, "Authentication successful with auto selected key.\n"); av_log 102 libavformat/libssh.c av_log(libssh, AV_LOG_DEBUG, "Authentication successful with password.\n"); av_log 108 libavformat/libssh.c av_log(libssh, AV_LOG_ERROR, "Authentication failed.\n"); av_log 118 libavformat/libssh.c av_log(libssh, AV_LOG_ERROR, "SFTP session creation failed: %s\n", ssh_get_error(libssh->session)); av_log 123 libavformat/libssh.c av_log(libssh, AV_LOG_ERROR, "Error initializing sftp session: %s\n", ssh_get_error(libssh->session)); av_log 147 libavformat/libssh.c av_log(libssh, AV_LOG_ERROR, "Error opening sftp file: %s\n", ssh_get_error(libssh->session)); av_log 159 libavformat/libssh.c av_log(libssh, AV_LOG_WARNING, "Cannot stat remote file.\n"); av_log 234 libavformat/libssh.c av_log(h, AV_LOG_ERROR, "Error during seeking.\n"); av_log 255 libavformat/libssh.c av_log(h, AV_LOG_ERROR, "Seeking to nagative position.\n"); av_log 260 libavformat/libssh.c av_log(h, AV_LOG_ERROR, "Error during seeking.\n"); av_log 273 libavformat/libssh.c av_log(libssh, AV_LOG_ERROR, "Read error.\n"); av_log 285 libavformat/libssh.c av_log(libssh, AV_LOG_ERROR, "Write error.\n"); av_log 96 libavformat/lmlm4.c av_log(s, AV_LOG_ERROR, "invalid or unsupported frame_type\n"); av_log 100 libavformat/lmlm4.c av_log(s, AV_LOG_ERROR, "packet size %d is invalid\n", packet_size); av_log 43 libavformat/lrcenc.c av_log(s, AV_LOG_ERROR, av_log 49 libavformat/lrcenc.c av_log(s, AV_LOG_ERROR, "Unsupported subtitle codec: %s\n", av_log 117 libavformat/lrcenc.c av_log(s, AV_LOG_WARNING, av_log 138 libavformat/lxfdec.c av_log(s, AV_LOG_ERROR, "Invalid header size 0x%"PRIx32"\n", header_size); av_log 149 libavformat/lxfdec.c av_log(s, AV_LOG_ERROR, "checksum error\n"); av_log 167 libavformat/lxfdec.c av_log(s, AV_LOG_INFO, "got audio packet, but no audio stream present\n"); av_log 184 libavformat/lxfdec.c av_log(s, AV_LOG_WARNING, "only tightly packed PCM currently supported\n"); av_log 194 libavformat/lxfdec.c av_log(s, AV_LOG_WARNING, av_log 208 libavformat/lxfdec.c av_log(s, AV_LOG_WARNING, av_log 243 libavformat/lxfdec.c av_log(s, AV_LOG_ERROR, "expected %d B size header, got %d\n", av_log 266 libavformat/lxfdec.c av_log(s, AV_LOG_DEBUG, "record: %x = %i-%02i-%02i\n", av_log 270 libavformat/lxfdec.c av_log(s, AV_LOG_DEBUG, "expire: %x = %i-%02i-%02i\n", av_log 275 libavformat/lxfdec.c av_log(s, AV_LOG_WARNING, "VBI data not yet supported\n"); av_log 306 libavformat/lxfdec.c av_log(s, AV_LOG_WARNING, av_log 312 libavformat/lxfdec.c av_log(s, AV_LOG_ERROR, "got audio packet without having an audio stream\n"); av_log 725 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 737 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 883 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 941 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_DEBUG, "Unknown entry 0x%"PRIX32"\n", id); av_log 1016 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, "Too many level1 elements or circular seekheads.\n"); av_log 1063 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 1098 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, "Duplicate element\n"); av_log 1112 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, "Invalid element\n"); av_log 1114 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, "Read error\n"); av_log 1203 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, "Invalid track number %d\n", num); av_log 1229 libavformat/matroskadec.c av_log(NULL, AV_LOG_ERROR, "Compression size but no data in headerstrip\n"); av_log 1359 libavformat/matroskadec.c av_log(s, AV_LOG_WARNING, "Skipping invalid tag with no TagName.\n"); av_log 1432 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_INFO, av_log 1509 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_WARNING, "Working around broken index.\n"); av_log 1587 libavformat/matroskadec.c av_log(s, AV_LOG_WARNING, "Invalid FLAC private data\n"); av_log 1618 libavformat/matroskadec.c av_log(s, AV_LOG_WARNING, av_log 1659 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_INFO, av_log 1681 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 1698 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 1713 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 1723 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 1927 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_INFO, av_log 2081 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 2088 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_WARNING, av_log 2097 libavformat/matroskadec.c av_log(s, AV_LOG_WARNING, "Unknown EBML doctype '%s'\n", ebml.doctype); av_log 2137 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, "incomplete attachment\n"); av_log 2302 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_INFO, av_log 2315 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_INFO, av_log 2359 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 2368 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 2375 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 2637 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, av_log 2759 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, "EBML block data error\n"); av_log 2767 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_INFO, av_log 2802 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, "File is broken, keyframes not correctly marked!\n"); av_log 2832 libavformat/matroskadec.c av_log(matroska->ctx, AV_LOG_ERROR, "Invalid packet size\n"); av_log 3392 libavformat/matroskadec.c av_log(s, AV_LOG_ERROR, "Failed to read file headers\n"); av_log 508 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, "Extradata corrupt.\n"); av_log 582 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, av_log 612 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, av_log 664 libavformat/matroskaenc.c av_log(s, AV_LOG_WARNING, "codec %s is not supported by this format\n", av_log 671 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, "No bmp codec tag found for codec %s\n", av_log 682 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, "No wav codec tag found for codec %s\n", av_log 787 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, av_log 888 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, "Raw RGB is not supported Natively in Matroska, you can use AVI or NUT or\n" av_log 914 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, av_log 969 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, "Overflow in display width\n"); av_log 1006 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, "Subtitle codec %d is not supported.\n", codec->codec_id); av_log 1016 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, "Only audio, video, and subtitles are supported for Matroska.\n"); av_log 1255 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, "Attachment stream %d has no filename tag.\n", i); av_log 1270 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, "Attachment stream %d has no mimetype tag and " av_log 1288 libavformat/matroskaenc.c av_log(s, AV_LOG_VERBOSE, "Using %.16"PRIx64" for attachment %d\n", av_log 1329 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, av_log 1540 libavformat/matroskaenc.c av_log(s, AV_LOG_DEBUG, "Writing block at offset %" PRIu64 ", size %d, " av_log 1553 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, "Error stripping a WavPack packet.\n"); av_log 1638 libavformat/matroskaenc.c av_log(s, AV_LOG_DEBUG, "Writing block at offset %" PRIu64 ", size %d, " av_log 1683 libavformat/matroskaenc.c av_log(s, AV_LOG_DEBUG, av_log 1707 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, "Can't write packet with unknown timestamp\n"); av_log 1715 libavformat/matroskaenc.c av_log(s, AV_LOG_WARNING, "Starting new cluster due to timestamp\n"); av_log 1724 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, "Failed to open dynamic buffer\n"); av_log 1826 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, av_log 1859 libavformat/matroskaenc.c av_log(s, AV_LOG_DEBUG, av_log 1885 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, av_log 1915 libavformat/matroskaenc.c av_log(s, AV_LOG_ERROR, av_log 1940 libavformat/matroskaenc.c av_log(s, AV_LOG_DEBUG, "end duration = %" PRIu64 "\n", mkv->duration); av_log 127 libavformat/microdvddec.c av_log(s, AV_LOG_WARNING, "Invalid event \"%s\"" \ av_log 32 libavformat/microdvdenc.c av_log(s, AV_LOG_ERROR, "Exactly one MicroDVD stream is needed.\n"); av_log 37 libavformat/mkvtimestamp_v2.c av_log(s, AV_LOG_WARNING, "More than one stream unsupported\n"); av_log 232 libavformat/mlvdec.c av_log(avctx, AV_LOG_INFO, "unsupported tag %c%c%c%c, size %u\n", type&0xFF, (type>>8)&0xFF, (type>>16)&0xFF, (type>>24)&0xFF, size); av_log 341 libavformat/mlvdec.c av_log(avctx, AV_LOG_WARNING, "ignoring %s; bad format or guid mismatch\n", filename); av_log 345 libavformat/mlvdec.c av_log(avctx, AV_LOG_INFO, "scanning %s\n", filename); av_log 348 libavformat/mlvdec.c av_log(avctx, AV_LOG_WARNING, "ignoring %s; %s\n", filename, av_err2str(ret)); av_log 384 libavformat/mlvdec.c av_log(avctx, AV_LOG_ERROR, "could not find index entry for frame %"PRId64"\n", mlv->pts); av_log 184 libavformat/mm.c av_log(s, AV_LOG_INFO, "unknown chunk type 0x%x\n", type); av_log 78 libavformat/mmf.c av_log(s, AV_LOG_ERROR, "Unsupported sample rate %d, supported are 4000, 8000, 11025, 22050 and 44100\n", av_log 86 libavformat/mmf.c av_log(s, AV_LOG_ERROR, "Yamaha SMAF stereo is experimental, " av_log 223 libavformat/mmf.c av_log(s, AV_LOG_ERROR, "MIDI like format found, unsupported\n"); av_log 227 libavformat/mmf.c av_log(s, AV_LOG_ERROR, "Unsupported SMAF chunk %08x\n", tag); av_log 236 libavformat/mmf.c av_log(s, AV_LOG_ERROR, "Invalid sample rate\n"); av_log 256 libavformat/mmf.c av_log(s, AV_LOG_ERROR, "Unexpected SMAF chunk %08x\n", tag); av_log 63 libavformat/mms.c av_log(NULL, AV_LOG_ERROR, av_log 80 libavformat/mms.c av_log(NULL, AV_LOG_ERROR, av_log 90 libavformat/mms.c av_log(NULL, AV_LOG_ERROR, av_log 110 libavformat/mms.c av_log(NULL, AV_LOG_ERROR, av_log 120 libavformat/mms.c av_log(NULL, AV_LOG_ERROR, av_log 128 libavformat/mms.c av_log(NULL, AV_LOG_ERROR, av_log 135 libavformat/mms.c av_log(NULL, AV_LOG_ERROR, av_log 85 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, "Read data packet header failed!\n"); av_log 101 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, "Strange chunk type %d\n", chunk_type); av_log 107 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, "Read ext header failed!\n"); av_log 121 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, av_log 129 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, "Read data packet failed!\n"); av_log 133 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, av_log 173 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, av_log 180 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, av_log 196 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, av_log 203 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, "Read other chunk type data failed!\n"); av_log 255 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, "Get http header data failed!\n"); av_log 291 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, "Build play request failed!\n"); av_log 304 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, "Get http header data failed!\n"); av_log 332 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, "Stream ended!\n"); av_log 337 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR,"Stream changed! Failed to get new header!\n"); av_log 344 libavformat/mmsh.c av_log(NULL, AV_LOG_ERROR, "Recv other type packet %d\n", chunk_type); av_log 144 libavformat/mmst.c av_log(NULL, AV_LOG_ERROR, av_log 254 libavformat/mmst.c av_log(NULL, AV_LOG_ERROR, av_log 259 libavformat/mmst.c av_log(NULL, AV_LOG_ERROR, av_log 273 libavformat/mmst.c av_log(NULL, AV_LOG_ERROR, av_log 286 libavformat/mmst.c av_log(NULL, AV_LOG_ERROR, av_log 294 libavformat/mmst.c av_log(NULL, AV_LOG_ERROR, av_log 303 libavformat/mmst.c av_log(NULL, AV_LOG_ERROR, av_log 322 libavformat/mmst.c av_log(NULL, AV_LOG_ERROR, av_log 331 libavformat/mmst.c av_log(NULL, AV_LOG_ERROR, av_log 393 libavformat/mmst.c av_log(NULL, AV_LOG_ERROR, av_log 557 libavformat/mmst.c av_log(NULL, AV_LOG_ERROR, av_log 610 libavformat/mmst.c av_log(NULL, AV_LOG_ERROR, av_log 177 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "Unknown cover type: 0x%x.\n", type); av_log 354 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "Error parsing cover art.\n"); av_log 364 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "UDTA parsing failed retrying raw\n"); av_log 496 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "volume %s, len %d\n", dref->volume, volume_len); av_log 504 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "filename %s, len %d\n", dref->filename, len); av_log 511 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "nlvl from %d, nlvl to %d\n", av_log 521 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "type %d, len %d\n", type, len); av_log 538 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "path %s\n", dref->path); av_log 550 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "dir %s\n", dref->dir); av_log 737 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "get_wav_header failed\n"); av_log 754 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, av_log 785 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "ISO: File Type Major Brand: %.4s\n",(char *)&type); av_log 810 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "Found duplicated MOOV Atom. Skipped it\n"); av_log 829 libavformat/mov.c av_log(c->fc, AV_LOG_VERBOSE, "stream has moof boxes, will look " av_log 832 libavformat/mov.c av_log(c->fc, AV_LOG_VERBOSE, "found a moof box but failed to " av_log 836 libavformat/mov.c av_log(c->fc, AV_LOG_VERBOSE, "found a moof box but stream is not " av_log 876 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "Multiple mdhd?\n"); av_log 992 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "unsupported color_parameter_type %s\n", av_log 1075 libavformat/mov.c av_log(NULL, AV_LOG_ERROR, "Unknown MOV field order 0x%04x\n", mov_field_order); av_log 1110 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "truncated extradata\n"); av_log 1227 libavformat/mov.c av_log(c, AV_LOG_WARNING, "ignored unknown aclr value (%d)\n", range_value); av_log 1233 libavformat/mov.c av_log(c, AV_LOG_ERROR, "aclr not decoded - incomplete atom\n"); av_log 1236 libavformat/mov.c av_log(c, AV_LOG_ERROR, "aclr not decoded - unable to add atom to extradata\n"); av_log 1239 libavformat/mov.c av_log(c, AV_LOG_WARNING, "aclr not decoded - unexpected size %"PRId64"\n", atom.size); av_log 1303 libavformat/mov.c av_log(c, AV_LOG_WARNING, "ignoring multiple glbl\n"); av_log 1383 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "Duplicated STCO atom\n"); av_log 1794 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "dv demux context init error\n"); av_log 1868 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "multiple fourcc not supported\n"); av_log 1876 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "Concatenated H.264 or H.265 might not play correctly.\n"); av_log 1908 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "invalid size %"PRId64" in stsd\n", size); av_log 1988 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "Duplicated STSC atom\n"); av_log 2024 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "Duplicated STPS atom\n"); av_log 2070 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "Duplicated STSS atom\n"); av_log 2128 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "Invalid sample field size %d\n", field_size); av_log 2137 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "Duplicated STSZ atom\n"); av_log 2195 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "Duplicated STTS atom\n"); av_log 2211 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "Invalid SampleDelta %d in STTS, at %d st:%d\n", av_log 2216 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "Invalid sample_count=%d\n", sample_count); av_log 2293 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "CTTS invalid\n"); av_log 2338 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "Duplicated SBGP atom\n"); av_log 2385 libavformat/mov.c av_log(mov->fc, AV_LOG_WARNING, "multiple edit list entries, " av_log 2439 libavformat/mov.c av_log(mov->fc, AV_LOG_WARNING, "STSZ sample size %d invalid (too large), ignoring\n", sc->stsz_sample_size); av_log 2443 libavformat/mov.c av_log(mov->fc, AV_LOG_WARNING, "STSZ sample size %d invalid (too small), ignoring\n", sc->stsz_sample_size); av_log 2450 libavformat/mov.c av_log(mov->fc, AV_LOG_ERROR, "wrong sample count\n"); av_log 2518 libavformat/mov.c av_log(mov->fc, AV_LOG_ERROR, "error unaligned chunk\n"); av_log 2576 libavformat/mov.c av_log(mov->fc, AV_LOG_ERROR, "wrong chunk count %d\n", total); av_log 2642 libavformat/mov.c av_log(fc, AV_LOG_WARNING, "Using absolute path on user request, " av_log 2654 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "stream %d, timescale not set\n", sc->ffindex); av_log 2683 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "stream %d, missing mandatory atoms, broken header\n", av_log 2698 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, av_log 2860 libavformat/mov.c av_log(c->fc, AV_LOG_VERBOSE, av_log 3004 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "could not find corresponding trex\n"); av_log 3010 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, av_log 3033 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "found fragment index entry " av_log 3042 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "track %u has a fragment index " av_log 3097 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "could not find corresponding track id %d\n", frag->track_id); av_log 3132 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "could not find corresponding track id %d\n", frag->track_id); av_log 3188 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "found frag time %"PRId64 av_log 3199 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "calculated into dts %"PRId64"\n", dts); av_log 3202 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "found frag time %"PRId64 av_log 3219 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "Failed to add index entry\n"); av_log 3276 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "unknown compression for cmov atom !\n"); av_log 3306 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "this file requires zlib support compiled in\n"); av_log 3328 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "Duplicated ELST atom\n"); av_log 3535 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "Atoms too deeply nested\n"); av_log 3558 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "Detected moov in a free atom.\n"); av_log 3567 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, "Broken file, trak/mdat not at top-level\n"); av_log 3622 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, av_log 3705 libavformat/mov.c av_log(NULL, AV_LOG_WARNING, "Found media data tag MPEG indicating this is a MOV-packed MPEG-PS.\n"); av_log 3735 libavformat/mov.c av_log(s, AV_LOG_ERROR, "Referenced QT chapter track not found\n"); av_log 3751 libavformat/mov.c av_log(s, AV_LOG_WARNING, "ignoring stream duration which is shorter than chapters\n"); av_log 3756 libavformat/mov.c av_log(s, AV_LOG_ERROR, "Chapter %d not found in file\n", i); av_log 3934 libavformat/mov.c av_log(mov->fc, AV_LOG_VERBOSE, "found tfra\n"); av_log 3997 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "doesn't look like mfra (unreasonable size)\n"); av_log 4005 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "doesn't look like mfra (size mismatch)\n"); av_log 4009 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "doesn't look like mfra (tag mismatch)\n"); av_log 4012 libavformat/mov.c av_log(c->fc, AV_LOG_VERBOSE, "stream has mfra\n"); av_log 4022 libavformat/mov.c av_log(c->fc, AV_LOG_ERROR, av_log 4049 libavformat/mov.c av_log(s, AV_LOG_ERROR, "error reading header\n"); av_log 4055 libavformat/mov.c av_log(s, AV_LOG_ERROR, "moov atom not found\n"); av_log 4236 libavformat/mov.c av_log(mov->fc, AV_LOG_ERROR, "stream %d, offset 0x%"PRIx64": partial file\n", av_log 4248 libavformat/mov.c av_log(mov->fc, AV_LOG_ERROR, "Cannot append palette to packet\n"); av_log 345 libavformat/movenc.c av_log(mov, AV_LOG_WARNING, "Dropping invalid packet from start of the stream\n"); av_log 653 libavformat/movenc.c av_log(track->enc, AV_LOG_WARNING, "not writing 'chan' tag due to " av_log 730 libavformat/movenc.c av_log(NULL, AV_LOG_WARNING, av_log 1053 libavformat/movenc.c av_log(NULL, AV_LOG_WARNING, "Could not locate DNxHD bit stream in vos_data\n"); av_log 1057 libavformat/movenc.c av_log(NULL, AV_LOG_WARNING, "Could not locate DNxHD bit stream, vos_data too small\n"); av_log 1166 libavformat/movenc.c av_log(s, AV_LOG_WARNING, "Warning, extension is not .m4a, .m4v nor .m4b " av_log 1190 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "unsupported height for dv codec\n"); av_log 1202 libavformat/movenc.c av_log(s, AV_LOG_DEBUG, "timecode: tbc=%d/%d invalid, fallback on %d/%d\n", av_log 1372 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "%s rawvideo cannot be written to mov, output file will be unreadable\n", av_log 1401 libavformat/movenc.c av_log(s, AV_LOG_WARNING, "Using MS style video codec tag, " av_log 1410 libavformat/movenc.c av_log(s, AV_LOG_WARNING, "Using MS style audio codec tag, " av_log 1533 libavformat/movenc.c av_log(pb, AV_LOG_DEBUG, "gamma value %g\n", gamma); av_log 1537 libavformat/movenc.c av_log(pb, AV_LOG_DEBUG, "writing gama value %d\n", gama); av_log 1546 libavformat/movenc.c av_log(pb, AV_LOG_WARNING, "gamma value unknown, unable to write gama atom\n"); av_log 1561 libavformat/movenc.c av_log(NULL, AV_LOG_WARNING, "color primaries unspecified, assuming bt709\n"); av_log 1564 libavformat/movenc.c av_log(NULL, AV_LOG_WARNING, "color primaries unspecified, assuming bt470bg\n"); av_log 1568 libavformat/movenc.c av_log(NULL, AV_LOG_WARNING, "color primaries unspecified, assuming smpte170\n"); av_log 1571 libavformat/movenc.c av_log(NULL, AV_LOG_WARNING, "color primaries unspecified, unable to assume anything\n"); av_log 1736 libavformat/movenc.c av_log(mov->fc, AV_LOG_WARNING, "Not writing 'gama' atom. Format is not MOV.\n"); av_log 1742 libavformat/movenc.c av_log(mov->fc, AV_LOG_WARNING, "Not writing 'colr' atom. Format is not MOV or MP4.\n"); av_log 1784 libavformat/movenc.c av_log(NULL, AV_LOG_ERROR, "reel_name length %"PRIu64" is too large\n", str_size); av_log 1806 libavformat/movenc.c av_log(NULL, AV_LOG_ERROR, "fps %d is too large\n", nb_frames); av_log 2135 libavformat/movenc.c av_log(track->enc, AV_LOG_WARNING, av_log 2241 libavformat/movenc.c av_log(NULL, AV_LOG_ERROR, av_log 2417 libavformat/movenc.c av_log(mov->fc, AV_LOG_DEBUG, av_log 2603 libavformat/movenc.c av_log(mov->fc, AV_LOG_WARNING, av_log 3663 libavformat/movenc.c av_log(NULL, AV_LOG_ERROR, "Non-consecutive fragments, writing incorrect sidx\n"); av_log 3956 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "PSP mode need one video and one audio stream\n"); av_log 4189 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "Application provided duration: %"PRId64" / timestamp: %"PRId64" is out of range for mov/mp4 format\n", av_log 4197 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "Application provided duration: %d is invalid\n", pkt->duration); av_log 4229 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "fatal error, input is not a single packet, implement a AVParser for it\n"); av_log 4256 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "Malformed AAC bitstream detected: " av_log 4261 libavformat/movenc.c av_log(s, AV_LOG_WARNING, "aac bitstream error\n"); av_log 4362 libavformat/movenc.c av_log(s, AV_LOG_WARNING, av_log 4372 libavformat/movenc.c av_log(s, AV_LOG_WARNING, "pts has no value\n"); av_log 4862 libavformat/movenc.c av_log(s, AV_LOG_WARNING, "No meaningful edit list will be written when using empty_moov without delay_moov\n"); av_log 4871 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "muxer does not support non seekable output\n"); av_log 4912 libavformat/movenc.c av_log(s, AV_LOG_WARNING, "You requested a copy of the original timecode track " av_log 4941 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "Could not find tag for codec %s in stream #%d, " av_log 4957 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "D-10/IMX must use 720x608 or 720x512 video resolution\n"); av_log 4971 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "Resolution %dx%d too large for mov/mp4\n", st->codec->width, st->codec->height); av_log 4976 libavformat/movenc.c av_log(s, AV_LOG_WARNING, av_log 4983 libavformat/movenc.c av_log(s, AV_LOG_WARNING, "track %d: codec frame size is not set\n", i); av_log 4989 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "track %d: codec block align is not set for adpcm\n", i); av_log 5005 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "track %d: muxing mp3 at %dhz is not supported\n", av_log 5248 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "Unable to re-open %s output file for " av_log 5336 libavformat/movenc.c av_log(s, AV_LOG_INFO, "Starting second pass: moving the moov atom to the beginning of the file\n"); av_log 5349 libavformat/movenc.c av_log(s, AV_LOG_ERROR, "reserved_moov_size is too small, needed %"PRId64" additional\n", 8-size); av_log 5367 libavformat/movenc.c av_log(s, AV_LOG_INFO, "Starting second pass: inserting sidx atoms\n"); av_log 59 libavformat/movenchint.c av_log(s, AV_LOG_WARNING, av_log 115 libavformat/mp3dec.c av_log(s, AV_LOG_WARNING, "Cannot determine file size, skipping TOC table.\n"); av_log 168 libavformat/mp3dec.c av_log(s, AV_LOG_WARNING, av_log 238 libavformat/mp3dec.c av_log(s, AV_LOG_DEBUG, "pad %d %d\n", mp3->start_pad, mp3-> end_pad); av_log 160 libavformat/mp3enc.c av_log(s, AV_LOG_WARNING, "Unsupported sample rate, not writing Xing header.\n"); av_log 167 libavformat/mp3enc.c default: av_log(s, AV_LOG_WARNING, "Unsupported number of channels, " av_log 252 libavformat/mp3enc.c av_log(s, AV_LOG_WARNING, "Too many samples of initial padding.\n"); av_log 323 libavformat/mp3enc.c av_log(s, AV_LOG_WARNING, "Audio packet of size %d (starting with %08X...) " av_log 440 libavformat/mp3enc.c av_log(s, AV_LOG_WARNING, "No packets were sent for some of the " av_log 511 libavformat/mp3enc.c av_log(s, AV_LOG_WARNING, "Not enough memory to buffer audio. Skipping picture streams\n"); av_log 535 libavformat/mp3enc.c av_log(s, AV_LOG_WARNING, "Got more than one picture in stream %d," av_log 566 libavformat/mp3enc.c av_log(s, AV_LOG_ERROR, "Invalid ID3v2 version requested: %d. Only " av_log 578 libavformat/mp3enc.c av_log(s, AV_LOG_ERROR, "Invalid audio stream. Exactly one MP3 " av_log 584 libavformat/mp3enc.c av_log(s, AV_LOG_ERROR, "Only audio streams and pictures are allowed in MP3.\n"); av_log 589 libavformat/mp3enc.c av_log(s, AV_LOG_ERROR, "No audio stream present.\n"); av_log 595 libavformat/mp3enc.c av_log(s, AV_LOG_ERROR, "Attached pictures were requested, but the " av_log 62 libavformat/mpc.c av_log(s, AV_LOG_ERROR, "Not a Musepack file\n"); av_log 67 libavformat/mpc.c av_log(s, AV_LOG_ERROR, "Can demux Musepack SV7, got version %02X\n", c->ver); av_log 72 libavformat/mpc.c av_log(s, AV_LOG_ERROR, "Too many frames, seeking is not possible\n"); av_log 78 libavformat/mpc.c av_log(s, AV_LOG_ERROR, "Cannot allocate seektable\n"); av_log 82 libavformat/mpc.c av_log(s, AV_LOG_WARNING, "Container reports no frames\n"); av_log 143 libavformat/mpc8.c av_log(s, AV_LOG_ERROR, "No stream added before parsing seek table\n"); av_log 150 libavformat/mpc8.c av_log(s, AV_LOG_ERROR, "No seek table at given position\n"); av_log 154 libavformat/mpc8.c av_log(s, AV_LOG_ERROR, "Bad seek table size\n"); av_log 161 libavformat/mpc8.c av_log(s, AV_LOG_ERROR, "seek table truncated\n"); av_log 170 libavformat/mpc8.c av_log(s, AV_LOG_ERROR, "Seek table is too big\n"); av_log 219 libavformat/mpc8.c av_log(s, AV_LOG_ERROR, "Not a Musepack8 file\n"); av_log 227 libavformat/mpc8.c av_log(s, AV_LOG_ERROR, "Invalid chunk length\n"); av_log 235 libavformat/mpc8.c av_log(s, AV_LOG_ERROR, "Stream header not found\n"); av_log 242 libavformat/mpc8.c av_log(s, AV_LOG_ERROR, "Unknown stream version %d\n", c->ver); av_log 407 libavformat/mpeg.c av_log(s, AV_LOG_WARNING, "Further flags set but no bytes left\n"); av_log 417 libavformat/mpeg.c av_log(s, AV_LOG_WARNING, "pes_ext %X is invalid\n", pes_ext); av_log 696 libavformat/mpeg.c av_log(s, AV_LOG_ERROR, "The input index filename is too short " av_log 702 libavformat/mpeg.c av_log(s, AV_LOG_VERBOSE, "IDX/SUB: %s -> %s\n", s->filename, sub_name); av_log 720 libavformat/mpeg.c av_log(s, AV_LOG_ERROR, "Unable to open %s as MPEG subtitles\n", sub_name); av_log 736 libavformat/mpeg.c av_log(s, AV_LOG_WARNING, "Unable to parse index line '%s', " av_log 743 libavformat/mpeg.c av_log(s, AV_LOG_ERROR, "Maximum number of subtitles streams reached\n"); av_log 753 libavformat/mpeg.c av_log(s, AV_LOG_DEBUG, "IDX stream[%d] id=%s\n", stream_id, id); av_log 762 libavformat/mpeg.c av_log(s, AV_LOG_ERROR, "Timestamp declared before any stream\n"); av_log 784 libavformat/mpeg.c av_log(s, AV_LOG_ERROR, "Unable to parse timestamp line '%s', " av_log 806 libavformat/mpeg.c av_log(s, AV_LOG_DEBUG, "IDX stream[%d] name=%s\n", stream_id, p); av_log 827 libavformat/mpeg.c av_log(s, AV_LOG_ERROR, "Invalid langidx specified\n"); av_log 316 libavformat/mpegenc.c av_log(ctx, AV_LOG_ERROR, "Invalid packet size %d\n", av_log 355 libavformat/mpegenc.c av_log(ctx, AV_LOG_WARNING, av_log 395 libavformat/mpegenc.c av_log(ctx, AV_LOG_WARNING, av_log 403 libavformat/mpegenc.c av_log(ctx, AV_LOG_WARNING, "buffer size %d, too large\n", stream->max_buffer_size); av_log 453 libavformat/mpegenc.c av_log(ctx, AV_LOG_WARNING, "mux rate %d is too large\n", s->mux_rate); av_log 940 libavformat/mpegenc.c av_log(ctx, AV_LOG_ERROR, av_log 1019 libavformat/mpegenc.c av_log(ctx, AV_LOG_ERROR, av_log 1027 libavformat/mpegenc.c av_log(ctx, AV_LOG_ERROR, av_log 1129 libavformat/mpegenc.c av_log(ctx, AV_LOG_DEBUG, "First SCR: %"PRId64" First DTS: %"PRId64"\n", s->last_scr, dts + preload); av_log 742 libavformat/mpegts.c av_log(NULL, AV_LOG_DEBUG, "cannot set stream info, codec is open\n"); av_log 762 libavformat/mpegts.c av_log(pes->stream, AV_LOG_DEBUG, "cannot set stream info, codec is open\n"); av_log 774 libavformat/mpegts.c av_log(pes->stream, AV_LOG_DEBUG, av_log 840 libavformat/mpegts.c av_log(pes->stream, AV_LOG_WARNING, "PES packet size mismatch\n"); av_log 1376 libavformat/mpegts.c av_log(d->s, AV_LOG_ERROR, av_log 1383 libavformat/mpegts.c av_log(d->s, AV_LOG_ERROR, "Maximum MP4 descriptor level exceeded\n"); av_log 1388 libavformat/mpegts.c av_log(d->s, AV_LOG_ERROR, "Found tag %x expected %x\n", tag, av_log 1481 libavformat/mpegts.c av_log(s, AV_LOG_ERROR, "pid %x is not PES\n", pid); av_log 2151 libavformat/mpegts.c av_log(ts->stream, AV_LOG_DEBUG, av_log 2221 libavformat/mpegts.c av_log(ts->stream, AV_LOG_DEBUG, "All programs have pmt, headers found\n"); av_log 2265 libavformat/mpegts.c av_log(ts->stream, AV_LOG_WARNING, "changing packet size to %d\n", newsize); av_log 2291 libavformat/mpegts.c av_log(s, AV_LOG_ERROR, av_log 2452 libavformat/mpegts.c av_log(s, pb->seekable ? AV_LOG_ERROR : AV_LOG_INFO, "Unable to seek back to the start\n"); av_log 2464 libavformat/mpegts.c av_log(s, AV_LOG_WARNING, "Failed to allocate buffers for seekback\n"); av_log 2471 libavformat/mpegts.c av_log(s, AV_LOG_WARNING, "Could not detect TS packet size, defaulting to non-FEC/DVHS\n"); av_log 486 libavformat/mpegtsenc.c av_log(s, AV_LOG_ERROR, av_log 686 libavformat/mpegtsenc.c av_log(s, AV_LOG_ERROR, av_log 692 libavformat/mpegtsenc.c av_log(s, AV_LOG_ERROR, "Duplicate stream id %d\n", ts_st->pid); av_log 698 libavformat/mpegtsenc.c av_log(s, AV_LOG_ERROR, "Duplicate stream id %d\n", ts_st->pid); av_log 769 libavformat/mpegtsenc.c av_log(s, AV_LOG_WARNING, "frame size not set\n"); av_log 792 libavformat/mpegtsenc.c av_log(s, AV_LOG_VERBOSE, "muxrate VBR, "); av_log 794 libavformat/mpegtsenc.c av_log(s, AV_LOG_VERBOSE, "muxrate %d, ", ts->mux_rate); av_log 795 libavformat/mpegtsenc.c av_log(s, AV_LOG_VERBOSE, av_log 1027 libavformat/mpegtsenc.c av_log(s, AV_LOG_WARNING, "dts < pcr, TS is invalid\n"); av_log 1208 libavformat/mpegtsenc.c av_log(s, AV_LOG_ERROR, "H.264 bitstream malformed, " av_log 1213 libavformat/mpegtsenc.c av_log(s, AV_LOG_WARNING, "H.264 bitstream error, startcode missing, size %d", pkt->size); av_log 1214 libavformat/mpegtsenc.c if (pkt->size) av_log(s, AV_LOG_WARNING, " data %08X", AV_RB32(pkt->data)); av_log 1215 libavformat/mpegtsenc.c av_log(s, AV_LOG_WARNING, "\n"); av_log 1224 libavformat/mpegtsenc.c av_log(s, AV_LOG_ERROR, "HEVC bitstream malformed, no startcode found\n"); av_log 1227 libavformat/mpegtsenc.c av_log(s, AV_LOG_WARNING, "HEVC bitstream error, startcode missing, size %d", pkt->size); av_log 1228 libavformat/mpegtsenc.c if (pkt->size) av_log(s, AV_LOG_WARNING, " data %08X", AV_RB32(pkt->data)); av_log 1229 libavformat/mpegtsenc.c av_log(s, AV_LOG_WARNING, "\n"); av_log 1246 libavformat/mpegtsenc.c av_log(s, AV_LOG_WARNING, av_log 1266 libavformat/mpegtsenc.c av_log(s, AV_LOG_ERROR, "first pts value must be set\n"); av_log 1306 libavformat/mpegtsenc.c av_log(s, AV_LOG_ERROR, "AAC packet too short\n"); av_log 1314 libavformat/mpegtsenc.c av_log(s, AV_LOG_ERROR, "AAC bitstream not in ADTS format " av_log 95 libavformat/msnwc_tcp.c av_log(ctx, AV_LOG_ERROR, "Could not find valid start.\n"); av_log 124 libavformat/mtv.c av_log (s, AV_LOG_WARNING, "Header claims %dbpp (!= 16). Ignoring\n", av_log 140 libavformat/mtv.c av_log(s, AV_LOG_ERROR, "width or height or segment_size is invalid and I cannot calculate them from other information\n"); av_log 132 libavformat/mux.c av_log(s, AV_LOG_ERROR, "Requested output format '%s' is not a suitable output format\n", format); av_log 140 libavformat/mux.c av_log(s, AV_LOG_ERROR, "Unable to find a suitable output format for '%s'\n", av_log 164 libavformat/mux.c av_log(s, AV_LOG_ERROR, "Out of memory\n"); av_log 230 libavformat/mux.c av_log(s, AV_LOG_ERROR, "No streams to mux were specified\n"); av_log 242 libavformat/mux.c av_log(s, AV_LOG_WARNING, "Using AVStream.codec.time_base as a " av_log 261 libavformat/mux.c av_log(s, AV_LOG_ERROR, "sample rate not set\n"); av_log 272 libavformat/mux.c av_log(s, AV_LOG_ERROR, "dimensions not set\n"); av_log 283 libavformat/mux.c av_log(s, AV_LOG_ERROR, "Aspect ratio mismatch between muxer " av_log 310 libavformat/mux.c av_log(s, AV_LOG_ERROR, av_log 322 libavformat/mux.c av_log(s, AV_LOG_WARNING, av_log 449 libavformat/mux.c av_log(s, AV_LOG_WARNING, "Packet with invalid duration %d in stream %d\n", av_log 469 libavformat/mux.c av_log(s, AV_LOG_WARNING, "Encoder did not produce proper pts, making some up.\n"); av_log 492 libavformat/mux.c av_log(s, AV_LOG_ERROR, av_log 498 libavformat/mux.c av_log(s, AV_LOG_ERROR, av_log 579 libavformat/mux.c av_log(s, AV_LOG_WARNING, av_log 614 libavformat/mux.c av_log(s, AV_LOG_ERROR, "Invalid packet stream index: %d\n", av_log 620 libavformat/mux.c av_log(s, AV_LOG_ERROR, "Received a packet for an attachment stream.\n"); av_log 819 libavformat/mux.c av_log(s, AV_LOG_DEBUG, av_log 106 libavformat/mvdec.c av_log(avctx, AV_LOG_ERROR, "Channel count %d invalid.\n", channels); av_log 242 libavformat/mvdec.c av_log(avctx, AV_LOG_ERROR, "entry size %d is invalid\n", size); av_log 374 libavformat/mvdec.c av_log(avctx, AV_LOG_ERROR, "No valid channel count found.\n"); av_log 79 libavformat/mvi.c av_log(s, AV_LOG_ERROR, "unhandled version (%d,%d)\n", version, player_version); av_log 100 libavformat/mvi.c av_log(s, AV_LOG_ERROR, av_log 148 libavformat/mxf.c av_log(s, AV_LOG_WARNING, av_log 98 libavformat/mxf.h av_log(pc, AV_LOG_VERBOSE, \ av_log 109 libavformat/mxf.h av_log(pc, AV_LOG_INFO, \ av_log 449 libavformat/mxfdec.c av_log(s, AV_LOG_ERROR, "probably incorrect decryption key\n"); av_log 477 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "item_num %d is too large\n", item_num); av_log 481 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_VERBOSE, "Multiple primer packs\n"); av_log 533 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "unknown partition type %i\n", uid[13]); av_log 551 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "Failed reading UID\n"); av_log 558 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, av_log 571 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, av_log 579 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, av_log 599 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, av_log 624 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_WARNING, av_log 633 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "unknown operational pattern: %02xh %02xh - guessing OP1a\n", op[12], op[13]); av_log 638 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_WARNING, "invalid KAGSize %"PRId32" - guessing ", av_log 646 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_WARNING, "%"PRId32"\n", partition->kag_size); av_log 694 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_VERBOSE, "Multiple packages_refs\n"); av_log 995 libavformat/mxfdec.c av_log(NULL, AV_LOG_WARNING, "Duplicate sony_mpeg4_extradata\n"); av_log 1182 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, av_log 1233 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "IndexSID %i segment at %"PRId64" IndexEntryArray too small\n", av_log 1240 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "IndexSID %i segment at %"PRId64" missing EditUnitByteCount and IndexEntryArray\n", av_log 1256 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "failed to map EditUnit %"PRId64" in IndexSID %i to an offset\n", edit_unit, index_table->index_sid); av_log 1336 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, av_log 1346 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, av_log 1373 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_WARNING, "broken or empty index\n"); av_log 1382 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "found inconsistent BodySID\n"); av_log 1391 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "failed to allocate index tables\n"); av_log 1413 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "failed to allocate IndexTableSegment" av_log 1420 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_WARNING, "IndexSID %i starts at EditUnit %"PRId64" - seeking may not work as expected\n", av_log 1436 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_WARNING, "IndexSID %i segment %i has zero IndexDuration and there's more than one segment\n", av_log 1440 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_WARNING, "no streams?\n"); av_log 1575 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "could not resolve sub descriptor strong ref\n"); av_log 1663 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "could not resolve source track strong ref\n"); av_log 1668 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "could not resolve source track sequence strong ref\n"); av_log 1705 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "no material package found\n"); av_log 1730 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "could not resolve material track strong ref\n"); av_log 1743 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "could not resolve material track sequence strong ref\n"); av_log 1773 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "could not resolve source track strong ref\n"); av_log 1783 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "material track %d: no corresponding source track found\n", material_track->track_id); av_log 1791 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "could not resolve source track sequence strong ref\n"); av_log 1799 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "material track %d: DataDefinition mismatch\n", material_track->track_id); av_log 1805 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "could not allocate stream\n"); av_log 1827 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_WARNING, av_log 1845 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_INFO, "source track %d: stream %d, no descriptor found\n", source_track->track_id, st->index); av_log 1854 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_INFO, "broken encrypted mxf file\n"); av_log 1867 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_VERBOSE, "%s: Universal Label: ", av_log 1870 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_VERBOSE, "%.2x", av_log 1873 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_VERBOSE, "."); av_log 1875 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_VERBOSE, "\n"); av_log 1893 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_INFO, "SegmentedFrame layout isn't currently supported\n"); av_log 1900 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_INFO, "OneField frame layout isn't currently supported\n"); av_log 1925 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_INFO, "Unknown frame layout type: %d\n", descriptor->frame_layout); av_log 1965 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_WARNING, "invalid sample rate (%d/%d) " av_log 2190 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "local tag %#04x with 0 size\n", tag); av_log 2219 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, av_log 2261 libavformat/mxfdec.c av_log(s, AV_LOG_ERROR, "read past end of KLV @ %#"PRIx64"\n", av_log 2269 libavformat/mxfdec.c av_log(s, AV_LOG_ERROR, "error reading header metadata\n"); av_log 2301 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "failed to read PartitionPack KLV\n"); av_log 2306 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "PreviousPartition @ %" PRIx64 " isn't a PartitionPack\n", klv.offset); av_log 2315 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "PreviousPartition for PartitionPack @ %" av_log 2349 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_INFO, "file is not seekable - not parsing FooterPartition\n"); av_log 2355 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, av_log 2404 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, av_log 2556 libavformat/mxfdec.c av_log(s, AV_LOG_WARNING, "bad FooterPartition in RIP - ignoring\n"); av_log 2575 libavformat/mxfdec.c av_log(s, AV_LOG_ERROR, "could not find header partition pack key\n"); av_log 2603 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "found essence prior to first PartitionPack\n"); av_log 2653 libavformat/mxfdec.c av_log(s, AV_LOG_VERBOSE, "Dark key " PRIxUID "\n", av_log 2662 libavformat/mxfdec.c av_log(s, AV_LOG_ERROR, "no essence\n"); av_log 2681 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_INFO, "got %i index tables - only the first one (IndexSID %i) will be used\n", av_log 2684 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, "cannot demux OPAtom without an index\n"); av_log 2720 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_ERROR, av_log 2757 libavformat/mxfdec.c av_log(mxf->fc, AV_LOG_WARNING, av_log 2811 libavformat/mxfdec.c av_log(s, AV_LOG_ERROR, "invalid encoded triplet\n"); av_log 2825 libavformat/mxfdec.c av_log(s, AV_LOG_ERROR, av_log 2856 libavformat/mxfdec.c av_log(s, AV_LOG_ERROR, "error reading D-10 aes3 frame\n"); av_log 2928 libavformat/mxfdec.c av_log(s, AV_LOG_ERROR, "unable to compute the size of the last packet\n"); av_log 2933 libavformat/mxfdec.c av_log(s, AV_LOG_ERROR, "bad size: %i\n", size); av_log 569 libavformat/mxfenc.c av_log(s,AV_LOG_DEBUG, "essence container count:%d\n", c->essence_container_count); av_log 1048 libavformat/mxfenc.c av_log(s, AV_LOG_WARNING, "the number of audio channels shall be 4 or 8 : the output will not comply to MXF D-10 specs, use -d10_channelcount to fix this\n"); av_log 1052 libavformat/mxfenc.c av_log(s, AV_LOG_WARNING, "d10_channelcount < actual number of audio channels : some channels will be discarded\n"); av_log 1054 libavformat/mxfenc.c av_log(s, AV_LOG_WARNING, "d10_channelcount shall be set to 4 or 8 : the output will not comply to MXF D-10 specs\n"); av_log 1058 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "-d10_channelcount requires MXF D-10 and will be ignored\n"); av_log 1114 libavformat/mxfenc.c av_log(s,AV_LOG_DEBUG, "package type:%d\n", type); av_log 1215 libavformat/mxfenc.c av_log(s, AV_LOG_DEBUG, "edit units count %d\n", mxf->edit_units_count); av_log 1311 libavformat/mxfenc.c av_log(s, AV_LOG_WARNING, "missing frames\n"); av_log 1575 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "source marked as interlaced but codec profile is progressive\n"); av_log 1698 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "AVC Intra 50/100 supported only\n"); av_log 1786 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "error parsing mpeg2 frame\n"); av_log 1836 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "there must be exactly one stream for mxf opatom\n"); av_log 1848 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "there must be exactly one video stream and it must be the first one\n"); av_log 1860 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "Unsupported video frame rate %d/%d\n", av_log 1887 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "error MXF D-10 only support 30/40/50 mbit/s\n"); av_log 1900 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "only 48khz is implemented\n"); av_log 1906 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "MXF D-10 only support one audio track\n"); av_log 1911 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "MXF D-10 only support 16 or 24 bits le audio\n"); av_log 1921 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "track %d: could not find essence container ul, " av_log 2046 libavformat/mxfenc.c av_log(s, AV_LOG_WARNING, "cannot fill d-10 video packet\n"); av_log 2148 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "could not allocate index entries\n"); av_log 2155 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "could not get mpeg2 profile and level\n"); av_log 2160 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "could not get dnxhd profile\n"); av_log 2165 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "could not get dv profile\n"); av_log 2170 libavformat/mxfenc.c av_log(s, AV_LOG_ERROR, "could not get h264 profile\n"); av_log 168 libavformat/mxg.c av_log(s, AV_LOG_WARNING, "Found EOI before SOI, skipping\n"); av_log 80 libavformat/ncdec.c av_log(s, AV_LOG_DEBUG, "Next packet size is zero\n"); av_log 137 libavformat/network.c av_log(NULL, AV_LOG_WARNING, "Using network protocols without global " av_log 254 libavformat/network.c av_log(NULL, AV_LOG_DEBUG, "Failed to set close on exec\n"); av_log 268 libavformat/network.c av_log(NULL, AV_LOG_WARNING, "setsockopt(SO_REUSEADDR) failed\n"); av_log 289 libavformat/network.c av_log(NULL, AV_LOG_DEBUG, "ff_socket_nonblock failed\n"); av_log 303 libavformat/network.c av_log(NULL, AV_LOG_DEBUG, "ff_socket_nonblock failed\n"); av_log 325 libavformat/network.c av_log(h, AV_LOG_WARNING, av_log 329 libavformat/network.c av_log(h, AV_LOG_ERROR, "Connection to %s failed: %s\n", av_log 114 libavformat/nistspheredec.c av_log(s, AV_LOG_ERROR, "Failed to parse '%s' as metadata\n", buffer); av_log 80 libavformat/nutdec.c av_log(NULL, AV_LOG_ERROR, "Unsupported fourcc length %d\n", len); av_log 91 libavformat/nutdec.c av_log(NULL, AV_LOG_DEBUG, "get_v %5"PRId64" / %"PRIX64" in %s %s:%d\n", av_log 101 libavformat/nutdec.c av_log(NULL, AV_LOG_DEBUG, "get_s %5"PRId64" / %"PRIX64" in %s %s:%d\n", av_log 111 libavformat/nutdec.c av_log(NULL, AV_LOG_DEBUG, "get_fourcc %5"PRId64" / %"PRIX64" in %s %s:%d\n", av_log 201 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ av_log 235 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "Version %d not supported.\n", av_log 246 libavformat/nutdec.c av_log(s, AV_LOG_DEBUG, "max_distance %d\n", nut->max_distance); av_log 259 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "time base invalid\n"); av_log 298 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "illegal count %d at %d\n", count, i); av_log 302 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "illegal stream number\n"); av_log 332 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "invalid elision header\n"); av_log 350 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "main header checksum mismatch\n"); av_log 414 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "unknown stream class (%d)\n", class); av_log 418 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, av_log 441 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "invalid aspect ratio %d/%d\n", av_log 452 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, av_log 471 libavformat/nutdec.c av_log(avf, AV_LOG_INFO, "unknown disposition type '%s'\n", value); av_log 544 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "invalid stream id for info packet\n"); av_log 571 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "info header checksum mismatch\n"); av_log 600 libavformat/nutdec.c av_log(s, AV_LOG_VERBOSE, "Syncpoint wallclock %"PRId64"\n", av_log 607 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "sync point checksum mismatch\n"); av_log 651 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "no index at the end\n"); av_log 693 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "index overflow A %d + %"PRIu64" >= %d\n", n, x, syncpoint_count + 1); av_log 702 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "index overflow B\n"); av_log 710 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "keyframe before first syncpoint in index\n"); av_log 732 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "index checksum mismatch\n"); av_log 757 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "No main startcode found.\n"); av_log 767 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "Not all stream headers found.\n"); av_log 781 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "EOF before video frames\n"); av_log 829 libavformat/nutdec.c av_log(s, AV_LOG_WARNING, "Unknown string %s / %s\n", name, str_value); av_log 852 libavformat/nutdec.c av_log(s, AV_LOG_WARNING, "Unknown data %s / %s\n", name, type_str); av_log 879 libavformat/nutdec.c av_log(s, AV_LOG_WARNING, "Unknown integer %s\n", name); av_log 928 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, av_log 971 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "header_idx invalid\n"); av_log 983 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "frame size > 2max_distance and no checksum\n"); av_log 1100 libavformat/nutdec.c av_log(s, AV_LOG_DEBUG, "syncing from %"PRId64"\n", pos); av_log 1104 libavformat/nutdec.c av_log(s, AV_LOG_DEBUG, "sync\n"); av_log 1116 libavformat/nutdec.c av_log(s, AV_LOG_DEBUG, "read_timestamp(X,%d,%"PRId64",%"PRId64")\n", av_log 1123 libavformat/nutdec.c av_log(s, AV_LOG_ERROR, "read_timestamp failed.\n"); av_log 1130 libavformat/nutdec.c av_log(s, AV_LOG_DEBUG, "return %"PRId64" %"PRId64"\n", pts, back_ptr); av_log 1164 libavformat/nutdec.c av_log(s, AV_LOG_DEBUG, "%"PRIu64"-%"PRIu64" %"PRId64"-%"PRId64"\n", av_log 1192 libavformat/nutdec.c av_log(NULL, AV_LOG_DEBUG, "SEEKTO: %"PRId64"\n", pos2); av_log 1195 libavformat/nutdec.c av_log(NULL, AV_LOG_DEBUG, "SP: %"PRId64"\n", pos); av_log 1197 libavformat/nutdec.c av_log(NULL, AV_LOG_ERROR, "no syncpoint at backptr pos\n"); av_log 298 libavformat/nutenc.c av_log(NULL, AV_LOG_DEBUG, "ff_put_v %5"PRId64" / %"PRIX64" in %s %s:%d\n", v, v, file, func, line); av_log 305 libavformat/nutenc.c av_log(NULL, AV_LOG_DEBUG, "put_s %5"PRId64" / %"PRIX64" in %s %s:%d\n", v, v, file, func, line); av_log 434 libavformat/nutenc.c av_log(avctx, AV_LOG_ERROR, "No codec tag defined for stream %d\n", i); av_log 604 libavformat/nutenc.c av_log(nut->avf, AV_LOG_WARNING, "Multiple keyframes with same PTS\n"); av_log 700 libavformat/nutenc.c av_log(s, AV_LOG_ERROR, av_log 968 libavformat/nutenc.c av_log(s, AV_LOG_ERROR, av_log 972 libavformat/nutenc.c av_log(s, AV_LOG_ERROR, "Try to enable the genpts flag\n"); av_log 263 libavformat/nuv.c av_log(s, AV_LOG_ERROR, "Video packet in file without video stream!\n"); av_log 286 libavformat/nuv.c av_log(s, AV_LOG_ERROR, "Audio packet in file without audio stream!\n"); av_log 195 libavformat/oggdec.c av_log(s, AV_LOG_ERROR, "Cannot identify new stream\n"); av_log 244 libavformat/oggdec.c av_log(s, AV_LOG_ERROR, "New streams are not supposed to be added " av_log 348 libavformat/oggdec.c av_log(s, AV_LOG_INFO, "cannot find sync word\n"); av_log 353 libavformat/oggdec.c av_log (s, AV_LOG_ERROR, "ogg page, unsupported version\n"); av_log 371 libavformat/oggdec.c av_log(s, AV_LOG_ERROR, "failed to create or replace stream\n"); av_log 480 libavformat/oggdec.c av_log(s, AV_LOG_WARNING, "Codec not found\n"); av_log 513 libavformat/oggdec.c av_log(s, AV_LOG_WARNING, av_log 694 libavformat/oggdec.c av_log(s, AV_LOG_ERROR, "Header parsing failed for stream %d\n", i); av_log 697 libavformat/oggdec.c av_log(s, AV_LOG_WARNING, av_log 760 libavformat/oggdec.c av_log(s, AV_LOG_WARNING, "Broken file, %skeyframe not correctly marked.\n", av_log 432 libavformat/oggenc.c av_log(s, AV_LOG_WARNING, "The pagesize option is deprecated\n"); av_log 451 libavformat/oggenc.c av_log(s, AV_LOG_ERROR, "Unsupported codec id in stream %d\n", i); av_log 456 libavformat/oggenc.c av_log(s, AV_LOG_ERROR, "No extradata present\n"); av_log 484 libavformat/oggenc.c av_log(s, AV_LOG_ERROR, "Error writing FLAC headers\n"); av_log 493 libavformat/oggenc.c av_log(s, AV_LOG_ERROR, "Error writing Speex headers\n"); av_log 502 libavformat/oggenc.c av_log(s, AV_LOG_ERROR, "Error writing Opus headers\n"); av_log 515 libavformat/oggenc.c av_log(s, AV_LOG_ERROR, "Extradata corrupted\n"); av_log 535 libavformat/oggenc.c av_log(s, AV_LOG_DEBUG, "theora kfgshift %d, vrev %d\n", av_log 83 libavformat/oggparseogm.c av_log(s, AV_LOG_ERROR, "Invalid timing values.\n"); av_log 166 libavformat/oggparseopus.c av_log(avf, AV_LOG_DEBUG, av_log 53 libavformat/oggparseskeleton.c av_log(s, AV_LOG_WARNING, "Unknown skeleton version %d.%d\n", av_log 80 libavformat/oggparseskeleton.c av_log(s, AV_LOG_WARNING, "Serial number in fisbone doesn't match any stream\n"); av_log 85 libavformat/oggparseskeleton.c av_log(s, AV_LOG_WARNING, "Multiple fisbone for the same stream\n"); av_log 62 libavformat/oggparsespeex.c av_log(s, AV_LOG_ERROR, "speex packet too small\n"); av_log 69 libavformat/oggparsespeex.c av_log(s, AV_LOG_ERROR, "invalid channel count. Speex must be mono or stereo.\n"); av_log 70 libavformat/oggparsetheora.c av_log(s, AV_LOG_ERROR, av_log 96 libavformat/oggparsetheora.c av_log(s, AV_LOG_WARNING, "Invalid time base in theora stream, assuming 25 FPS\n"); av_log 125 libavformat/oggparsetheora.c av_log(s, AV_LOG_ERROR, "Unknown header type %X\n", os->buf[os->pstart]); av_log 159 libavformat/oggparsevorbis.c av_log(as, AV_LOG_WARNING, "out-of-memory error. Skipping cover art block.\n"); av_log 170 libavformat/oggparsevorbis.c av_log(as, AV_LOG_WARNING, "Failed to parse cover art block.\n"); av_log 187 libavformat/oggparsevorbis.c av_log(as, AV_LOG_INFO, av_log 190 libavformat/oggparsevorbis.c av_log(as, AV_LOG_INFO, av_log 339 libavformat/oggparsevorbis.c av_log(s, AV_LOG_ERROR, "Channel change is not supported\n"); av_log 44 libavformat/oggparsevp8.c av_log(s, AV_LOG_ERROR, "Invalid OggVP8 header packet"); av_log 49 libavformat/oggparsevp8.c av_log(s, AV_LOG_WARNING, av_log 72 libavformat/oggparsevp8.c av_log(s, AV_LOG_ERROR, "Unknown VP8 header type 0x%02X\n", p[5]); av_log 89 libavformat/omadec.c av_log(s, level, "%s: %s\n", name, buf); av_log 173 libavformat/omadec.c av_log(s, AV_LOG_DEBUG, "Mismatching RID\n"); av_log 202 libavformat/omadec.c av_log(s, AV_LOG_INFO, "File is encrypted\n"); av_log 215 libavformat/omadec.c av_log(s, AV_LOG_ERROR, "No encryption header found\n"); av_log 220 libavformat/omadec.c av_log(s, AV_LOG_ERROR, av_log 228 libavformat/omadec.c av_log(s, AV_LOG_WARNING, "Unknown version in encryption header\n"); av_log 236 libavformat/omadec.c av_log(s, AV_LOG_ERROR, "Invalid encryption header\n"); av_log 241 libavformat/omadec.c av_log(s, AV_LOG_ERROR, "Too little GEOB data\n"); av_log 245 libavformat/omadec.c av_log(s, AV_LOG_DEBUG, "RID: %.8"PRIx32"\n", oc->rid); av_log 271 libavformat/omadec.c av_log(s, AV_LOG_ERROR, "Invalid key\n"); av_log 306 libavformat/omadec.c av_log(s, AV_LOG_ERROR, "Couldn't find the EA3 header !\n"); av_log 337 libavformat/omadec.c av_log(s, AV_LOG_ERROR, "Unsupported sample rate\n"); av_log 371 libavformat/omadec.c av_log(s, AV_LOG_ERROR, av_log 380 libavformat/omadec.c av_log(s, AV_LOG_ERROR, "Unsupported sample rate\n"); av_log 404 libavformat/omadec.c av_log(s, AV_LOG_ERROR, "Unsupported codec %d!\n", buf[32]); av_log 42 libavformat/omaenc.c av_log(s, AV_LOG_ERROR, "Sample rate %d not supported in OpenMG audio\n", av_log 64 libavformat/omaenc.c av_log(s, AV_LOG_ERROR, "ATRAC3 in OMA is only supported with 2 channels\n"); av_log 72 libavformat/omaenc.c av_log(s, AV_LOG_ERROR, "ATRAC3: Unsupported extradata size\n"); av_log 87 libavformat/omaenc.c av_log(s, AV_LOG_ERROR, "unsupported codec tag %d for write\n", av_log 67 libavformat/pmpdec.c av_log(s, AV_LOG_ERROR, "Unsupported video format\n"); av_log 85 libavformat/pmpdec.c av_log(s, AV_LOG_ERROR, "AAC not yet correctly supported\n"); av_log 89 libavformat/pmpdec.c av_log(s, AV_LOG_ERROR, "Unsupported audio format\n"); av_log 101 libavformat/pmpdec.c av_log(s, AV_LOG_FATAL, "Encountered EOF while reading index.\n"); av_log 106 libavformat/pmpdec.c av_log(s, AV_LOG_ERROR, "Packet too small\n"); av_log 112 libavformat/pmpdec.c av_log(s, AV_LOG_ERROR, "File ends before first packet\n"); av_log 143 libavformat/pmpdec.c av_log(s, AV_LOG_ERROR, "No audio packets.\n"); av_log 154 libavformat/pmpdec.c av_log(s, AV_LOG_ERROR, "Cannot (re)allocate packet buffer\n"); av_log 195 libavformat/psxstr.c av_log(s, AV_LOG_ERROR, "Invalid parameters %d %d %d\n", current_sector, sector_count, frame_size); av_log 220 libavformat/psxstr.c av_log(s, AV_LOG_ERROR, "missmatching sector_count\n"); av_log 290 libavformat/psxstr.c av_log(s, AV_LOG_WARNING, "Unknown sector type %02X\n", sector[0x12]); av_log 80 libavformat/pva.c #define pva_log if (read_packet) av_log av_log 110 libavformat/qcp.c av_log(s, AV_LOG_ERROR, "Unknown codec GUID "FF_PRI_GUID".\n", av_log 129 libavformat/qcp.c av_log(s, AV_LOG_WARNING, "Unknown entry %d=>%d in rate-map-table.\n ", mode, size); av_log 156 libavformat/qcp.c av_log(s, AV_LOG_WARNING, "Data chunk is too small.\n"); av_log 162 libavformat/qcp.c av_log(s, AV_LOG_ERROR, "Packet size is too small.\n"); av_log 170 libavformat/qcp.c av_log(s, AV_LOG_WARNING, "Padding should be 0.\n"); av_log 175 libavformat/r3d.c av_log(s, AV_LOG_ERROR, "error reading atom\n"); av_log 180 libavformat/r3d.c av_log(s, AV_LOG_ERROR, "error parsing 'red1' atom\n"); av_log 184 libavformat/r3d.c av_log(s, AV_LOG_ERROR, "could not find 'red1' atom\n"); av_log 195 libavformat/r3d.c av_log(s, AV_LOG_ERROR, "error reading end atom\n"); av_log 207 libavformat/r3d.c av_log(s, AV_LOG_ERROR, "error reading 'rdvo' atom\n"); av_log 210 libavformat/r3d.c av_log(s, AV_LOG_ERROR, "error parsing 'rdvo' atom\n"); av_log 260 libavformat/r3d.c av_log(s, AV_LOG_ERROR, "error reading video packet\n"); av_log 287 libavformat/r3d.c av_log(s, AV_LOG_ERROR, "Bad sample rate\n"); av_log 311 libavformat/r3d.c av_log(s, AV_LOG_ERROR, "error reading audio packet\n"); av_log 383 libavformat/r3d.c av_log(s, AV_LOG_ERROR, "could not seek to frame %d\n", frame_num); av_log 35 libavformat/rawenc.c av_log(s, AV_LOG_ERROR, "%s files have exactly one stream\n", av_log 51 libavformat/rawvideodec.c av_log(ctx, AV_LOG_ERROR, "No such pixel format: %s.\n", av_log 93 libavformat/redspark.c av_log(s, AV_LOG_ERROR, "Invalid sample rate: %d\n", codec->sample_rate); av_log 77 libavformat/riffdec.c av_log(c, AV_LOG_WARNING, av_log 146 libavformat/riffdec.c av_log(NULL, AV_LOG_ERROR, av_log 217 libavformat/riffdec.c av_log(s, AV_LOG_WARNING, "INFO subchunk truncated\n"); av_log 229 libavformat/riffdec.c av_log(s, AV_LOG_WARNING, "too big INFO subchunk\n"); av_log 240 libavformat/riffdec.c av_log(s, AV_LOG_WARNING, "truncated file\n"); av_log 248 libavformat/riffdec.c av_log(s, AV_LOG_ERROR, av_log 256 libavformat/riffdec.c av_log(s, AV_LOG_WARNING, av_log 99 libavformat/riffenc.c av_log(enc, AV_LOG_WARNING, av_log 136 libavformat/rl2.c av_log(s, AV_LOG_ERROR, "Invalid number of channels: %d\n", channels); av_log 92 libavformat/rmdec.c av_log(avctx, AV_LOG_ERROR, "extradata size %u too large\n", size); av_log 224 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, "codecdata_length too large\n"); av_log 232 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, "bad SIPR file flavor %d\n", av_log 239 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, "sub_packet_size is invalid\n"); av_log 254 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, "codecdata_length too large\n"); av_log 288 libavformat/rmdec.c av_log(s, AV_LOG_ERROR ,"Unknown interleaver %"PRIX32"\n", ast->deint_id); av_log 361 libavformat/rmdec.c av_log(s, AV_LOG_WARNING, "Unsupported version\n"); av_log 373 libavformat/rmdec.c av_log(s, AV_LOG_WARNING, "Unsupported Name value property version\n"); av_log 388 libavformat/rmdec.c av_log(s, AV_LOG_WARNING, "Unsupported stream type %08x\n", v); av_log 415 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, "Invalid framerate\n"); av_log 426 libavformat/rmdec.c av_log(s, AV_LOG_WARNING, "codec_data_size %u < size %d\n", codec_data_size, size); av_log 456 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, av_log 461 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, av_log 481 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, av_log 666 libavformat/rmdec.c av_log(s, AV_LOG_WARNING, av_log 674 libavformat/rmdec.c av_log(s, AV_LOG_WARNING, av_log 729 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, "Insufficient data\n"); av_log 739 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, "Insufficient remaining len\n"); av_log 750 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, "Failed to read %d bytes\n", len); av_log 760 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, "Impossibly sized packet\n"); av_log 778 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, "cur slice %d, too large\n", vst->cur_slice); av_log 786 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, "outside videobufsize\n"); av_log 838 libavformat/rmdec.c av_log(s, AV_LOG_ERROR, "Failed to fully read block\n"); av_log 922 libavformat/rmdec.c av_log(s, AV_LOG_DEBUG, "%d %"PRId64" %d\n", *timestamp, *timestamp*512LL/25, seq); av_log 238 libavformat/rmenc.c av_log(ctx, AV_LOG_ERROR, "Invalid codec tag\n"); av_log 317 libavformat/rmenc.c av_log(s, AV_LOG_ERROR, "At most 2 streams are currently supported for muxing in RM\n"); av_log 404 libavformat/rmenc.c av_log(s, AV_LOG_ERROR, "Muxing packets larger than 64 kB (%d) is not supported\n", size); av_log 235 libavformat/rpl.c av_log(s, AV_LOG_WARNING, av_log 82 libavformat/rsd.c av_log(s, AV_LOG_ERROR, "Unknown codec tag: %s\n", tag_buf); av_log 37 libavformat/rsoenc.c av_log(s, AV_LOG_ERROR, "RSO only supports mono\n"); av_log 42 libavformat/rsoenc.c av_log(s, AV_LOG_ERROR, "muxer does not support non seekable output\n"); av_log 48 libavformat/rsoenc.c av_log(s, AV_LOG_ERROR, "Sample rate must be < 65536\n"); av_log 53 libavformat/rsoenc.c av_log(s, AV_LOG_ERROR, "ADPCM in RSO not implemented\n"); av_log 86 libavformat/rsoenc.c av_log(s, AV_LOG_WARNING, av_log 115 libavformat/rtmppkt.c av_log(NULL, AV_LOG_WARNING, av_log 551 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, " number %g\n", av_int2double(AV_RB64(data))); av_log 554 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, " bool %d\n", *data); av_log 566 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, " string '%s'\n", buf); av_log 569 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, " NULL\n"); av_log 576 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, " {\n"); av_log 583 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, " }\n"); av_log 592 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, " %s: ", buf); av_log 602 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, " }\n"); av_log 611 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, "RTMP packet type '%s'(%d) for channel %d, timestamp %d, extra field %d size %d\n", av_log 624 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, "Server BW = %d\n", AV_RB32(p->data)); av_log 626 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, "Client BW = %d\n", AV_RB32(p->data)); av_log 630 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, " %02X", p->data[i]); av_log 631 libavformat/rtmppkt.c av_log(ctx, AV_LOG_DEBUG, "\n"); av_log 310 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Invalid AMF parameter: %s\n", param); av_log 431 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Unable to read command string\n"); av_log 436 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Expecting connect, got %s\n", command); av_log 442 libavformat/rtmpproto.c av_log(s, AV_LOG_WARNING, "SeqNum not found\n"); av_log 448 libavformat/rtmpproto.c av_log(s, AV_LOG_WARNING, "App field not found in connect\n"); av_log 450 libavformat/rtmpproto.c av_log(s, AV_LOG_WARNING, "App field don't match up: %s <-> %s\n", av_log 572 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Releasing stream...\n"); av_log 596 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "FCPublish stream...\n"); av_log 620 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "UnPublishing stream...\n"); av_log 640 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Creating stream...\n"); av_log 665 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Deleting stream...\n"); av_log 735 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Sending play command for '%s'\n", rt->playpath); av_log 759 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Sending seek command for timestamp %"PRId64"\n", av_log 785 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Sending pause command for timestamp %d\n", av_log 812 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Sending publish command for '%s'\n", rt->playpath); av_log 840 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Too short ping packet (%d)\n", av_log 865 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Sending SWF verification...\n"); av_log 1068 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, av_log 1142 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Cannot open connection %s.\n", rt->swfverify); av_log 1179 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, av_log 1232 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Handshaking...\n"); av_log 1261 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Cannot write RTMP handshake request\n"); av_log 1267 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Cannot read RTMP handshake response\n"); av_log 1273 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Cannot read RTMP handshake response\n"); av_log 1277 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Type answer %d\n", serverdata[0]); av_log 1278 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Server version %d.%d.%d.%d\n", av_log 1293 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Server response validating failed\n"); av_log 1329 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Signature mismatch\n"); av_log 1404 libavformat/rtmpproto.c av_log(rt, AV_LOG_ERROR, "Erroneous Message size %d" av_log 1424 libavformat/rtmpproto.c av_log(rt, AV_LOG_ERROR, "Unable to write answer\n"); av_log 1449 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Unable to read handshake\n"); av_log 1454 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "RTMP protocol version mismatch\n"); av_log 1458 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, av_log 1466 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "RTMP Handshake C1 Error\n"); av_log 1480 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "RTMP Handshake S1 Error\n"); av_log 1487 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "RTMP Handshake S2 Error\n"); av_log 1494 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "RTMP Handshake C2 Error\n"); av_log 1498 libavformat/rtmpproto.c av_log(s, AV_LOG_WARNING, av_log 1502 libavformat/rtmpproto.c av_log(s, AV_LOG_WARNING, av_log 1514 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, av_log 1531 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Incorrect chunk size %d\n", av_log 1535 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "New incoming chunk size = %d\n", av_log 1547 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Too short ping packet (%d)\n", av_log 1561 libavformat/rtmpproto.c av_log(s, AV_LOG_WARNING, "Ignoring SWFVerification request.\n"); av_log 1573 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, av_log 1581 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Incorrect client bandwidth %d\n", av_log 1586 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Client bandwidth = %d\n", rt->client_report_size); av_log 1597 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, av_log 1605 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Incorrect server bandwidth %d\n", av_log 1609 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Server bandwidth = %d\n", rt->server_bw); av_log 1722 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, av_log 1732 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "No credentials set\n"); av_log 1737 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Incorrect username/password\n"); av_log 1740 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Incorrect username\n"); av_log 1745 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Authentication failed\n"); av_log 1758 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "No auth parameters found\n"); av_log 1783 libavformat/rtmpproto.c av_log(s, AV_LOG_INFO, "Ignoring unsupported var %s\n", ptr); av_log 1786 libavformat/rtmpproto.c av_log(s, AV_LOG_WARNING, "Variable %s has NULL value\n", ptr); av_log 1835 libavformat/rtmpproto.c av_log(s, level, "Server error: %s\n", tmpstr); av_log 1852 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Unable to create response packet\n"); av_log 1880 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Unable to create response packet\n"); av_log 1931 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Error in PT_INVOKE\n"); av_log 1949 libavformat/rtmpproto.c av_log(s, AV_LOG_WARNING, av_log 1956 libavformat/rtmpproto.c av_log(s, AV_LOG_WARNING, "Unexpected stream %s, expecting" av_log 1966 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Unable to create response packet\n"); av_log 1990 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Unable to create response packet\n"); av_log 2096 libavformat/rtmpproto.c av_log(s, AV_LOG_WARNING, "Unexpected reply on connect()\n"); av_log 2116 libavformat/rtmpproto.c av_log(s, AV_LOG_WARNING, "Unexpected reply on getStreamLength()\n"); av_log 2148 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Server error: %s\n", tmpstr); av_log 2347 libavformat/rtmpproto.c av_log(s, AV_LOG_VERBOSE, "Unknown packet type received 0x%02X\n", pkt->type); av_log 2394 libavformat/rtmpproto.c av_log(NULL, AV_LOG_WARNING, "Incomplete flv packets in " av_log 2438 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Sending bytes read report\n"); av_log 2616 libavformat/rtmpproto.c av_log(s, AV_LOG_WARNING, av_log 2633 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "rtmp_listen not available for %s\n", av_log 2670 libavformat/rtmpproto.c av_log(s , AV_LOG_ERROR, "Cannot open connection %s\n", buf); av_log 2810 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Proto = %s, path = %s, app = %s, fname = %s\n", av_log 2923 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, av_log 2927 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, av_log 2942 libavformat/rtmpproto.c av_log(s, AV_LOG_DEBUG, "Pause at timestamp %d\n", av_log 2945 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Unable to send pause command at timestamp %d\n", av_log 153 libavformat/rtpdec.c av_log(NULL, AV_LOG_ERROR, av_log 622 libavformat/rtpdec.c av_log(st ? st->codec : NULL, AV_LOG_ERROR, av_log 734 libavformat/rtpdec.c av_log(s->st ? s->st->codec : NULL, AV_LOG_WARNING, av_log 801 libavformat/rtpdec.c av_log(s->st ? s->st->codec : NULL, AV_LOG_WARNING, av_log 863 libavformat/rtpdec.c av_log(NULL, AV_LOG_ERROR, "Failed to allocate data for FMTP.\n"); av_log 50 libavformat/rtpdec_ac3.c av_log(ctx, AV_LOG_ERROR, "Invalid %d bytes packet\n", len); av_log 62 libavformat/rtpdec_ac3.c av_log(ctx, AV_LOG_ERROR, "Invalid AC3 packet data\n"); av_log 66 libavformat/rtpdec_ac3.c av_log(ctx, AV_LOG_ERROR, "Out of memory.\n"); av_log 90 libavformat/rtpdec_ac3.c av_log(ctx, AV_LOG_WARNING, av_log 97 libavformat/rtpdec_ac3.c av_log(ctx, AV_LOG_ERROR, "Invalid packet received\n"); av_log 110 libavformat/rtpdec_ac3.c av_log(ctx, AV_LOG_ERROR, "Missed %d packets\n", av_log 117 libavformat/rtpdec_ac3.c av_log(ctx, AV_LOG_ERROR, av_log 63 libavformat/rtpdec_amr.c av_log(ctx, AV_LOG_ERROR, "Bad codec ID\n"); av_log 68 libavformat/rtpdec_amr.c av_log(ctx, AV_LOG_ERROR, "Only mono AMR is supported\n"); av_log 89 libavformat/rtpdec_amr.c av_log(ctx, AV_LOG_ERROR, "No speech data found\n"); av_log 97 libavformat/rtpdec_amr.c av_log(ctx, AV_LOG_ERROR, "Out of memory\n"); av_log 109 libavformat/rtpdec_amr.c av_log(ctx, AV_LOG_WARNING, "Too little speech data in the RTP packet\n"); av_log 126 libavformat/rtpdec_amr.c av_log(ctx, AV_LOG_WARNING, "Too much speech data in the RTP packet?\n"); av_log 144 libavformat/rtpdec_amr.c av_log(s, AV_LOG_WARNING, "AMR fmtp attribute %s had " av_log 177 libavformat/rtpdec_amr.c av_log(s, AV_LOG_ERROR, "Unsupported RTP/AMR configuration!\n"); av_log 111 libavformat/rtpdec_asf.c av_log(s, AV_LOG_ERROR, av_log 105 libavformat/rtpdec_dv.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/DV packet, got %d bytes\n", len); av_log 62 libavformat/rtpdec_h261.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/H.261 packet, got %d bytes\n", len); av_log 36 libavformat/rtpdec_h263.c av_log(ctx, AV_LOG_ERROR, "Too short H.263 RTP packet\n"); av_log 72 libavformat/rtpdec_h263.c av_log(ctx, AV_LOG_ERROR, "Too short H.263 RTP packet\n"); av_log 77 libavformat/rtpdec_h263.c av_log(ctx, AV_LOG_ERROR, "Out of memory\n"); av_log 68 libavformat/rtpdec_h263_rfc2190.c av_log(ctx, AV_LOG_ERROR, "Too short H.263 RTP packet: %d\n", len); av_log 83 libavformat/rtpdec_h263_rfc2190.c av_log(ctx, AV_LOG_ERROR, av_log 94 libavformat/rtpdec_h263_rfc2190.c av_log(ctx, AV_LOG_ERROR, av_log 109 libavformat/rtpdec_h263_rfc2190.c av_log(ctx, AV_LOG_WARNING, av_log 88 libavformat/rtpdec_h264.c av_log(s, AV_LOG_DEBUG, av_log 124 libavformat/rtpdec_h264.c av_log(s, AV_LOG_ERROR, av_log 152 libavformat/rtpdec_h264.c av_log(s, AV_LOG_DEBUG, "RTP Packetization Mode: %d\n", atoi(value)); av_log 162 libavformat/rtpdec_h264.c av_log(s, AV_LOG_ERROR, av_log 173 libavformat/rtpdec_h264.c av_log(s, AV_LOG_DEBUG, "Extradata set to %p (size: %d)\n", av_log 238 libavformat/rtpdec_h264.c av_log(ctx, AV_LOG_ERROR, av_log 288 libavformat/rtpdec_h264.c av_log(ctx, AV_LOG_ERROR, "Too short data for FU-A H264 RTP packet\n"); av_log 318 libavformat/rtpdec_h264.c av_log(ctx, AV_LOG_ERROR, "Empty H264 RTP packet\n"); av_log 350 libavformat/rtpdec_h264.c av_log(ctx, AV_LOG_ERROR, av_log 364 libavformat/rtpdec_h264.c av_log(ctx, AV_LOG_ERROR, "Undefined type (%d)\n", type); av_log 381 libavformat/rtpdec_h264.c av_log(NULL, AV_LOG_DEBUG, "Received %d packets of type %d\n", av_log 200 libavformat/rtpdec_hevc.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/HEVC packet, got %d bytes\n", len); av_log 231 libavformat/rtpdec_hevc.c av_log(ctx, AV_LOG_ERROR, "Illegal temporal ID in RTP/HEVC packet\n"); av_log 237 libavformat/rtpdec_hevc.c av_log(ctx, AV_LOG_ERROR, "Unsupported (HEVC) NAL type (%d)\n", nal_type); av_log 254 libavformat/rtpdec_hevc.c av_log(ctx, AV_LOG_ERROR, av_log 325 libavformat/rtpdec_hevc.c av_log(ctx, AV_LOG_ERROR, av_log 335 libavformat/rtpdec_hevc.c av_log(ctx, AV_LOG_ERROR, "Illegal combination of S and E bit in RTP/HEVC packet\n"); av_log 40 libavformat/rtpdec_ilbc.c av_log(s, AV_LOG_ERROR, "Unsupported iLBC mode %d\n", mode); av_log 62 libavformat/rtpdec_ilbc.c av_log(s, AV_LOG_ERROR, "No iLBC mode set\n"); av_log 224 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/JPEG packet.\n"); av_log 239 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/JPEG packet.\n"); av_log 249 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, av_log 254 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, "Unimplemented RTP/JPEG type %d\n", type); av_log 267 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/JPEG packet.\n"); av_log 278 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_WARNING, "Only 8-bit precision is supported.\n"); av_log 282 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/JPEG packet.\n"); av_log 292 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_WARNING, av_log 302 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, av_log 307 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, av_log 316 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, "Reserved q value %d\n", q); av_log 344 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, av_log 353 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, "RTP timestamps don't match.\n"); av_log 358 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, av_log 375 libavformat/rtpdec_jpeg.c av_log(ctx, AV_LOG_ERROR, av_log 68 libavformat/rtpdec_latm.c av_log(ctx, AV_LOG_ERROR, "No data available yet\n"); av_log 80 libavformat/rtpdec_latm.c av_log(ctx, AV_LOG_ERROR, "Malformed LATM packet\n"); av_log 112 libavformat/rtpdec_latm.c av_log(NULL, AV_LOG_WARNING, "Unsupported LATM config (%d,%d,%d,%d)\n", av_log 50 libavformat/rtpdec_mpa_robust.c av_log(ctx, AV_LOG_ERROR, "Invalid %d bytes packet\n", len); av_log 89 libavformat/rtpdec_mpa_robust.c av_log(ctx, AV_LOG_ERROR, "Invalid frame\n"); av_log 94 libavformat/rtpdec_mpa_robust.c av_log(ctx, AV_LOG_ERROR, "Out of memory.\n"); av_log 124 libavformat/rtpdec_mpa_robust.c av_log(ctx, AV_LOG_ERROR, "Out of memory.\n"); av_log 138 libavformat/rtpdec_mpa_robust.c av_log(ctx, AV_LOG_ERROR, "Out of memory.\n"); av_log 165 libavformat/rtpdec_mpa_robust.c av_log(ctx, AV_LOG_WARNING, av_log 172 libavformat/rtpdec_mpa_robust.c av_log(ctx, AV_LOG_ERROR, "Invalid packet received\n"); av_log 184 libavformat/rtpdec_mpa_robust.c av_log(ctx, AV_LOG_ERROR, av_log 171 libavformat/rtpdec_mpeg4.c av_log(ctx, AV_LOG_ERROR, "Invalid parser state\n"); av_log 175 libavformat/rtpdec_mpeg4.c av_log(ctx, AV_LOG_ERROR, "Invalid AU size\n"); av_log 179 libavformat/rtpdec_mpeg4.c av_log(ctx, AV_LOG_ERROR, "Out of memory\n"); av_log 196 libavformat/rtpdec_mpeg4.c av_log(ctx, AV_LOG_ERROR, "Error parsing AU headers\n"); av_log 207 libavformat/rtpdec_mpeg4.c av_log(ctx, AV_LOG_ERROR, "Invalid AU size\n"); av_log 220 libavformat/rtpdec_mpeg4.c av_log(ctx, AV_LOG_ERROR, "Invalid packet received\n"); av_log 232 libavformat/rtpdec_mpeg4.c av_log(ctx, AV_LOG_ERROR, "Missed some packets, discarding frame\n"); av_log 239 libavformat/rtpdec_mpeg4.c av_log(ctx, AV_LOG_ERROR, "Out of memory\n"); av_log 250 libavformat/rtpdec_mpeg4.c av_log(ctx, AV_LOG_ERROR, "First AU larger than packet size\n"); av_log 254 libavformat/rtpdec_mpeg4.c av_log(ctx, AV_LOG_ERROR, "Out of memory\n"); av_log 69 libavformat/rtpdec_qcelp.c av_log(ctx, AV_LOG_ERROR, "Invalid interleave size %d\n", av_log 74 libavformat/rtpdec_qcelp.c av_log(ctx, AV_LOG_ERROR, "Invalid interleave index %d/%d\n", av_log 253 libavformat/rtpdec_qdm2.c av_log(s, AV_LOG_WARNING, av_log 60 libavformat/rtpdec_vp8.c av_log(ctx, AV_LOG_WARNING, "%s", msg); av_log 37 libavformat/rtpdec_vp9.c av_log(ctx, AV_LOG_WARNING, av_log 62 libavformat/rtpdec_vp9.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet, got %d bytes\n", len); av_log 94 libavformat/rtpdec_vp9.c av_log(ctx, AV_LOG_ERROR, "Invalid combination of B and M marker (%d != %d)\n", last_fragment, rtp_m); av_log 117 libavformat/rtpdec_vp9.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); av_log 124 libavformat/rtpdec_vp9.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); av_log 151 libavformat/rtpdec_vp9.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); av_log 183 libavformat/rtpdec_vp9.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); av_log 192 libavformat/rtpdec_vp9.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); av_log 253 libavformat/rtpdec_vp9.c av_log(ctx, AV_LOG_ERROR, "Too short RTP/VP9 packet\n"); av_log 71 libavformat/rtpdec_xiph.c av_log(ctx, AV_LOG_ERROR, "No more data to return\n"); av_log 77 libavformat/rtpdec_xiph.c av_log(ctx, AV_LOG_ERROR, "Not enough data to return\n"); av_log 81 libavformat/rtpdec_xiph.c av_log(ctx, AV_LOG_ERROR, "Out of memory.\n"); av_log 92 libavformat/rtpdec_xiph.c av_log(ctx, AV_LOG_ERROR, "Invalid %d byte packet\n", len); av_log 104 libavformat/rtpdec_xiph.c av_log(ctx, AV_LOG_ERROR, av_log 111 libavformat/rtpdec_xiph.c av_log(ctx, AV_LOG_ERROR, av_log 117 libavformat/rtpdec_xiph.c av_log(ctx, AV_LOG_ERROR, av_log 128 libavformat/rtpdec_xiph.c av_log(ctx, AV_LOG_ERROR, "Out of memory.\n"); av_log 143 libavformat/rtpdec_xiph.c av_log(ctx, AV_LOG_ERROR, "Out of memory.\n"); av_log 176 libavformat/rtpdec_xiph.c av_log(ctx, AV_LOG_ERROR, "RTP timestamps don't match!\n"); av_log 180 libavformat/rtpdec_xiph.c av_log(ctx, AV_LOG_WARNING, av_log 192 libavformat/rtpdec_xiph.c av_log(ctx, AV_LOG_ERROR, av_log 234 libavformat/rtpdec_xiph.c av_log(codec, AV_LOG_ERROR, av_log 248 libavformat/rtpdec_xiph.c av_log(codec, AV_LOG_ERROR, av_log 256 libavformat/rtpdec_xiph.c av_log(codec, AV_LOG_ERROR, av_log 269 libavformat/rtpdec_xiph.c av_log(codec, AV_LOG_ERROR, "Out of memory\n"); av_log 301 libavformat/rtpdec_xiph.c av_log(s, AV_LOG_ERROR, av_log 340 libavformat/rtpdec_xiph.c av_log(s, AV_LOG_ERROR, av_log 345 libavformat/rtpdec_xiph.c av_log(s, AV_LOG_ERROR, "Packet too large\n"); av_log 96 libavformat/rtpenc.c av_log(s1, AV_LOG_ERROR, "Only one stream supported in the RTP muxer\n"); av_log 101 libavformat/rtpenc.c av_log(s1, AV_LOG_ERROR, "Unsupported codec %s\n", avcodec_get_name(st->codec->codec_id)); av_log 146 libavformat/rtpenc.c av_log(s1, AV_LOG_ERROR, "Max packet size %d too low\n", s1->packet_size); av_log 178 libavformat/rtpenc.c av_log(s, AV_LOG_ERROR, av_log 213 libavformat/rtpenc.c av_log(s1, AV_LOG_ERROR, "Multistream opus not supported in RTP\n"); av_log 223 libavformat/rtpenc.c av_log(s1, AV_LOG_ERROR, "Incorrect iLBC block size specified\n"); av_log 237 libavformat/rtpenc.c av_log(s1, AV_LOG_ERROR, "RTP max payload size too small for AMR\n"); av_log 241 libavformat/rtpenc.c av_log(s1, AV_LOG_ERROR, "Only mono is supported\n"); av_log 565 libavformat/rtpenc.c av_log(s1, AV_LOG_ERROR, "failed to allocate side data\n"); av_log 593 libavformat/rtpenc.c av_log(s1, AV_LOG_ERROR, av_log 79 libavformat/rtpenc_h261.c av_log(ctx, AV_LOG_WARNING, av_log 171 libavformat/rtpenc_h263_rfc2190.c av_log(s1, AV_LOG_ERROR, "Unable to split H263 packet, " av_log 60 libavformat/rtpenc_h264_hevc.c av_log(s1, AV_LOG_DEBUG, "Sending NAL %x of len %d M=%d\n", buf[0] & 0x1F, size, last); av_log 105 libavformat/rtpenc_h264_hevc.c av_log(s1, AV_LOG_ERROR, av_log 110 libavformat/rtpenc_h264_hevc.c av_log(s1, AV_LOG_DEBUG, "NAL size %d > %d\n", size, s->max_payload_size); av_log 56 libavformat/rtpenc_jpeg.c av_log(s1, AV_LOG_ERROR, "Unsupported pixel format\n"); av_log 67 libavformat/rtpenc_jpeg.c av_log(s1, AV_LOG_WARNING, av_log 73 libavformat/rtpenc_jpeg.c av_log(s1, AV_LOG_ERROR, "Too short JPEG header. Aborted!\n"); av_log 80 libavformat/rtpenc_jpeg.c av_log(s1, AV_LOG_ERROR, av_log 105 libavformat/rtpproto.c av_log(NULL, AV_LOG_ERROR, "rtp_resolve_host: %s\n", gai_strerror(error)); av_log 247 libavformat/rtpproto.c av_log(h, AV_LOG_WARNING, "Unable to resolve %s\n", p); av_log 441 libavformat/rtpproto.c av_log(h, AV_LOG_WARNING, "Data doesn't look like RTP packets, " av_log 449 libavformat/rtpproto.c av_log(h, AV_LOG_ERROR, av_log 471 libavformat/rtpproto.c av_log(h, AV_LOG_INFO, av_log 478 libavformat/rtpproto.c av_log(h, AV_LOG_INFO, av_log 264 libavformat/rtsp.c av_log(s, AV_LOG_DEBUG, "audio codec set to: %s\n", c_name); av_log 275 libavformat/rtsp.c av_log(s, AV_LOG_DEBUG, "audio samplerate set to: %i\n", av_log 277 libavformat/rtsp.c av_log(s, AV_LOG_DEBUG, "audio channels set to: %i\n", av_log 281 libavformat/rtsp.c av_log(s, AV_LOG_DEBUG, "video codec set to: %s\n", c_name); av_log 1235 libavformat/rtsp.c av_log(s, AV_LOG_WARNING, "CSeq %d expected, %d received.\n", av_log 1310 libavformat/rtsp.c av_log(s, AV_LOG_ERROR, "tunneling of RTSP requests " av_log 1364 libavformat/rtsp.c av_log(s, AV_LOG_ERROR, "method %s failed: %d%s\n", av_log 1368 libavformat/rtsp.c av_log(s, AV_LOG_DEBUG, "%s\n", rt->last_reply); av_log 1447 libavformat/rtsp.c av_log(s, AV_LOG_ERROR, "Unable to open an input RTP port\n"); av_log 1533 libavformat/rtsp.c av_log(s, AV_LOG_ERROR, "Nonmatching transport in server reply\n"); av_log 1631 libavformat/rtsp.c av_log(s, AV_LOG_ERROR, "Invalid UDP port range, max port %d less " av_log 1678 libavformat/rtsp.c av_log(s, AV_LOG_ERROR, "Unsupported lower transport method, " av_log 1867 libavformat/rtsp.c av_log(s, AV_LOG_INFO, "Status %d: Redirecting to %s\n", av_log 1906 libavformat/rtsp.c av_log(s, AV_LOG_ERROR, "Unable to recover rtp ports\n"); av_log 1910 libavformat/rtsp.c av_log(s, AV_LOG_ERROR, av_log 1945 libavformat/rtsp.c av_log(s, AV_LOG_WARNING, av_log 1993 libavformat/rtsp.c av_log(s, AV_LOG_WARNING, av_log 2007 libavformat/rtsp.c av_log(s, AV_LOG_WARNING, "Unable to pick stream for packet\n"); av_log 2159 libavformat/rtsp.c av_log(s, AV_LOG_DEBUG, "Received BYE for stream %d (%d/%d)\n", av_log 2352 libavformat/rtsp.c av_log(s, AV_LOG_WARNING, "Received too short packet\n"); av_log 2357 libavformat/rtsp.c av_log(s, AV_LOG_WARNING, "Unsupported RTP version packet " av_log 2373 libavformat/rtsp.c av_log(s, AV_LOG_ERROR, "Unable to receive RTP payload type %d " av_log 2379 libavformat/rtsp.c av_log(s, AV_LOG_WARNING, "Guessing on RTP content - if not received " av_log 2393 libavformat/rtsp.c av_log(s, AV_LOG_VERBOSE, "SDP:\n%s\n", sdp); av_log 91 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Message too long\n"); av_log 128 libavformat/rtspdec.c av_log(s, AV_LOG_WARNING, "There is no session-id at the moment\n"); av_log 132 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Unexpected session-id %s\n", av_log 157 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Unexpected Sequence number %d\n", av_log 182 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Unexpected content type %s\n", av_log 191 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, av_log 197 libavformat/rtspdec.c av_log(s, AV_LOG_VERBOSE, "SDP: %s\n", sdp); av_log 204 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, av_log 246 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "No transport defined in SETUP\n"); av_log 256 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "mode=record/receive not set or transport" av_log 262 libavformat/rtspdec.c av_log(s, AV_LOG_WARNING, "More than one transport not supported, " av_log 270 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Unable to find requested track\n"); av_log 365 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Error parsing method string\n"); av_log 370 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Method string too long\n"); av_log 393 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Unexpected command in Idle State %s\n", av_log 400 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Unexpected command in Paused State %s\n", av_log 407 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Unexpected command in Streaming State" av_log 412 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Unexpected State [%d]\n", rt->state); av_log 418 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Error parsing message URI\n"); av_log 422 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "uri string length exceeded buffer size\n"); av_log 438 libavformat/rtspdec.c av_log(s, AV_LOG_INFO, "Host %s differs from expected %s\n", av_log 441 libavformat/rtspdec.c av_log(s, AV_LOG_WARNING, "WARNING: Path %s differs from expected" av_log 444 libavformat/rtspdec.c av_log(s, AV_LOG_INFO, av_log 452 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Error parsing protocol or version\n"); av_log 475 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "RTSP: Unexpected Command\n"); av_log 506 libavformat/rtspdec.c av_log(s, AV_LOG_DEBUG, "hello state=%d\n", rt->state); av_log 614 libavformat/rtspdec.c av_log(s, AV_LOG_VERBOSE, "SDP:\n%s\n", content); av_log 661 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "Unable to open RTSP for listening\n"); av_log 673 libavformat/rtspdec.c av_log(s, AV_LOG_ERROR, "RTSP: Unexpected Command\n"); av_log 879 libavformat/rtspdec.c av_log(s, AV_LOG_WARNING, "UDP timeout, retrying with TCP\n"); av_log 81 libavformat/rtspenc.c av_log(s, AV_LOG_VERBOSE, "SDP:\n%s\n", sdp); av_log 104 libavformat/sapdec.c av_log(s, AV_LOG_WARNING, "Received too short packet\n"); av_log 109 libavformat/sapdec.c av_log(s, AV_LOG_WARNING, "Unsupported SAP version packet " av_log 115 libavformat/sapdec.c av_log(s, AV_LOG_WARNING, "Received stream deletion " av_log 129 libavformat/sapdec.c av_log(s, AV_LOG_WARNING, "Received too short packet\n"); av_log 138 libavformat/sapdec.c av_log(s, AV_LOG_WARNING, "Unsupported mime type %s\n", av_log 147 libavformat/sapdec.c av_log(s, AV_LOG_VERBOSE, "SDP:\n%s\n", sap->sdp); av_log 113 libavformat/sapenc.c av_log(s, AV_LOG_ERROR, "Unable to resolve %s\n", host); av_log 129 libavformat/sapenc.c av_log(s, AV_LOG_ERROR, "Host %s resolved to unsupported " av_log 187 libavformat/sapenc.c av_log(s, AV_LOG_ERROR, "Unsupported protocol family\n"); av_log 227 libavformat/sapenc.c av_log(s, AV_LOG_VERBOSE, "SDP:\n%s\n", &sap->ann[pos]); av_log 232 libavformat/sapenc.c av_log(s, AV_LOG_ERROR, "Announcement too large to send in one " av_log 214 libavformat/sbgdec.c av_log(log, AV_LOG_ERROR, "%g is too large\n", d); av_log 848 libavformat/sbgdec.c av_log(log, AV_LOG_ERROR, "Error line %d: %s near %s%.*s%s.\n", av_log 898 libavformat/sbgdec.c av_log(log, AV_LOG_WARNING, av_log 911 libavformat/sbgdec.c av_log(log, AV_LOG_WARNING, av_log 919 libavformat/sbgdec.c av_log(log, AV_LOG_INFO, "Using %02d:%02d:%02d as NOW.\n", av_log 950 libavformat/sbgdec.c av_log(log, AV_LOG_ERROR, "Recursion loop on \"%.*s\"\n", av_log 961 libavformat/sbgdec.c av_log(log, AV_LOG_ERROR, "Tone-set \"%.*s\" not defined\n", av_log 996 libavformat/sbgdec.c av_log(log, AV_LOG_ERROR, "No events in script\n"); av_log 1113 libavformat/sbgdec.c av_log(log, AV_LOG_WARNING, "Spinning noise not implemented, " av_log 1138 libavformat/sbgdec.c av_log(log, AV_LOG_ERROR, av_log 1321 libavformat/sbgdec.c av_log(log, AV_LOG_WARNING, "Completely silent script.\n"); av_log 1402 libavformat/sbgdec.c av_log(avf, AV_LOG_WARNING, "Mix feature not implemented: " av_log 176 libavformat/sctp.c av_log(s, AV_LOG_ERROR, "Port missing in uri\n"); av_log 194 libavformat/sctp.c av_log(h, AV_LOG_ERROR, "Failed to resolve hostname %s: %s\n", av_log 224 libavformat/sctp.c av_log(h, AV_LOG_ERROR, av_log 234 libavformat/sctp.c av_log(h, AV_LOG_ERROR, av_log 300 libavformat/sctp.c av_log(h, AV_LOG_ERROR, "bad input data\n"); av_log 166 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "Too much extradata!\n"); av_log 179 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "Cannot allocate memory for the parameter sets.\n"); av_log 206 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "Cannot Base64-encode %"PTRDIFF_SPECIFIER" %"PTRDIFF_SPECIFIER"!\n", MAX_PSET_SIZE - (p - psets), r1 - r); av_log 332 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "Too much extradata!\n"); av_log 338 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "Cannot allocate memory for the config info.\n"); av_log 363 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "Unsupported Xiph codec ID\n"); av_log 370 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "Extradata corrupt.\n"); av_log 412 libavformat/sdp.c av_log(c, AV_LOG_ERROR, av_log 460 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "Unsupported sample rate\n"); av_log 473 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "Cannot allocate memory for the config info.\n"); av_log 563 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "AAC with no global headers is currently not supported.\n"); av_log 611 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "Vorbis configuration info missing\n"); av_log 633 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "Unsupported pixel format.\n"); av_log 640 libavformat/sdp.c av_log(c, AV_LOG_ERROR, "Theora configuation info missing\n"); av_log 162 libavformat/segafilm.c av_log(s, AV_LOG_ERROR, "raw video is using unhandled %dbpp\n", scratch[20]); av_log 189 libavformat/segment.c av_log(oc, AV_LOG_ERROR, "Could not get segment filename with strftime\n"); av_log 194 libavformat/segment.c av_log(oc, AV_LOG_ERROR, "Invalid segment filename template '%s'\n", s->filename); av_log 236 libavformat/segment.c av_log(s, AV_LOG_ERROR, "Failed to open segment '%s'\n", oc->filename); av_log 260 libavformat/segment.c av_log(s, AV_LOG_ERROR, "Failed to open segment list '%s'\n", seg->list); av_log 274 libavformat/segment.c av_log(s, AV_LOG_VERBOSE, "EXT-X-MEDIA-SEQUENCE:%d\n", av_log 309 libavformat/segment.c av_log(log_ctx, AV_LOG_WARNING, av_log 333 libavformat/segment.c av_log(s, AV_LOG_ERROR, "Failure occurred when ending segment '%s'\n", av_log 373 libavformat/segment.c av_log(s, AV_LOG_VERBOSE, "segment:'%s' count:%d ended\n", av_log 403 libavformat/segment.c av_log(log_ctx, AV_LOG_ERROR, "Could not allocate forced times array\n"); av_log 414 libavformat/segment.c av_log(log_ctx, AV_LOG_ERROR, "Empty time specification in times list %s\n", av_log 421 libavformat/segment.c av_log(log_ctx, AV_LOG_ERROR, av_log 429 libavformat/segment.c av_log(log_ctx, AV_LOG_ERROR, av_log 461 libavformat/segment.c av_log(log_ctx, AV_LOG_ERROR, "Could not allocate forced frames array\n"); av_log 473 libavformat/segment.c av_log(log_ctx, AV_LOG_ERROR, "Empty frame specification in frame list %s\n", av_log 479 libavformat/segment.c av_log(log_ctx, AV_LOG_ERROR, av_log 488 libavformat/segment.c av_log(log_ctx, AV_LOG_ERROR, av_log 569 libavformat/segment.c av_log(s, AV_LOG_ERROR, "Could not select stream matching identifier '%s'\n", av_log 597 libavformat/segment.c av_log(s, AV_LOG_ERROR, av_log 614 libavformat/segment.c av_log(s, AV_LOG_ERROR, av_log 624 libavformat/segment.c av_log(s, AV_LOG_ERROR, "Could not parse format options list '%s'\n", av_log 642 libavformat/segment.c av_log(s, AV_LOG_WARNING, "'ext' list type option is deprecated in favor of 'csv'\n"); av_log 646 libavformat/segment.c av_log(s, AV_LOG_VERBOSE, "Selected stream id:%d type:%s\n", av_log 657 libavformat/segment.c av_log(s, AV_LOG_ERROR, "format %s not supported.\n", av_log 673 libavformat/segment.c av_log(s, AV_LOG_ERROR, "Failed to open segment '%s'\n", oc->filename); av_log 684 libavformat/segment.c av_log(s, AV_LOG_ERROR, av_log 794 libavformat/segment.c av_log(s, AV_LOG_VERBOSE, "segment:'%s' starts with packet stream:%d pts:%s pts_time:%s frame:%d\n", av_log 799 libavformat/segment.c av_log(s, AV_LOG_DEBUG, "stream:%d start_pts_time:%s pts:%s pts_time:%s dts:%s dts_time:%s", av_log 813 libavformat/segment.c av_log(s, AV_LOG_DEBUG, " -> pts:%s pts_time:%s dts:%s dts_time:%s\n", av_log 182 libavformat/sierravmd.c av_log(s, AV_LOG_ERROR, "vmd->frame_count * vmd->frames_per_block too large\n"); av_log 208 libavformat/sierravmd.c av_log(s, AV_LOG_ERROR, "Failed to read frame record\n"); av_log 216 libavformat/sierravmd.c av_log(s, AV_LOG_ERROR, "Invalid frame size\n"); av_log 296 libavformat/sierravmd.c av_log(s, AV_LOG_DEBUG, " dispatching %s frame with %d bytes and pts %"PRId64"\n", av_log 98 libavformat/siff.c av_log(s, AV_LOG_ERROR, "Header chunk is missing\n"); av_log 102 libavformat/siff.c av_log(s, AV_LOG_ERROR, "Header chunk size is incorrect\n"); av_log 106 libavformat/siff.c av_log(s, AV_LOG_ERROR, "Incorrect header version\n"); av_log 114 libavformat/siff.c av_log(s, AV_LOG_ERROR, "File contains no frames ???\n"); av_log 148 libavformat/siff.c av_log(s, AV_LOG_ERROR, "Header chunk is missing\n"); av_log 152 libavformat/siff.c av_log(s, AV_LOG_ERROR, "Header chunk size is incorrect\n"); av_log 175 libavformat/siff.c av_log(s, AV_LOG_ERROR, "Not a VBV file\n"); av_log 184 libavformat/siff.c av_log(s, AV_LOG_ERROR, "'BODY' chunk is missing\n"); av_log 131 libavformat/smacker.c av_log(s, AV_LOG_ERROR, "treesize too large\n"); av_log 147 libavformat/smacker.c av_log(s, AV_LOG_ERROR, "Too many frames: %"PRIu32"\n", smk->frames); av_log 226 libavformat/smacker.c av_log(s, AV_LOG_ERROR, av_log 292 libavformat/smacker.c av_log(s, AV_LOG_ERROR, av_log 325 libavformat/smacker.c av_log(s, AV_LOG_ERROR, "Invalid audio part size\n"); av_log 73 libavformat/smjpegdec.c av_log(s, AV_LOG_ERROR, "error when reading comment\n"); av_log 129 libavformat/smjpegdec.c av_log(s, AV_LOG_ERROR, "unknown header %"PRIx32"\n", htype); av_log 169 libavformat/smjpegdec.c av_log(s, AV_LOG_ERROR, "unknown chunk %"PRIx32"\n", dtype); av_log 42 libavformat/smjpegenc.c av_log(s, AV_LOG_ERROR, "more than >2 streams are not supported\n"); av_log 63 libavformat/smjpegenc.c av_log(s, AV_LOG_ERROR, "unsupported audio codec\n"); av_log 76 libavformat/smjpegenc.c av_log(s, AV_LOG_ERROR, "unsupported video codec\n"); av_log 225 libavformat/smoothstreamingenc.c av_log(s, AV_LOG_ERROR, "Unable to open %s for writing\n", temp_filename); av_log 297 libavformat/smoothstreamingenc.c av_log(s, AV_LOG_ERROR, "mkdir failed\n"); av_log 320 libavformat/smoothstreamingenc.c av_log(s, AV_LOG_ERROR, "No bit rate set for stream %d\n", i); av_log 327 libavformat/smoothstreamingenc.c av_log(s, AV_LOG_ERROR, "mkdir failed\n"); av_log 371 libavformat/smoothstreamingenc.c av_log(s, AV_LOG_ERROR, "Unsupported video codec\n"); av_log 385 libavformat/smoothstreamingenc.c av_log(s, AV_LOG_ERROR, "Unsupported audio codec\n"); av_log 395 libavformat/smoothstreamingenc.c av_log(s, AV_LOG_WARNING, "no video stream and no min frag duration set\n"); av_log 138 libavformat/smush.c av_log(ctx, AV_LOG_ERROR, "Wrong magic\n"); av_log 77 libavformat/soxdec.c av_log(s, AV_LOG_ERROR, "invalid comment size (%u)\n", comment_size); av_log 82 libavformat/soxdec.c av_log(s, AV_LOG_ERROR, "invalid sample rate (%f)\n", sample_rate); av_log 88 libavformat/soxdec.c av_log(s, AV_LOG_WARNING, av_log 94 libavformat/soxdec.c av_log(s, AV_LOG_ERROR, "invalid header\n"); av_log 74 libavformat/soxenc.c av_log(s, AV_LOG_ERROR, "invalid codec; use pcm_s32le or pcm_s32be\n"); av_log 62 libavformat/spdifdec.c av_log(s, AV_LOG_ERROR, "Invalid AAC packet in IEC 61937\n"); av_log 176 libavformat/spdifenc.c av_log(s, AV_LOG_ERROR, "HD mode not supported for this format\n"); av_log 181 libavformat/spdifenc.c av_log(s, AV_LOG_ERROR, "Unknown DTS sample rate for HD\n"); av_log 189 libavformat/spdifenc.c av_log(s, AV_LOG_ERROR, "Specified HD rate of %d Hz would require an " av_log 209 libavformat/spdifenc.c av_log(s, AV_LOG_WARNING, "DTS-HD bitrate too high, " av_log 277 libavformat/spdifenc.c av_log(s, AV_LOG_ERROR, "stray DTS-HD frame\n"); av_log 280 libavformat/spdifenc.c av_log(s, AV_LOG_ERROR, "bad DTS syncword 0x%"PRIx32"\n", syncword_dts); av_log 294 libavformat/spdifenc.c av_log(s, AV_LOG_ERROR, "%i samples in DTS frame not supported\n", av_log 334 libavformat/spdifenc.c av_log(s, AV_LOG_ERROR, "Wrong MPEG file format\n"); av_log 337 libavformat/spdifenc.c av_log(s, AV_LOG_DEBUG, "version: %i layer: %i extension: %i\n", version, layer, extension); av_log 359 libavformat/spdifenc.c av_log(s, AV_LOG_ERROR, "Wrong AAC file format\n"); av_log 375 libavformat/spdifenc.c av_log(s, AV_LOG_ERROR, av_log 472 libavformat/spdifenc.c av_log(s, AV_LOG_ERROR, "codec not supported\n"); av_log 514 libavformat/spdifenc.c av_log(s, AV_LOG_ERROR, "bitrate is too high\n"); av_log 541 libavformat/spdifenc.c av_log(s, AV_LOG_DEBUG, "type=%x len=%i pkt_offset=%i\n", av_log 43 libavformat/srtenc.c av_log(avf, AV_LOG_ERROR, av_log 49 libavformat/srtenc.c av_log(avf, AV_LOG_ERROR, av_log 80 libavformat/srtenc.c av_log(avf, AV_LOG_WARNING, av_log 83 libavformat/srtp.c av_log(NULL, AV_LOG_WARNING, "SRTP Crypto suite %s not supported\n", av_log 88 libavformat/srtp.c av_log(NULL, AV_LOG_WARNING, "Incorrect amount of SRTP params\n"); av_log 180 libavformat/srtp.c av_log(NULL, AV_LOG_WARNING, "HMAC mismatch\n"); av_log 62 libavformat/subfile.c av_log(h, AV_LOG_ERROR, "Impossible to seek in file: %s\n", av_log 76 libavformat/subfile.c av_log(h, AV_LOG_ERROR, "end before start\n"); av_log 49 libavformat/subtitles.c av_log(s, AV_LOG_INFO, av_log 132 libavformat/swfdec.c av_log(s, AV_LOG_INFO, "SWF compressed file detected\n"); av_log 142 libavformat/swfdec.c av_log(s, AV_LOG_ERROR, "Unable to init zlib context\n"); av_log 147 libavformat/swfdec.c av_log(s, AV_LOG_ERROR, "zlib support is required to read SWF compressed files\n"); av_log 208 libavformat/swfdec.c av_log(s, AV_LOG_ERROR, "invalid tag length: %d\n", len); av_log 326 libavformat/swfdec.c av_log(s, AV_LOG_ERROR, "invalid bitmap format %d, skipped\n", bmp_fmt); av_log 335 libavformat/swfdec.c av_log(s, AV_LOG_ERROR, "invalid frame size %dx%d\n", width, height); av_log 353 libavformat/swfdec.c av_log(s, AV_LOG_WARNING, "Failed to uncompress one bitmap\n"); av_log 409 libavformat/swfdec.c av_log(s, AV_LOG_ERROR, "pixel format change unsupported\n"); av_log 431 libavformat/swfdec.c av_log(s, AV_LOG_ERROR, "this file requires zlib support compiled in\n"); av_log 505 libavformat/swfdec.c av_log(s, AV_LOG_DEBUG, "Unknown tag: %d\n", tag); av_log 509 libavformat/swfdec.c av_log(s, AV_LOG_WARNING, "Cliping len %d\n", len); av_log 191 libavformat/swfenc.c av_log(s, AV_LOG_ERROR, "SWF muxer only supports 1 audio stream\n"); av_log 196 libavformat/swfenc.c av_log(s, AV_LOG_ERROR, "audio frame size not set\n"); av_log 204 libavformat/swfenc.c av_log(s, AV_LOG_ERROR, "SWF muxer only supports MP3\n"); av_log 209 libavformat/swfenc.c av_log(s, AV_LOG_ERROR, "SWF muxer only supports 1 video stream\n"); av_log 218 libavformat/swfenc.c av_log(s, AV_LOG_ERROR, "SWF muxer only supports VP6, FLV1 and MJPEG\n"); av_log 325 libavformat/swfenc.c av_log(s, AV_LOG_ERROR, "swf does not support that sample rate, choose from (44100, 22050, 11025).\n"); av_log 352 libavformat/swfenc.c av_log(enc, AV_LOG_INFO, "warning: Flash Player limit of 16000 frames reached\n"); av_log 456 libavformat/swfenc.c av_log(enc, AV_LOG_INFO, "warning: Flash Player limit of 16000 frames reached\n"); av_log 459 libavformat/swfenc.c av_log(s, AV_LOG_ERROR, "audio fifo too small to mux audio essence\n"); av_log 96 libavformat/takdec.c av_log(s, AV_LOG_ERROR, "%d metadata block CRC error.\n", type); av_log 114 libavformat/takdec.c av_log(s, AV_LOG_ERROR, "MD5 metadata block CRC error.\n"); av_log 119 libavformat/takdec.c av_log(s, AV_LOG_VERBOSE, "MD5="); av_log 121 libavformat/takdec.c av_log(s, AV_LOG_VERBOSE, "%02x", md5[i]); av_log 122 libavformat/takdec.c av_log(s, AV_LOG_VERBOSE, "\n"); av_log 166 libavformat/takdec.c av_log(s, AV_LOG_VERBOSE, "encoder version: %0X\n", av_log 78 libavformat/tcp.c av_log(h, AV_LOG_ERROR, "Port missing in uri\n"); av_log 111 libavformat/tcp.c av_log(h, AV_LOG_ERROR, av_log 285 libavformat/tedcaptionsdec.c av_log(avf, AV_LOG_ERROR, "Syntax error near offset %"PRId64".\n", av_log 76 libavformat/tee.c av_log(log, AV_LOG_ERROR, "No option found near \"%s\"\n", p); av_log 115 libavformat/tee.c av_log(log_ctx, AV_LOG_ERROR, av_log 177 libavformat/tee.c av_log(avf, AV_LOG_ERROR, av_log 210 libavformat/tee.c av_log(avf, AV_LOG_ERROR, "Slave '%s': error opening: %s\n", av_log 217 libavformat/tee.c av_log(avf, AV_LOG_ERROR, "Slave '%s': error writing header: %s\n", av_log 234 libavformat/tee.c av_log(avf, AV_LOG_ERROR, av_log 245 libavformat/tee.c av_log(avf, AV_LOG_ERROR, av_log 252 libavformat/tee.c av_log(avf, AV_LOG_DEBUG, "spec:%s bsfs:%s matches stream %d of slave " av_log 255 libavformat/tee.c av_log(avf, AV_LOG_WARNING, av_log 262 libavformat/tee.c av_log(avf, AV_LOG_ERROR, av_log 276 libavformat/tee.c av_log(avf2, AV_LOG_ERROR, "Unknown option '%s'\n", entry->key); av_log 317 libavformat/tee.c av_log(log_ctx, log_level, "filename:'%s' format:%s\n", av_log 323 libavformat/tee.c av_log(log_ctx, log_level, " stream:%d codec:%s type:%s", av_log 327 libavformat/tee.c av_log(log_ctx, log_level, " bsfs:"); av_log 329 libavformat/tee.c av_log(log_ctx, log_level, "%s%s", av_log 334 libavformat/tee.c av_log(log_ctx, log_level, "\n"); av_log 348 libavformat/tee.c av_log(avf, AV_LOG_ERROR, "Maximum %d slave muxers reached.\n", av_log 375 libavformat/tee.c av_log(avf, AV_LOG_WARNING, "Input stream #%d is not mapped " av_log 413 libavformat/tee.c av_log(log_ctx, AV_LOG_ERROR, av_log 108 libavformat/tls.c av_log(h, AV_LOG_WARNING, "%s\n", gnutls_strerror(ret)); av_log 111 libavformat/tls.c av_log(h, AV_LOG_ERROR, "%s\n", gnutls_strerror(ret)); av_log 125 libavformat/tls.c av_log(h, AV_LOG_ERROR, "%s\n", ERR_error_string(ERR_get_error(), NULL)); av_log 233 libavformat/tls.c av_log(h, AV_LOG_ERROR, "%s\n", gnutls_strerror(ret)); av_log 246 libavformat/tls.c av_log(h, AV_LOG_ERROR, av_log 253 libavformat/tls.c av_log(h, AV_LOG_ERROR, "cert and key required\n"); av_log 270 libavformat/tls.c av_log(h, AV_LOG_ERROR, "Unable to verify peer certificate: %s\n", av_log 276 libavformat/tls.c av_log(h, AV_LOG_ERROR, "Peer certificate failed verification\n"); av_log 281 libavformat/tls.c av_log(h, AV_LOG_ERROR, "Unsupported certificate type\n"); av_log 291 libavformat/tls.c av_log(h, AV_LOG_ERROR, av_log 300 libavformat/tls.c av_log(h, AV_LOG_ERROR, "%s\n", ERR_error_string(ERR_get_error(), NULL)); av_log 307 libavformat/tls.c av_log(h, AV_LOG_ERROR, "SSL_CTX_load_verify_locations %s\n", ERR_error_string(ERR_get_error(), NULL)); av_log 310 libavformat/tls.c av_log(h, AV_LOG_ERROR, "Unable to load cert file %s: %s\n", av_log 316 libavformat/tls.c av_log(h, AV_LOG_ERROR, "Unable to load key file %s: %s\n", av_log 327 libavformat/tls.c av_log(h, AV_LOG_ERROR, "%s\n", ERR_error_string(ERR_get_error(), NULL)); av_log 339 libavformat/tls.c av_log(h, AV_LOG_ERROR, "Unable to negotiate TLS/SSL session\n"); av_log 86 libavformat/tmv.c av_log(s, AV_LOG_ERROR, "invalid sample rate\n"); av_log 92 libavformat/tmv.c av_log(s, AV_LOG_ERROR, "invalid audio chunk size\n"); av_log 98 libavformat/tmv.c av_log(s, AV_LOG_ERROR, "unsupported compression method %d\n", av_log 109 libavformat/tmv.c av_log(s, AV_LOG_ERROR, "unsupported features 0x%02x\n", av_log 76 libavformat/tta.c av_log(s, AV_LOG_ERROR, "nonsense samplerate\n"); av_log 82 libavformat/tta.c av_log(s, AV_LOG_ERROR, "invalid number of samples\n"); av_log 88 libavformat/tta.c av_log(s, AV_LOG_ERROR, "Header CRC error\n"); av_log 100 libavformat/tta.c av_log(s, AV_LOG_ERROR, "totalframes %d invalid\n", c->totalframes); av_log 134 libavformat/tta.c av_log(s, AV_LOG_ERROR, "Seek table CRC error\n"); av_log 164 libavformat/tta.c av_log(s, AV_LOG_ERROR, "Index entry disappeared\n"); av_log 69 libavformat/txd.c av_log(s, AV_LOG_ERROR, "marker does not match\n"); av_log 83 libavformat/txd.c av_log(s, AV_LOG_ERROR, "unknown chunk id %i\n", id); av_log 145 libavformat/udp.c av_log(ctx, level, "%s: %s\n", prefix, errbuf); av_log 254 libavformat/udp.c av_log(NULL, AV_LOG_ERROR, "udp_resolve_host: %s\n", gai_strerror(error)); av_log 295 libavformat/udp.c av_log(NULL, AV_LOG_ERROR, av_log 308 libavformat/udp.c av_log(NULL, AV_LOG_ERROR, "%s is of incorrect protocol family\n", av_log 394 libavformat/udp.c av_log(NULL, AV_LOG_ERROR, "getnameinfo: %s\n", gai_strerror(error)); av_log 484 libavformat/udp.c av_log(h, AV_LOG_ERROR, "Failed to set blocking mode"); av_log 511 libavformat/udp.c av_log(h, AV_LOG_WARNING, "Circular buffer overrun. " av_log 515 libavformat/udp.c av_log(h, AV_LOG_ERROR, "Circular buffer overrun. " av_log 593 libavformat/udp.c av_log(h, AV_LOG_WARNING, av_log 621 libavformat/udp.c av_log(h, AV_LOG_WARNING, av_log 695 libavformat/udp.c av_log(h, AV_LOG_WARNING, "socket option UDPLITE_SEND_CSCOV not available"); av_log 698 libavformat/udp.c av_log(h, AV_LOG_WARNING, "socket option UDPLITE_RECV_CSCOV not available"); av_log 735 libavformat/udp.c av_log(h, AV_LOG_ERROR, "Simultaneously including and excluding multicast sources is not supported\n"); av_log 769 libavformat/udp.c av_log(h, AV_LOG_DEBUG, "end receive buffer size reported is %d\n", tmp); av_log 771 libavformat/udp.c av_log(h, AV_LOG_WARNING, "attempted to set receive buffer to size %d but it only ended up set as %d", s->buffer_size, tmp); av_log 799 libavformat/udp.c av_log(h, AV_LOG_ERROR, "pthread_mutex_init failed : %s\n", strerror(ret)); av_log 804 libavformat/udp.c av_log(h, AV_LOG_ERROR, "pthread_cond_init failed : %s\n", strerror(ret)); av_log 809 libavformat/udp.c av_log(h, AV_LOG_ERROR, "pthread_create failed : %s\n", strerror(ret)); av_log 861 libavformat/udp.c av_log(h, AV_LOG_WARNING, "Part of datagram lost due to insufficient buffer size\n"); av_log 937 libavformat/udp.c av_log(h, AV_LOG_ERROR, "pthread_join(): %s\n", strerror(ret)); av_log 143 libavformat/utils.c av_log(dst, AV_LOG_ERROR, "Failed to duplicate whitelist\n"); av_log 190 libavformat/utils.c av_log(NULL, remaining ? AV_LOG_ERROR : AV_LOG_DEBUG, "Truncating packet of size %d to %"PRId64"\n", size, remaining+1); av_log 290 libavformat/utils.c av_log(s, AV_LOG_DEBUG, av_log 312 libavformat/utils.c av_log(ic, AV_LOG_ERROR, "Format not on whitelist\n"); av_log 342 libavformat/utils.c av_log(s, AV_LOG_WARNING, "Custom AVIOContext makes no sense and " av_log 386 libavformat/utils.c av_log(s, AV_LOG_WARNING, av_log 412 libavformat/utils.c av_log(NULL, AV_LOG_ERROR, "Input context has not been properly allocated by avformat_alloc_context() and is not NULL either\n"); av_log 429 libavformat/utils.c av_log(s, AV_LOG_ERROR, "Format not on whitelist\n"); av_log 475 libavformat/utils.c av_log(s, AV_LOG_DEBUG, "demuxer does not support additional id3 data, skipping\n"); av_log 529 libavformat/utils.c av_log(s, AV_LOG_DEBUG, "probing stream %d pp:%d\n", st->index, st->probe_packets); av_log 535 libavformat/utils.c av_log(s, AV_LOG_WARNING, av_log 548 libavformat/utils.c av_log(s, AV_LOG_WARNING, av_log 564 libavformat/utils.c av_log(s, AV_LOG_DEBUG, "probed stream %d\n", st->index); av_log 566 libavformat/utils.c av_log(s, AV_LOG_WARNING, "probed stream %d failed\n", st->index); av_log 681 libavformat/utils.c av_log(s, AV_LOG_WARNING, av_log 689 libavformat/utils.c av_log(s, AV_LOG_ERROR, "Invalid stream index %d\n", pkt->stream_index); av_log 950 libavformat/utils.c av_log(s, AV_LOG_DEBUG, "first_dts %s not matching first dts %s (pts %s, duration %d) in the queue\n", av_log 955 libavformat/utils.c av_log(s, AV_LOG_DEBUG, "first_dts %s but no packet with dts in the queue\n", av_ts2str(st->first_dts)); av_log 1000 libavformat/utils.c av_log(s, st->dts_misordered ? AV_LOG_DEBUG : AV_LOG_WARNING, av_log 1050 libavformat/utils.c av_log(s, AV_LOG_DEBUG, "invalid dts/pts combination %"PRIi64"\n", pkt->dts); av_log 1338 libavformat/utils.c av_log(s, AV_LOG_WARNING, av_log 1346 libavformat/utils.c av_log(s, AV_LOG_DEBUG, av_log 1356 libavformat/utils.c av_log(s, AV_LOG_VERBOSE, "parser not found for codec " av_log 1418 libavformat/utils.c av_log(s, AV_LOG_DEBUG, "demuxer injecting skip %d\n", st->skip_samples); av_log 1433 libavformat/utils.c av_log(s, AV_LOG_WARNING, "Could not inject global side data\n"); av_log 1455 libavformat/utils.c av_log(s, AV_LOG_DEBUG, av_log 1972 libavformat/utils.c av_log(s, AV_LOG_ERROR, "read_timestamp() failed in the middle\n"); av_log 2062 libavformat/utils.c av_log(s, AV_LOG_ERROR,"seek_frame_generic failed as this stream seems to contain no keyframes after the target timestamp, %d non keyframes found\n", nonkey); av_log 2285 libavformat/utils.c av_log(ic, AV_LOG_VERBOSE, "Ignoring outlier non primary stream starttime %f\n", start_time_text / (float)AV_TIME_BASE); av_log 2378 libavformat/utils.c av_log(ic, AV_LOG_WARNING, av_log 2404 libavformat/utils.c av_log(st->codec, AV_LOG_WARNING, av_log 2491 libavformat/utils.c av_log(ic, AV_LOG_DEBUG, "stream %d : no PTS found at end of file, duration not set\n", i); av_log 2493 libavformat/utils.c av_log(ic, AV_LOG_DEBUG, "stream %d : no TS found at start of file, duration not set\n", i); av_log 2882 libavformat/utils.c av_log(avctx, AV_LOG_ERROR, "Failed to read extradata of size %d\n", size); av_log 2988 libavformat/utils.c av_log(NULL, AV_LOG_DEBUG, "rfps: %f %f\n", get_std_framerate(j) / 12.0/1001, error); av_log 3001 libavformat/utils.c av_log(ic, AV_LOG_DEBUG, "Setting avg frame rate based on r frame rate\n"); av_log 3043 libavformat/utils.c av_log(ic, AV_LOG_DEBUG, "Before avformat_find_stream_info() pos: %"PRId64" bytes read:%"PRId64" seeks:%d\n", av_log 3068 libavformat/utils.c av_log(ic, AV_LOG_VERBOSE, "parser not found for codec " av_log 3086 libavformat/utils.c av_log(ic, AV_LOG_WARNING, av_log 3094 libavformat/utils.c av_log(ic, AV_LOG_WARNING, av_log 3115 libavformat/utils.c av_log(ic, AV_LOG_DEBUG, "interrupted\n"); av_log 3160 libavformat/utils.c av_log(ic, AV_LOG_DEBUG, "All info found\n"); av_log 3168 libavformat/utils.c av_log(ic, AV_LOG_DEBUG, av_log 3175 libavformat/utils.c av_log(ic, AV_LOG_WARNING, av_log 3214 libavformat/utils.c av_log(ic, AV_LOG_DEBUG, av_log 3231 libavformat/utils.c av_log(ic, AV_LOG_WARNING, av_log 3264 libavformat/utils.c av_log(ic, AV_LOG_VERBOSE, "max_analyze_duration %"PRId64" reached at %"PRId64" microseconds\n", av_log 3327 libavformat/utils.c av_log(ic, AV_LOG_INFO, av_log 3437 libavformat/utils.c av_log(ic, AV_LOG_WARNING, av_log 3458 libavformat/utils.c av_log(ic, AV_LOG_DEBUG, "After avformat_find_stream_info() pos: %"PRId64" bytes read:%"PRId64" seeks:%d frames:%d\n", av_log 3759 libavformat/utils.c av_log(s, AV_LOG_ERROR, "Chapter end time %"PRId64" before start %"PRId64"\n", end, start); av_log 3789 libavformat/utils.c av_log(ac, AV_LOG_ERROR, "stream index %d is not valid\n", idx); av_log 3996 libavformat/utils.c av_log(NULL, AV_LOG_DEBUG, av_log 4000 libavformat/utils.c av_log(NULL, AV_LOG_WARNING, av_log 4004 libavformat/utils.c av_log(NULL, AV_LOG_ERROR, av_log 4296 libavformat/utils.c av_log(s, AV_LOG_ERROR, "Invalid stream specifier: %s.\n", spec); av_log 76 libavformat/vc1test.c av_log(s, AV_LOG_ERROR, "Zero FPS specified, defaulting to 1 FPS\n"); av_log 34 libavformat/vc1testenc.c av_log(s, AV_LOG_ERROR, "Only WMV3 is accepted!\n"); av_log 97 libavformat/vivo.c av_log(s, AV_LOG_ERROR, "unknown packet type %d\n", vivo->type); av_log 109 libavformat/vivo.c av_log(s, AV_LOG_ERROR, "coded length is more than two bytes\n"); av_log 148 libavformat/vivo.c av_log(s, AV_LOG_WARNING, "too big header, skipping\n"); av_log 168 libavformat/vivo.c av_log(s, AV_LOG_WARNING, "missing colon in key:value pair '%s'\n", av_log 175 libavformat/vivo.c av_log(s, AV_LOG_DEBUG, "header: '%s' = '%s'\n", key, value); av_log 180 libavformat/vivo.c av_log(s, AV_LOG_DEBUG, "got a valid integer (%ld)\n", value_int); av_log 271 libavformat/vivo.c av_log(s, AV_LOG_ERROR, "unknown packet type %d\n", vivo->type); av_log 51 libavformat/vocdec.c av_log(s, AV_LOG_ERROR, "unknown header size: %d\n", header_size); av_log 152 libavformat/vocdec.c av_log(s, AV_LOG_WARNING, "Ignoring mid-stream change in audio codec\n"); av_log 155 libavformat/vocdec.c av_log(s, AV_LOG_ERROR, "unknown codec tag\n"); av_log 158 libavformat/vocdec.c av_log(s, AV_LOG_WARNING, "unknown codec tag\n"); av_log 42 libavformat/vocenc.c av_log(s, AV_LOG_ERROR, "unsupported codec\n"); av_log 124 libavformat/vqf.c av_log(s, AV_LOG_ERROR, "Malformed header\n"); av_log 139 libavformat/vqf.c av_log(s, AV_LOG_ERROR, "Invalid number of channels\n"); av_log 169 libavformat/vqf.c av_log(s, AV_LOG_ERROR, "COMM tag not found!\n"); av_log 182 libavformat/vqf.c av_log(s, AV_LOG_ERROR, "Invalid rate flag %d\n", rate_flag); av_log 191 libavformat/vqf.c av_log(s, AV_LOG_ERROR, "Invalid bitrate per channel %d\n", av_log 214 libavformat/vqf.c av_log(s, AV_LOG_ERROR, "Mode not suported: %d Hz, %d kb/s.\n", av_log 277 libavformat/wavdec.c av_log(s, AV_LOG_ERROR, "invalid start code %s in RIFF header\n", start_code); av_log 286 libavformat/wavdec.c av_log(s, AV_LOG_ERROR, "invalid format in RIFF header\n"); av_log 302 libavformat/wavdec.c av_log(s, AV_LOG_ERROR, "negative data_size and/or sample_count in " av_log 325 libavformat/wavdec.c av_log(s, AV_LOG_WARNING, "found more than one 'fmt ' tag\n"); av_log 331 libavformat/wavdec.c av_log(s, AV_LOG_ERROR, av_log 361 libavformat/wavdec.c av_log(s, AV_LOG_ERROR, "found no 'fmt ' tag before the 'SMV0' tag\n"); av_log 366 libavformat/wavdec.c av_log(s, AV_LOG_ERROR, "Unknown SMV version found\n"); av_log 369 libavformat/wavdec.c av_log(s, AV_LOG_DEBUG, "Found SMV data\n"); av_log 381 libavformat/wavdec.c av_log(s, AV_LOG_ERROR, "Could not allocate extradata.\n"); av_log 394 libavformat/wavdec.c av_log(s, AV_LOG_ERROR, "too many frames per jpeg\n"); av_log 402 libavformat/wavdec.c av_log(s, AV_LOG_ERROR, "too short LIST tag\n"); av_log 421 libavformat/wavdec.c av_log(s, AV_LOG_ERROR, "no 'data' tag found\n"); av_log 429 libavformat/wavdec.c av_log(s, AV_LOG_WARNING, "ignoring wrong sample_count %"PRId64"\n", sample_count); av_log 668 libavformat/wavdec.c av_log(s, AV_LOG_ERROR, "could not find wave guid\n"); av_log 737 libavformat/wavdec.c av_log(s, AV_LOG_DEBUG, "unknown guid: "FF_PRI_GUID"\n", FF_ARG_GUID(guid)); av_log 164 libavformat/wavenc.c av_log(s, AV_LOG_ERROR, "%s codec not supported for Peak Chunk\n", av_log 172 libavformat/wavenc.c av_log(s, AV_LOG_ERROR, av_log 188 libavformat/wavenc.c av_log(s, AV_LOG_ERROR, "Out of memory\n"); av_log 227 libavformat/wavenc.c av_log(s, AV_LOG_ERROR, "No memory for peak data\n"); av_log 272 libavformat/wavenc.c av_log(s, AV_LOG_INFO, "Writing local time and date to Peak Envelope Chunk\n"); av_log 278 libavformat/wavenc.c av_log(s, AV_LOG_ERROR, "Failed to write timestamp\n"); av_log 311 libavformat/wavenc.c av_log(s, AV_LOG_ERROR, "WAVE files have exactly one stream\n"); av_log 338 libavformat/wavenc.c av_log(s, AV_LOG_ERROR, "%s codec not supported in WAVE format\n", av_log 412 libavformat/wavenc.c av_log(s, AV_LOG_ERROR, "wav_write_packet: NOPTS\n"); av_log 574 libavformat/wavenc.c av_log(s, AV_LOG_ERROR, "%s codec not supported\n", av_log 153 libavformat/wc3movie.c av_log(s, AV_LOG_ERROR, " unrecognized WC3 chunk: %c%c%c%c (0x%02X%02X%02X%02X)\n", av_log 252 libavformat/wc3movie.c av_log (s, AV_LOG_DEBUG, "Subtitle time!\n"); av_log 255 libavformat/wc3movie.c av_log (s, AV_LOG_DEBUG, " inglish: %s\n", &text[i + 1]); av_log 259 libavformat/wc3movie.c av_log (s, AV_LOG_DEBUG, " doytsch: %s\n", &text[i + 1]); av_log 263 libavformat/wc3movie.c av_log (s, AV_LOG_DEBUG, " fronsay: %s\n", &text[i + 1]); av_log 281 libavformat/wc3movie.c av_log (s, AV_LOG_ERROR, " unrecognized WC3 chunk: %c%c%c%c (0x%02X%02X%02X%02X)\n", av_log 39 libavformat/webpenc.c av_log(s, AV_LOG_ERROR, "Only exactly 1 stream is supported\n"); av_log 44 libavformat/webpenc.c av_log(s, AV_LOG_ERROR, "Only WebP is supported\n"); av_log 113 libavformat/westwood_vqa.c av_log(s, AV_LOG_ERROR, "invalid fps: %d\n", fps); av_log 147 libavformat/westwood_vqa.c av_log (s, AV_LOG_ERROR, " note: unknown chunk seen (%c%c%c%c)\n", av_log 254 libavformat/westwood_vqa.c av_log(s, AV_LOG_INFO, "Skipping unknown chunk 0x%08X\n", chunk_type); av_log 200 libavformat/wtvdec.c av_log(s, AV_LOG_ERROR, "unsupported file allocation table depth (0x%x)\n", depth); av_log 214 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "truncated file\n"); av_log 219 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "reported file length (0x%"PRIx64") exceeds number of available sectors (0x%"PRIx64")\n", length, (int64_t)wf->nb_sectors << wf->sector_bits); av_log 267 libavformat/wtvdec.c av_log(s, AV_LOG_ERROR, "unknown guid "FF_PRI_GUID", expected dir_entry_guid; " av_log 275 libavformat/wtvdec.c av_log(s, AV_LOG_ERROR, av_log 280 libavformat/wtvdec.c av_log(s, AV_LOG_ERROR, "filename exceeds buffer size; remaining directory entries ignored\n"); av_log 527 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "unsupported metadata entry; key:%s, type:%d, length:0x%x\n", key, type, length); av_log 551 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "unknown guid "FF_PRI_GUID", expected metadata_guid; " av_log 655 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "format buffer size underflow\n"); av_log 678 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "unknown formattype:"FF_PRI_GUID"\n", FF_ARG_GUID(formattype)); av_log 688 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "MPEG1WAVEFORMATEX underflow\n"); av_log 692 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "unknown subtype:"FF_PRI_GUID"\n", FF_ARG_GUID(subtype)); av_log 708 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "unknown formattype:"FF_PRI_GUID"\n", FF_ARG_GUID(formattype)); av_log 718 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "unknown subtype:"FF_PRI_GUID"\n", FF_ARG_GUID(subtype)); av_log 726 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "unknown formattype:"FF_PRI_GUID"\n", FF_ARG_GUID(formattype)); av_log 736 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "unknown formattype:"FF_PRI_GUID"\n", FF_ARG_GUID(formattype)); av_log 743 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "unknown formattype:"FF_PRI_GUID"\n", FF_ARG_GUID(formattype)); av_log 748 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "unknown media type, mediatype:"FF_PRI_GUID av_log 801 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "encountered broken chunk\n"); av_log 881 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "DVB scrambled stream detected (st:%d), decoding will likely fail\n", stream_index); av_log 930 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "encrypted stream detected (st:%d), decoding will likely fail\n", stream_index); av_log 954 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "unsupported chunk:"FF_PRI_GUID"\n", FF_ARG_GUID(g)); av_log 978 libavformat/wtvdec.c av_log(s, AV_LOG_ERROR, "root directory size exceeds sector size\n"); av_log 994 libavformat/wtvdec.c av_log(s, AV_LOG_ERROR, "timeline data missing\n"); av_log 278 libavformat/wtvenc.c av_log(s, AV_LOG_ERROR, "unknown codec_type (0x%x)\n", st->codec->codec_type); av_log 306 libavformat/wtvenc.c av_log(s, AV_LOG_ERROR, "unsupported codec_id (0x%x)\n", st->codec->codec_id); av_log 329 libavformat/wtvenc.c av_log(s, AV_LOG_ERROR, "write stream codec info failed codec_type(0x%x)\n", st->codec->codec_type); av_log 367 libavformat/wtvenc.c av_log(s, AV_LOG_ERROR, "write stream codec info failed codec_type(0x%x)\n", st->codec->codec_type); av_log 418 libavformat/wtvenc.c av_log(s, AV_LOG_ERROR, "write stream codec failed codec_type(0x%x)\n", st->codec->codec_type); av_log 431 libavformat/wtvenc.c av_log(s, AV_LOG_ERROR, "write stream data failed codec_type(0x%x)\n", st->codec->codec_type); av_log 753 libavformat/wtvenc.c av_log(s, AV_LOG_ERROR, "unsupported file allocation table depth (%"PRIi64" bytes)\n", w->length); av_log 96 libavformat/wvdec.c av_log(ctx, AV_LOG_ERROR, "Invalid block header.\n"); av_log 101 libavformat/wvdec.c av_log(ctx, AV_LOG_ERROR, "Unsupported version %03X\n", wc->header.version); av_log 123 libavformat/wvdec.c av_log(ctx, AV_LOG_ERROR, av_log 137 libavformat/wvdec.c av_log(ctx, AV_LOG_ERROR, av_log 161 libavformat/wvdec.c av_log(ctx, AV_LOG_ERROR, av_log 176 libavformat/wvdec.c av_log(ctx, AV_LOG_ERROR, av_log 192 libavformat/wvdec.c av_log(ctx, AV_LOG_ERROR, av_log 198 libavformat/wvdec.c av_log(ctx, AV_LOG_ERROR, av_log 204 libavformat/wvdec.c av_log(ctx, AV_LOG_ERROR, av_log 303 libavformat/wvdec.c av_log(s, AV_LOG_WARNING, av_log 37 libavformat/wvenc.c av_log(ctx, AV_LOG_ERROR, "This muxer only supports a single WavPack stream.\n"); av_log 52 libavformat/wvenc.c av_log(ctx, AV_LOG_ERROR, "Invalid WavPack packet.\n"); av_log 217 libavformat/xmv.c av_log(s, AV_LOG_WARNING, "Unsupported 5.1 ADPCM audio stream " av_log 222 libavformat/xmv.c av_log(s, AV_LOG_ERROR, "Invalid parameters for audio track %"PRIu16".\n", av_log 118 libavformat/xwma.c av_log(s, AV_LOG_WARNING, "Invalid channel count: %d\n", av_log 123 libavformat/xwma.c av_log(s, AV_LOG_WARNING, "Invalid bits_per_coded_sample: %d\n", av_log 156 libavformat/xwma.c av_log(s, AV_LOG_ERROR, "two dpds chunks present\n"); av_log 163 libavformat/xwma.c av_log(s, AV_LOG_WARNING, av_log 168 libavformat/xwma.c av_log(s, AV_LOG_ERROR, av_log 209 libavformat/xwma.c av_log(s, AV_LOG_ERROR, av_log 109 libavformat/yop.c av_log(s, AV_LOG_ERROR, "YOP has invalid header\n"); av_log 120 libavformat/yuv4mpegdec.c av_log(s, AV_LOG_ERROR, "Cannot handle 4:4:4:4 " av_log 130 libavformat/yuv4mpegdec.c av_log(s, AV_LOG_ERROR, "YUV4MPEG stream contains an unknown " av_log 152 libavformat/yuv4mpegdec.c av_log(s, AV_LOG_ERROR, "YUV4MPEG stream contains mixed " av_log 155 libavformat/yuv4mpegdec.c av_log(s, AV_LOG_ERROR, "YUV4MPEG has invalid header.\n"); av_log 223 libavformat/yuv4mpegdec.c av_log(s, AV_LOG_ERROR, "YUV4MPEG has invalid header.\n"); av_log 156 libavformat/yuv4mpegenc.c av_log(s, AV_LOG_ERROR, av_log 200 libavformat/yuv4mpegenc.c av_log(s, AV_LOG_ERROR, "The pixel format '%s' is not supported.\n", av_log 241 libavformat/yuv4mpegenc.c av_log(s, AV_LOG_ERROR, "ERROR: Only rawvideo supported.\n"); av_log 247 libavformat/yuv4mpegenc.c av_log(s, AV_LOG_WARNING, "Warning: generating rarely used 4:1:1 YUV " av_log 272 libavformat/yuv4mpegenc.c av_log(s, AV_LOG_ERROR, "'%s' is not a official yuv4mpegpipe pixel format. " av_log 277 libavformat/yuv4mpegenc.c av_log(s, AV_LOG_WARNING, "Warning: generating non standard YUV stream. " av_log 281 libavformat/yuv4mpegenc.c av_log(s, AV_LOG_ERROR, "ERROR: yuv4mpeg can only handle " av_log 128 libavresample/audio_convert.c av_log(ac->avr, AV_LOG_DEBUG, "audio_convert: found function: %-4s " av_log 349 libavresample/audio_convert.c av_log(ac->avr, AV_LOG_ERROR, "cannot remap packed format during conversion\n"); av_log 83 libavresample/audio_data.c av_log(a, AV_LOG_ERROR, "invalid channel count: %d\n", channels); av_log 89 libavresample/audio_data.c av_log(a, AV_LOG_ERROR, "invalid sample format\n"); av_log 98 libavresample/audio_data.c av_log(a, AV_LOG_ERROR, "invalid NULL pointer for src[%d]\n", p); av_log 233 libavresample/audio_data.c av_log(src, AV_LOG_ERROR, "cannot remap packed format during copy\n"); av_log 284 libavresample/audio_data.c av_log(src, AV_LOG_ERROR, "sample format mismatch\n"); av_log 291 libavresample/audio_data.c av_log(src, AV_LOG_ERROR, "offset out-of-bounds: src=%d dst=%d\n", av_log 304 libavresample/audio_data.c av_log(dst, AV_LOG_ERROR, "dst is read-only\n"); av_log 311 libavresample/audio_data.c av_log(dst, AV_LOG_ERROR, "error reallocating dst\n"); av_log 93 libavresample/audio_mix.c av_log(am->avr, AV_LOG_DEBUG, "audio_mix: found function: [fmt=%s] " av_log 332 libavresample/audio_mix.c av_log(am->avr, AV_LOG_ERROR, "audio_mix: NO FUNCTION FOUND: [fmt=%s] " av_log 353 libavresample/audio_mix.c av_log(avr, AV_LOG_ERROR, "Unsupported internal format for " av_log 394 libavresample/audio_mix.c av_log(avr, AV_LOG_ERROR, "error setting mix matrix\n"); av_log 489 libavresample/audio_mix.c av_log(am->avr, AV_LOG_ERROR, "Invalid channel counts\n"); av_log 495 libavresample/audio_mix.c av_log(am->avr, AV_LOG_ERROR, "matrix is not set\n"); \ av_log 523 libavresample/audio_mix.c av_log(am->avr, AV_LOG_ERROR, "Invalid mix coeff type\n"); av_log 661 libavresample/audio_mix.c av_log(am->avr, AV_LOG_ERROR, "Invalid channel counts\n"); av_log 711 libavresample/audio_mix.c av_log(am->avr, AV_LOG_ERROR, "Invalid mix coeff type\n"); av_log 724 libavresample/audio_mix.c av_log(am->avr, AV_LOG_DEBUG, "audio_mix: %s to %s\n", av_log 726 libavresample/audio_mix.c av_log(am->avr, AV_LOG_DEBUG, "matrix size: %d x %d\n", av_log 731 libavresample/audio_mix.c av_log(am->avr, AV_LOG_DEBUG, " (ZERO)"); av_log 733 libavresample/audio_mix.c av_log(am->avr, AV_LOG_DEBUG, " (SKIP)"); av_log 735 libavresample/audio_mix.c av_log(am->avr, AV_LOG_DEBUG, " %0.3f ", av_log 738 libavresample/audio_mix.c av_log(am->avr, AV_LOG_DEBUG, "\n"); av_log 217 libavresample/avresample-test.c av_log(NULL, AV_LOG_INFO, "Usage: avresample-test [<num formats> " av_log 251 libavresample/avresample-test.c av_log(NULL, AV_LOG_ERROR, "Error allocating AVAudioResampleContext\n"); av_log 268 libavresample/avresample-test.c av_log(s, AV_LOG_ERROR, "failed in_data fill arrays\n"); av_log 281 libavresample/avresample-test.c av_log(NULL, AV_LOG_INFO, "%s to %s, %d to %d channels, %d Hz to %d Hz\n", av_log 289 libavresample/avresample-test.c av_log(s, AV_LOG_ERROR, "failed out_data fill arrays\n"); av_log 304 libavresample/avresample-test.c av_log(s, AV_LOG_ERROR, "Error opening context\n"); av_log 313 libavresample/avresample-test.c av_log(NULL, AV_LOG_ERROR, "%s\n", errbuf); av_log 316 libavresample/avresample-test.c av_log(NULL, AV_LOG_INFO, "Converted %d samples to %d samples\n", av_log 319 libavresample/avresample-test.c av_log(NULL, AV_LOG_INFO, "%d delay samples not converted\n", av_log 322 libavresample/avresample-test.c av_log(NULL, AV_LOG_INFO, "%d samples available for output\n", av_log 324 libavresample/avresample-test.c av_log(NULL, AV_LOG_INFO, "\n"); av_log 356 libavresample/dither.c av_log(avr, AV_LOG_ERROR, "dithering %s to %s is not supported\n", av_log 371 libavresample/dither.c av_log(avr, AV_LOG_WARNING, "sample rate must be 48000 or 44100 Hz " av_log 133 libavresample/resample.c av_log(avr, AV_LOG_ERROR, "Unsupported internal format for " av_log 211 libavresample/resample.c av_log(avr, AV_LOG_DEBUG, "resample: %s from %d Hz to %d Hz\n", av_log 299 libavresample/resample.c av_log(avr, AV_LOG_ERROR, "Unable to set resampling compensation\n"); av_log 439 libavresample/resample.c av_log(c->avr, AV_LOG_ERROR, "Error reallocating resampling buffer\n"); av_log 467 libavresample/resample.c av_log(c->avr, AV_LOG_ERROR, "error reallocating output\n"); av_log 480 libavresample/resample.c av_log(c->avr, AV_LOG_ERROR, "error during resampling\n"); av_log 41 libavresample/utils.c av_log(avr, AV_LOG_ERROR, "The resampling context is already open.\n"); av_log 48 libavresample/utils.c av_log(avr, AV_LOG_ERROR, "Invalid input channel layout: %"PRIu64"\n", av_log 54 libavresample/utils.c av_log(avr, AV_LOG_ERROR, "Invalid output channel layout: %"PRIu64"\n", av_log 101 libavresample/utils.c av_log(avr, AV_LOG_DEBUG, "Using %s as internal sample format\n", av_log 649 libavresample/utils.c av_log(avr, AV_LOG_ERROR, "Invalid channel layouts\n"); av_log 654 libavresample/utils.c av_log(avr, AV_LOG_ERROR, "matrix is not set\n"); av_log 678 libavresample/utils.c av_log(avr, AV_LOG_ERROR, "Invalid channel layouts\n"); av_log 704 libavresample/utils.c av_log(avr, AV_LOG_ERROR, "Invalid input channel layout\n"); av_log 713 libavresample/utils.c av_log(avr, AV_LOG_ERROR, "Invalid channel map\n"); av_log 47 libavutil/aarch64/neontest.h av_log(ctx, AV_LOG_ERROR, \ av_log 51 libavutil/aarch64/neontest.h av_log(ctx, AV_LOG_ERROR, \ av_log 54 libavutil/aarch64/neontest.h av_log(ctx, AV_LOG_ERROR, \ av_log 128 libavutil/adler32.c av_log(NULL, AV_LOG_DEBUG, "%X (expected 50E6E508)\n", checksum); av_log 303 libavutil/aes.c av_log(NULL, AV_LOG_ERROR, "%d %02X %02X\n", av_log 326 libavutil/aes.c av_log(NULL, AV_LOG_ERROR, "%02X %02X %02X %02X\n", av_log 333 libavutil/aes.c av_log(NULL, AV_LOG_ERROR, "%d %d %02X %02X\n", av_log 44 libavutil/arm/neontest.h av_log(ctx, AV_LOG_ERROR, \ av_log 48 libavutil/arm/neontest.h av_log(ctx, AV_LOG_ERROR, \ av_log 51 libavutil/arm/neontest.h av_log(ctx, AV_LOG_ERROR, \ av_log 39 libavutil/avassert.h av_log(NULL, AV_LOG_PANIC, "Assertion %s failed at %s:%d\n", \ av_log 365 libavutil/buffer.c av_log(NULL, AV_LOG_DEBUG, "Pool race dectected, spining to avoid overallocation and eventual OOM\n"); av_log 444 libavutil/camellia.c av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rct[j][i], temp[i]); av_log 451 libavutil/camellia.c av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rpt[i], temp[i]); av_log 463 libavutil/camellia.c av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rpt[i], temp[i]); av_log 547 libavutil/cast5.c av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rct[j][i], temp[i]); av_log 555 libavutil/cast5.c av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rpt[i], temp[i]); av_log 571 libavutil/cast5.c av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rct2[j][i], rpt2[j][i]); av_log 585 libavutil/cast5.c av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rct2[0][i], rpt2[0][i]); av_log 136 libavutil/channel_layout.c av_log(NULL, AV_LOG_WARNING, av_log 67 libavutil/cpu.c av_log(NULL, AV_LOG_WARNING, "MMX implied by specified flags\n"); av_log 277 libavutil/cpu.c av_log(NULL, AV_LOG_DEBUG, "detected %d logical cores\n", nb_cpus); av_log 206 libavutil/eval.c av_log(p, level, "%f\n", x); av_log 363 libavutil/eval.c av_log(p, AV_LOG_ERROR, "Undefined constant or missing '(' in '%s'\n", s0); av_log 374 libavutil/eval.c av_log(p, AV_LOG_ERROR, "Missing ')' in '%s'\n", s0); av_log 395 libavutil/eval.c av_log(p, AV_LOG_ERROR, "Missing ')' or too many args in '%s'\n", s0); av_log 467 libavutil/eval.c av_log(p, AV_LOG_ERROR, "Unknown function in '%s'\n", s0); av_log 687 libavutil/eval.c av_log(&p, AV_LOG_ERROR, "Invalid chars '%s' at the end of expression '%s'\n", p.s, s0); av_log 63 libavutil/file.c av_log(&file_log_ctx, AV_LOG_ERROR, "Cannot read file '%s': %s\n", filename, errbuf); av_log 70 libavutil/file.c av_log(&file_log_ctx, AV_LOG_ERROR, "Error occurred in fstat(): %s\n", errbuf); av_log 77 libavutil/file.c av_log(&file_log_ctx, AV_LOG_ERROR, av_log 89 libavutil/file.c av_log(&file_log_ctx, AV_LOG_ERROR, "Error occurred in mmap(): %s\n", errbuf); av_log 100 libavutil/file.c av_log(&file_log_ctx, AV_LOG_ERROR, "Error occurred in CreateFileMapping()\n"); av_log 108 libavutil/file.c av_log(&file_log_ctx, AV_LOG_ERROR, "Error occurred in MapViewOfFile()\n"); av_log 118 libavutil/file.c av_log(&file_log_ctx, AV_LOG_ERROR, "Memory allocation error occurred\n"); av_log 157 libavutil/file.c av_log(&file_log_ctx, AV_LOG_ERROR, "ff_tempfile: Cannot allocate file name\n"); av_log 181 libavutil/file.c av_log(&file_log_ctx, AV_LOG_ERROR, "ff_tempfile: Cannot open temporary file %s\n", *filename); av_log 85 libavutil/file_open.c av_log(NULL, AV_LOG_DEBUG, "Failed to set close on exec\n"); av_log 192 libavutil/float_dsp.c av_log(NULL, AV_LOG_ERROR, "%d: %- .12f - %- .12f = % .12g\n", av_log 219 libavutil/float_dsp.c av_log(NULL, AV_LOG_ERROR, "%d: %- .12f - %- .12f = % .12g\n", av_log 238 libavutil/float_dsp.c av_log(NULL, AV_LOG_ERROR, "vector_fmul failed\n"); av_log 258 libavutil/float_dsp.c av_log(NULL, AV_LOG_ERROR, "vector_fmac_scalar failed\n"); av_log 274 libavutil/float_dsp.c av_log(NULL, AV_LOG_ERROR, "vector_fmul_scalar failed\n"); av_log 290 libavutil/float_dsp.c av_log(NULL, AV_LOG_ERROR, "vector_dmul_scalar failed\n"); av_log 307 libavutil/float_dsp.c av_log(NULL, AV_LOG_ERROR, "vector_fmul_window failed\n"); av_log 324 libavutil/float_dsp.c av_log(NULL, AV_LOG_ERROR, "vector_fmul_add failed\n"); av_log 340 libavutil/float_dsp.c av_log(NULL, AV_LOG_ERROR, "vector_fmul_reverse failed\n"); av_log 364 libavutil/float_dsp.c av_log(NULL, AV_LOG_ERROR, "butterflies_float failed\n"); av_log 380 libavutil/float_dsp.c av_log(NULL, AV_LOG_ERROR, "scalarproduct_float failed\n"); av_log 422 libavutil/float_dsp.c av_log(NULL, AV_LOG_INFO, "float_dsp-test: %s %u\n", seeded ? "seed" : "random seed", seed); av_log 240 libavutil/imgutils.c av_log(&imgutils, AV_LOG_ERROR, "Picture size %ux%u is invalid\n", w, h); av_log 306 libavutil/imgutils.c av_log(NULL, AV_LOG_ERROR, "av_image_get_linesize failed\n"); av_log 133 libavutil/internal.h av_log(ctx, AV_LOG_ERROR, "Cannot allocate memory.\n");\ av_log 142 libavutil/internal.h av_log(ctx, AV_LOG_ERROR, "Cannot allocate memory.\n");\ av_log 151 libavutil/internal.h av_log(ctx, AV_LOG_ERROR, "Cannot allocate memory.\n");\ av_log 160 libavutil/internal.h av_log(ctx, AV_LOG_ERROR, "Cannot allocate memory.\n");\ av_log 81 libavutil/lfg.c av_log(NULL, AV_LOG_ERROR, "final value:%X\n", x); av_log 93 libavutil/lfg.c av_log(NULL, AV_LOG_INFO, av_log 392 libavutil/log.c av_log(avc, AV_LOG_WARNING, " is not implemented. Update your FFmpeg " av_log 397 libavutil/log.c av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample " av_log 429 libavutil/log.c av_log(NULL, AV_LOG_FATAL, "use_color: %d\n", use_color); av_log 431 libavutil/log.c av_log(NULL, i, " %d", i); av_log 432 libavutil/log.c av_log(NULL, AV_LOG_INFO, "e "); av_log 433 libavutil/log.c av_log(NULL, i + 256*123, "C%d", i); av_log 434 libavutil/log.c av_log(NULL, AV_LOG_INFO, "e"); av_log 436 libavutil/log.c av_log(NULL, AV_LOG_PANIC, "\n"); av_log 320 libavutil/log.h # define av_dlog(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__) av_log 322 libavutil/log.h # define av_dlog(pctx, ...) do { if (0) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) av_log 250 libavutil/lzo.c av_log(NULL, AV_LOG_ERROR, "decompression error\n"); av_log 254 libavutil/lzo.c av_log(NULL, AV_LOG_ERROR, "decompression incorrect\n"); av_log 256 libavutil/lzo.c av_log(NULL, AV_LOG_ERROR, "decompression OK\n"); av_log 203 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 212 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 258 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_WARNING, av_log 277 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_WARNING, av_log 301 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, "Could not allocate opencl device list\n"); av_log 306 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, "Could not get device list from environment\n"); av_log 377 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 395 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 403 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_WARNING, "Same kernel code has been registered\n"); av_log 437 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 445 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 452 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 495 libavutil/opencl.c av_log(opencl_ctx, AV_LOG_ERROR, "User set platform index not exist\n"); av_log 499 libavutil/opencl.c av_log(opencl_ctx, AV_LOG_ERROR, "No devices in user specific platform with index %d\n", av_log 515 libavutil/opencl.c av_log(opencl_ctx, AV_LOG_ERROR, "Could not get OpenCL platforms\n"); av_log 521 libavutil/opencl.c av_log(opencl_ctx, AV_LOG_ERROR, av_log 536 libavutil/opencl.c av_log(opencl_ctx, AV_LOG_VERBOSE, "Platform Name: %s, Device Name: %s\n", av_log 546 libavutil/opencl.c av_log(opencl_ctx, AV_LOG_ERROR, av_log 553 libavutil/opencl.c av_log(opencl_ctx, AV_LOG_ERROR, av_log 577 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 601 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 609 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 626 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, "Could not create OpenCL buffer: %s\n", av_opencl_errstr(status)); av_log 639 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 653 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 661 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 676 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 684 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 705 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 713 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 725 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 746 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 755 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 768 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, av_log 786 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_VERBOSE, "Performing test on OpenCL device %s\n", av_log 806 libavutil/opencl.c av_log(&opencl_ctx, AV_LOG_ERROR, "Benchmark failed with OpenCL device %s\n", av_log 34 libavutil/opencl_internal.c av_log(opencl_param->ctx, AV_LOG_ERROR, "OpenCL kernel must be set\n"); av_log 44 libavutil/opencl_internal.c av_log(opencl_param->ctx, AV_LOG_ERROR, "Parameter size must not be 0\n"); av_log 50 libavutil/opencl_internal.c av_log(opencl_param->ctx, AV_LOG_ERROR, "Cannot set kernel argument: %s\n", av_opencl_errstr(status)); av_log 88 libavutil/opt.c av_log(obj, AV_LOG_ERROR, "Value %f for parameter '%s' out of range [%g - %g]\n", av_log 95 libavutil/opt.c av_log(obj, AV_LOG_ERROR, av_log 218 libavutil/opt.c av_log(obj, AV_LOG_ERROR, "const_values array too small for %s\n", o->unit); av_log 242 libavutil/opt.c av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\"\n", val); av_log 274 libavutil/opt.c av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as image size\n", val); av_log 287 libavutil/opt.c av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as video rate\n", val); av_log 300 libavutil/opt.c av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as color\n", val); av_log 319 libavutil/opt.c av_log(obj, AV_LOG_ERROR, av_log 336 libavutil/opt.c av_log(obj, AV_LOG_ERROR, av_log 405 libavutil/opt.c av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as duration\n", val); av_log 420 libavutil/opt.c av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as channel layout\n", val); av_log 429 libavutil/opt.c av_log(obj, AV_LOG_ERROR, "Invalid option type.\n"); av_log 543 libavutil/opt.c av_log(obj, AV_LOG_ERROR, av_log 548 libavutil/opt.c av_log(obj, AV_LOG_ERROR, av_log 565 libavutil/opt.c av_log(obj, AV_LOG_ERROR, av_log 585 libavutil/opt.c av_log(obj, AV_LOG_ERROR, av_log 594 libavutil/opt.c av_log(obj, AV_LOG_ERROR, av_log 621 libavutil/opt.c av_log(obj, AV_LOG_ERROR, av_log 869 libavutil/opt.c av_log(obj, AV_LOG_ERROR, av_log 904 libavutil/opt.c av_log(obj, AV_LOG_ERROR, av_log 931 libavutil/opt.c av_log(obj, AV_LOG_ERROR, av_log 974 libavutil/opt.c av_log(av_log_obj, level, "INT_MAX"); av_log 976 libavutil/opt.c av_log(av_log_obj, level, "INT_MIN"); av_log 978 libavutil/opt.c av_log(av_log_obj, level, "UINT32_MAX"); av_log 980 libavutil/opt.c av_log(av_log_obj, level, "I64_MAX"); av_log 982 libavutil/opt.c av_log(av_log_obj, level, "I64_MIN"); av_log 984 libavutil/opt.c av_log(av_log_obj, level, "FLT_MAX"); av_log 986 libavutil/opt.c av_log(av_log_obj, level, "FLT_MIN"); av_log 988 libavutil/opt.c av_log(av_log_obj, level, "-FLT_MAX"); av_log 990 libavutil/opt.c av_log(av_log_obj, level, "-FLT_MIN"); av_log 992 libavutil/opt.c av_log(av_log_obj, level, "DBL_MAX"); av_log 994 libavutil/opt.c av_log(av_log_obj, level, "DBL_MIN"); av_log 996 libavutil/opt.c av_log(av_log_obj, level, "-DBL_MAX"); av_log 998 libavutil/opt.c av_log(av_log_obj, level, "-DBL_MIN"); av_log 1000 libavutil/opt.c av_log(av_log_obj, level, "%g", d); av_log 1026 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, " %-15s ", opt->name); av_log 1028 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, " %s%-17s ", av_log 1034 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<flags>"); av_log 1037 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<int>"); av_log 1040 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<int64>"); av_log 1043 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<double>"); av_log 1046 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<float>"); av_log 1049 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<string>"); av_log 1052 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<rational>"); av_log 1055 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<binary>"); av_log 1058 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<image_size>"); av_log 1061 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<video_rate>"); av_log 1064 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<pix_fmt>"); av_log 1067 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<sample_fmt>"); av_log 1070 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<duration>"); av_log 1073 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<color>"); av_log 1076 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", "<channel_layout>"); av_log 1080 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%-12s ", ""); av_log 1083 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%c", (opt->flags & AV_OPT_FLAG_ENCODING_PARAM) ? 'E' : '.'); av_log 1084 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%c", (opt->flags & AV_OPT_FLAG_DECODING_PARAM) ? 'D' : '.'); av_log 1085 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%c", (opt->flags & AV_OPT_FLAG_FILTERING_PARAM)? 'F' : '.'); av_log 1086 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%c", (opt->flags & AV_OPT_FLAG_VIDEO_PARAM ) ? 'V' : '.'); av_log 1087 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%c", (opt->flags & AV_OPT_FLAG_AUDIO_PARAM ) ? 'A' : '.'); av_log 1088 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%c", (opt->flags & AV_OPT_FLAG_SUBTITLE_PARAM) ? 'S' : '.'); av_log 1089 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%c", (opt->flags & AV_OPT_FLAG_EXPORT) ? 'X' : '.'); av_log 1090 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%c", (opt->flags & AV_OPT_FLAG_READONLY) ? 'R' : '.'); av_log 1093 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, " %s", opt->help); av_log 1103 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, " (from "); av_log 1105 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, " to "); av_log 1107 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, ")"); av_log 1121 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, " (default "); av_log 1124 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%"PRIX64, opt->default_val.i64); av_log 1137 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%d/%d", q.num, q.den); } av_log 1140 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%s", (char *)av_x_if_null(av_get_pix_fmt_name(opt->default_val.i64), "none")); av_log 1143 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%s", (char *)av_x_if_null(av_get_sample_fmt_name(opt->default_val.i64), "none")); av_log 1149 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "\"%s\"", opt->default_val.str); av_log 1152 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "0x%"PRIx64, opt->default_val.i64); av_log 1155 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, ")"); av_log 1158 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "\n"); av_log 1170 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, "%s AVOptions:\n", (*(AVClass**)obj)->class_name); av_log 1246 libavutil/opt.c av_log(s, AV_LOG_DEBUG, "AVOption type %d of option %s not implemented yet\n", opt->type, opt->name); av_log 1286 libavutil/opt.c av_log(ctx, AV_LOG_ERROR, "Missing key or no key/value separator found after key '%s'\n", key); av_log 1291 libavutil/opt.c av_log(ctx, AV_LOG_DEBUG, "Setting entry with key '%s' to value '%s'\n", key, val); av_log 1295 libavutil/opt.c av_log(ctx, AV_LOG_ERROR, "Key '%s' not found.\n", key); av_log 1402 libavutil/opt.c av_log(ctx, AV_LOG_ERROR, "No option name near '%s'\n", opts); av_log 1404 libavutil/opt.c av_log(ctx, AV_LOG_ERROR, "Unable to parse '%s': %s\n", opts, av_log 1418 libavutil/opt.c av_log(ctx, AV_LOG_DEBUG, "Setting '%s' to value '%s'\n", key, value); av_log 1421 libavutil/opt.c av_log(ctx, AV_LOG_ERROR, "Option '%s' not found\n", key); av_log 1468 libavutil/opt.c av_log(obj, AV_LOG_ERROR, "Error setting option %s to value %s.\n", t->key, t->value); av_log 1830 libavutil/opt.c av_log(obj, AV_LOG_WARNING, "Not supported option type: %d, option name: %s\n", o->type, o->name); av_log 1859 libavutil/opt.c av_log(obj, AV_LOG_ERROR, "Invalid separator(s) found."); av_log 2127 libavutil/opt.c av_log(&test_ctx, AV_LOG_DEBUG, "Setting options string '%s'\n", options[i]); av_log 2161 libavutil/opt.c av_log(&test_ctx, AV_LOG_DEBUG, "Setting options string '%s'\n", options[i]); av_log 377 libavutil/parseutils.c av_log(log_ctx, AV_LOG_ERROR, "Invalid 0xRRGGBB[AA] color string: '%s'\n", color_string2); av_log 394 libavutil/parseutils.c av_log(log_ctx, AV_LOG_ERROR, "Cannot find color '%s'\n", color_string2); av_log 414 libavutil/parseutils.c av_log(log_ctx, AV_LOG_ERROR, "Invalid alpha value specifier '%s' in '%s'\n", av_log 2383 libavutil/pixdesc.c av_log(NULL, AV_LOG_INFO, "%3d unused pixel format values\n", skip); av_log 2386 libavutil/pixdesc.c av_log(NULL, AV_LOG_INFO, "pix fmt %s avg_bpp:%d colortype:%d\n", desc->name, av_get_padded_bits_per_pixel(desc), get_color_type(desc)); av_log 2388 libavutil/pixdesc.c av_log(NULL, AV_LOG_ERROR, "Alpha flag mismatch\n"); av_log 67 libavutil/pixelutils.c av_log(log_ctx, AV_LOG_ERROR, "pixelutils support is required " av_log 166 libavutil/rational.c av_log(NULL, AV_LOG_ERROR, "%d/%d %d/%d, %d %f\n", a.num, av_log 170 libavutil/rational.c av_log(NULL, AV_LOG_ERROR, "%d/%d ", r.num, r.den); av_log 195 libavutil/rational.c av_log(NULL, AV_LOG_ERROR, "%d/%d %d/%d, %d %d\n", a.num, av_log 155 libavutil/timecode.c av_log(log_ctx, AV_LOG_ERROR, "Timecode frame rate must be specified\n"); av_log 159 libavutil/timecode.c av_log(log_ctx, AV_LOG_ERROR, "Drop frame is only allowed with 30000/1001 or 60000/1001 FPS\n"); av_log 163 libavutil/timecode.c av_log(log_ctx, AV_LOG_ERROR, "Timecode frame rate %d/%d not supported\n", av_log 198 libavutil/timecode.c av_log(log_ctx, AV_LOG_ERROR, "Unable to parse timecode, " av_log 80 libavutil/timer.h av_log(NULL, AV_LOG_ERROR, \ av_log 196 libavutil/tree.c av_log(NULL, AV_LOG_ERROR, " "); av_log 198 libavutil/tree.c av_log(NULL, AV_LOG_ERROR, "Node %p %2d %p\n", t, t->state, t->elem); av_log 202 libavutil/tree.c av_log(NULL, AV_LOG_ERROR, "NULL\n"); av_log 226 libavutil/tree.c av_log(NULL, AV_LOG_ERROR, "FATAL error %d\n", i); av_log 230 libavutil/tree.c av_log(NULL, AV_LOG_DEBUG, "inserting %4d\n", (int)j); av_log 235 libavutil/tree.c av_log(NULL, AV_LOG_ERROR, "Memory allocation failure.\n"); av_log 243 libavutil/tree.c av_log(NULL, AV_LOG_DEBUG, "removing %4d\n", (int)j); av_log 247 libavutil/tree.c av_log(NULL, AV_LOG_ERROR, "removal failure %d\n", i); av_log 362 libavutil/twofish.c av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rct[j][i], temp[i]); av_log 369 libavutil/twofish.c av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rpt[i], temp[i]); av_log 386 libavutil/twofish.c av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rct[3 + j][i], temp[i]); av_log 398 libavutil/twofish.c av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rpt[i], temp[i]); av_log 49 libavutil/utils.c av_log(NULL, AV_LOG_FATAL, "Libavutil has been build with a broken binutils, please upgrade binutils and rebuild\n"); av_log 54 libavutil/utils.c av_log(NULL, AV_LOG_ERROR, "Libavutil has been linked to a broken llrint()\n"); av_log 52 libavutil/x86/w64xmmtest.h av_log(ctx, AV_LOG_ERROR, \ av_log 57 libavutil/x86/w64xmmtest.h av_log(ctx, AV_LOG_ERROR, \ av_log 61 libavutil/x86/w64xmmtest.h av_log(ctx, AV_LOG_ERROR, \ av_log 689 libpostproc/postprocess.c av_log(NULL, AV_LOG_ERROR, "pp: Missing argument\n"); av_log 697 libpostproc/postprocess.c av_log(NULL, AV_LOG_INFO, "%s", temp); av_log 721 libpostproc/postprocess.c av_log(NULL, AV_LOG_DEBUG, "pp: %s\n", name); av_log 744 libpostproc/postprocess.c av_log(NULL, AV_LOG_DEBUG, "pp: %s::%s\n", filterToken, filterName); av_log 755 libpostproc/postprocess.c av_log(NULL, AV_LOG_DEBUG, "pp: option: %s\n", option); av_log 866 libpostproc/postprocess.c av_log(NULL, AV_LOG_DEBUG, "pp: lumMode=%X, chromMode=%X\n", ppMode->lumMode, ppMode->chromMode); av_log 868 libpostproc/postprocess.c av_log(NULL, AV_LOG_ERROR, "%d errors in postprocess string \"%s\"\n", ppMode->error, name); av_log 1019 libpostproc/postprocess.c av_log(c, AV_LOG_INFO, "%2d ", QP_store[x + y*QPStride]); av_log 1021 libpostproc/postprocess.c av_log(c, AV_LOG_INFO, "\n"); av_log 1023 libpostproc/postprocess.c av_log(c, AV_LOG_INFO, "\n"); av_log 1046 libpostproc/postprocess.c av_log(c, AV_LOG_DEBUG, "using npp filters 0x%X/0x%X\n", av_log 1412 libpostproc/postprocess_template.c av_log(c, AV_LOG_INFO, "sum:%1.3f, skip:%d, wQP:%d, " av_log 3277 libpostproc/postprocess_template.c av_log(c2, AV_LOG_WARNING, "Visualization is currently only supported with the accurate deblock filter without SIMD\n"); av_log 118 libswresample/dither.c av_log(s, AV_LOG_WARNING, "Requested noise shaping dither not available at this sampling rate, using triangular hp dither\n"); av_log 89 libswresample/rematrix.c av_log(s, AV_LOG_VERBOSE, "Treating %s as mono\n", buf); av_log 138 libswresample/rematrix.c av_log(s, AV_LOG_ERROR, "Input channel layout '%s' is not supported\n", buf); av_log 144 libswresample/rematrix.c av_log(s, AV_LOG_ERROR, "Output channel layout '%s' is not supported\n", buf); av_log 345 libswresample/rematrix.c av_log(NULL, AV_LOG_DEBUG, "%f ", s->matrix[i][j]); av_log 347 libswresample/rematrix.c av_log(NULL, AV_LOG_DEBUG, "\n"); av_log 162 libswresample/resample.c av_log(NULL, AV_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf); av_log 205 libswresample/resample.c av_log(NULL, AV_LOG_ERROR, "Unsupported sample format\n"); av_log 210 libswresample/resample.c av_log(NULL, AV_LOG_ERROR, "Filter length too large\n"); av_log 60 libswresample/soxr_resample.c av_log(NULL, AV_LOG_ERROR, "soxr_create: %s\n", error); av_log 249 libswresample/swresample-test.c av_log(NULL, AV_LOG_INFO, "Usage: swresample-test [<num_tests>[ <test>]] \n" av_log 98 libswresample/swresample.c av_log(s, AV_LOG_ERROR, "Failed to set option\n"); av_log 159 libswresample/swresample.c av_log(s, AV_LOG_ERROR, "Requested input sample format %d is invalid\n", s->in_sample_fmt); av_log 163 libswresample/swresample.c av_log(s, AV_LOG_ERROR, "Requested output sample format %d is invalid\n", s->out_sample_fmt); av_log 168 libswresample/swresample.c av_log(s, AV_LOG_WARNING, "Input channel layout 0x%"PRIx64" is invalid or unsupported.\n", s-> in_ch_layout); av_log 173 libswresample/swresample.c av_log(s, AV_LOG_WARNING, "Output channel layout 0x%"PRIx64" is invalid or unsupported.\n", s->out_ch_layout); av_log 183 libswresample/swresample.c av_log(s, AV_LOG_ERROR, "Requested resampling engine is unavailable\n"); av_log 191 libswresample/swresample.c av_log(s, AV_LOG_WARNING, "Input channel layout has a different number of channels than the number of used channels, ignoring layout\n"); av_log 214 libswresample/swresample.c av_log(s, AV_LOG_DEBUG, "Using double precision mode\n"); av_log 223 libswresample/swresample.c av_log(s, AV_LOG_ERROR, "Requested sample format %s is not supported internally, S16/S32/FLT/DBL is supported\n", av_get_sample_fmt_name(s->int_sample_fmt)); av_log 255 libswresample/swresample.c av_log(s, AV_LOG_ERROR, "Resampling only supported with internal s16/s32/flt/dbl\n"); av_log 269 libswresample/swresample.c av_log(s, AV_LOG_ERROR, "Input channel count and layout are unset\n"); av_log 277 libswresample/swresample.c av_log(s, AV_LOG_ERROR, "Rematrix is needed between %s and %s " av_log 656 libswresample/swresample.c av_log(s, AV_LOG_ERROR, "Context has not been initialized\n"); av_log 763 libswresample/swresample.c av_log(s, AV_LOG_VERBOSE, "discarding %d audio samples\n", count); av_log 790 libswresample/swresample.c av_log(s, AV_LOG_VERBOSE, "adding %d audio samples of silence\n", count); av_log 842 libswresample/swresample.c av_log(s, AV_LOG_ERROR, "Failed to compensate for timestamp delta of %f\n", fdelta); av_log 848 libswresample/swresample.c av_log(s, AV_LOG_VERBOSE, "compensating audio timestamp drift:%f compensation:%d in:%d\n", fdelta, comp, duration); av_log 50 libswresample/swresample_frame.c av_log(s, AV_LOG_ERROR, "Failed to set option\n"); av_log 47 libswscale/colorspace-test.c av_log(NULL, AV_LOG_INFO, "memory corruption test ...\n"); av_log 103 libswscale/colorspace-test.c av_log(NULL, AV_LOG_INFO, "."); av_log 132 libswscale/colorspace-test.c av_log(NULL, AV_LOG_INFO, av_log 141 libswscale/colorspace-test.c av_log(NULL, AV_LOG_INFO, av_log 150 libswscale/colorspace-test.c av_log(NULL, AV_LOG_INFO, av_log 166 libswscale/colorspace-test.c av_log(NULL, AV_LOG_INFO, av_log 565 libswscale/ppc/yuv2rgb_altivec.c av_log(c, AV_LOG_WARNING, "ALTIVEC: Color Space RGB24\n"); av_log 568 libswscale/ppc/yuv2rgb_altivec.c av_log(c, AV_LOG_WARNING, "ALTIVEC: Color Space BGR24\n"); av_log 571 libswscale/ppc/yuv2rgb_altivec.c av_log(c, AV_LOG_WARNING, "ALTIVEC: Color Space ARGB\n"); av_log 574 libswscale/ppc/yuv2rgb_altivec.c av_log(c, AV_LOG_WARNING, "ALTIVEC: Color Space ABGR\n"); av_log 577 libswscale/ppc/yuv2rgb_altivec.c av_log(c, AV_LOG_WARNING, "ALTIVEC: Color Space RGBA\n"); av_log 580 libswscale/ppc/yuv2rgb_altivec.c av_log(c, AV_LOG_WARNING, "ALTIVEC: Color Space BGRA\n"); av_log 589 libswscale/ppc/yuv2rgb_altivec.c av_log(c, AV_LOG_WARNING, "ALTIVEC: Color Space UYVY -> RGB32\n"); av_log 745 libswscale/ppc/yuv2rgb_altivec.c av_log(c, AV_LOG_ERROR, av_log 833 libswscale/ppc/yuv2rgb_altivec.c av_log(c, AV_LOG_ERROR, av_log 300 libswscale/swscale.c av_log(c, AV_LOG_DEBUG, __VA_ARGS__) av_log 388 libswscale/swscale.c av_log(c, AV_LOG_WARNING, av_log 403 libswscale/swscale.c av_log(c, AV_LOG_WARNING, "Warning: data is not aligned! This can lead to a speedloss\n"); av_log 900 libswscale/swscale.c av_log(c, AV_LOG_ERROR, "One of the input parameters to sws_scale() is NULL, please check the calling code\n"); av_log 923 libswscale/swscale.c av_log(c, AV_LOG_ERROR, "bad src image pointers\n"); av_log 927 libswscale/swscale.c av_log(c, AV_LOG_ERROR, "bad dst image pointers\n"); av_log 932 libswscale/swscale.c av_log(c, AV_LOG_ERROR, "Slices start in the middle!\n"); av_log 400 libswscale/swscale_unscaled.c av_log(c, AV_LOG_ERROR, "internal error %s -> %s converter\n", av_log 569 libswscale/swscale_unscaled.c av_log(c, AV_LOG_ERROR, "unsupported conversion to planar RGB %s -> %s\n", av_log 591 libswscale/swscale_unscaled.c av_log(c, AV_LOG_ERROR, av_log 740 libswscale/swscale_unscaled.c av_log(c, AV_LOG_ERROR, "unsupported planar RGB conversion %s -> %s\n", av_log 770 libswscale/swscale_unscaled.c av_log(c, AV_LOG_ERROR, av_log 836 libswscale/swscale_unscaled.c av_log(c, AV_LOG_ERROR, "unsupported planar RGB conversion %s -> %s\n", av_log 872 libswscale/swscale_unscaled.c av_log(c, AV_LOG_ERROR, av_log 963 libswscale/swscale_unscaled.c av_log(c, AV_LOG_ERROR, av_log 1264 libswscale/swscale_unscaled.c av_log(c, AV_LOG_ERROR, "internal error %s -> %s converter\n", av_log 1656 libswscale/swscale_unscaled.c av_log(c, AV_LOG_ERROR, "unsupported bayer conversion\n"); av_log 581 libswscale/utils.c av_log(NULL, AV_LOG_VERBOSE, av_log 659 libswscale/utils.c av_log(NULL, AV_LOG_WARNING, "SwScaler: zero vector in scaling\n"); av_log 685 libswscale/utils.c av_log(NULL, ret == RETCODE_USE_CASCADE ? AV_LOG_DEBUG : AV_LOG_ERROR, "sws: initFilter failed\n"); av_log 994 libswscale/utils.c av_log(c, AV_LOG_WARNING, "deprecated pixel format used, make sure you did set range correctly\n"); av_log 1010 libswscale/utils.c av_log(c, AV_LOG_ERROR, "%s is not supported as input pixel format\n", av_log 1015 libswscale/utils.c av_log(c, AV_LOG_ERROR, "%s is not supported as output pixel format\n", av_log 1043 libswscale/utils.c av_log(c, AV_LOG_ERROR, av_log 1051 libswscale/utils.c av_log(c, AV_LOG_ERROR, "%dx%d -> %dx%d is invalid scaling dimension\n", av_log 1081 libswscale/utils.c av_log(c, AV_LOG_DEBUG, "Forcing full internal H chroma due to odd output size\n"); av_log 1091 libswscale/utils.c av_log(c, AV_LOG_DEBUG, "Forcing full internal H chroma due to input having non subsampled chroma\n"); av_log 1110 libswscale/utils.c av_log(c, AV_LOG_DEBUG, av_log 1119 libswscale/utils.c av_log(c, AV_LOG_DEBUG, av_log 1128 libswscale/utils.c av_log(c, AV_LOG_DEBUG, av_log 1152 libswscale/utils.c av_log(c, AV_LOG_WARNING, av_log 1208 libswscale/utils.c av_log(c, AV_LOG_INFO, av_log 1304 libswscale/utils.c av_log(c, AV_LOG_ERROR, "Failed to allocate MMX2FilterCode\n"); av_log 1321 libswscale/utils.c av_log(c, AV_LOG_ERROR, "mprotect failed, cannot use fast bilinear scaler\n"); av_log 1473 libswscale/utils.c av_log(c, AV_LOG_INFO, "%s scaler, from %s to %s%s ", av_log 1497 libswscale/utils.c av_log(c, AV_LOG_INFO, "using %s\n", cpucaps); av_log 1499 libswscale/utils.c av_log(c, AV_LOG_VERBOSE, "%dx%d -> %dx%d\n", srcW, srcH, dstW, dstH); av_log 1500 libswscale/utils.c av_log(c, AV_LOG_DEBUG, av_log 1503 libswscale/utils.c av_log(c, AV_LOG_DEBUG, av_log 1516 libswscale/utils.c av_log(c, AV_LOG_INFO, av_log 1880 libswscale/utils.c av_log(log_ctx, log_level, "%1.3f ", a->coeff[i]); av_log 1882 libswscale/utils.c av_log(log_ctx, log_level, " "); av_log 1883 libswscale/utils.c av_log(log_ctx, log_level, "|\n"); av_log 668 libswscale/yuv2rgb.c av_log(c, AV_LOG_WARNING, av_log 972 libswscale/yuv2rgb.c av_log(c, AV_LOG_ERROR, "%ibpp not supported by yuv2rgb\n", bpp); av_log 58 tools/crypto_bench.c av_log(NULL, AV_LOG_ERROR, "Fatal error: %s\n", tag); av_log 84 tools/ffescape.c av_log(NULL, AV_LOG_ERROR, av_log 95 tools/ffescape.c av_log(NULL, AV_LOG_ERROR, av_log 108 tools/ffescape.c av_log(NULL, AV_LOG_ERROR, av_log 135 tools/ffescape.c av_log(NULL, AV_LOG_ERROR, "Impossible to open input file '%s': %s\n", infilename, strerror(errno)); av_log 146 tools/ffescape.c av_log(NULL, AV_LOG_ERROR, "Impossible to open output file '%s': %s\n", outfilename, strerror(errno)); av_log 157 tools/ffescape.c av_log(NULL, AV_LOG_ERROR, "Could not allocate a buffer for the source string\n"); av_log 170 tools/ffescape.c av_log(NULL, AV_LOG_ERROR, "Could not escape string\n"); av_log 64 tools/ffeval.c av_log(NULL, AV_LOG_ERROR, \ av_log 28 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, "Stream type not supported\n"); av_log 55 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, av_log 74 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, "Unable to alloc graph graph: %s\n", av_log 80 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, "Unable to parse graph: %s\n", av_log 89 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, "Graph has unconnected inputs\n"); av_log 99 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, "Graph has no output stream\n"); av_log 104 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, av_log 113 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, "Could not allocate streams\n"); av_log 127 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, "Failed to configure graph\n"); av_log 141 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, "Failed to allocate output: %s\n", av_log 149 tools/uncoded_frame.c av_log(st->mux, AV_LOG_ERROR, "Failed to init output: %s\n", av_log 163 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, "Failed to create output stream\n"); av_log 196 tools/uncoded_frame.c av_log(st->mux, AV_LOG_ERROR, "Failed to init output: %s\n", av_log 207 tools/uncoded_frame.c av_log(st->mux, AV_LOG_ERROR, av_log 220 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, "Error filtering: %s\n", av_log 230 tools/uncoded_frame.c av_log(NULL, AV_LOG_ERROR, "Could not allocate frame\n"); av_log 237 tools/uncoded_frame.c av_log(NULL, AV_LOG_WARNING, "Error in sink: %s\n", av_log 250 tools/uncoded_frame.c av_log(st->stream->codec, AV_LOG_ERROR, av_log 86 tools/zmqsend.c av_log(NULL, AV_LOG_ERROR, av_log 93 tools/zmqsend.c av_log(NULL, AV_LOG_ERROR, av_log 100 tools/zmqsend.c av_log(NULL, AV_LOG_ERROR, av_log 107 tools/zmqsend.c av_log(NULL, AV_LOG_ERROR, "Could not bind ZMQ responder to address '%s': %s\n", av_log 120 tools/zmqsend.c av_log(NULL, AV_LOG_ERROR, "Could not allocate a buffer for the source string\n"); av_log 128 tools/zmqsend.c av_log(NULL, AV_LOG_ERROR, "Could not send message: %s\n", zmq_strerror(errno)); av_log 134 tools/zmqsend.c av_log(NULL, AV_LOG_ERROR, av_log 141 tools/zmqsend.c av_log(NULL, AV_LOG_ERROR, av_log 151 tools/zmqsend.c av_log(NULL, AV_LOG_ERROR,