Searched refs:flv (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 Dflvenc.c22 #include "flv.h"
80 av_log(enc, AV_LOG_ERROR, "flv does not support that sample rate, choose from (44100, 22050, 11025).\n");
116 av_log(enc, AV_LOG_ERROR, "codec not compatible with flv\n");
144 FLVContext *flv = s->priv_data; local
160 av_log(enc, AV_LOG_ERROR, "video codec not compatible with flv\n");
184 flv->reserved=5;
206 flv->duration_offset= url_ftell(pb);
244 flv->filesize_offset= url_ftell(pb);
294 FLVContext *flv = s->priv_data; local
299 url_fseek(pb, flv
312 FLVContext *flv = s->priv_data; local
[all...]
H A Dflvdec.d7 libavformat/flv.h
H A Dflvenc.d7 libavformat/flv.h libavformat/riff.h libavformat/avc.h
H A Dflvdec.c29 #include "flv.h"
310 FLVContext *flv = s->priv_data; local
349 av_log(s, AV_LOG_ERROR, "skipping flv packet: type %d, size %d, flags %d\n", type, size, flags);
418 flv->wrong_dts = 1;
421 if (flv->wrong_dts)
461 "flv",
467 .extensions = "flv",
H A Dallformats.c83 REGISTER_MUXDEMUX (FLV, flv);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dregression.sh343 do_video_encoding flv.flv "-qscale 10" "-an -vcodec flv"
381 do_video_encoding flashsv.flv "" "-an -vcodec flashsv -sws_flags neighbor+full_chroma_int+accurate_rnd+bitexact"
424 do_audio_encoding adpcm_swf.flv "-ar 44100" "-acodec adpcm_swf"
515 do_libav flv -an
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A DMakefile218 flv \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dallcodecs.c83 REGISTER_ENCDEC (FLV, flv);

Completed in 114 milliseconds