Searched refs:AV_LOG_ERROR (Results 251 - 275 of 1305) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpcx.c95 av_log(avctx, AV_LOG_ERROR, "this is not PCX encoded data\n");
106 av_log(avctx, AV_LOG_ERROR, "invalid image dimensions\n");
119 av_log(avctx, AV_LOG_ERROR, "PCX data is corrupted\n");
137 av_log(avctx, AV_LOG_ERROR, "invalid PCX file\n");
151 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
190 av_log(avctx, AV_LOG_ERROR, "expected palette after image data\n");
H A Dsgidec.c165 av_log(avctx, AV_LOG_ERROR, "buf_size too small (%d)\n", avpkt->size);
171 av_log(avctx, AV_LOG_ERROR, "bad magic number\n");
183 av_log(avctx, AV_LOG_ERROR, "wrong channel number\n");
189 av_log(avctx, AV_LOG_ERROR, "wrong dimension number\n");
200 av_log(avctx, AV_LOG_ERROR, "wrong picture format\n");
213 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed.\n");
H A Dtarga.c39 av_log(avctx, AV_LOG_ERROR, "Problem: unexpected end of data while reading " where "\n"); \
59 av_log(avctx, AV_LOG_ERROR, "Packet went out of bounds: position (%i,%i) size %i\n", x, y, count);
152 av_log(avctx, AV_LOG_ERROR, "Bit depth %i is not supported\n", s->bpp);
164 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
178 av_log(avctx, AV_LOG_ERROR, "Incorrect palette: %i colors with offset %i\n", colors, first_clr);
186 av_log(avctx, AV_LOG_ERROR, "Palette entry size %i bits is not supported\n", csize);
H A Dindeo4.c124 av_log(avctx, AV_LOG_ERROR, "Invalid picture start code!\n");
131 av_log(avctx, AV_LOG_ERROR, "Invalid frame type: %d\n", ctx->frame_type);
150 av_log(avctx, AV_LOG_ERROR, "Sync bit is set!\n");
193 av_log(avctx, AV_LOG_ERROR, "Only YVU9 picture format is supported!\n");
205 av_log(avctx, AV_LOG_ERROR, "Scalability: unsupported subdivision! Luma bands: %d, chroma bands: %d\n",
213 av_log(avctx, AV_LOG_ERROR, "Couldn't reallocate color planes!\n");
229 av_log(avctx, AV_LOG_ERROR,
265 av_log(avctx, AV_LOG_ERROR, "Bad blocks bits encountered!\n");
291 av_log(avctx, AV_LOG_ERROR, "Invalid band header sequence!\n");
304 av_log(avctx, AV_LOG_ERROR, "Invali
[all...]
H A Dindeo5.c76 av_log(avctx, AV_LOG_ERROR, "Invalid tile size: %d\n", tile_size);
86 av_log(avctx, AV_LOG_ERROR, "Scalability: unsupported subdivision! Luma bands: %d, chroma bands: %d\n",
101 av_log(avctx, AV_LOG_ERROR, "YV12 picture format not supported!\n");
119 av_log(avctx, AV_LOG_ERROR, "Couldn't reallocate color planes!\n");
143 av_log(avctx, AV_LOG_ERROR, "Extended transform info encountered!\n");
203 av_log(avctx, AV_LOG_ERROR, "End marker missing!\n");
234 av_log(avctx, AV_LOG_ERROR,
242 av_log(avctx, AV_LOG_ERROR, "Alignment bits are not zero!\n");
293 av_log(avctx, AV_LOG_ERROR, "Invalid picture start code!\n");
300 av_log(avctx, AV_LOG_ERROR, "Invali
[all...]
H A Dindeo3.c162 av_log(avctx, AV_LOG_ERROR, "Invalid picture dimensions: %d x %d!\n",
240 av_log(ctx->avctx, AV_LOG_ERROR,
611 av_log(ctx->avctx, AV_LOG_ERROR,
633 av_log(avctx, AV_LOG_ERROR, "Invalid VQ table indexes! Primary: %d, secondary: %d!\n",
658 av_log(avctx, AV_LOG_ERROR, "Attempt to apply Mode 3/4 to an INTER cell!\n");
673 av_log(avctx, AV_LOG_ERROR, "Attempt to use Mode 11 for an INTRA cell!\n");
684 av_log(avctx, AV_LOG_ERROR, "Unsupported coding mode: %d\n", mode);
690 av_log(avctx, AV_LOG_ERROR, "Mode %d: RLE code %X is not allowed at the current line\n",
694 av_log(avctx, AV_LOG_ERROR, "Mode %d: invalid VQ data\n", mode);
697 av_log(avctx, AV_LOG_ERROR, "Mod
[all...]
H A Dflashsv.c114 av_log(avctx, AV_LOG_ERROR, "Inflate init error: %d\n", zret);
178 av_log(avctx, AV_LOG_ERROR, "Zlib resync occurred\n");
276 av_log(avctx, AV_LOG_ERROR, "Can't allocate decompression buffer.\n");
282 av_log(avctx, AV_LOG_ERROR, "Can't determine deflate buffer size.\n");
287 av_log(avctx, AV_LOG_ERROR, "Can't allocate deflate buffer.\n");
302 av_log(avctx, AV_LOG_ERROR,
304 av_log(avctx, AV_LOG_ERROR, "fh = %d, fv %d vs ch = %d, cv = %d\n",
328 av_log(avctx, AV_LOG_ERROR, "reget_buffer() failed\n");
367 av_log(avctx, AV_LOG_ERROR,
374 av_log(avctx, AV_LOG_ERROR,
[all...]
H A Dlagarith.c147 av_log(rac->avctx, AV_LOG_ERROR, "Invalid probability encountered.\n");
151 av_log(rac->avctx, AV_LOG_ERROR, "Integer overflow encountered in cumulative probability calculation.\n");
157 av_log(rac->avctx, AV_LOG_ERROR, "Invalid probability run encountered.\n");
168 av_log(rac->avctx, AV_LOG_ERROR, "All probabilities are 0!\n");
186 av_log(rac->avctx, AV_LOG_ERROR,
330 av_log(l->avctx, AV_LOG_ERROR, "Too many zeros remaining.\n");
435 av_log(l->avctx, AV_LOG_ERROR,
487 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
508 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
520 av_log(avctx, AV_LOG_ERROR, "canno
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dfbdev.c108 av_log(avctx, AV_LOG_ERROR, "Could not parse framerate '%s'.\n", fbdev->framerate);
122 av_log(avctx, AV_LOG_ERROR,
130 av_log(avctx, AV_LOG_ERROR,
137 av_log(avctx, AV_LOG_ERROR,
145 av_log(avctx, AV_LOG_ERROR,
159 av_log(avctx, AV_LOG_ERROR, "Error in mmap(): %s\n", strerror(errno));
H A Dvfwcap.c165 av_log(s, AV_LOG_ERROR,
273 av_log(s, AV_LOG_ERROR, "Could not create capture window.\n");
282 av_log(s, AV_LOG_ERROR, "Could not connect to device.\n");
293 av_log(s, AV_LOG_ERROR, "Could not set video stream callback.\n");
324 av_log(s, AV_LOG_ERROR, "Couldn't parse video size.\n");
343 av_log(s, AV_LOG_ERROR, "Could not set Video Format.\n");
382 av_log(s, AV_LOG_ERROR, "Unknown compression type. "
404 av_log(s, AV_LOG_ERROR, "Could not create Mutex.\n" );
409 av_log(s, AV_LOG_ERROR, "Could not create Event.\n" );
415 av_log(s, AV_LOG_ERROR, "Coul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvsrc_buffer.c41 av_log(s, AV_LOG_ERROR, "Changing frame properties on the fly is not supported.\n");\
51 av_log(buffer_filter, AV_LOG_ERROR,
77 av_log(s, AV_LOG_ERROR,
101 av_log(ctx, AV_LOG_ERROR, "Expected 7 arguments, but %d found in '%s'\n", n, args);
108 av_log(ctx, AV_LOG_ERROR, "Invalid pixel format string '%s'\n", pix_fmt_str);
151 av_log(link->src, AV_LOG_ERROR,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpcx.c83 av_log(avctx, AV_LOG_ERROR, "this is not PCX encoded data\n");
97 av_log(avctx, AV_LOG_ERROR, "invalid image dimensions\n");
111 av_log(avctx, AV_LOG_ERROR, "PCX data is corrupted\n");
129 av_log(avctx, AV_LOG_ERROR, "invalid PCX file\n");
166 av_log(avctx, AV_LOG_ERROR, "File is too short\n");
182 av_log(avctx, AV_LOG_ERROR, "expected palette after image data\n");
H A Dindeo3.c174 av_log(avctx, AV_LOG_ERROR, "Invalid picture dimensions: %d x %d!\n",
250 av_log(ctx->avctx, AV_LOG_ERROR,
621 av_log(ctx->avctx, AV_LOG_ERROR,
643 av_log(avctx, AV_LOG_ERROR, "Invalid VQ table indexes! Primary: %d, secondary: %d!\n",
668 av_log(avctx, AV_LOG_ERROR, "Attempt to apply Mode 3/4 to an INTER cell!\n");
685 av_log(avctx, AV_LOG_ERROR, "Attempt to use Mode 11 for an INTRA cell!\n");
696 av_log(avctx, AV_LOG_ERROR, "Unsupported coding mode: %d\n", mode);
702 av_log(avctx, AV_LOG_ERROR, "Mode %d: RLE code %X is not allowed at the current line\n",
706 av_log(avctx, AV_LOG_ERROR, "Mode %d: invalid VQ data\n", mode);
709 av_log(avctx, AV_LOG_ERROR, "Mod
[all...]
H A Dlibvorbisenc.c150 av_log(avctx, AV_LOG_ERROR, "%s not supported by Vorbis: "
203 av_log(avctx, AV_LOG_ERROR, "encoder setup failed\n");
207 av_log(avctx, AV_LOG_ERROR, "analysis init failed\n");
213 av_log(avctx, AV_LOG_ERROR, "dsp init failed\n");
250 av_log(avctx, AV_LOG_ERROR, "invalid extradata\n");
292 av_log(avctx, AV_LOG_ERROR, "error in vorbis_analysis_wrote()\n");
300 av_log(avctx, AV_LOG_ERROR, "error in vorbis_analysis_wrote()\n");
316 av_log(avctx, AV_LOG_ERROR, "packet buffer is too small\n");
323 av_log(avctx, AV_LOG_ERROR, "error getting available packets\n");
328 av_log(avctx, AV_LOG_ERROR, "erro
[all...]
H A Dh264_ps.c136 av_log(h->avctx, AV_LOG_ERROR, "cpb_count %d invalid\n", cpb_count);
170 av_log(h->avctx, AV_LOG_ERROR, "illegal aspect ratio\n");
217 av_log(h->avctx, AV_LOG_ERROR,
256 av_log(h->avctx, AV_LOG_ERROR,
265 av_log(h->avctx, AV_LOG_ERROR,
345 av_log(h->avctx, AV_LOG_ERROR, "sps_id %u out of range\n", sps_id);
383 av_log(h->avctx, AV_LOG_ERROR, "separate color planes are not supported\n");
395 av_log(h->avctx, AV_LOG_ERROR, "illegal bit depth value (%d, %d)\n",
411 av_log(h->avctx, AV_LOG_ERROR,
423 av_log(h->avctx, AV_LOG_ERROR, "log2_max_poc_ls
[all...]
H A Dsmacker.c101 av_log(NULL, AV_LOG_ERROR, "length too long\n");
106 av_log(NULL, AV_LOG_ERROR, "Tree size exceeded!\n");
137 av_log(NULL, AV_LOG_ERROR, "Tree size exceeded!\n");
190 av_log(smk->avctx, AV_LOG_ERROR, "size too large\n");
225 av_log(smk->avctx, AV_LOG_ERROR, "Cannot build VLC table\n");
232 av_log(smk->avctx, AV_LOG_ERROR, "Skipping low bytes tree\n");
246 av_log(smk->avctx, AV_LOG_ERROR, "Cannot build VLC table\n");
253 av_log(smk->avctx, AV_LOG_ERROR, "Skipping high bytes tree\n");
289 av_log(smk->avctx, AV_LOG_ERROR, "Huffman codes out of range\n");
593 av_log(avctx, AV_LOG_ERROR, "Extradat
[all...]
H A Dhevc_ps.c97 av_log(s->avctx, AV_LOG_ERROR,
169 av_log(s->avctx, AV_LOG_ERROR, "Too many refs in a short term RPS.\n");
341 av_log(s->avctx, AV_LOG_ERROR, "VPS id out of range: %d\n", vps_id);
346 av_log(s->avctx, AV_LOG_ERROR, "vps_reserved_three_2bits is not three\n");
355 av_log(s->avctx, AV_LOG_ERROR, "vps_reserved_ffff_16bits is not 0xffff\n");
360 av_log(s->avctx, AV_LOG_ERROR, "vps_max_sub_layers out of range: %d\n",
376 av_log(s->avctx, AV_LOG_ERROR, "vps_max_dec_pic_buffering_minus1 out of range: %d\n",
391 av_log(s->avctx, AV_LOG_ERROR, "too many layer_id_included_flags\n");
578 av_log(s->avctx, AV_LOG_ERROR,
641 av_log(s->avctx, AV_LOG_ERROR, "VP
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsdp.c164 av_log(c, AV_LOG_ERROR, "Too much extradata!\n");
174 av_log(c, AV_LOG_ERROR, "Cannot open the h264_mp4toannexb BSF!\n");
193 av_log(c, AV_LOG_ERROR, "Cannot allocate memory for the parameter sets.\n");
220 av_log(c, AV_LOG_ERROR, "Cannot Base64-encode %"PTRDIFF_SPECIFIER" %"PTRDIFF_SPECIFIER"!\n", MAX_PSET_SIZE - (p - psets), r1 - r);
248 av_log(c, AV_LOG_ERROR, "Too much extradata!\n");
254 av_log(c, AV_LOG_ERROR, "Cannot allocate memory for the config info.\n");
279 av_log(c, AV_LOG_ERROR, "Unsupported Xiph codec ID\n");
286 av_log(c, AV_LOG_ERROR, "Extradata corrupt.\n");
328 av_log(c, AV_LOG_ERROR,
376 av_log(c, AV_LOG_ERROR, "Unsupporte
[all...]
H A Domadec.c214 av_log(s, AV_LOG_ERROR, "No encryption header found\n");
219 av_log(s, AV_LOG_ERROR,
235 av_log(s, AV_LOG_ERROR, "Invalid encryption header\n");
240 av_log(s, AV_LOG_ERROR, "Too little GEOB data\n");
270 av_log(s, AV_LOG_ERROR, "Invalid key\n");
305 av_log(s, AV_LOG_ERROR, "Couldn't find the EA3 header !\n");
336 av_log(s, AV_LOG_ERROR, "Unsupported sample rate\n");
370 av_log(s, AV_LOG_ERROR,
379 av_log(s, AV_LOG_ERROR, "Unsupported sample rate\n");
403 av_log(s, AV_LOG_ERROR, "Unsupporte
[all...]
H A Dr3d.c175 av_log(s, AV_LOG_ERROR, "error reading atom\n");
180 av_log(s, AV_LOG_ERROR, "error parsing 'red1' atom\n");
184 av_log(s, AV_LOG_ERROR, "could not find 'red1' atom\n");
195 av_log(s, AV_LOG_ERROR, "error reading end atom\n");
207 av_log(s, AV_LOG_ERROR, "error reading 'rdvo' atom\n");
210 av_log(s, AV_LOG_ERROR, "error parsing 'rdvo' atom\n");
260 av_log(s, AV_LOG_ERROR, "error reading video packet\n");
287 av_log(s, AV_LOG_ERROR, "Bad sample rate\n");
311 av_log(s, AV_LOG_ERROR, "error reading audio packet\n");
383 av_log(s, AV_LOG_ERROR, "coul
[all...]
H A Dgxf.c298 av_log(s, AV_LOG_ERROR,
304 av_log(s, AV_LOG_ERROR, "invalid index length\n");
325 av_log(s, AV_LOG_ERROR, "map packet not found\n");
330 av_log(s, AV_LOG_ERROR, "unknown version or invalid map preamble\n");
336 av_log(s, AV_LOG_ERROR, "material data longer than map data\n");
345 av_log(s, AV_LOG_ERROR, "track description longer than map data\n");
359 av_log(s, AV_LOG_ERROR, "invalid track type %x\n", track_type);
364 av_log(s, AV_LOG_ERROR, "invalid track id %x\n", track_id);
390 av_log(s, AV_LOG_ERROR, "invalid track description length specified\n");
394 av_log(s, AV_LOG_ERROR, "syn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsdp.c163 av_log(c, AV_LOG_ERROR, "Too much extradata!\n");
173 av_log(c, AV_LOG_ERROR, "Cannot open the h264_mp4toannexb BSF!\n");
192 av_log(c, AV_LOG_ERROR, "Cannot allocate memory for the parameter sets.\n");
215 av_log(c, AV_LOG_ERROR, "Cannot Base64-encode %td %td!\n", MAX_PSET_SIZE - (p - psets), r1 - r);
237 av_log(c, AV_LOG_ERROR, "Too much extradata!\n");
243 av_log(c, AV_LOG_ERROR, "Cannot allocate memory for the config info.\n");
268 av_log(c, AV_LOG_ERROR, "Unsupported Xiph codec ID\n");
275 av_log(c, AV_LOG_ERROR, "Extradata corrupt.\n");
317 av_log(c, AV_LOG_ERROR,
365 av_log(c, AV_LOG_ERROR, "Unsupporte
[all...]
H A Did3v2.c158 av_log(s, AV_LOG_ERROR, "Error opening memory stream\n");
174 av_log(s, AV_LOG_ERROR, "Cannot read BOM value, input too short\n");
185 av_log(s, AV_LOG_ERROR, "Incorrect BOM value\n");
238 av_log(s, AV_LOG_ERROR, "Error reading frame %s, skipped\n", key);
251 av_log(s, AV_LOG_ERROR, "Error reading frame %s, skipped\n", key);
279 av_log(s, AV_LOG_ERROR, "Failed to alloc %zu bytes\n", sizeof(ID3v2ExtraMetaGEOB));
285 av_log(s, AV_LOG_ERROR, "Failed to alloc %zu bytes\n", sizeof(ID3v2ExtraMeta));
312 av_log(s, AV_LOG_ERROR, "Failed to alloc %d bytes\n", taglen);
332 av_log(s, AV_LOG_ERROR, "Error reading frame %s, skipped\n", tag);
509 av_log(s, AV_LOG_ERROR, "Faile
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dpulse_audio_enc.c79 av_log(s, AV_LOG_ERROR, "pa_context_get_sink_info_by_name failed.\n");
145 av_log(s, AV_LOG_ERROR, "pa_context_get_sink_input_info failed.\n");
263 av_log(s, AV_LOG_ERROR, "%s failed.\n", name);
272 av_log(s, AV_LOG_ERROR, "%s failed.\n", name);
307 av_log(s, AV_LOG_ERROR, "%s failed.\n", name);
316 av_log(s, AV_LOG_ERROR, "%s failed.\n", name);
455 av_log(s, AV_LOG_ERROR, "Only a single audio stream is supported.\n");
489 av_log(s, AV_LOG_ERROR, "Invalid sample spec.\n");
511 av_log(s, AV_LOG_ERROR, "Invalid channel map.\n");
518 av_log(s, AV_LOG_ERROR, "Canno
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_subtitles.c74 AV_LOG_ERROR, /* 3 */
94 av_log(ctx, AV_LOG_ERROR, "No filename provided!\n");
100 av_log(ctx, AV_LOG_ERROR, "Could not initialize libass.\n");
107 av_log(ctx, AV_LOG_ERROR, "Could not initialize libass renderer.\n");
226 av_log(ctx, AV_LOG_ERROR,
301 av_log(ctx, AV_LOG_ERROR, "Could not create a libass track\n");
308 av_log(ctx, AV_LOG_ERROR, "Unable to open %s\n", ass->filename);
334 av_log(ctx, AV_LOG_ERROR, "Unable to locate subtitle stream in %s\n",
370 av_log(ctx, AV_LOG_ERROR, "Failed to find subtitle codec %s\n",
376 av_log(ctx, AV_LOG_ERROR,
[all...]

Completed in 142 milliseconds

<<11121314151617181920>>