Lines Matching refs:av_log
172 av_log(avctx, AV_LOG_ERROR, "Only one video stream is supported!\n"); in decklink_setup_video()
178 av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format!" in decklink_setup_video()
184 av_log(avctx, AV_LOG_ERROR, "Unsupported codec type!" in decklink_setup_video()
192 av_log(avctx, AV_LOG_ERROR, "Could not set output configuration\n"); in decklink_setup_video()
197 av_log(avctx, AV_LOG_ERROR, "Unsupported video size, framerate or field order!" in decklink_setup_video()
202 … av_log(avctx, AV_LOG_WARNING, "Could not enable video output with VANC! Trying without...\n"); in decklink_setup_video()
206 av_log(avctx, AV_LOG_ERROR, "Could not enable video output!\n"); in decklink_setup_video()
225 av_log(avctx, AV_LOG_DEBUG, "output: %s, preroll: %d, frames buffer size: %d\n", in decklink_setup_video()
243 av_log(avctx, AV_LOG_ERROR, "Only one audio stream is supported!\n"); in decklink_setup_audio()
247 av_log(avctx, AV_LOG_ERROR, "Unsupported sample rate!" in decklink_setup_audio()
252 av_log(avctx, AV_LOG_ERROR, "Unsupported number of channels!" in decklink_setup_audio()
260 av_log(avctx, AV_LOG_ERROR, "Could not enable audio output!\n"); in decklink_setup_audio()
264 av_log(avctx, AV_LOG_ERROR, "Could not begin audio preroll!\n"); in decklink_setup_audio()
331 av_log(avctx, AV_LOG_ERROR, "Invalid framerate specified: %lld/%lld\n", in construct_cc()
338 av_log(avctx, AV_LOG_ERROR, "Illegal cc_count received: %d\n", cc_count); in construct_cc()
358 av_log(avctx, AV_LOG_ERROR, "Failed converting 708 packet to words\n"); in construct_cc()
365 av_log(avctx, AV_LOG_ERROR, "VANC line insertion failed\n"); in construct_cc()
384 av_log(avctx, AV_LOG_ERROR, "Failed to create vanc\n"); in decklink_construct_vanc()
405 av_log(avctx, AV_LOG_ERROR, "Failed to get VANC line %d: %d", real_line, result); in decklink_construct_vanc()
413 av_log(avctx, AV_LOG_ERROR, "Failed to generate VANC line\n"); in decklink_construct_vanc()
421 av_log(avctx, AV_LOG_ERROR, "Failed to set vanc: %d", result); in decklink_construct_vanc()
448 av_log(avctx, AV_LOG_ERROR, "Got a frame with invalid pixel format or dimension.\n"); in decklink_write_video_packet()
454 av_log(avctx, AV_LOG_ERROR, "Could not clone video frame.\n"); in decklink_write_video_packet()
462 av_log(avctx, AV_LOG_ERROR, "Could not clone video frame.\n"); in decklink_write_video_packet()
470 av_log(avctx, AV_LOG_ERROR, "Failed to construct VANC\n"); in decklink_write_video_packet()
475 av_log(avctx, AV_LOG_ERROR, "Could not create new frame.\n"); in decklink_write_video_packet()
496 av_log(avctx, AV_LOG_ERROR, "Could not schedule video frame." in decklink_write_video_packet()
502 av_log(avctx, AV_LOG_DEBUG, "Buffered video frames: %d.\n", (int) buffered); in decklink_write_video_packet()
504 av_log(avctx, AV_LOG_WARNING, "There are not enough buffered video frames." in decklink_write_video_packet()
509 av_log(avctx, AV_LOG_DEBUG, "Ending audio preroll.\n"); in decklink_write_video_packet()
511 av_log(avctx, AV_LOG_ERROR, "Could not end audio preroll!\n"); in decklink_write_video_packet()
514 av_log(avctx, AV_LOG_DEBUG, "Starting scheduled playback.\n"); in decklink_write_video_packet()
516 av_log(avctx, AV_LOG_ERROR, "Could not start scheduled playback!\n"); in decklink_write_video_packet()
534 av_log(avctx, AV_LOG_WARNING, "There's no buffered audio." in decklink_write_audio_packet()
539 av_log(avctx, AV_LOG_ERROR, "Could not schedule audio samples.\n"); in decklink_write_audio_packet()
565 av_log(avctx, AV_LOG_ERROR, "Cannot create VANC library context\n"); in ff_decklink_write_header()
583 av_log(avctx, AV_LOG_ERROR, "Could not open output device from '%s'\n", in ff_decklink_write_header()
608 av_log(avctx, AV_LOG_ERROR, "Unsupported stream type.\n"); in ff_decklink_write_header()