Searched refs:AV_LOG_ERROR (Results 126 - 150 of 1305) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlcldec.c133 av_log(avctx, AV_LOG_ERROR, "Inflate reset error: %d\n", zret);
142 av_log(avctx, AV_LOG_ERROR, "Inflate error: %d\n", zret);
146 av_log(avctx, AV_LOG_ERROR, "Decoded size differs (%d != %lu)\n",
184 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
202 av_log(avctx, AV_LOG_ERROR, "Mthread1 decoded size differs (%d != %d)\n",
209 av_log(avctx, AV_LOG_ERROR, "Mthread2 decoded size differs (%d != %d)\n",
218 av_log(avctx, AV_LOG_ERROR, "Decoded size differs (%d != %d)\n",
250 av_log(avctx, AV_LOG_ERROR, "BUG! Unknown MSZH compression in frame decoder.\n");
282 av_log(avctx, AV_LOG_ERROR, "BUG! Unknown codec in frame decoder compression switch.\n");
366 av_log(avctx, AV_LOG_ERROR, "BU
[all...]
H A Dlclenc.c83 av_log(avctx, AV_LOG_ERROR, "Format not supported!\n");
89 av_log(avctx, AV_LOG_ERROR, "Deflate reset error: %d\n", zret);
100 av_log(avctx, AV_LOG_ERROR, "Deflate error: %d\n", zret);
106 av_log(avctx, AV_LOG_ERROR, "Deflate error: %d\n", zret);
151 av_log(avctx, AV_LOG_ERROR, "Deflate init error: %d\n", zret);
H A Dlibspeexdec.c63 av_log(avctx, AV_LOG_ERROR, "Unknown Speex mode %d", s->header->mode);
70 av_log(avctx, AV_LOG_ERROR, "Only stereo and mono are supported.\n");
77 av_log(avctx, AV_LOG_ERROR, "Error initializing libspeex decoder.\n");
112 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
134 av_log(avctx, AV_LOG_ERROR, "Error decoding Speex frame.\n");
H A Dlibopencore-amr.c105 av_log(avctx, AV_LOG_ERROR, "Decoder_Interface_init error\n");
112 av_log(avctx, AV_LOG_ERROR, "amr_nb: multichannel decoding not supported\n");
147 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
155 av_log(avctx, AV_LOG_ERROR, "amr frame too short (%u, should be %u)\n",
188 av_log(avctx, AV_LOG_ERROR, "Only 8000Hz sample rate supported\n");
193 av_log(avctx, AV_LOG_ERROR, "Only mono supported\n");
202 av_log(avctx, AV_LOG_ERROR, "Encoder_Interface_init error\n");
276 av_log(avctx, AV_LOG_ERROR, "amr_wb: multichannel decoding not supported\n");
299 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
307 av_log(avctx, AV_LOG_ERROR, "am
[all...]
H A Ddpx.c72 av_log(avctx, AV_LOG_ERROR, "Packet too small for DPX header\n");
86 av_log(avctx, AV_LOG_ERROR, "DPX marker not found\n");
92 av_log(avctx, AV_LOG_ERROR, "Invalid data start offset\n");
121 av_log(avctx, AV_LOG_ERROR, "Unsupported descriptor %d\n", descriptor);
151 av_log(avctx, AV_LOG_ERROR, "Unsupported color depth : %d\n", bits_per_color);
162 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
173 av_log(avctx, AV_LOG_ERROR, "Overread buffer. Invalid header?\n");
H A Dnuv.c86 av_log(avctx, AV_LOG_ERROR, "insufficient rtjpeg quant data\n");
121 av_log(avctx, AV_LOG_ERROR, "Can't allocate decompression buffer.\n");
144 av_log(avctx, AV_LOG_ERROR, "coded frame too small\n");
162 av_log(avctx, AV_LOG_ERROR, "not a nuv video frame\n");
181 av_log(avctx, AV_LOG_ERROR, "error during lzo decompression\n");
189 av_log(avctx, AV_LOG_ERROR, "invalid nuv video frame\n");
208 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
220 av_log(avctx, AV_LOG_ERROR, "uncompressed frame too short\n");
242 av_log(avctx, AV_LOG_ERROR, "unknown compression\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_amr.c72 av_log(ctx, AV_LOG_ERROR, "Bad codec ID\n");
77 av_log(ctx, AV_LOG_ERROR, "Only mono AMR is supported\n");
97 av_log(ctx, AV_LOG_ERROR, "No speech data found\n");
105 av_log(ctx, AV_LOG_ERROR, "Out of memory\n");
181 av_log(s, AV_LOG_ERROR, "Unsupported RTP/AMR configuration!\n");
H A Dbink.c92 av_log(s, AV_LOG_ERROR, "invalid header: more than 1000000 frames\n");
97 av_log(s, AV_LOG_ERROR,
110 av_log(s, AV_LOG_ERROR, "invalid header: invalid fps (%d/%d)\n", fps_num, fps_den);
124 av_log(s, AV_LOG_ERROR,
171 av_log(s, AV_LOG_ERROR, "invalid frame index table\n");
200 av_log(s, AV_LOG_ERROR,
213 av_log(s, AV_LOG_ERROR,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtscc.c81 av_log(avctx, AV_LOG_ERROR, "Inflate reset error: %d\n", zret);
91 av_log(avctx, AV_LOG_ERROR, "Inflate error: %d\n", zret);
139 default: av_log(avctx, AV_LOG_ERROR, "Camtasia error: unknown depth %i bpp\n", avctx->bits_per_coded_sample);
149 av_log(avctx, AV_LOG_ERROR, "Can't allocate decompression buffer.\n");
159 av_log(avctx, AV_LOG_ERROR, "Inflate init error: %d\n", zret);
H A Dmlpdec.c300 av_log(m->avctx, AV_LOG_ERROR, "invalid/unknown bits per sample\n");
304 av_log(m->avctx, AV_LOG_ERROR,
310 av_log(m->avctx, AV_LOG_ERROR,
316 av_log(m->avctx, AV_LOG_ERROR, "invalid/unknown sampling rate\n");
320 av_log(m->avctx, AV_LOG_ERROR,
326 av_log(m->avctx, AV_LOG_ERROR,
332 av_log(m->avctx, AV_LOG_ERROR,
341 av_log(m->avctx, AV_LOG_ERROR, "MLP only supports up to 2 substreams.\n");
478 av_log(m->avctx, AV_LOG_ERROR,
486 av_log(m->avctx, AV_LOG_ERROR, "ML
[all...]
H A Dflacdec.c216 av_log(s->avctx, AV_LOG_ERROR, "illegal residual coding method %d\n",
225 av_log(s->avctx, AV_LOG_ERROR, "invalid rice order: %i blocksize %i\n",
231 av_log(s->avctx, AV_LOG_ERROR, "invalid predictor order: %i > %i\n",
302 av_log(s->avctx, AV_LOG_ERROR, "illegal pred order %d\n", pred_order);
323 av_log(s->avctx, AV_LOG_ERROR, "invalid coeff precision\n");
328 av_log(s->avctx, AV_LOG_ERROR, "qlevel %d not supported, maybe buggy stream\n",
361 av_log(s->avctx, AV_LOG_ERROR, "invalid subframe padding\n");
371 av_log(s->avctx, AV_LOG_ERROR,
399 av_log(s->avctx, AV_LOG_ERROR, "invalid coding type\n");
419 av_log(s->avctx, AV_LOG_ERROR, "invali
[all...]
H A Dindeo5.c75 av_log(avctx, AV_LOG_ERROR, "Invalid tile size: %d\n", tile_size);
85 av_log(avctx, AV_LOG_ERROR, "Scalability: unsupported subdivision! Luma bands: %d, chroma bands: %d\n",
118 av_log(avctx, AV_LOG_ERROR, "Couldn't reallocate color planes!\n");
137 av_log(avctx, AV_LOG_ERROR, "4x4 luma blocks are unsupported!\n");
194 av_log(avctx, AV_LOG_ERROR, "transform and block size mismatch (%d != %d)\n", band->transform_size, band->blk_size);
207 av_log(avctx, AV_LOG_ERROR, "quant_mat %d too large!\n", quant_mat);
222 av_log(avctx, AV_LOG_ERROR, "End marker missing!\n");
254 av_log(avctx, AV_LOG_ERROR,
262 av_log(avctx, AV_LOG_ERROR, "Alignment bits are not zero!\n");
319 av_log(avctx, AV_LOG_ERROR, "Invali
[all...]
H A Ddpx.c88 av_log(avctx, AV_LOG_ERROR, "Packet too small for DPX header\n");
102 av_log(avctx, AV_LOG_ERROR, "DPX marker not found\n");
108 av_log(avctx, AV_LOG_ERROR, "Invalid data start offset\n");
182 av_log(avctx, AV_LOG_ERROR, "Packing to 32bit required\n");
189 av_log(avctx, AV_LOG_ERROR, "Packing to 16bit required\n");
254 av_log(avctx, AV_LOG_ERROR, "Unsupported format\n");
270 av_log(avctx, AV_LOG_ERROR, "Overread buffer. Invalid header?\n");
H A Dlibfdk-aacdec.c65 av_log(avctx, AV_LOG_ERROR, "Unable to get stream info\n");
70 av_log(avctx, AV_LOG_ERROR, "Stream info not initialized\n");
184 av_log(avctx, AV_LOG_ERROR, "Error opening decoder\n");
191 av_log(avctx, AV_LOG_ERROR, "Unable to set extradata\n");
198 av_log(avctx, AV_LOG_ERROR, "Unable to set error concealment method\n");
220 av_log(avctx, AV_LOG_ERROR, "aacDecoder_Fill() failed: %x\n", err);
244 av_log(avctx, AV_LOG_ERROR,
H A Dsgidec.c64 av_log(s->avctx, AV_LOG_ERROR, "Invalid pixel count.\n");
102 av_log(s->avctx, AV_LOG_ERROR, "Invalid pixel count.\n");
214 av_log(avctx, AV_LOG_ERROR, "buf_size too small (%d)\n", avpkt->size);
220 av_log(avctx, AV_LOG_ERROR, "bad magic number\n");
232 av_log(avctx, AV_LOG_ERROR, "wrong channel number\n");
238 av_log(avctx, AV_LOG_ERROR, "wrong dimension number\n");
249 av_log(avctx, AV_LOG_ERROR, "wrong picture format\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dbktr.c141 av_log(NULL, AV_LOG_ERROR, "Warning. Tuner not opened, continuing: %s\n", strerror(errno));
145 av_log(NULL, AV_LOG_ERROR, "%s: %s\n", video_device, strerror(errno));
168 av_log(NULL, AV_LOG_ERROR, "METEORSETGEO: %s\n", strerror(errno));
173 av_log(NULL, AV_LOG_ERROR, "BT848SFMT: %s\n", strerror(errno));
179 av_log(NULL, AV_LOG_ERROR, "METEORSINPUT: %s\n", strerror(errno));
188 av_log(NULL, AV_LOG_ERROR, "mmap: %s\n", strerror(errno));
195 av_log(NULL, AV_LOG_ERROR, "TVTUNER_SETFREQ: %s\n", strerror(errno));
200 av_log(NULL, AV_LOG_ERROR, "TVTUNER_SAUDIO: %s\n", strerror(errno));
259 av_log(s1, AV_LOG_ERROR, "Unknown standard.\n");
264 av_log(s1, AV_LOG_ERROR, "Coul
[all...]
H A Dcaca.c113 av_log(s, AV_LOG_ERROR,
125 av_log(s, AV_LOG_ERROR, "Only supports one rawvideo stream\n");
130 av_log(s, AV_LOG_ERROR,
138 av_log(s, AV_LOG_ERROR, "Failed to create canvas\n");
148 av_log(s, AV_LOG_ERROR, "Failed to create dither\n");
156 av_log(s, AV_LOG_ERROR, "Failed to set value '%s' for option '%s'\n", \
167 av_log(s, AV_LOG_ERROR, "Failed to create display\n");
H A Dfbdev_enc.c52 av_log(fbdev, AV_LOG_ERROR, "Only a single video stream is supported.\n");
63 av_log(h, AV_LOG_ERROR,
71 av_log(h, AV_LOG_ERROR, "FBIOGET_VSCREENINFO: %s\n", av_err2str(ret));
77 av_log(h, AV_LOG_ERROR, "FBIOGET_FSCREENINFO: %s\n", av_err2str(ret));
84 av_log(h, AV_LOG_ERROR, "Framebuffer pixel format not supported.\n");
91 av_log(h, AV_LOG_ERROR, "Error in mmap(): %s\n", av_err2str(ret));
123 av_log(h, AV_LOG_ERROR, "Pixel format %s is not supported, use %s\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_channelmap.c169 av_log(ctx, AV_LOG_ERROR, "Too many channels mapped: '%d'.\n", map_entries);
180 av_log(ctx, AV_LOG_ERROR, err);
188 av_log(ctx, AV_LOG_ERROR, err);
197 av_log(ctx, AV_LOG_ERROR, err);
207 av_log(ctx, AV_LOG_ERROR, err);
217 av_log(ctx, AV_LOG_ERROR, err);
227 av_log(ctx, AV_LOG_ERROR, err);
244 av_log(ctx, AV_LOG_ERROR, "Error parsing channel layout: '%s'.\n",
257 av_log(ctx, AV_LOG_ERROR,
262 av_log(ctx, AV_LOG_ERROR,
[all...]
H A Df_zmq.c58 av_log(ctx, AV_LOG_ERROR,
65 av_log(ctx, AV_LOG_ERROR,
71 av_log(ctx, AV_LOG_ERROR,
101 av_log(log_ctx, AV_LOG_ERROR,
108 av_log(log_ctx, AV_LOG_ERROR,
170 av_log(ctx, AV_LOG_ERROR, "Could not parse command #%d\n", zmq->command_count);
192 av_log(ctx, AV_LOG_ERROR, "Failed to send reply for command #%d: %s\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dv4l2.c127 av_log(ctx, AV_LOG_ERROR, "Cannot open video device %s : %s\n",
136 av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_QUERYCAP): %s\n",
146 av_log(ctx, AV_LOG_ERROR, "Not a video capture device.\n");
153 av_log(ctx, AV_LOG_ERROR,
345 av_log(ctx, AV_LOG_ERROR, "Device does not support mmap\n");
347 av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_REQBUFS)\n");
354 av_log(ctx, AV_LOG_ERROR, "Insufficient buffer memory\n");
361 av_log(ctx, AV_LOG_ERROR, "Cannot allocate buffer pointers\n");
367 av_log(ctx, AV_LOG_ERROR, "Cannot allocate buffer sizes\n");
382 av_log(ctx, AV_LOG_ERROR, "ioct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dapetag.c59 av_log(s, AV_LOG_ERROR, "APE tag size too large.\n");
83 av_log(s, AV_LOG_ERROR, "Error reading cover art.\n");
135 av_log(s, AV_LOG_ERROR, "Unsupported tag version. (>=%d)\n", APE_TAG_VERSION);
141 av_log(s, AV_LOG_ERROR, "Tag size is way too big\n");
146 av_log(s, AV_LOG_ERROR, "Invalid tag size %"PRIu32".\n", tag_bytes);
153 av_log(s, AV_LOG_ERROR, "Too many tag fields (%"PRIu32")\n", fields);
159 av_log(s, AV_LOG_ERROR, "APE Tag is a header\n");
H A Dpmpdec.c67 av_log(s, AV_LOG_ERROR, "Unsupported video format\n");
85 av_log(s, AV_LOG_ERROR, "AAC not yet correctly supported\n");
89 av_log(s, AV_LOG_ERROR, "Unsupported audio format\n");
106 av_log(s, AV_LOG_ERROR, "Packet too small\n");
112 av_log(s, AV_LOG_ERROR, "File ends before first packet\n");
143 av_log(s, AV_LOG_ERROR, "No audio packets.\n");
154 av_log(s, AV_LOG_ERROR, "Cannot (re)allocate packet buffer\n");
H A Dwvdec.c96 av_log(ctx, AV_LOG_ERROR, "Invalid block header.\n");
101 av_log(ctx, AV_LOG_ERROR, "Unsupported version %03X\n", wc->header.version);
123 av_log(ctx, AV_LOG_ERROR,
137 av_log(ctx, AV_LOG_ERROR,
161 av_log(ctx, AV_LOG_ERROR,
176 av_log(ctx, AV_LOG_ERROR,
192 av_log(ctx, AV_LOG_ERROR,
198 av_log(ctx, AV_LOG_ERROR,
204 av_log(ctx, AV_LOG_ERROR,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dtree.c182 for (i = 0; i < depth * 4; i++) av_log(NULL, AV_LOG_ERROR, " ");
184 av_log(NULL, AV_LOG_ERROR, "Node %p %2d %p\n", t, t->state, t->elem);
188 av_log(NULL, AV_LOG_ERROR, "NULL\n");
208 av_log(NULL, AV_LOG_ERROR, "FATAL error %d\n", i);
212 av_log(NULL, AV_LOG_ERROR, "inserting %4d\n", j);
220 av_log(NULL, AV_LOG_ERROR, "removing %4d\n", j);
224 av_log(NULL, AV_LOG_ERROR, "removal failure %d\n", i);

Completed in 219 milliseconds

1234567891011>>