Core functions
[I/O and Muxing/Demuxing Library]

Functions for querying libavformat capabilities, allocating core structures, etc. More...


Functions

unsigned avformat_version (void)
 Return the LIBAVFORMAT_VERSION_INT constant.
const char * avformat_configuration (void)
 Return the libavformat build-time configuration.
const char * avformat_license (void)
 Return the libavformat license.
void av_register_all (void)
 Initialize libavformat and register all the muxers, demuxers and protocols.
void av_register_input_format (AVInputFormat *format)
void av_register_output_format (AVOutputFormat *format)
int avformat_network_init (void)
 Do global initialization of network components.
int avformat_network_deinit (void)
 Undo the initialization done by avformat_network_init.
AVInputFormatav_iformat_next (AVInputFormat *f)
 If f is NULL, returns the first registered input format, if f is non-NULL, returns the next registered input format after f or NULL if f is the last one.
AVOutputFormatav_oformat_next (AVOutputFormat *f)
 If f is NULL, returns the first registered output format, if f is non-NULL, returns the next registered output format after f or NULL if f is the last one.
AVFormatContextavformat_alloc_context (void)
 Allocate an AVFormatContext.
void avformat_free_context (AVFormatContext *s)
 Free an AVFormatContext and all its streams.
const AVClassavformat_get_class (void)
 Get the AVClass for AVFormatContext.
AVStreamavformat_new_stream (AVFormatContext *s, AVCodec *c)
 Add a new stream to a media file.
AVProgramav_new_program (AVFormatContext *s, int id)


Detailed Description

Functions for querying libavformat capabilities, allocating core structures, etc.

Function Documentation

AVInputFormat* av_iformat_next ( AVInputFormat f  ) 

If f is NULL, returns the first registered input format, if f is non-NULL, returns the next registered input format after f or NULL if f is the last one.

Definition at line 130 of file utils.c.

Referenced by av_find_input_format(), av_probe_input_format3(), format_child_class_next(), opt_formats(), probe(), and show_format_opts().

AVProgram* av_new_program ( AVFormatContext s,
int  id 
)

Definition at line 2961 of file utils.c.

Referenced by pat_cb(), and sdt_cb().

AVOutputFormat* av_oformat_next ( AVOutputFormat f  ) 

If f is NULL, returns the first registered output format, if f is non-NULL, returns the next registered output format after f or NULL if f is the last one.

Definition at line 136 of file utils.c.

Referenced by av_guess_format(), format_child_class_next(), opt_formats(), and show_format_opts().

void av_register_all ( void   ) 

Initialize libavformat and register all the muxers, demuxers and protocols.

If you do not call this function, then you can select exactly which formats you want to support.

See also:
av_register_input_format()

av_register_output_format()

av_register_protocol()

Definition at line 40 of file allformats.c.

Referenced by main(), and movie_common_init().

void av_register_input_format ( AVInputFormat format  ) 

Definition at line 142 of file utils.c.

void av_register_output_format ( AVOutputFormat format  ) 

Definition at line 151 of file utils.c.

AVFormatContext* avformat_alloc_context ( void   ) 

const char* avformat_configuration ( void   ) 

Return the libavformat build-time configuration.

Definition at line 64 of file utils.c.

void avformat_free_context ( AVFormatContext s  ) 

const AVClass* avformat_get_class ( void   ) 

Get the AVClass for AVFormatContext.

It can be used in combination with AV_OPT_SEARCH_FAKE_OBJ for examining options.

See also:
av_opt_find().

Definition at line 164 of file options.c.

Referenced by opt_default(), opt_help(), and show_format_opts().

const char* avformat_license ( void   ) 

Return the libavformat license.

Definition at line 69 of file utils.c.

int avformat_network_deinit ( void   ) 

Undo the initialization done by avformat_network_init.

Definition at line 4353 of file utils.c.

Referenced by do_exit(), exit_program(), main(), and term_init().

int avformat_network_init ( void   ) 

Do global initialization of network components.

This is optional, but recommended, since it avoids the overhead of implicitly doing the setup for each session.

