#include <avformat.h>
Definition at line 453 of file avformat.h.
Definition at line 454 of file avformat.h.
Referenced by av_dump_format(), av_guess_codec(), av_guess_format(), build_file_streams(), compute_status(), do_video_out(), ffserver_guess_format(), force_one_stream(), format_to_name(), http_parse_request(), http_receive_data(), log_slave(), mkv_write_header(), mov_write_header(), open_output_file(), parse_ffconfig(), rtsp_cmd_describe(), rtsp_cmd_setup(), seg_write_header(), show_formats_devices(), show_help_muxer(), swf_write_header(), and transcode_init().
Descriptive name for the format, meant to be more human-readable than name.
You should use the NULL_IF_CONFIG_SMALL() macro to define it.
Definition at line 460 of file avformat.h.
Referenced by show_formats_devices(), and show_help_muxer().
Definition at line 461 of file avformat.h.
Referenced by av_guess_format(), http_parse_request(), and show_help_muxer().
comma-separated filename extensions
Definition at line 462 of file avformat.h.
Referenced by av_guess_format(), and show_help_muxer().
default audio codec
Definition at line 464 of file avformat.h.
Referenced by av_guess_codec(), avformat_query_codec(), main(), parse_ffconfig(), and show_help_muxer().
default video codec
Definition at line 465 of file avformat.h.
Referenced by av_guess_codec(), avformat_query_codec(), main(), open_output_file(), parse_ffconfig(), and show_help_muxer().
default subtitle codec
Definition at line 466 of file avformat.h.
Referenced by av_guess_codec(), avformat_query_codec(), open_output_file(), and show_help_muxer().
can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_RAWPICTURE, AVFMT_GLOBALHEADER, AVFMT_NOTIMESTAMPS, AVFMT_VARIABLE_FPS, AVFMT_NODIMENSIONS, AVFMT_NOSTREAMS, AVFMT_ALLOW_FLUSH, AVFMT_TS_NONSTRICT
Definition at line 473 of file avformat.h.
Referenced by add_stream(), av_interleaved_write_frame(), av_write_frame(), avformat_write_header(), compute_pkt_fields2(), do_video_out(), dump_stream_format(), ffmpeg_cleanup(), flush_encoders(), init_muxer(), main(), new_output_stream(), open_output_file(), open_slave(), seg_write_header(), tee_write_trailer(), transcode_init(), write_frame(), write_header(), and write_video_frame().
List of supported codec_id-codec_tag pairs, ordered by "better choice first".
The arrays are all terminated by AV_CODEC_ID_NONE.
Definition at line 479 of file avformat.h.
Referenced by avformat_query_codec(), init_muxer(), segment_mux_init(), transcode_init(), and validate_codec_tag().
AVClass for the private context.
Definition at line 482 of file avformat.h.
Referenced by av_write_trailer(), avformat_alloc_output_context2(), avformat_free_context(), ff_rtp_get_payload_type(), format_child_class_next(), format_child_next(), hls_start(), init_muxer(), segment_start(), show_format_opts(), show_formats_devices(), and show_help_muxer().
Definition at line 491 of file avformat.h.
Referenced by av_oformat_next(), and av_register_output_format().
size of private data so that it can be allocated in the wrapper
Definition at line 495 of file avformat.h.
Referenced by avformat_alloc_output_context2(), and init_muxer().
Definition at line 497 of file avformat.h.
Referenced by avformat_write_header().
Write a packet.
If AVFMT_ALLOW_FLUSH is set in flags, pkt can be NULL in order to flush data buffered in the muxer. When flushing, return 0 if there still is more data to flush, or 1 if everything was flushed and there is no more buffered data.
Definition at line 505 of file avformat.h.
Referenced by av_write_frame(), and write_packet().
Definition at line 506 of file avformat.h.
Referenced by av_write_trailer().
Currently only used to set pixel format if not YUV420P.
Definition at line 510 of file avformat.h.
Referenced by interleave_packet().
Test if the given codec can be stored in this container.
Definition at line 519 of file avformat.h.
Referenced by avformat_query_codec().
Definition at line 521 of file avformat.h.
Referenced by av_get_output_timestamp().
Allows sending messages from application to device.
Definition at line 526 of file avformat.h.
Referenced by avdevice_app_to_dev_control_message().
Write an uncoded AVFrame.
See av_write_uncoded_frame() for details.
The library will free *frame afterwards, but the muxer can prevent it by setting the pointer to NULL.
Definition at line 537 of file avformat.h.
Referenced by av_write_uncoded_frame_internal(), av_write_uncoded_frame_query(), and write_packet().
Returns device list with it properties.
Definition at line 543 of file avformat.h.
Referenced by avdevice_list_devices().
Initialize device capabilities submodule.
Definition at line 548 of file avformat.h.
Referenced by avdevice_capabilities_create().
Free device capabilities submodule.
Definition at line 553 of file avformat.h.
Referenced by avdevice_capabilities_free().