minimum encoding buffer size Used to avoid some checks during header writing.
Definition at line 780 of file avcodec.h.
Referenced by encode_apng(), encode_frame(), encode_nals(), encode_picture_ls(), encode_png(), flashsv2_encode_frame(), gif_encode_frame(), ljpeg_encode_frame(), prores_encode_frame(), svq1_encode_frame(), and xvid_encode_frame().
Find a registered encoder with a matching codec ID.
Definition at line 857 of file allcodecs.c.
Referenced by add_stream(), avcodec_get_name(), avcodec_open2(), choose_encoder(), config_input(), config_props(), estimate_best_b_count(), filter_codec_opts(), find_codec_or_die(), main(), open_output_file(), and show_codecs().
Find a registered encoder with the specified name.
Definition at line 885 of file allcodecs.c.
Referenced by find_codec_or_die(), main(), and show_help_codec().
Encode a frame of audio.
Takes input samples from frame and writes the next output packet, if available, to avpkt. The output packet does not necessarily contain data for the most recent frame, as encoders can delay, split, and combine input frames internally as needed.
If this function fails or produces no output, avpkt will be freed using av_packet_unref().
Definition at line 118 of file encode.c.
Referenced by do_encode(), encode_write_frame(), run_test(), and wrap().
Encode a frame of video.
Takes input raw video data from frame and writes the next output packet, if available, to avpkt. The output packet does not necessarily contain data for the most recent frame, as encoders can delay and reorder input frames internally as needed.
If this function fails or produces no output, avpkt will be freed using av_packet_unref().
Definition at line 260 of file encode.c.
Referenced by do_encode(), encode_write_frame(), filter(), filter_frame(), worker(), wrap(), and write_video_frame().
Definition at line 345 of file encode.c.
Referenced by do_subtitle_out(), and wrap().