Lines Matching refs:stderr
65 fprintf(stderr, "Error: Width, height and pixel format have to be "
117 fprintf(stderr, "Error submitting a packet for decoding (%s)\n", av_err2str(ret));
130 fprintf(stderr, "Error during decoding (%s)\n", av_err2str(ret));
157 fprintf(stderr, "Could not find %s stream in input file '%s'\n",
167 fprintf(stderr, "Failed to find %s codec\n",
175 fprintf(stderr, "Failed to allocate the %s codec context\n",
182 fprintf(stderr, "Failed to copy %s codec parameters to decoder context\n",
189 fprintf(stderr, "Failed to open %s codec\n",
222 fprintf(stderr,
233 fprintf(stderr, "usage: %s input_file video_output_file audio_output_file\n"
247 fprintf(stderr, "Could not open source file %s\n", src_filename);
253 fprintf(stderr, "Could not find stream information\n");
262 fprintf(stderr, "Could not open destination file %s\n", video_dst_filename);
274 fprintf(stderr, "Could not allocate raw video buffer\n");
284 fprintf(stderr, "Could not open destination file %s\n", audio_dst_filename);
290 /* dump input information to stderr */
294 fprintf(stderr, "Could not find audio or video stream in the input, aborting\n");
301 fprintf(stderr, "Could not allocate frame\n");
308 fprintf(stderr, "Could not allocate packet\n");