Searched refs:AV_LOG_ERROR (Results 101 - 125 of 1305) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dicoenc.c49 av_log(s, AV_LOG_ERROR, "Wrong endianness for bmp pixel format\n");
55 av_log(s, AV_LOG_ERROR, "BMP must be 1bit, 4bit, 8bit, 16bit, 24bit, or 32bit\n");
60 av_log(s, AV_LOG_ERROR, "PNG in ico requires pixel format to be rgba\n");
64 av_log(s, AV_LOG_ERROR, "Unsupported codec %s\n", c->codec_name);
70 av_log(s, AV_LOG_ERROR, "Unsupported dimensions %dx%d (dimensions cannot exceed 256x256)\n", c->width, c->height);
85 av_log(s, AV_LOG_ERROR, "Output is not seekable\n");
122 av_log(s, AV_LOG_ERROR, "ICO already contains %d images\n", ico->current_image);
139 av_log(s, AV_LOG_ERROR, "Invalid BMP\n");
H A Divfenc.c29 av_log(s, AV_LOG_ERROR, "Format supports only exactly one video stream\n");
35 av_log(s, AV_LOG_ERROR, "Currently only VP8 and VP9 are supported!\n");
H A Dlibsmbclient.c53 av_log(h, AV_LOG_ERROR, "Cannot create context: %s.\n", strerror(errno));
57 av_log(h, AV_LOG_ERROR, "Cannot initialize context: %s.\n", strerror(errno));
71 av_log(h, AV_LOG_ERROR, "Initialization failed: %s\n", strerror(errno));
117 av_log(h, AV_LOG_ERROR, "File open failed: %s\n", strerror(errno));
139 av_log(h, AV_LOG_ERROR, "Error during seeking: filesize is unknown.\n");
147 av_log(h, AV_LOG_ERROR, "Error during seeking: %s\n", strerror(err));
160 av_log(h, AV_LOG_ERROR, "Read error: %s\n", strerror(errno));
173 av_log(h, AV_LOG_ERROR, "Write error: %s\n", strerror(errno));
H A Dsiff.c97 av_log(s, AV_LOG_ERROR, "Header chunk is missing\n");
101 av_log(s, AV_LOG_ERROR, "Header chunk size is incorrect\n");
105 av_log(s, AV_LOG_ERROR, "Incorrect header version\n");
113 av_log(s, AV_LOG_ERROR, "File contains no frames ???\n");
147 av_log(s, AV_LOG_ERROR, "Header chunk is missing\n");
151 av_log(s, AV_LOG_ERROR, "Header chunk size is incorrect\n");
174 av_log(s, AV_LOG_ERROR, "Not a VBV file\n");
183 av_log(s, AV_LOG_ERROR, "'BODY' chunk is missing\n");
H A Dwvenc.c37 av_log(ctx, AV_LOG_ERROR, "This muxer only supports a single WavPack stream.\n");
52 av_log(ctx, AV_LOG_ERROR, "Invalid WavPack packet.\n");
H A Dau.c88 av_log(s, AV_LOG_ERROR, "Invalid negative data size '%d' found\n", data_size);
123 av_log(s, AV_LOG_ERROR, "Invalid number of channels %u\n", channels);
128 av_log(s, AV_LOG_ERROR, "Invalid sample rate: %u\n", rate);
174 av_log(s, AV_LOG_ERROR, "only one stream is supported\n");
180 av_log(s, AV_LOG_ERROR, "unsupported codec\n");
H A Drtpdec_amr.c70 av_log(ctx, AV_LOG_ERROR, "Bad codec ID\n");
75 av_log(ctx, AV_LOG_ERROR, "Only mono AMR is supported\n");
96 av_log(ctx, AV_LOG_ERROR, "No speech data found\n");
104 av_log(ctx, AV_LOG_ERROR, "Out of memory\n");
184 av_log(s, AV_LOG_ERROR, "Unsupported RTP/AMR configuration!\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcljrdec.c42 av_log(avctx, AV_LOG_ERROR, "Invalid width or height\n");
47 av_log(avctx, AV_LOG_ERROR,
H A Dmp3_header_decompress_bsf.c45 av_log(avctx, AV_LOG_ERROR, "Extradata invalid %d\n", avctx->extradata_size);
65 av_log(avctx, AV_LOG_ERROR, "Could not find bitrate_index.\n");
H A Dmsmpeg4dec.c130 av_log(s->avctx, AV_LOG_ERROR, "cbpc %d invalid at %d %d\n", code, s->mb_x, s->mb_y);
144 av_log(s->avctx, AV_LOG_ERROR, "cbpc %d invalid at %d %d\n", cbp, s->mb_x, s->mb_y);
154 av_log(s->avctx, AV_LOG_ERROR, "cbpy %d invalid at %d %d\n", cbp, s->mb_x, s->mb_y);
186 av_log(s->avctx, AV_LOG_ERROR, "\nerror while decoding block: %d x %d (%d)\n", s->mb_x, s->mb_y, i);
277 av_log(s->avctx, AV_LOG_ERROR, "\nerror while decoding block: %d x %d (%d)\n", s->mb_x, s->mb_y, i);
403 av_log(s->avctx, AV_LOG_ERROR, "invalid startcode\n");
413 av_log(s->avctx, AV_LOG_ERROR, "invalid picture type\n");
425 av_log(s->avctx, AV_LOG_ERROR, "invalid qscale\n");
433 av_log(s->avctx, AV_LOG_ERROR, "invalid slice height %d\n", code);
441 av_log(s->avctx, AV_LOG_ERROR, "erro
[all...]
H A Dmsrledec.c47 av_log(avctx, AV_LOG_ERROR,
76 av_log(avctx, AV_LOG_ERROR,
102 av_log(avctx, AV_LOG_ERROR,
121 av_log(avctx, AV_LOG_ERROR,
152 av_log(avctx, AV_LOG_ERROR,
170 av_log(avctx, AV_LOG_ERROR, "Skip beyond picture bounds\n");
182 av_log(avctx, AV_LOG_ERROR, "bytestream overrun\n");
263 av_log(avctx, AV_LOG_ERROR, "Unknown depth %d\n", depth);
H A Dv308enc.c30 av_log(avctx, AV_LOG_ERROR, "v308 requires width to be even.\n");
37 av_log(avctx, AV_LOG_ERROR, "Could not allocate frame.\n");
H A Dflicvideo.c67 av_log (s->avctx, AV_LOG_ERROR, "Invalid pixel_ptr = %d > pixel_limit = %d\n", \
93 av_log(avctx, AV_LOG_ERROR, "Unexpected extradata size %d\n", avctx->extradata_size);
140 av_log(avctx, AV_LOG_ERROR, "Unknown FLC/FLX depth of %d Bpp is unsupported.\n",depth);
281 av_log(avctx, AV_LOG_ERROR, "Undefined opcode (%x) in DELTA_FLI\n", line_packets);
391 av_log(avctx, AV_LOG_ERROR, "Invalid byte run value.\n");
402 av_log(avctx, AV_LOG_ERROR, "pixel_countdown < 0 (%d) at line %d\n",
414 av_log(avctx, AV_LOG_ERROR, "pixel_countdown < 0 (%d) at line %d\n",
427 av_log(avctx, AV_LOG_ERROR, "In chunk FLI_COPY : source data (%d bytes) " \
444 av_log(avctx, AV_LOG_ERROR, "Unrecognized chunk type: %d\n", chunk_type);
458 av_log(avctx, AV_LOG_ERROR, "Processe
[all...]
H A Dlcldec.c139 av_log(avctx, AV_LOG_ERROR, "Inflate reset error: %d\n", zret);
148 av_log(avctx, AV_LOG_ERROR, "Inflate error: %d\n", zret);
152 av_log(avctx, AV_LOG_ERROR, "Decoded size differs (%d != %lu)\n",
200 av_log(avctx, AV_LOG_ERROR, "len %d is too small\n", len);
208 av_log(avctx, AV_LOG_ERROR, "Mthread1 decoded size differs (%d != %d)\n",
215 av_log(avctx, AV_LOG_ERROR, "Mthread2 decoded size differs (%d != %d)\n",
224 av_log(avctx, AV_LOG_ERROR, "Decoded size differs (%d != %d)\n",
256 av_log(avctx, AV_LOG_ERROR, "BUG! Unknown MSZH compression in frame decoder.\n");
292 av_log(avctx, AV_LOG_ERROR, "BUG! Unknown codec in frame decoder compression switch.\n");
376 av_log(avctx, AV_LOG_ERROR, "BU
[all...]
H A Dlclenc.c86 av_log(avctx, AV_LOG_ERROR, "Format not supported!\n");
92 av_log(avctx, AV_LOG_ERROR, "Deflate reset error: %d\n", zret);
103 av_log(avctx, AV_LOG_ERROR, "Deflate error: %d\n", zret);
109 av_log(avctx, AV_LOG_ERROR, "Deflate error: %d\n", zret);
167 av_log(avctx, AV_LOG_ERROR, "Deflate init error: %d\n", zret);
H A Dlibxvid_rc.c47 av_log(NULL, AV_LOG_ERROR, "Can't create temporary pass2 file.\n");
63 av_log(NULL, AV_LOG_ERROR, "Error %s writing 2pass logfile\n", strerror(errno));
85 av_log(NULL, AV_LOG_ERROR, "xvid_plugin_2pass2 failed\n");
119 av_log(s->avctx, AV_LOG_ERROR, "xvid_plugin_2pass2(handle, XVID_PLG_AFTER, ...) FAILED\n");
127 av_log(s->avctx, AV_LOG_ERROR, "xvid_plugin_2pass2(handle, XVID_PLG_BEFORE, ...) FAILED\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibopenjpeg.c101 av_log(avctx, AV_LOG_ERROR, "Error initializing decoder.\n");
111 av_log(avctx, AV_LOG_ERROR, "Codestream could not be opened for reading.\n");
120 av_log(avctx, AV_LOG_ERROR, "Error decoding codestream.\n");
127 av_log(avctx, AV_LOG_ERROR, "%dx%d dimension invalid.\n", width, height);
140 av_log(avctx, AV_LOG_ERROR, "Only first component will be used.\n");
146 default: av_log(avctx, AV_LOG_ERROR, "%d components unsupported.\n", image->numcomps);
154 av_log(avctx, AV_LOG_ERROR, "ff_thread_get_buffer() failed\n");
166 av_log(avctx, AV_LOG_ERROR, "Codestream could not be opened for reading.\n");
H A Dmp3_header_compress_bsf.c33 av_log(avctx, AV_LOG_ERROR, "not standards compliant\n");
56 av_log(avctx, AV_LOG_ERROR, "Extradata invalid\n");
H A Dmp3_header_decompress_bsf.c44 av_log(avctx, AV_LOG_ERROR, "Extradata invalid %d\n", avctx->extradata_size);
64 av_log(avctx, AV_LOG_ERROR, "Could not find bitrate_index.\n");
H A Dmsrledec.c47 av_log(avctx, AV_LOG_ERROR,
76 av_log(avctx, AV_LOG_ERROR,
102 av_log(avctx, AV_LOG_ERROR,
121 av_log(avctx, AV_LOG_ERROR,
151 av_log(avctx, AV_LOG_ERROR,
168 av_log(avctx, AV_LOG_ERROR, "Skip beyond picture bounds\n");
180 av_log(avctx, AV_LOG_ERROR, "bytestream overrun\n");
258 av_log(avctx, AV_LOG_ERROR, "Unknown depth %d\n", depth);
H A Dfraps.c148 av_log(avctx, AV_LOG_ERROR,
170 av_log(avctx, AV_LOG_ERROR,
177 av_log(avctx, AV_LOG_ERROR, "Invalid frame size %dx%d\n",
187 av_log(avctx, AV_LOG_ERROR, "reget_buffer() failed\n");
217 av_log(avctx, AV_LOG_ERROR,
228 av_log(avctx, AV_LOG_ERROR, "reget_buffer() failed\n");
255 av_log(avctx, AV_LOG_ERROR, "reget_buffer() failed\n");
267 av_log(avctx, AV_LOG_ERROR, "Fraps: error in data stream\n");
273 av_log(avctx, AV_LOG_ERROR, "Fraps: plane %i offset is out of bounds\n", i);
283 av_log(avctx, AV_LOG_ERROR, "Erro
[all...]
H A Dflacdec.c72 av_log(avctx, AV_LOG_ERROR, "extradata NULL or too small.\n");
85 av_log(avctx, AV_LOG_ERROR, "extradata too small.\n");
254 av_log(s->avctx, AV_LOG_ERROR, "illegal residual coding method %d\n",
263 av_log(s->avctx, AV_LOG_ERROR, "invalid predictor order: %i > %i\n",
330 av_log(s->avctx, AV_LOG_ERROR, "illegal pred order %d\n", pred_order);
351 av_log(s->avctx, AV_LOG_ERROR, "invalid coeff precision\n");
356 av_log(s->avctx, AV_LOG_ERROR, "qlevel %d not supported, maybe buggy stream\n",
419 av_log(s->avctx, AV_LOG_ERROR, "invalid subframe padding\n");
430 av_log(s->avctx, AV_LOG_ERROR,
459 av_log(s->avctx, AV_LOG_ERROR, "invali
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dasrc_anullsrc.c44 av_log(ctx, AV_LOG_ERROR, "Invalid negative sample rate: %"PRId64"\n", priv->sample_rate);
51 av_log(ctx, AV_LOG_ERROR, "Invalid value '%s' for channel layout\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Divfenc.c29 av_log(s, AV_LOG_ERROR, "Format supports only exactly one video stream\n");
34 av_log(s, AV_LOG_ERROR, "Currently only VP8 is supported!\n");
H A Dsiff.c94 av_log(s, AV_LOG_ERROR, "Header chunk is missing\n");
98 av_log(s, AV_LOG_ERROR, "Header chunk size is incorrect\n");
102 av_log(s, AV_LOG_ERROR, "Incorrect header version\n");
110 av_log(s, AV_LOG_ERROR, "File contains no frames ???\n");
142 av_log(s, AV_LOG_ERROR, "Header chunk is missing\n");
146 av_log(s, AV_LOG_ERROR, "Header chunk size is incorrect\n");
168 av_log(s, AV_LOG_ERROR, "Not a VBV file\n");
177 av_log(s, AV_LOG_ERROR, "'BODY' chunk is missing\n");

Completed in 358 milliseconds

1234567891011>>