Searched refs:avi (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davienc.c22 #include "avi.h"
60 static int64_t avi_start_new_riff(AVIContext *avi, ByteIOContext *pb, argument
66 avi->riff_id++;
68 avi->indexes[i].entry = 0;
70 avi->riff_start = start_tag(pb, "RIFF");
117 AVIContext *avi = s->priv_data; local
124 assert(avi->frames_hdr_strm[n]);
126 url_fseek(pb, avi->frames_hdr_strm[n], SEEK_SET);
129 put_le32(pb, avi->packet_count[n]);
131 put_le32(pb, avi
148 AVIContext *avi = s->priv_data; local
371 AVIContext *avi = s->priv_data; local
428 AVIContext *avi = s->priv_data; local
472 AVIContext *avi = s->priv_data; local
546 AVIContext *avi = s->priv_data; local
[all...]
H A Davidec.c25 #include "avi.h"
92 AVIContext *avi = s->priv_data; local
98 avi->riff_end = get_le32(pb); /* RIFF chunk size */
99 avi->riff_end += url_ftell(pb); /* RIFF chunk end */
115 AVIContext *avi = s->priv_data; local
172 avi->non_interleaved= 1;
200 avi->index_loaded=1;
245 AVIContext *avi = s->priv_data; local
256 avi->stream_index= -1;
261 avi
651 AVIContext *avi = s->priv_data; local
902 AVIContext *avi = s->priv_data; local
976 AVIContext *avi = s->priv_data; local
1019 AVIContext *avi = s->priv_data; local
1099 AVIContext *avi = s->priv_data; local
[all...]
H A Davienc.d7 libavformat/avi.h libavformat/riff.h
H A Davidec.d8 libavformat/avi.h libavformat/dv.h libavformat/riff.h
H A Dallformats.c61 REGISTER_MUXDEMUX (AVI, avi);
H A Dnsvdec.c124 /* variation from avi.h */
687 NSVContext *avi = s->priv_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dregression.sh224 do_video_encoding msmpeg4v2.avi "-qscale 10" "-an -vcodec msmpeg4v2"
229 do_video_encoding msmpeg4.avi "-qscale 10" "-an -vcodec msmpeg4"
234 do_video_encoding wmv1.avi "-qscale 10" "-an -vcodec wmv1"
239 do_video_encoding wmv2.avi "-qscale 10" "-an -vcodec wmv2"
244 do_video_encoding h261.avi "-qscale 11" "-s 352x288 -an -vcodec h261"
249 do_video_encoding h263.avi "-qscale 10" "-s 352x288 -an -vcodec h263"
254 do_video_encoding h263p.avi "-qscale 2 -flags +umv+aiv+aic" "-s 352x288 -an -vcodec h263p -ps 300"
264 do_video_encoding huffyuv.avi "" "-an -vcodec huffyuv -pix_fmt yuv422p -sws_flags neighbor+bitexact"
269 do_video_encoding mpeg4-rc.avi "-b 400k -bf 2" "-an -vcodec mpeg4"
274 do_video_encoding mpeg4-adv.avi "
[all...]
H A Dtest.conf71 <Stream test_h.avi>
73 Format avi
90 <Stream test_l.avi>
92 Format avi
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A DMakefile240 avi \

Completed in 119 milliseconds