Searched refs:AVInputFormat (Results 1 - 25 of 363) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dformat.c32 static AVInputFormat *first_iformat = NULL;
36 static AVInputFormat **last_iformat = &first_iformat;
39 AVInputFormat *av_iformat_next(AVInputFormat *f)
55 void av_register_input_format(AVInputFormat *format)
57 AVInputFormat **p = last_iformat;
182 AVInputFormat *av_find_input_format(const char *short_name)
184 AVInputFormat *fmt = NULL;
H A Dimg2_brender_pix.c41 AVInputFormat ff_image2_brender_pix_demuxer = {
H A Dg722.c49 AVInputFormat ff_g722_demuxer = {
H A Drm.h37 extern AVInputFormat ff_rdt_demuxer;
H A Drawdec.c115 AVInputFormat ff_data_demuxer = {
126 AVInputFormat ff_latm_demuxer = {
208 AVInputFormat ff_mlp_demuxer = {
220 AVInputFormat ff_truehd_demuxer = {
232 AVInputFormat ff_shorten_demuxer = {
H A Ddauddec.c53 AVInputFormat ff_daud_demuxer = {
H A Dimg2_alias_pix.c57 AVInputFormat ff_image2_alias_pix_demuxer = {
H A Davformat.h44 * A supported input format is described by an AVInputFormat struct, conversely
75 * AVFormatContext.priv_data if and only if AVInputFormat.priv_class /
556 typedef struct AVInputFormat { struct
595 struct AVInputFormat *next;
693 } AVInputFormat; typedef in typeref:struct:AVInputFormat
1165 struct AVInputFormat *iformat;
1732 void av_register_input_format(AVInputFormat *format);
1755 AVInputFormat *av_iformat_next(AVInputFormat *f);
1859 * Find AVInputFormat base
[all...]
H A Dac3dec.c96 AVInputFormat ff_ac3_demuxer = {
114 AVInputFormat ff_eac3_demuxer = {
H A Dadp.c91 AVInputFormat ff_adp_demuxer = {
H A Dafc.c71 AVInputFormat ff_afc_demuxer = {
H A Dapc.c86 AVInputFormat ff_apc_demuxer = {
H A Dboadec.c71 AVInputFormat ff_boa_demuxer = {
H A Dcdg.c84 AVInputFormat ff_cdg_demuxer = {
H A Ddtsdec.c73 AVInputFormat ff_dts_demuxer = {
H A Dg723_1.c79 AVInputFormat ff_g723_1_demuxer = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Davdevice.h79 AVInputFormat *av_input_audio_device_next(AVInputFormat *d);
88 AVInputFormat *av_input_video_device_next(AVInputFormat *d);
H A Davdevice.c90 pc = ((AVInputFormat *)prev)->priv_class;
99 AVInputFormat *av_input_audio_device_next(AVInputFormat *d)
105 AVInputFormat *av_input_video_device_next(AVInputFormat *d)
H A Dalldevices.c33 extern AVInputFormat ff_##x##_demuxer; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dac3dec.c73 AVInputFormat ff_ac3_demuxer = {
91 AVInputFormat ff_eac3_demuxer = {
H A Dcdg.c66 AVInputFormat ff_cdg_demuxer = {
H A Drm.h38 extern AVInputFormat ff_rdt_demuxer;
H A Davformat.h44 * A supported input format is described by an AVInputFormat struct, conversely
454 typedef struct AVInputFormat { struct
572 struct AVInputFormat *next;
573 } AVInputFormat; typedef in typeref:struct:AVInputFormat
874 struct AVInputFormat *iformat;
1206 void av_register_input_format(AVInputFormat *format);
1229 AVInputFormat *av_iformat_next(AVInputFormat *f);
1300 * Find AVInputFormat based on the short name of the input format.
1302 AVInputFormat *av_find_input_forma
[all...]
H A Drawdec.c180 AVInputFormat ff_g722_demuxer = {
192 AVInputFormat ff_latm_demuxer = {
208 AVInputFormat ff_mlp_demuxer = {
220 AVInputFormat ff_truehd_demuxer = {
232 AVInputFormat ff_shorten_demuxer = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h317 typedef struct AVInputFormat { struct
395 struct AVInputFormat *next;
396 } AVInputFormat; typedef in typeref:struct:AVInputFormat
580 struct AVInputFormat *iformat;
728 extern AVInputFormat *first_iformat;
737 AVInputFormat *av_iformat_next(AVInputFormat *f);
752 void av_register_input_format(AVInputFormat *format);
832 * Finds AVInputFormat based on the short name of the input format.
834 AVInputFormat *av_find_input_forma
[all...]

Completed in 295 milliseconds

1234567891011>>