Searched refs:swf (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dswfenc.c25 #include "swf.h"
29 SWFContext *swf = s->priv_data; local
32 swf->tag_pos = url_ftell(pb);
33 swf->tag = tag;
45 SWFContext *swf = s->priv_data; local
51 tag_len = pos - swf->tag_pos - 2;
52 tag = swf->tag;
53 url_fseek(pb, swf->tag_pos, SEEK_SET);
175 SWFContext *swf = s->priv_data; local
182 swf
334 SWFContext *swf = s->priv_data; local
441 SWFContext *swf = s->priv_data; local
473 SWFContext *swf = s->priv_data; local
[all...]
H A Dswfdec.c24 #include "swf.h"
57 SWFContext *swf = s->priv_data; local
74 swf->frame_rate = get_le16(pb); /* 8.8 fixed */
77 swf->samples_per_frame = 0;
84 SWFContext *swf = s->priv_data; local
105 av_set_pts_info(vst, 64, 256, swf->frame_rate);
106 vst->codec->time_base = (AVRational){ 256, swf->frame_rate };
113 swf->samples_per_frame = get_le16(pb);
117 swf->audio_stream_index = ast->index;
142 st = s->streams[swf
[all...]
H A Dswfdec.d3 libavutil/internal.h libavutil/timer.h libavformat/swf.h \
H A Dswfenc.d8 libavformat/avio.h libavutil/common.h libavformat/swf.h \
H A Dallformats.c180 REGISTER_MUXDEMUX (SWF, swf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dtest.conf139 <Stream test.swf>
H A Dregression.sh507 do_libav swf -an
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A DMakefile245 swf \

Completed in 114 milliseconds