Searched refs:seekable (Results 101 - 125 of 135) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c3222 ((!pb->seekable || c->fc->flags & AVFMT_FLAG_IGNIDX) ||
3224 if (!pb->seekable || c->fc->flags & AVFMT_FLAG_IGNIDX)
3534 if (pb->seekable)
3548 } while (pb->seekable && !mov->found_moov && !mov->moov_retry++);
3556 if (pb->seekable) {
3673 if (!sample || (!s->pb->seekable && current_sample->pos < sample->pos) ||
3674 (s->pb->seekable &&
H A Dgxfenc.c714 if (!pb->seekable) {
H A Dmpeg.c447 s->pb->seekable /* index useless on streams anyway */) {
H A Davidec.c882 if (pb->seekable && !(s->flags & AVFMT_FLAG_IGNIDX) &&
950 if (!avi->index_loaded && pb->seekable)
H A Dnutdec.c146 /* Note, this may fail if the stream is not seekable, but that should
785 if (bc->seekable) {
H A Drmdec.c570 if (indx_off && pb->seekable && !(s->flags & AVFMT_FLAG_IGNIDX) &&
H A Dhls.c516 av_dict_set(&opts, "seekable", "0", 0);
914 av_dict_set(&opts, "seekable", "0", 0);
1338 pls->pb.seekable = 0;
H A Dmxfdec.c1936 if (!pb->seekable) {
1937 av_log(mxf->fc, AV_LOG_INFO, "file is not seekable - not parsing last partition\n");
2050 if (!s->pb->seekable)
H A Dmpegts.c2362 /* NOTE: We attempt to seek on non-seekable files as well, as the
2366 av_log(s, pb->seekable ? AV_LOG_ERROR : AV_LOG_INFO, "Unable to seek back to the start\n");
H A Dmovenc.c504 * overwritten at the end if the file is seekable. */
3941 /* Non-seekable output is ok if using fragmentation. If ism_lookahead
3942 * is enabled, we don't support non-seekable output at all. */
3943 if (!s->pb->seekable &&
3945 av_log(s, AV_LOG_ERROR, "muxer does not support non seekable output\n");
4414 mov->tracks[i].vc1_info.struct_offset && s->pb->seekable) {
H A Dmatroskadec.c1476 if (!matroska->ctx->pb->seekable ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davidec.c668 if(pb->seekable && !(s->flags & AVFMT_FLAG_IGNIDX) &&
727 if(!avi->index_loaded && pb->seekable)
H A Dapplehttp.c512 v->pb.seekable = 0;
H A Dgxfenc.c651 if (!pb->seekable) {
H A Drmdec.c517 if (indx_off && pb->seekable && !(s->flags & AVFMT_FLAG_IGNIDX) &&
H A Dnutdec.c120 avio_seek(bc, pos, SEEK_SET); //note, this may fail if the stream is not seekable, but that should not matter, as in this case we simply start where we currently are
651 if(bc->seekable){
H A Dmovenc.c2043 if (!s->pb->seekable) return 0; /* Can't handle that */
2184 if (!s->pb->seekable) {
2185 av_log(s, AV_LOG_ERROR, "muxer does not support non seekable output\n");
H A Dmatroskadec.c1198 if (!matroska->ctx->pb->seekable ||
H A Dmpegts.c1898 if (pb->seekable && avio_seek(pb, pos, SEEK_SET) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeftree.c912 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c2244 c->fmt_ctx.pb->seekable = 0;
2381 ctx->pb->seekable = 0;
2418 c->fmt_ctx.pb->seekable = 0;
2708 pb->seekable = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c2328 c->fmt_ctx.pb->seekable = 0;
2465 ctx->pb->seekable = 0;
2503 c->fmt_ctx.pb->seekable = 0;
2810 pb->seekable = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c1066 seekable() && !use_descriptors) {
H A Dzipup.c705 * So if the zip file is not seekable and the input file is not
988 /* if Zip64 and not seekable then Zip64 data descriptor */
1407 int seekable() function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmediactrl.tex91 because some streams are not seekable, and when stop is called

Completed in 272 milliseconds

123456