avio_feof 3130 ffplay.c if ((ret == AVERROR_EOF || avio_feof(ic->pb)) && !is->eof) { avio_feof 296 libavformat/4xm.c if (avio_feof(pb)) avio_feof 74 libavformat/adp.c if (avio_feof(s->pb)) avio_feof 61 libavformat/aiffdec.c if (avio_feof(pb)) avio_feof 120 libavformat/amr.c if (avio_feof(s->pb)) { avio_feof 178 libavformat/anm.c if (avio_feof(s->pb)) avio_feof 392 libavformat/ape.c if (avio_feof(s->pb)) avio_feof 192 libavformat/apngdec.c while (!avio_feof(pb)) { avio_feof 64 libavformat/aqtitledec.c while (!avio_feof(s->pb)) { avio_feof 794 libavformat/asfdec.c } else if (avio_feof(pb)) { avio_feof 836 libavformat/asfdec.c if (avio_feof(pb)) avio_feof 936 libavformat/asfdec.c if (!avio_feof(pb)) avio_feof 942 libavformat/asfdec.c if (!avio_feof(pb)) avio_feof 949 libavformat/asfdec.c } else if(!avio_feof(pb)) { avio_feof 1140 libavformat/asfdec.c if (avio_feof(pb)) avio_feof 1511 libavformat/asfdec.c if (gsize < 24 || avio_feof(s->pb)) { avio_feof 87 libavformat/astdec.c if (avio_feof(s->pb)) avio_feof 224 libavformat/avidec.c if (avio_feof(pb)) avio_feof 242 libavformat/avidec.c if (avio_feof(pb)) avio_feof 498 libavformat/avidec.c if (avio_feof(pb)) avio_feof 1137 libavformat/avidec.c for (i = sync = avio_tell(pb); !avio_feof(pb); i++) { avio_feof 1535 libavformat/avidec.c if (avio_feof(pb)) avio_feof 1691 libavformat/avidec.c if (avio_feof(pb)) avio_feof 288 libavformat/avio.h int avio_feof(AVIOContext *s); avio_feof 314 libavformat/aviobuf.c return avio_feof(s); avio_feof 578 libavformat/aviobuf.c if (avio_feof(s)) return AVERROR_EOF; avio_feof 627 libavformat/aviobuf.c if (avio_feof(s)) return AVERROR_EOF; avio_feof 697 libavformat/aviobuf.c if (c == '\r' && avio_r8(s) != '\n' && !avio_feof(s)) avio_feof 219 libavformat/bethsoftvid.c if(vid->is_finished || avio_feof(pb)) avio_feof 119 libavformat/bfi.c if (bfi->nframes == 0 || avio_feof(pb)) { avio_feof 127 libavformat/bfi.c if (avio_feof(pb)) avio_feof 313 libavformat/bintext.c if (avio_feof(s->pb)) avio_feof 79 libavformat/bit.c if(avio_feof(pb)) avio_feof 184 libavformat/brstm.c while (!avio_feof(s->pb)) { avio_feof 247 libavformat/brstm.c if (avio_feof(s->pb)) avio_feof 207 libavformat/cafdec.c for (i = 0; i < nb_entries && !avio_feof(pb); i++) { avio_feof 243 libavformat/cafdec.c while (!avio_feof(pb)) { avio_feof 253 libavformat/cafdec.c if (avio_feof(pb)) avio_feof 341 libavformat/cafdec.c if (avio_feof(pb)) avio_feof 116 libavformat/cdxl.c if (avio_feof(pb)) avio_feof 44 libavformat/dauddec.c if (avio_feof(pb)) avio_feof 87 libavformat/dfa.c if (avio_feof(pb)) avio_feof 92 libavformat/dfa.c while (!avio_feof(pb)) { avio_feof 153 libavformat/dsicin.c if (avio_feof(pb) || pb->error) avio_feof 67 libavformat/dtshddec.c while (!avio_feof(pb)) { avio_feof 510 libavformat/dv.c if (avio_feof(s->pb)) { avio_feof 115 libavformat/dxa.c while(avio_tell(pb) < c->vidpos && !avio_feof(pb)){ avio_feof 173 libavformat/dxa.c while(!avio_feof(s->pb) && c->frames){ avio_feof 112 libavformat/electronicarts.c while (!avio_feof(pb) && in_header) { avio_feof 121 libavformat/electronicarts.c while (!avio_feof(pb) && in_subheader) { avio_feof 69 libavformat/ffmdec.c if (avio_feof(s->pb)) { avio_feof 291 libavformat/ffmdec.c while(!avio_feof(pb)) { avio_feof 53 libavformat/ffmetadec.c } while (!avio_feof(s) && (buf[0] == ';' || buf[0] == '#' || buf[0] == 0)); avio_feof 133 libavformat/ffmetadec.c while(!avio_feof(s->pb)) { avio_feof 89 libavformat/filmstripdec.c if (avio_feof(s->pb)) avio_feof 51 libavformat/flacdec.c while (!avio_feof(s->pb) && !metadata_last) { avio_feof 795 libavformat/flvdec.c if (avio_feof(s->pb)) avio_feof 87 libavformat/gifdec.c if (avio_feof(pb)) avio_feof 237 libavformat/gifdec.c while (GIF_TRAILER != (block_label = avio_r8(pb)) && !avio_feof(pb)) { avio_feof 302 libavformat/gifdec.c if (!gdc->ignore_loop && (block_label == GIF_TRAILER || avio_feof(pb)) avio_feof 445 libavformat/gxf.c if (!max_interval-- || avio_feof(pb)) \ avio_feof 507 libavformat/gxf.c if (!avio_feof(pb)) avio_feof 545 libavformat/hls.c while (!avio_feof(in)) { avio_feof 1538 libavformat/hls.c if (!avio_feof(&pls->pb) && ret != AVERROR_EOF) avio_feof 131 libavformat/hlsproto.c while (!avio_feof(in)) { avio_feof 265 libavformat/idcin.c if (avio_feof(s->pb)) avio_feof 109 libavformat/idroqdec.c if (avio_feof(s->pb)) avio_feof 378 libavformat/iff.c while(!avio_feof(pb)) { avio_feof 428 libavformat/img2dec.c if (avio_feof(f[0]) && s->loop && s->is_pipe) avio_feof 430 libavformat/img2dec.c if (avio_feof(f[0])) avio_feof 240 libavformat/ipmovie.c if (avio_feof(pb)) avio_feof 286 libavformat/ipmovie.c if (avio_feof(pb)) { avio_feof 558 libavformat/ipmovie.c if (avio_feof(pb)) avio_feof 177 libavformat/jacosubdec.c while (!avio_feof(pb)) { avio_feof 169 libavformat/jvdec.c while (!avio_feof(s->pb) && jv->pts < ast->nb_index_entries) { avio_feof 107 libavformat/lrcdec.c while(!avio_feof(pb)) { avio_feof 172 libavformat/lrcdec.c while(!avio_feof(s->pb)) { avio_feof 54 libavformat/lvfdec.c while (!avio_feof(s->pb)) { avio_feof 111 libavformat/lvfdec.c while (!avio_feof(s->pb)) { avio_feof 95 libavformat/lxfdec.c if (avio_feof(s->pb)) avio_feof 670 libavformat/matroskadec.c while (!avio_feof(pb)) { avio_feof 723 libavformat/matroskadec.c if (!avio_feof(pb)) { avio_feof 77 libavformat/mgsts.c if (avio_feof(pb)) avio_feof 91 libavformat/microdvddec.c while (!avio_feof(s->pb)) { avio_feof 121 libavformat/mlvdec.c while (!avio_feof(pb)) { avio_feof 289 libavformat/mmf.c if (avio_feof(s->pb) || size <= 0) avio_feof 517 libavformat/mov.c if(avio_feof(pb)) avio_feof 3542 libavformat/mov.c while (total_size + 8 <= atom.size && !avio_feof(pb)) { avio_feof 4220 libavformat/mov.c avio_feof(s->pb)) avio_feof 223 libavformat/mpc8.c while(!avio_feof(pb)){ avio_feof 282 libavformat/mpc8.c while(!avio_feof(s->pb)){ avio_feof 175 libavformat/mpeg.c if (avio_feof(pb)) avio_feof 253 libavformat/mpeg.c if (avio_feof(s->pb)) avio_feof 725 libavformat/mpeg.c while (!avio_feof(s->pb)) { avio_feof 2283 libavformat/mpegts.c if (avio_feof(pb)) avio_feof 86 libavformat/mpl2dec.c while (!avio_feof(s->pb)) { avio_feof 66 libavformat/mpsubdec.c while (!avio_feof(s->pb)) { avio_feof 92 libavformat/msnwc_tcp.c while(avio_r8(pb) != HEADER_SIZE && !avio_feof(pb)); avio_feof 94 libavformat/msnwc_tcp.c if(avio_feof(pb)) { avio_feof 339 libavformat/mxfdec.c for (i = 0; i < size && !avio_feof(pb); i++) { avio_feof 2181 libavformat/mxfdec.c while (avio_tell(pb) + 4 < klv_end && !avio_feof(pb)) { avio_feof 2584 libavformat/mxfdec.c while (!avio_feof(s->pb)) { avio_feof 2896 libavformat/mxfdec.c return avio_feof(s->pb) ? AVERROR_EOF : ret; avio_feof 139 libavformat/mxg.c while (!avio_feof(s->pb) && !s->pb->error){ avio_feof 70 libavformat/ncdec.c if (avio_feof(s->pb)) avio_feof 54 libavformat/nistspheredec.c while (!avio_feof(s->pb)) { avio_feof 235 libavformat/nsvdec.c if (avio_feof(pb)) { avio_feof 302 libavformat/nsvdec.c if (avio_feof(pb)) avio_feof 339 libavformat/nsvdec.c if (avio_feof(pb)) avio_feof 371 libavformat/nsvdec.c if (avio_feof(pb)) avio_feof 550 libavformat/nsvdec.c if (avio_feof(pb)) avio_feof 585 libavformat/nsvdec.c if (avio_feof(pb)) avio_feof 149 libavformat/nutdec.c while (!avio_feof(bc)) { avio_feof 1069 libavformat/nutdec.c if (avio_feof(bc)) avio_feof 76 libavformat/nuv.c while (!avio_feof(pb)) { avio_feof 244 libavformat/nuv.c while (!avio_feof(pb)) { avio_feof 317 libavformat/nuv.c while(!avio_feof(pb) && avio_tell(pb) < pos_limit) { avio_feof 347 libavformat/nuv.c while (!avio_feof(pb) && avio_tell(pb) < pos_limit) { avio_feof 341 libavformat/oggdec.c if (avio_feof(bc)) avio_feof 202 libavformat/paf.c if (avio_feof(pb)) avio_feof 76 libavformat/pjsdec.c while (!avio_feof(s->pb)) { avio_feof 100 libavformat/pmpdec.c if (avio_feof(pb)) { avio_feof 136 libavformat/pmpdec.c if (avio_feof(pb)) avio_feof 295 libavformat/psxstr.c if (avio_feof(pb)) avio_feof 144 libavformat/qcp.c while(!avio_feof(pb)) { avio_feof 146 libavformat/redspark.c if (avio_feof(s->pb) || redspark->samples_count == s->streams[0]->duration) avio_feof 215 libavformat/riffdec.c if (avio_feof(pb)) { avio_feof 530 libavformat/rmdec.c if (avio_feof(pb)) avio_feof 645 libavformat/rmdec.c while(!avio_feof(pb)){ avio_feof 1003 libavformat/rmdec.c if (len <= 0 || avio_feof(s->pb)) avio_feof 63 libavformat/rpl.c return avio_feof(pb) ? -1 : 0; avio_feof 140 libavformat/rsd.c if (avio_feof(s->pb)) avio_feof 260 libavformat/smacker.c if (avio_feof(s->pb) || smk->cur_frame >= smk->frames) avio_feof 61 libavformat/smjpegdec.c while (!avio_feof(pb)) { avio_feof 144 libavformat/smjpegdec.c if (avio_feof(s->pb)) avio_feof 105 libavformat/smush.c if (avio_feof(pb)) avio_feof 199 libavformat/smush.c if (avio_feof(pb)) avio_feof 131 libavformat/sol.c if (avio_feof(s->pb)) avio_feof 179 libavformat/spdifdec.c if (avio_feof(pb)) avio_feof 83 libavformat/stldec.c while (!avio_feof(s->pb)) { avio_feof 94 libavformat/subtitles.c return r->buf_pos >= r->buf_len && avio_feof(r->pb); avio_feof 103 libavformat/subtitles.c if (!avio_feof(r->pb)) { avio_feof 56 libavformat/subviewer1dec.c while (!avio_feof(s->pb)) { avio_feof 87 libavformat/subviewerdec.c while (!avio_feof(s->pb)) { avio_feof 45 libavformat/supdec.c return avio_feof(s->pb) ? AVERROR_EOF : AVERROR_INVALIDDATA; avio_feof 43 libavformat/swfdec.c if (avio_feof(pb)) avio_feof 71 libavformat/takdec.c while (!avio_feof(pb)) { avio_feof 157 libavformat/tmv.c if (avio_feof(pb)) avio_feof 116 libavformat/tty.c if (avio_feof(avctx->pb)) avio_feof 66 libavformat/txd.c if (avio_feof(s->pb)) avio_feof 94 libavformat/vc1test.c if(avio_feof(pb)) avio_feof 78 libavformat/vivo.c if (avio_feof(pb)) avio_feof 253 libavformat/vivo.c if (avio_feof(pb)) avio_feof 284 libavformat/vivo.c if (avio_feof(pb)) { avio_feof 68 libavformat/vplayerdec.c while (!avio_feof(s->pb)) { avio_feof 165 libavformat/vqf.c } while (header_size >= 0 && !avio_feof(s->pb)); avio_feof 90 libavformat/wavdec.c if (avio_feof(pb)) avio_feof 316 libavformat/wavdec.c if (avio_feof(pb)) avio_feof 460 libavformat/wavdec.c while (!avio_feof(pb)) { avio_feof 678 libavformat/wavdec.c while (!avio_feof(pb)) { avio_feof 718 libavformat/wavdec.c if (avio_feof(pb) || (cur = avio_tell(pb)) < 0 || cur > end - 8 /* = tag + size */) avio_feof 162 libavformat/wc3movie.c if (avio_feof(pb)) avio_feof 214 libavformat/wc3movie.c if (avio_feof(pb)) avio_feof 80 libavformat/wtvdec.c if (wf->position >= wf->length || avio_feof(pb)) avio_feof 543 libavformat/wtvdec.c while(!avio_feof(pb)) { avio_feof 791 libavformat/wtvdec.c while (!avio_feof(pb)) { avio_feof 799 libavformat/wtvdec.c if (avio_feof(pb)) avio_feof 1020 libavformat/wtvdec.c if (avio_feof(pb)) avio_feof 1034 libavformat/wtvdec.c if (avio_feof(pb)) avio_feof 127 libavformat/wvdec.c while (avio_tell(pb) < block_end && !avio_feof(pb)) { avio_feof 263 libavformat/wvdec.c if (avio_feof(s->pb))