minimum encoding buffer size Used to avoid some checks during header writing.
Definition at line 741 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().
motion estimation type.
| Enumerator | |
|---|---|
| ME_ZERO |
no search, that is use 0,0 vector whenever one is needed |
| ME_FULL | |
| ME_LOG | |
| ME_PHODS | |
| ME_EPZS |
enhanced predictive zonal search |
| ME_X1 |
reserved for experiments |
| ME_HEX |
hexagon based search |
| ME_UMH |
uneven multi-hexagon search |
| ME_TESA |
transformed exhaustive search algorithm |
| ME_ITER |
iterative search |
Find a registered encoder with a matching codec ID.
Definition at line 3108 of file utils.c.
Referenced by add_stream(), audio_encode_example(), avcodec_get_name(), avcodec_open2(), choose_encoder(), compute_status(), config_input(), config_props(), estimate_best_b_count(), ffm2_read_header(), ffm_write_header_codec_private_ctx(), ffm_write_recommended_config(), ffserver_opt_preset(), ffserver_parse_config_stream(), filter_codec_opts(), find_codec_or_die(), main(), open_output_file(), print_stream_params(), read_ffserver_streams(), show_codecs(), and video_encode_example().
Find a registered encoder with the specified name.
Definition at line 3113 of file utils.c.
Referenced by ffserver_set_codec(), find_codec_or_die(), 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 1808 of file utils.c.
Referenced by audio_encode_example(), do_encode(), encode_audio_frame(), 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 1954 of file utils.c.
Referenced by do_encode(), encode_frame(), encode_write_frame(), filter(), filter_frame(), video_encode_example(), worker(), wrap(), and write_video_frame().
Definition at line 2039 of file utils.c.
Referenced by do_subtitle_out(), and wrap().