Lines Matching refs:AV_LOG_ERROR
51 av_log(avctx, AV_LOG_ERROR, "buf size too small (%d)\n", buf_size); in bmp_decode_frame()
57 av_log(avctx, AV_LOG_ERROR, "bad magic number\n"); in bmp_decode_frame()
63 av_log(avctx, AV_LOG_ERROR, "not enough data (%d < %u), trying to decode anyway\n", in bmp_decode_frame()
74 av_log(avctx, AV_LOG_ERROR, "invalid header size %u\n", hsize); in bmp_decode_frame()
83 av_log(avctx, AV_LOG_ERROR, in bmp_decode_frame()
110 av_log(avctx, AV_LOG_ERROR, "invalid BMP header\n"); in bmp_decode_frame()
123 av_log(avctx, AV_LOG_ERROR, "BMP coding %d not supported\n", comp); in bmp_decode_frame()
138 av_log(avctx, AV_LOG_ERROR, "Failed to set dimensions %d %d\n", width, height); in bmp_decode_frame()
156 av_log(avctx, AV_LOG_ERROR, "Unknown bitfields " in bmp_decode_frame()
178 av_log(avctx, AV_LOG_ERROR, in bmp_decode_frame()
196 av_log(avctx, AV_LOG_ERROR, "Unknown palette for %u-colour BMP\n", in bmp_decode_frame()
202 av_log(avctx, AV_LOG_ERROR, "depth %u not supported\n", depth); in bmp_decode_frame()
207 av_log(avctx, AV_LOG_ERROR, "unsupported pixel format\n"); in bmp_decode_frame()
225 av_log(avctx, AV_LOG_ERROR, "not enough data (%d < %d)\n", in bmp_decode_frame()
229 av_log(avctx, AV_LOG_ERROR, "data size too small, assuming missing line alignment\n"); in bmp_decode_frame()
254 av_log(avctx, AV_LOG_ERROR, in bmp_decode_frame()
267 av_log(avctx, AV_LOG_ERROR, "palette doesn't fit in packet\n"); in bmp_decode_frame()
344 av_log(avctx, AV_LOG_ERROR, "BMP decoder is broken\n"); in bmp_decode_frame()