Lines Matching full:stderr
266 fprintf(stderr, "Usage: %s [arg] [arg] [arg] ...\n", argv0);
267 fprintf(stderr, "\n");
268 fprintf(stderr, "Where 'arg' is any of the following options:\n");
269 fprintf(stderr, "\n");
270 fprintf(stderr, " -fps <frames per second>\n");
271 fprintf(stderr, " -format <fmt> (one of the: YV12, IYUV, YUY2, UYVY, YVYU)\n");
272 fprintf(stderr, " -scale <scale factor> (initial scale of the overlay)\n");
273 fprintf(stderr, " -help (shows this help)\n");
274 fprintf(stderr, "\n");
275 fprintf(stderr, "Press ESC to exit, or SPACE to freeze the movie while application running.\n");
276 fprintf(stderr, "\n");
299 fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError());
312 fprintf(stderr, "The -fps option requires an argument [from 1 to 1000], default is 12.\n");
317 fprintf(stderr, "The -fps option must be in range from 1 to 1000, default is 12.\n");
325 fprintf(stderr, "The -fps option requires an argument [from 1 to 1000], default is 12.\n");
345 fprintf(stderr, "The -format option %s is not recognized, see help for info.\n", argv[2]);
353 fprintf(stderr, "The -format option requires an argument, default is YUY2.\n");
364 fprintf(stderr, "The -scale option requires an argument [from 1 to 50], default is 5.\n");
369 fprintf(stderr, "The -scale option must be in range from 1 to 50, default is 5.\n");
377 fprintf(stderr, "The -fps option requires an argument [from 1 to 1000], default is 12.\n");
387 fprintf(stderr, "Unrecognized option: %s.\n", argv[1]);
396 fprintf(stderr, "Can't allocate memory for movie !\n");
405 fprintf(stderr, "Can't find the file moose.dat !\n");
417 fprintf(stderr, "Couldn't set video mode: %s\n", SDL_GetError());
431 fprintf(stderr, "Couldn't create SDL_Surfaces:%s\n", SDL_GetError());
468 fprintf(stderr, "Couldn't convert picture to 32bits RGB: %s\n", SDL_GetError());
481 fprintf(stderr, "Couldn't create overlay: %s\n", SDL_GetError());