Searched refs:streams (Results 1 - 25 of 160) sorted by path

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c291 int nb_streams; /* nb streams we are aware of */
395 av_metadata_free(&s->streams[j]->metadata);
396 av_free(s->streams[j]->codec);
397 av_free(s->streams[j]);
458 memcpy(st, ic->streams[i], sizeof(AVStream));
460 memcpy(st->codec, ic->streams[i]->codec, sizeof(AVCodecContext));
461 s->streams[i] = st;
1536 if(ist_table[ris]->discard && ic->streams[sidx]->codec->codec_type == type)
1592 ist->st = is->streams[k];
1616 fprintf(stderr, "Number of stream maps must match number of output streams\
[all...]
H A Dffplay.c1730 enc = ic->streams[stream_index]->codec;
1781 ic->streams[stream_index]->discard = AVDISCARD_DEFAULT;
1785 is->audio_st = ic->streams[stream_index];
1802 is->video_st = ic->streams[stream_index];
1813 is->subtitle_st = ic->streams[stream_index];
1831 enc = ic->streams[stream_index]->codec;
1875 ic->streams[stream_index]->discard = AVDISCARD_ALL;
1973 AVCodecContext *enc = ic->streams[i]->codec;
1974 ic->streams[i]->discard = AVDISCARD_ALL;
1997 /* open the streams */
[all...]
H A Dffserver.c145 int feed_streams[MAX_STREAMS]; /* index of streams in the feed */
146 int switch_feed_streams[MAX_STREAMS]; /* index of streams in the feed */
213 AVStream *streams[MAX_STREAMS]; member in struct:FFStream
214 int feed_streams[MAX_STREAMS]; /* index of streams in the feed */
258 static FFStream *first_stream; /* contains all streams, including feeds */
492 /* start all multicast streams */
781 st = c->fmt_in->streams[i];
788 /* free RTP output streams if any */
818 av_free(ctx->streams[i]);
919 input streams set
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dalsa-audio-dec.c130 AVStream *st = s1->streams[0];
H A Dalsa-audio-enc.c53 st = s1->streams[0];
H A Dbeosaudio.cpp291 st = s1->streams[0];
H A Doss_audio.c163 st = s1->streams[0];
H A Dv4l2.c623 if (s1->streams[0]->codec->coded_frame) {
624 s1->streams[0]->codec->coded_frame->interlaced_frame = 1;
625 s1->streams[0]->codec->coded_frame->top_field_first = s->top_field_first;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dadtsenc.c66 AVCodecContext *avc = s->streams[0]->codec;
H A Daiff.c181 AVCodecContext *enc = s->streams[0]->codec;
243 av_set_pts_info(s->streams[0], 64, 1, s->streams[0]->codec->sample_rate);
262 AVCodecContext *enc = s->streams[0]->codec;
316 AVStream * st = s->streams[0];
422 AVStream *st = s->streams[0];
H A Damr.c37 AVCodecContext *enc = s->streams[0]->codec;
120 AVCodecContext *enc = s->streams[0]->codec;
H A Dape.c390 /* now we are ready: build format streams */
476 AVStream *st = s->streams[stream_index];
H A Dasf.h71 * individual media streams */
85 ASFStream streams[128]; ///< it's max number and it's not that big member in struct:__anon619
86 uint32_t stream_bitrates[128]; ///< max number of streams, bitrate for each (for streaming)
H A Dasfdec.c391 // av_log(s, AV_LOG_ERROR, "streams %d\n", streams);
528 AVStream *st = s->streams[stream_num];
725 || s->streams[asf->stream_index]->discard >= AVDISCARD_ALL
726 || (!asf->packet_key_frame && s->streams[asf->stream_index]->discard >= AVDISCARD_NONKEY)
736 asf->asf_st = s->streams[asf->stream_index]->priv_data;
782 //s->streams[asf->stream_index]->codec->codec_type == CODEC_TYPE_AUDIO, asf->packet_obj_size);
783 if (s->streams[asf->stream_index]->codec->codec_type == CODEC_TYPE_AUDIO)
813 if( s->streams[asf->stream_index]->codec->codec_id == CODEC_ID_MPEG2VIDEO
912 asf_st= s->streams[
[all...]
H A Dasfenc.c295 enc = s->streams[n]->codec;
297 av_set_pts_info(s->streams[n], 32, 1, 1000); /* 32 bit pts in ms */
370 // ASFStream *stream = &asf->streams[n];
372 enc = s->streams[n]->codec;
373 asf->streams[n].num = n + 1;
374 asf->streams[n].seq = 0;
453 enc = s->streams[n]->codec;
755 codec = s->streams[pkt->stream_index]->codec;
756 stream = &asf->streams[pkt->stream_index];
767 put_frame(s, stream, s->streams[pk
[all...]
H A Dassdec.c169 pkt->pos= p - ass->event_buffer + s->streams[0]->codec->extradata_size;
H A Dassenc.c31 AVCodecContext *avctx= s->streams[0]->codec;
70 AVCodecContext *avctx= s->streams[0]->codec;
H A Dau.c72 if (put_au_header(pb, s->streams[0]->codec) < 0) {
147 /* now we are ready: build format streams */
H A Daudiointerleave.c32 AVStream *st = s->streams[i];
50 AVStream *st = s->streams[i];
75 AVStream *st = s->streams[stream_index];
104 AVStream *st = s->streams[pkt->stream_index];
124 AVStream *st = s->streams[i];
H A Davformat.h156 * The purpose of this field is to allow seeking in streams that have no
159 * essential for some types of subtitle streams to ensure that all
336 now. 'av_new_stream' should be called to create new streams. */
386 * Seeking will be done so that the point from which all active streams
388 * Active streams are all streams that have AVStream.discard < AVDISCARD_ALL.
545 char *provider_name; ///< network name for DVB streams
546 char *name; ///< service name for DVB streams
556 (streams are added dynamically) */
585 AVStream *streams[MAX_STREAM member in struct:AVFormatContext
[all...]
H A Davidec.c137 st= s->streams[stream_id];
209 AVStream *st = s->streams[i];
358 ast = s->streams[0]->priv_data;
359 av_freep(&s->streams[0]->codec->extradata);
360 av_freep(&s->streams[0]);
367 s->streams[0]->priv_data = ast;
448 st = s->streams[stream_index];
565 st = s->streams[stream_index];
672 AVStream *st = s->streams[i];
719 AVStream *st= s->streams[ av
[all...]
H A Davienc.c125 stream = s->streams[n]->codec;
165 stream = s->streams[n]->codec;
187 put_le32(pb, s->nb_streams); /* nb streams */
206 stream = s->streams[i]->codec;
229 av_set_pts_info(s->streams[i], 64, au_scale, au_byterate);
294 && s->streams[i]->sample_aspect_ratio.num>0
295 && s->streams[i]->sample_aspect_ratio.den>0){
297 AVRational dar = av_mul_q(s->streams[i]->sample_aspect_ratio,
350 if(!(s->streams[0]->codec->flags & CODEC_FLAG_BITEXACT))
384 avi_stream2fourcc(&tag[0], i, s->streams[
[all...]
H A Davisynth.c38 AVISynthStream *streams; member in struct:__anon626
70 avs->streams = av_mallocz(info.dwStreams * sizeof(AVISynthStream));
74 stream = &avs->streams[id];
156 stream = &avs->streams[stream_id];
164 pkt->pts = avs->streams[stream_id].read / avs->streams[stream_id].chunck_samples;
176 } while (avs->next_stream != stream_id && s->streams[avs->next_stream]->discard >= AVDISCARD_ALL);
188 AVIStreamRelease(avs->streams[i].handle);
191 av_free(avs->streams);
204 avs->streams[stream_i
[all...]
H A Dbethsoftvid.c200 s->streams[1]->codec->sample_rate = 1000000 / (256 - get_byte(pb));
201 s->streams[1]->codec->bit_rate = s->streams[1]->codec->channels * s->streams[1]->codec->sample_rate * s->streams[1]->codec->bits_per_coded_sample;
212 s->streams[0]->codec->width * s->streams[0]->codec->height);
H A Ddaud.c52 AVCodecContext *codec = s->streams[0]->codec;

Completed in 285 milliseconds

1234567