Calling this function will become mandatory if using network protocols at some major version bump.

Definition at line 4341 of file utils.c.

Referenced by main().

AVStream* avformat_new_stream ( AVFormatContext s,
AVCodec c 
)

Add a new stream to a media file.

When demuxing, it is called by the demuxer in read_header(). If the flag AVFMTCTX_NOHEADER is set in s.ctx_flags, then it may also be called in read_packet().

When muxing, should be called by the user before avformat_write_header().

Parameters:
c If non-NULL, the AVCodecContext corresponding to the new stream will be initialized to use this codec. This is needed for e.g. codec-specific defaults to be set, so codec should be provided if it is known.
Returns:
newly created stream or NULL on error.

Definition at line 2911 of file utils.c.

Referenced by add_audio_stream(), add_dstream(), add_video_stream(), adts_aac_read_header(), adx_read_header(), aea_read_header(), aiff_read_header(), amr_read_header(), apc_read_header(), ape_read_header(), applehttp_read_header(), asf_read_stream_properties(), au_read_header(), audio_read_header(), av_new_stream(), avi_read_header(), avisynth_read_header(), avpriv_dv_init_demux(), avs_read_packet(), bfi_read_header(), bmv_read_header(), cdata_read_header(), cin_read_header(), create_audio_stream(), create_stream(), daud_header(), dc1394_read_header(), decode_main_header(), dfa_read_header(), dshow_add_device(), dv_extract_audio_info(), dxa_read_header(), ea_read_header(), fbdev_read_header(), ff_raw_audio_read_header(), ff_raw_read_header(), ff_raw_video_read_header(), ff_rtp_chain_mux_open(), ffm_read_header(), film_read_header(), flac_read_header(), flic_read_header(), fourxm_read_header(), g723_1_init(), g729_read_header(), get_attachment(), get_sindex(), grab_read_header(), gsm_read_header(), idcin_read_header(), iff_read_header(), ipmovie_read_header(), iss_read_header(), lavfi_read_header(), lmlm4_read_header(), loas_read_header(), lxf_read_header(), matroska_read_header(), microdvd_read_header(), mmf_read_header(), modplug_read_header(), mov_read_trak(), mp3_read_header(), mpc8_read_header(), mpc_read_header(), mpegps_read_packet(), mpegts_push_data(), mpegts_read_header(), mpegts_set_stream_info(), msnwc_tcp_read_header(), mtv_read_header(), mxf_parse_structural_metadata(), mxg_read_header(), nc_read_header(), new_output_stream(), new_stream(), nsv_parse_NSVs_header(), nut_read_header(), nuv_header(), ogg_new_stream(), oma_read_header(), pmp_header(), pmt_cb(), pulse_read_header(), pva_read_header(), qcp_read_header(), r3d_read_red1(), read_desc_chunk(), read_header(), read_packet(), rl2_read_header(), rm_read_header(), rm_read_header_old(), roq_read_packet(), rpl_read_header(), rso_read_header(), sap_fetch_packet(), sap_read_header(), sbg_read_header(), seq_read_header(), siff_parse_vbv1(), smacker_read_header(), smjpeg_read_header(), sol_read_header(), sox_read_header(), spdif_read_packet(), srt_read_header(), str_read_packet(), swf_read_packet(), thp_read_header(), tmv_read_header(), tta_read_header(), txd_read_header(), v4l2_read_header(), vc1t_read_header(), vfw_read_header(), vid_read_header(), vmd_read_header(), voc_read_header(), vqf_read_header(), wc3_read_header(), wsaud_read_header(), wsvqa_read_header(), wv_read_header(), x11grab_read_header(), xa_read_header(), xmv_read_header(), xwma_read_header(), yop_read_header(), and yuv4_read_header().

unsigned avformat_version ( void   ) 

Return the LIBAVFORMAT_VERSION_INT constant.

Definition at line 58 of file utils.c.


Generated on Fri Oct 26 02:46:15 2012 for FFmpeg by  doxygen 1.5.8