FFmpeg
|
Macros | |
#define | CONFIG_FOOBAR_FILTER 1 |
Functions | |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it | be (in the first position) for now. Options ------- Then comes the options array. This is what will define the user accessible options. For example |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option keep it simple and lowercase description are in without and describe what they for example set the foo of the bar offset is the offset of the field in your see the | OFFSET () macro |
Variables | |
This document is a tutorial initiation for writing simple filters in libavfilter | Foreword |
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is | monolithic |
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied | Otherwise |
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied your filters are likely to have a very short lifetime due to more or less regular internal API | changes |
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied your filters are likely to have a very short lifetime due to more or less regular internal API and a limited | distribution |
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied your filters are likely to have a very short lifetime due to more or less regular internal API and a limited | review |
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied your filters are likely to have a very short lifetime due to more or less regular internal API and a limited and testing | Bootstrap |
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied your filters are likely to have a very short lifetime due to more or less regular internal API and a limited and testing changes the pixels in whatever fashion you | fancy |
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied your filters are likely to have a very short lifetime due to more or less regular internal API and a limited and testing changes the pixels in whatever fashion you and outputs the modified frame The most simple way of doing this is to take a similar filter We ll pick | edgedetect |
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter | Makefile |
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters | c |
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j< whatever > ffmpeg ffmpeg i | http |
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j< whatever > ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s | it |
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j< whatever > ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going | on |
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j< whatever > ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going which in turn will define variables for the build system and the | C |
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j< whatever > ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going which in turn will define variables for the build system and the and we are assuming vf_foobar is as well We are also assuming vf_foobar is not an edge detector | filter |
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j< whatever > ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going which in turn will define variables for the build system and the and we are assuming vf_foobar is as well We are also assuming vf_foobar is not an edge detector so you can update the boilerplate with your credits Doxy Next chunk is the Doxygen about the file See | https |
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j< whatever > ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going which in turn will define variables for the build system and the and we are assuming vf_foobar is as well We are also assuming vf_foobar is not an edge detector so you can update the boilerplate with your credits Doxy Next chunk is the Doxygen about the file See | does |
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j< whatever > ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going which in turn will define variables for the build system and the and we are assuming vf_foobar is as well We are also assuming vf_foobar is not an edge detector so you can update the boilerplate with your credits Doxy Next chunk is the Doxygen about the file See and add some references if you feel like it Context Skip the headers and scroll down to the definition of FoobarContext This is your state context It is already filled with when you get it so do not worry about uninitialized reads into this context This is where you put all global information that you | need |
typically the variables storing the user options You ll notice the first const field AVClass * | class |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this | field |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf | foobar |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf | description |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf | offset |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf | type |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default | value |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option | name |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option keep it simple and lowercase description are | short |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option keep it simple and lowercase description are in | lowercase |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option keep it simple and lowercase description are in without | period |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option keep it simple and lowercase description are in without and describe what they | do |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option keep it simple and lowercase description are in without and describe what they for example set the foo of the bar offset is the offset of the field in your | context |
#define CONFIG_FOOBAR_FILTER 1 |
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it be | ( | in the first | position | ) |
Referenced by av_get_pcm_codec(), expand_tseq(), ff_get_pcm_codec_id(), ff_vvc_inv_dct2_64(), filter_frame(), mxf_read_utf16_string(), nist_read_header(), paint_raw(), put_str16(), query_formats(), update_sample_stats(), update_sample_stats_16(), vmnc_get_pixel(), xwd_decode_frame(), and xwd_encode_frame().
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option keep it simple and lowercase description are in without and describe what they for example set the foo of the bar offset is the offset of the field in your see the OFFSET | ( | ) |
Definition at line 4 of file writing_filters.txt.
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is monolithic |
Definition at line 4 of file writing_filters.txt.
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied Otherwise |
Definition at line 6 of file writing_filters.txt.
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied your filters are likely to have a very short lifetime due to more or less regular internal API changes |
Definition at line 8 of file writing_filters.txt.
Referenced by adp_probe().
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied your filters are likely to have a very short lifetime due to more or less regular internal API and a limited distribution |
Definition at line 8 of file writing_filters.txt.
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied your filters are likely to have a very short lifetime due to more or less regular internal API and a limited review |
Definition at line 8 of file writing_filters.txt.
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied your filters are likely to have a very short lifetime due to more or less regular internal API and a limited and testing Bootstrap |
Definition at line 11 of file writing_filters.txt.
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied your filters are likely to have a very short lifetime due to more or less regular internal API and a limited and testing changes the pixels in whatever fashion you fancy |
Definition at line 14 of file writing_filters.txt.
This document is a tutorial initiation for writing simple filters in libavfilter libavfilter is which means that it is highly recommended that you submit your filters to the FFmpeg development mailing list and make sure that they are applied your filters are likely to have a very short lifetime due to more or less regular internal API and a limited and testing changes the pixels in whatever fashion you and outputs the modified frame The most simple way of doing this is to take a similar filter We ll pick edgedetect |
Definition at line 16 of file writing_filters.txt.
Referenced by config_props(), filter_frame(), init(), query_formats(), and uninit().
Definition at line 20 of file writing_filters.txt.
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters c |
Definition at line 22 of file writing_filters.txt.
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j<whatever> ffmpeg ffmpeg i http |
Definition at line 29 of file writing_filters.txt.
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j<whatever> ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s it |
Definition at line 31 of file writing_filters.txt.
Referenced by dct_error(), get_screen(), handle_klv(), idct248_error(), LLVMFuzzerTestOneInput(), and test_motion().
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j<whatever> ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going on |
Definition at line 34 of file writing_filters.txt.
Referenced by set_tty_echo().
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j<whatever> ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going which in turn will define variables for the build system and the C |
Definition at line 58 of file writing_filters.txt.
Referenced by add_gradient_pred_c(), aic_decode_slice(), avg_no_rnd_vc1_chroma_mc4_c(), avg_no_rnd_vc1_chroma_mc8_c(), build_chord_set(), compare_pf_ref_idx(), decode_haar_block(), decode_image_block(), draw_region_rgb_packed(), epx3_slice(), fade_gain(), fetch_diagonal_mv(), ff_avg_h264_chroma_mc4_mmi(), ff_avg_h264_chroma_mc8_mmi(), ff_avg_no_rnd_vc1_chroma_mc4_mmi(), ff_avg_no_rnd_vc1_chroma_mc8_mmi(), ff_h263_pred_motion(), ff_put_h264_chroma_mc4_mmi(), ff_put_h264_chroma_mc8_mmi(), ff_put_no_rnd_vc1_chroma_mc4_mmi(), ff_put_no_rnd_vc1_chroma_mc8_lasx(), ff_put_no_rnd_vc1_chroma_mc8_mmi(), ff_vc1_pred_b_mv(), ff_vc1_pred_mv(), ff_vc1_pred_mv_intfr(), ff_vvc_inv_dct2_32(), filter_color(), filter_color2(), filter_frame(), filter_mono(), frame_header(), gmc1_c(), graticule16_column(), graticule16_row(), graticule_column(), graticule_row(), horizX1Filter(), idct(), idct10(), idct_column_false_mmi(), idct_column_true_mmi(), idct_msa(), idct_row_mmi(), initFilter(), main(), mpc8_dec_enum(), mvi_predict(), pitch_downsample(), precalc_coefs(), pred_8x16_motion(), pred_motion(), pred_pskip_motion(), pred_spatial_direct_motion(), put_no_rnd_vc1_chroma_mc4_c(), put_no_rnd_vc1_chroma_mc8_c(), restore_gradient_planar(), restore_gradient_planar_il(), restore_median_planar(), restore_median_planar_il(), rv30_loop_filter(), rv34_pred_b_vector(), rv34_pred_mv(), rv34_pred_mv_b(), rv34_pred_mv_rv3(), rv40_decode_intra_types(), rv40_loop_filter(), svq3_fetch_diagonal_mv(), svq3_pred_motion(), and wmv2_pred_motion().
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j<whatever> ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going which in turn will define variables for the build system and the and we are assuming vf_foobar is as well We are also assuming vf_foobar is not an edge detector filter |
Definition at line 60 of file writing_filters.txt.
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j<whatever> ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going which in turn will define variables for the build system and the and we are assuming vf_foobar is as well We are also assuming vf_foobar is not an edge detector so you can update the boilerplate with your credits Doxy Next chunk is the Doxygen about the file See https |
Definition at line 66 of file writing_filters.txt.
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j<whatever> ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going which in turn will define variables for the build system and the and we are assuming vf_foobar is as well We are also assuming vf_foobar is not an edge detector so you can update the boilerplate with your credits Doxy Next chunk is the Doxygen about the file See does |
Definition at line 66 of file writing_filters.txt.
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j<whatever> ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going which in turn will define variables for the build system and the and we are assuming vf_foobar is as well We are also assuming vf_foobar is not an edge detector so you can update the boilerplate with your credits Doxy Next chunk is the Doxygen about the file See and add some references if you feel like it Context Skip the headers and scroll down to the definition of FoobarContext This is your state context It is already filled with when you get it so do not worry about uninitialized reads into this context This is where you put all global information that you need |
Definition at line 75 of file writing_filters.txt.
Definition at line 76 of file writing_filters.txt.
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this field |
Definition at line 78 of file writing_filters.txt.
Referenced by add_timecode_metadata(), av_opt_flag_is_set(), av_opt_query_ranges_default(), compare_fields(), config_props_output(), copy_fields(), create_weave_frame(), decode_frame(), deint_vaapi_filter_frame(), dwt_plane(), encode_frame(), ff_amr_bit_reorder(), ff_h264_direct_dist_scale_factor(), ff_h264_direct_ref_list_init(), ff_h264_loop_filter_strength_lasx(), ff_h264_loop_filter_strength_msa(), ff_qsv_map_picstruct(), ff_rtp_send_raw_rfc4175(), ff_thread_await_progress(), ff_thread_await_progress2(), ff_thread_report_progress(), ff_thread_report_progress2(), fill_colmap(), filter(), filter_frame(), finalize_frame(), free_section(), get_field_base(), h264_field_start(), h264_fill_mbaff_ref_list(), implicit_weight_table(), mpeg_decode_a53_cc(), rfc4175_handle_packet(), rtmp_write_amf_data(), scale_field(), and wsaud_probe().
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf foobar |
Definition at line 84 of file writing_filters.txt.
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf description |
Definition at line 86 of file writing_filters.txt.
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf offset |
Definition at line 86 of file writing_filters.txt.
Referenced by aa_read_header(), aax_read_header(), ac3_decode_frame(), add_tone(), add_wave(), add_wave0(), add_waves(), adx_decode(), adx_decode_header(), adx_probe(), aiff_read_header(), alf_clip_from_idx(), alf_filter_chroma(), alf_filter_luma(), align_position(), alloc_picture(), amr_parse(), analyze_frame(), ape_decode_frame(), apng_read_header(), append_au(), apply_prof_uni(), apply_prof_uni_w(), apply_window_and_mdct(), argo_brp_read_header(), asf_parse_packet(), asf_read_simple_index(), asf_read_single_payload(), asf_write_markers(), asf_write_packet(), assign_pair(), atrac9_decode_block(), atrac9_init_vlc(), autocorr_max(), av1_filter_obus(), av_audio_fifo_peek_at(), av_fifo_peek(), av_fifo_peek_to_cb(), av_probe_input_buffer(), av_probe_input_buffer2(), av_samples_set_silence(), av_write_image_line2(), avc_biwgt_4x2_msa(), avc_biwgt_4x4_msa(), avc_biwgt_4x8_msa(), avc_biwgt_8x16_msa(), avc_biwgt_8x4_msa(), avc_biwgt_8x8_msa(), avc_wgt_4x2_msa(), avc_wgt_4x4_msa(), avc_wgt_4x8_msa(), avc_wgt_8x16_msa(), avc_wgt_8x4_msa(), avc_wgt_8x8_msa(), avcodec_default_execute(), avg(), avi_extract_stream_metadata(), avio_seek(), avio_skip(), aw_parse_coords(), bfi_decode_frame(), bidir_sal(), bink_init_vlcs(), binka_read_header(), bitplane_decoding(), bl_intrp(), bonk_decode(), build_vlc(), bytestream2_seek(), bytestream2_seek_p(), categorize_regions(), cclm_select_luma(), celt_compute_qn(), celt_decode_final_energy(), celt_decode_fine_energy(), celt_quant_final(), celt_quant_fine(), cfhd_decode(), check_add_put_clamped(), check_idct_multiple(), check_inv_trans_adding(), check_loop_filter(), check_rgb2yuv(), check_sao_edge(), check_sync_pes(), check_tag(), check_yuv2rgb(), check_yuv2yuv(), check_yuv2yuv1(), check_yuv2yuvX(), checked_seek(), chroma_4mv_motion(), chroma_4mv_motion_lowres(), chroma_tc(), chs_clear_band_data(), cin_decode_lzss(), codebook_bits(), codebook_bits_offset(), comp_block(), comp_interp_index(), comp_ppf_coeff(), compute_pkt_fields(), concatenate_packet(), config_input(), config_output(), convert_coeffs(), cook_decode_frame(), copy_block(), copy_cell(), copy_param_sets(), count_nalus(), count_ts(), cri_decode_frame(), cuvid_output_frame(), d3d12va_av1_decode_slice(), de_stereo(), decode_0(), decode_8_pulses_35bits(), decode_audio_block(), decode_block(), decode_blockcodes(), decode_blocks(), decode_bytes_and_gain(), decode_cell(), decode_dds1(), decode_decorrelation_matrix(), decode_delta_d(), decode_delta_e(), decode_delta_j(), decode_delta_l(), decode_dsw1(), decode_entropy_coded_image(), decode_fixed_sparse(), decode_frame(), decode_frame_lscr(), decode_init(), decode_inter(), decode_interframe_v4(), decode_interframe_v4a(), decode_intra(), decode_intra_block(), decode_intra_plane(), decode_log_area(), decode_rgb_frame(), decode_rle(), decode_rle16(), decode_rle_bpp2(), decode_rle_bpp4(), decode_samples(), decode_scalefactors(), decode_short_horizontal_delta(), decode_slice_thread(), decode_string(), decode_subframe(), decode_subframe_length(), decode_tilehdr(), decode_tsw1(), dequant(), detect_peak(), detect_unknown_subobject(), determine_bits(), dnxhd_decode_row(), dnxhd_encode_picture(), dnxhd_init_vlc(), dnxhd_setup_threads_slices(), do_imdct(), draw_horiz_band(), draw_qrcode(), draw_slice(), dss_723_1_read_packet(), dss_read_metadata_date(), dss_read_metadata_string(), dss_read_seek(), dss_sp_read_packet(), dss_sp_update_state(), dv_init_static(), dvdvideo_subp_stream_add_internal(), dvdvideo_subp_stream_analyze(), dwt_plane(), dxv_decompress_cgo(), dyn_buf_seek(), ebml_writer_write_block(), emulated_edge(), emulated_edge_bilinear(), emulated_edge_dmvr(), encode_422_bitstream(), encode_block(), encode_frame(), encode_init(), encode_plane(), encode_rgb_frame(), envelope(), envelope16(), envelope_instant(), envelope_instant16(), envelope_peak(), envelope_peak16(), estimate_pitch(), estimate_timings_from_pts(), ff_aac_ac3_parse(), ff_AMediaCodec_queueInputBuffer(), ff_ass_split_dialog(), ff_av1_filter_obus_buf(), ff_biweight_h264_pixels16_8_msa(), ff_biweight_h264_pixels4_8_msa(), ff_biweight_h264_pixels8_8_msa(), ff_blend_mask(), ff_blend_rectangle(), ff_celt_bitalloc(), ff_copy_and_dup(), ff_copy_pce_data(), ff_cos(), ff_dca_exss_parse(), ff_dca_init_vlcs(), ff_denoise_dct_mmi(), ff_dovi_rpu_parse(), ff_draw_horiz_band(), ff_filter_opt_parse(), ff_g723_1_get_residual(), ff_get_muxer_ts_offset(), ff_h264_biweight_pixels16_8_mmi(), ff_h264_biweight_pixels4_8_mmi(), ff_h264_biweight_pixels8_8_mmi(), ff_h264_chroma422_dc_dequant_idct(), ff_h264_draw_horiz_band(), ff_h264_filter_mb(), ff_h264_luma_dc_dequant_idct(), ff_h264_weight_pixels16_8_mmi(), ff_h264_weight_pixels4_8_mmi(), ff_h264_weight_pixels8_8_mmi(), ff_hevc_hls_residual_coding(), ff_huff_gen_len_table(), ff_iamf_read_packet(), ff_iamfdec_read_descriptors(), ff_mediacodec_dec_send(), ff_mjpeg_decode_frame_from_buf(), ff_mov_write_packet(), ff_mpa_synth_filter_TMPL(), ff_mpeg4_encode_mb(), ff_mspel_motion(), ff_rtmpe_gen_pub_key(), ff_rtp_send_latm(), ff_rtp_send_raw_rfc4175(), ff_rv34_decode_frame(), ff_spdif_probe(), ff_spdif_read_packet(), ff_sws_slice_worker(), ff_vk_add_push_constant(), ff_vk_update_push_exec(), ff_vlc_init_from_lengths(), ff_vlc_init_multi_from_lengths(), ff_vlc_init_table_from_lengths(), ff_vlc_init_tables_from_lengths(), ff_vvc_round_mv(), ff_weight_h264_pixels16_8_msa(), ff_weight_h264_pixels4_8_msa(), ff_weight_h264_pixels8_8_msa(), ff_wma_run_level_decode(), ff_yuv2planeX_8_lasx(), fft_channel(), fifo_peek_common(), filter(), filter_channel(), filter_channels(), filter_edges(), filter_edges_16bit(), filter_frame(), find_body_sid_by_absolute_offset(), find_header(), find_headers_search_validate(), find_tracked_method(), fir_channel(), fir_quantum(), fir_quantums(), fir_sample(), fixup_vorbis_headers(), flac_fifo_read(), flac_fifo_read_wrap(), flac_read_header(), floor_offset(), flush_frame(), flv_read_header(), fsb_read_header(), g723_1_encode_frame(), gen_fcb_excitation(), get_best_header(), get_buffer_with_edge(), get_encode_buffer(), get_gtx_flag_inc(), get_intra_count(), get_matching_parameters(), get_opcodes(), get_p_cbp(), get_send_time(), gmc1_motion(), gsm_decode_block(), h263_mv4_search(), h_block_filter(), handle_avoid_negative_ts(), hashNext(), headphone_convolute(), headphone_fast_convolute(), hevc_biwgt_copy_12w_msa(), hevc_biwgt_copy_16w_msa(), hevc_biwgt_copy_24w_msa(), hevc_biwgt_copy_32w_msa(), hevc_biwgt_copy_48w_msa(), hevc_biwgt_copy_4w_msa(), hevc_biwgt_copy_64w_msa(), hevc_biwgt_copy_6w_msa(), hevc_biwgt_copy_8w_msa(), hevc_hv_8t_16w_lsx(), hevc_hv_8t_24w_lsx(), hevc_hv_8t_32w_lsx(), hevc_hv_8t_48w_lsx(), hevc_hv_8t_64w_lsx(), hevc_hv_8t_8w_lsx(), hevc_hv_8t_8x2_lsx(), hevc_hv_biwgt_4t_12w_msa(), hevc_hv_biwgt_4t_4multx8mult_msa(), hevc_hv_biwgt_4t_4x2_msa(), hevc_hv_biwgt_4t_4x4_msa(), hevc_hv_biwgt_4t_6w_msa(), hevc_hv_biwgt_4t_8multx4_msa(), hevc_hv_biwgt_4t_8multx4mult_msa(), hevc_hv_biwgt_4t_8x2_msa(), hevc_hv_biwgt_4t_8x6_msa(), hevc_hv_biwgt_8t_12w_msa(), hevc_hv_biwgt_8t_4w_msa(), hevc_hv_biwgt_8t_8multx2mult_msa(), hevc_hv_uniwgt_4t_12w_msa(), hevc_hv_uniwgt_4t_16w_msa(), hevc_hv_uniwgt_4t_24w_msa(), hevc_hv_uniwgt_4t_32w_msa(), hevc_hv_uniwgt_4t_4multx8mult_msa(), hevc_hv_uniwgt_4t_4w_msa(), hevc_hv_uniwgt_4t_4x2_msa(), hevc_hv_uniwgt_4t_4x4_msa(), hevc_hv_uniwgt_4t_6w_msa(), hevc_hv_uniwgt_4t_8multx4_msa(), hevc_hv_uniwgt_4t_8multx4mult_msa(), hevc_hv_uniwgt_4t_8w_msa(), hevc_hv_uniwgt_4t_8x2_msa(), hevc_hv_uniwgt_4t_8x6_msa(), hevc_hv_uniwgt_8t_12w_msa(), hevc_hv_uniwgt_8t_16w_msa(), hevc_hv_uniwgt_8t_24w_msa(), hevc_hv_uniwgt_8t_32w_msa(), hevc_hv_uniwgt_8t_48w_msa(), hevc_hv_uniwgt_8t_4w_msa(), hevc_hv_uniwgt_8t_64w_msa(), hevc_hv_uniwgt_8t_8multx2mult_msa(), hevc_hv_uniwgt_8t_8w_msa(), hevc_hz_biwgt_4t_12w_msa(), hevc_hz_biwgt_4t_16w_msa(), hevc_hz_biwgt_4t_24w_msa(), hevc_hz_biwgt_4t_32w_msa(), hevc_hz_biwgt_4t_4x2_msa(), hevc_hz_biwgt_4t_4x4_msa(), hevc_hz_biwgt_4t_4x8multiple_msa(), hevc_hz_biwgt_4t_6w_msa(), hevc_hz_biwgt_4t_8x2_msa(), hevc_hz_biwgt_4t_8x4multiple_msa(), hevc_hz_biwgt_4t_8x6_msa(), hevc_hz_biwgt_8t_12w_msa(), hevc_hz_biwgt_8t_16w_msa(), hevc_hz_biwgt_8t_24w_msa(), hevc_hz_biwgt_8t_32w_msa(), hevc_hz_biwgt_8t_48w_msa(), hevc_hz_biwgt_8t_4w_msa(), hevc_hz_biwgt_8t_64w_msa(), hevc_hz_biwgt_8t_8w_msa(), hevc_hz_uniwgt_4t_12w_msa(), hevc_hz_uniwgt_4t_16w_msa(), hevc_hz_uniwgt_4t_24w_msa(), hevc_hz_uniwgt_4t_32w_msa(), hevc_hz_uniwgt_4t_4w_msa(), hevc_hz_uniwgt_4t_4x2_msa(), hevc_hz_uniwgt_4t_4x4_msa(), hevc_hz_uniwgt_4t_4x8multiple_msa(), hevc_hz_uniwgt_4t_6w_msa(), hevc_hz_uniwgt_4t_8w_msa(), hevc_hz_uniwgt_4t_8x2_msa(), hevc_hz_uniwgt_4t_8x4_msa(), hevc_hz_uniwgt_4t_8x6_msa(), hevc_hz_uniwgt_4t_8x8multiple_msa(), hevc_hz_uniwgt_8t_12w_msa(), hevc_hz_uniwgt_8t_16w_msa(), hevc_hz_uniwgt_8t_24w_msa(), hevc_hz_uniwgt_8t_32w_msa(), hevc_hz_uniwgt_8t_48w_msa(), hevc_hz_uniwgt_8t_4w_msa(), hevc_hz_uniwgt_8t_64w_msa(), hevc_hz_uniwgt_8t_8w_msa(), hevc_intra_pred_angular_lower_16width_msa(), hevc_intra_pred_angular_lower_32width_msa(), hevc_intra_pred_angular_lower_4width_msa(), hevc_intra_pred_angular_lower_8width_msa(), hevc_intra_pred_angular_upper_16width_msa(), hevc_intra_pred_angular_upper_32width_msa(), hevc_intra_pred_angular_upper_4width_msa(), hevc_intra_pred_angular_upper_8width_msa(), hevc_sao_band_filter_4width_msa(), hevc_sao_edge_filter_0degree_4width_lsx(), hevc_sao_edge_filter_0degree_4width_msa(), hevc_sao_edge_filter_0degree_8width_lsx(), hevc_sao_edge_filter_0degree_8width_msa(), hevc_sao_edge_filter_135degree_4width_lsx(), hevc_sao_edge_filter_135degree_4width_msa(), hevc_sao_edge_filter_135degree_8width_lsx(), hevc_sao_edge_filter_135degree_8width_msa(), hevc_sao_edge_filter_45degree_4width_lsx(), hevc_sao_edge_filter_45degree_4width_msa(), hevc_sao_edge_filter_45degree_8width_lsx(), hevc_sao_edge_filter_45degree_8width_msa(), hevc_sao_edge_filter_90degree_4width_lsx(), hevc_sao_edge_filter_90degree_4width_msa(), hevc_sao_edge_filter_90degree_8width_lsx(), hevc_sao_edge_filter_90degree_8width_msa(), hevc_uniwgt_copy_12w_msa(), hevc_uniwgt_copy_16w_msa(), hevc_uniwgt_copy_24w_msa(), hevc_uniwgt_copy_32w_msa(), hevc_uniwgt_copy_48w_msa(), hevc_uniwgt_copy_4w_msa(), hevc_uniwgt_copy_64w_msa(), hevc_uniwgt_copy_6w_msa(), hevc_uniwgt_copy_8w_msa(), hevc_vt_biwgt_4t_12w_msa(), hevc_vt_biwgt_4t_16w_msa(), hevc_vt_biwgt_4t_24w_msa(), hevc_vt_biwgt_4t_32w_msa(), hevc_vt_biwgt_4t_4x2_msa(), hevc_vt_biwgt_4t_4x4_msa(), hevc_vt_biwgt_4t_4x8multiple_msa(), hevc_vt_biwgt_4t_6w_msa(), hevc_vt_biwgt_4t_8x2_msa(), hevc_vt_biwgt_4t_8x4multiple_msa(), hevc_vt_biwgt_4t_8x6_msa(), hevc_vt_biwgt_8t_12w_msa(), hevc_vt_biwgt_8t_16multx2mult_msa(), hevc_vt_biwgt_8t_4w_msa(), hevc_vt_biwgt_8t_8w_msa(), hevc_vt_uniwgt_4t_12w_msa(), hevc_vt_uniwgt_4t_16w_msa(), hevc_vt_uniwgt_4t_24w_msa(), hevc_vt_uniwgt_4t_32w_msa(), hevc_vt_uniwgt_4t_4w_msa(), hevc_vt_uniwgt_4t_4x2_msa(), hevc_vt_uniwgt_4t_4x4_msa(), hevc_vt_uniwgt_4t_4x8multiple_msa(), hevc_vt_uniwgt_4t_6w_msa(), hevc_vt_uniwgt_4t_8w_msa(), hevc_vt_uniwgt_4t_8x2_msa(), hevc_vt_uniwgt_4t_8x4_msa(), hevc_vt_uniwgt_4t_8x6_msa(), hevc_vt_uniwgt_4t_8x8mult_msa(), hevc_vt_uniwgt_8t_12w_msa(), hevc_vt_uniwgt_8t_16multx4mult_msa(), hevc_vt_uniwgt_8t_16w_msa(), hevc_vt_uniwgt_8t_24w_msa(), hevc_vt_uniwgt_8t_32w_msa(), hevc_vt_uniwgt_8t_48w_msa(), hevc_vt_uniwgt_8t_4w_msa(), hevc_vt_uniwgt_8t_64w_msa(), hevc_vt_uniwgt_8t_8w_msa(), hls_slice_data_wpp(), horizontal_fill(), hScale_real(), imdct_output(), imm5_decode_frame(), imx_decode_frame(), init(), init_gaussian_filter(), init_ref(), init_segment(), init_slice_c(), io_seek(), ism_seek(), ivr_read_header(), jpegxl_anim_read_packet(), lag_decode_arith_plane(), libdav1d_parse_extradata(), libvorbis_encode_init(), load_data(), lrc_probe(), lsp2lpc(), luma_mc_bi(), luma_mc_uni(), lz_copy(), lzss_decompress(), lzss_uncompress(), magy_decode_frame(), main(), mc_dir_part(), mediacodec_jni_queueInputBuffer(), mediacodec_ndk_queueInputBuffer(), mkv_assemble_cues(), mkv_write_trailer(), motion_search(), mov_flush_fragment(), mov_flush_fragment_interleaving(), mov_probe(), mov_read_header(), mov_read_sidx(), mov_read_trun(), mov_write_sidx_tag(), move_audio(), mp_read_changes_map(), mpc8_init_static(), mpegaudiodec_common_init_static(), mss4_init_vlc(), mss4_init_vlcs(), multiply(), multiply_slice(), musx_read_header(), mxf_absolute_bodysid_offset(), mxf_compute_ptses_fake_index(), mxf_get_next_track_edit_unit(), nb_decode(), no_codebook_bits(), no_codebook_bits_offset(), nsv_probe(), offset_audio(), ogg_write_vorbiscomment(), oggvorbis_decode_init(), on2avc_decode_subframe(), on2avc_reconstruct_channel(), on2avc_reconstruct_channel_ext(), opus_packet_assembler(), output_frame(), parity_revtab_generator(), parse_cache_control(), parse_playlist(), parse_utf(), pitch_search(), pop_integer(), postProcess_TMPL(), pred_dc_val(), premultiply16offset(), premultiply8offset(), premultiplyf32offset(), print_data(), probe(), process_frame(), process_intra_lower_16x16_msa(), process_intra_upper_16x16_msa(), process_sample(), ptx_decode_frame(), put_gpm(), put_hevc_epel_bi_h(), put_hevc_epel_bi_hv(), put_hevc_epel_bi_v(), put_hevc_pel_bi_pixels(), put_hevc_qpel_bi_h(), put_hevc_qpel_bi_hv(), put_hevc_qpel_bi_v(), put_uni_chroma_h(), put_uni_chroma_hv(), put_uni_chroma_v(), put_uni_chroma_w_h(), put_uni_chroma_w_hv(), put_uni_chroma_w_v(), put_uni_luma_h(), put_uni_luma_hv(), put_uni_luma_v(), put_uni_luma_w_h(), put_uni_luma_w_hv(), put_uni_luma_w_v(), put_uni_w_pixels(), qdm2_fft_decode_tones(), qdm2_fft_init_coefficient(), qdm2_fft_tone_synthesizer(), qdm2_init_vlc(), qdmc_init_static_data(), quant_band_template(), quantize_value(), radix_count(), read_ans_symbol(), read_frame_data(), read_header(), read_image_grid(), read_image_iovl(), read_moof_duration(), read_odml_index(), read_packet(), read_table(), read_tfra(), read_ts(), read_uncoded_coeff(), read_var_block_data(), remove_doubling(), revert_channel_correlation(), rfc4175_handle_packet(), rgtc1_block_internal(), rgtc_block_internal(), ring_drain(), ringbuf_float_at(), rpl_read_header(), run_channel_cwt(), run_channel_cwt_prepare(), rv10_decode_frame(), rv34_gen_vlc(), rv34_gen_vlc_ext(), rv34_init_tables(), s337m_get_offset_and_codec(), s337m_probe(), s337m_read_packet(), sao_edge_restore_0(), sao_edge_restore_1(), sb_decode(), sbc_synthesize_eight(), sbc_synthesize_four(), scale_internal(), search_frag_moof_offset(), seek_by_sector(), seek_data(), seg_write_packet(), seq_decode_op3(), set_sar(), sga_decode_frame(), sga_probe(), show_differences(), significant_coeff_flag_decode(), significant_coeff_flag_decode_0(), silk_decode_lpc(), silk_lsf2lpc(), smc_encode_stream(), sofalizer_convolute(), sofalizer_fast_convolute(), spdif_get_offset_and_codec(), step_collect_psy_metrics(), store_cp_mv(), sub_qmf32_fixed_c(), sub_qmf32_float_c(), sub_qmf64_fixed_c(), sub_qmf64_float_c(), subband_scale(), svq1_encode_plane(), svq3_decode_init(), svq3_luma_dc_dequant_idct_c(), sws_receive_slice(), swscale(), test_postfilter(), tgv_decode_inter(), track_header(), ts_discontinuity_process(), tscc2_init_vlc(), tscc2_init_vlcs(), unpack(), unpack_intraframe(), unpack_parse_unit(), unpremultiply16offset(), unpremultiply8offset(), unpremultiplyf32offset(), update_frag_index(), v4l2_buffer_swframe_to_buf(), v4l2_bufref_to_buf(), v_block_filter(), vb_decode_framedata(), vble_decode_frame(), vble_restore_plane(), vcr1_decode_frame(), vertical_predict(), vorbis_floor1_decode(), vp3_draw_horiz_band(), vp56_get_vectors_predictors(), vp9_idct16_1d_columns_addblk_lsx(), vp9_idct16_1d_columns_lsx(), vpk_read_header(), w_avg(), weight(), write_mb_info(), write_packet(), write_samples_to_audio_fifo(), write_section_data(), write_sei(), writer_print_data(), writer_print_integers(), wtvfile_seek(), xan_decode_chroma(), xcorr_coeff(), xvag_read_header(), yae_flush(), yuv2plane1_8_c(), yuv2planeX(), yuv2planeX_8_16(), yuv2planeX_8_c(), yuv2planeX_8_ref(), yuv2planeX_u(), yuv2rgb_full_1_template_lasx(), yuv2rgb_full_1_template_lsx(), yuv2rgb_full_2_template_lasx(), yuv2rgb_full_2_template_lsx(), yuv2rgb_full_X_template_lasx(), and yuv2rgb_full_X_template_lsx().
the option parser will use that information to fill the fields according to the user input type is any of AV_OPT_TYPE_ *defined in libavutil opt h default value is an union where you pick the appropriate type |
Definition at line 86 of file writing_filters.txt.
Referenced by aac_decode_close(), aax_read_header(), add_adaptation_set(), add_entry(), add_entry1(), add_info(), add_interval(), add_metadata(), add_metadata_from_renditions(), add_renditions_to_variant(), add_side_data_from_buf(), add_side_data_from_buf_ext(), alloc_mem(), amf_skip_tag(), amf_tag_skip(), apply_channel_coupling(), asf_read_ext_content(), asf_read_generic_value(), asf_read_metadata_obj(), asf_read_picture(), asf_read_stream_properties(), asf_read_value(), asf_set_metadata(), asf_store_aspect_ratio(), ass_split_section(), ast_read_packet(), ath_init(), audio_element_obu(), audio_frame_obu(), av1_filter_obus(), av_find_best_stream(), av_frame_get_side_data(), av_frame_new_side_data(), av_frame_new_side_data_from_buf(), av_frame_remove_side_data(), av_frame_side_data_get(), av_frame_side_data_get_c(), av_frame_side_data_name(), av_frame_side_data_new(), av_guess_codec(), av_hmac_alloc(), av_hwdevice_ctx_alloc(), av_hwdevice_ctx_create(), av_hwdevice_ctx_create_derived(), av_hwdevice_ctx_create_derived_opts(), av_hwdevice_find_type_by_name(), av_hwdevice_get_type_name(), av_hwdevice_iterate_types(), av_iamf_param_definition_alloc(), av_log_default_callback(), av_packet_add_side_data(), av_packet_copy_props(), av_packet_get_side_data(), av_packet_new_side_data(), av_packet_shrink_side_data(), av_packet_side_data_add(), av_packet_side_data_get(), av_packet_side_data_name(), av_packet_side_data_new(), av_packet_side_data_remove(), av_stereo3d_type_name(), av_tx_init(), av_vdpau_get_surface_parameters(), av_video_enc_params_alloc(), av_video_enc_params_create_side_data(), avdevice_app_to_dev_control_message(), avdevice_dev_to_app_control_message(), avformat_query_codec(), avformat_stream_group_create(), avformat_stream_group_name(), avi_stream2fourcc(), avio_write_marker(), avpriv_stream_set_need_parsing(), avs_decode_frame(), avs_read_packet(), avs_read_video_packet(), bmv_read_packet(), bprint_color(), cbs_h2645_unit_requires_zero_byte(), cbs_insert_unit_data(), cdxl_read_packet(), che_configure(), check_deblock_luma(), check_mc(), check_put_vvc_chroma(), check_put_vvc_chroma_uni(), check_put_vvc_luma(), check_put_vvc_luma_uni(), check_temporal_id(), checkasm_check_hevc_epel(), checkasm_check_hevc_epel_bi(), checkasm_check_hevc_epel_bi_w(), checkasm_check_hevc_epel_uni(), checkasm_check_hevc_epel_uni_w(), checkasm_check_hevc_qpel(), checkasm_check_hevc_qpel_bi(), checkasm_check_hevc_qpel_bi_w(), checkasm_check_hevc_qpel_uni(), checkasm_check_hevc_qpel_uni_w(), choose_encoder(), choose_vlc_set(), cipher_init(), commit_bitstream_and_slice_buffer(), configure_input_filter(), create(), create_hwaccel(), create_sink(), decode_13(), decode_cabac_b_mb_sub_type(), decode_channel_map(), decode_delta_j(), decode_dlta(), decode_extension_payload(), decode_frame(), decode_header(), decode_huff(), decode_info_header(), decode_mad1(), decode_mad1_24(), decode_move(), decode_nal_sei_prefix(), decode_nal_sei_suffix(), decode_q_branch(), decode_subframe(), decode_unit3(), demux_final_stats(), draw_gradients_slice(), draw_gradients_slice16(), draw_gradients_slice32_planar(), dshow_add_device(), dshow_cycle_formats(), dshow_get_default_format(), dshow_get_device_media_types(), dshow_get_format_info(), dshow_set_audio_buffer_size(), dvbsub_probe(), ebml_writer_add(), enc_stats_init(), encode_picture(), exif_add_metadata(), exif_decode_tag(), expr_count(), extract_field(), ff_all_formats(), ff_AMediaCodecList_getCodecNameByType(), ff_amf_match_string(), ff_ass_split_dialog(), ff_attributes_dump(), ff_av1_extract_obu(), ff_av1_parse_seq_header(), ff_cbs_append_unit_data(), ff_cbs_bsf_generic_init(), ff_cbs_init(), ff_cbs_insert_unit_content(), ff_cbs_sei_find_type(), ff_default_query_formats(), ff_dshow_enummediatypes_Setup(), ff_dshow_filter_Setup(), ff_dshow_pin_ConnectionMediaType(), ff_dshow_pin_EnumMediaTypes(), ff_dshow_pin_Free(), ff_dshow_pin_ReceiveConnection(), ff_dxva2_commit_buffer(), ff_dxva2_common_end_frame(), ff_estimate_b_frame_motion(), ff_fix_long_mvs(), ff_fix_long_p_mvs(), ff_flac_parse_picture(), ff_frame_new_side_data(), ff_frame_new_side_data_from_buf(), ff_get_best_fcode(), ff_get_coded_side_data(), ff_h2645_sei_message_decode(), ff_h264_sei_decode(), ff_hevc_annexb2mp4(), ff_hevc_decode_extradata(), ff_hevc_decode_nal_sei(), ff_hevc_nal_is_nonref(), ff_iamf_parse_obu_header(), ff_iamf_read_packet(), ff_iamf_write_audio_frame(), ff_iamfdec_read_descriptors(), ff_id3v2_write_apic(), ff_ip_resolve_host(), ff_isom_write_av1c(), ff_isom_write_hvcc(), ff_isom_write_vvcc(), ff_jni_init_jfields(), ff_jni_reset_jfields(), ff_jpeg2000_dwt_init(), ff_media_type_dump(), ff_media_type_to_pix_fmt(), ff_media_type_to_sample_fmt(), ff_norm_qscale(), ff_opencl_filter_work_size_from_image(), ff_print_AM_MEDIA_TYPE(), ff_qsv_map_pictype(), ff_rtmp_packet_create(), ff_rtmpe_compute_secret_key(), ff_rtmpe_encrypt_sig(), ff_rtp_send_jpeg(), ff_set_cmp(), ff_socket(), ff_spatial_dwt(), ff_spatial_idwt(), ff_spatial_idwt_buffered_init(), ff_spatial_idwt_buffered_slice(), ff_spatial_idwt_init(), ff_spatial_idwt_init_x86(), ff_tget(), ff_tread_tag(), ff_tx_decompose_length(), ff_tx_init_subtx(), ff_v4l2_context_set_status(), ff_vaapi_decode_make_param_buffer(), ff_vaapi_vpp_make_param_buffers(), ff_vdpau_common_frame_params(), ff_vdpau_common_init(), ff_vk_pipeline_descriptor_set_add(), ff_voc_get_packet(), ff_vvc_annexb2mp4(), fg_complex_bind_input(), fg_output_frame(), filter(), filter_frame(), find_and_decode_index(), find_codec(), find_mca_link_id(), find_stream(), flac_parse_block_header(), flac_probe(), flac_write_picture(), flush(), flv_data_packet(), flv_parse_video_color_info(), flv_read_metabody(), flv_read_packet(), format_line(), frame_configure_elements(), frame_encode(), frei0r_init(), generate_fake_vps(), generate_transition(), get_che(), get_content_type(), get_duration_insec(), get_extension_str(), get_format(), get_media_type_char(), get_obu_bit_length(), get_penalty_factor(), get_pi_samples(), get_pict_type(), get_score(), get_sei_msg_bytes(), get_tag(), GET_TOK(), get_type_string(), get_value(), gif_read_header(), global_motion_param(), global_motion_params(), gxf_resync_media(), gxf_write_packet_header(), h264_handle_packet(), h264_probe(), handle_metadata(), hevc_extradata_to_annexb(), hevc_probe(), hw_decoder_init(), hw_device_default_name(), hw_device_get_by_type(), hw_device_init_from_string(), hw_device_init_from_type(), hw_device_setup_for_decode(), hwmap_config_output(), iamf_probe(), id3v2_parse(), idct(), idct10(), idct_mmi(), idct_msa(), iff_read_header(), import_pem(), init(), init_filter(), init_muxer(), init_sec_buffer(), insert_trim(), io_write_data_type(), is_frame_packing_type_valid(), ist_add(), ist_find_unused(), iterative_me(), ivr_read_header(), jpeg_create_header(), jpeg_parse_packet(), jpegxl_read_extra_channel_info(), lavfi_read_header(), libx265_encode_frame(), list_formats(), log_type(), main(), make_eval_expr(), match_stream_specifier(), merge_formats_internal(), mf_choose_input_type(), mf_choose_output_type(), mf_enca_input_adjust(), mf_enca_input_score(), mf_enca_output_score(), mf_enca_output_type_get(), mf_encv_input_adjust(), mf_encv_input_score(), mf_encv_output_adjust(), mf_encv_output_score(), mf_encv_output_type_get(), mf_output_type_get(), mjpeg_decode_app(), mkv_write_blockadditionmapping(), mm_decode_frame(), mmap_close(), mmap_start(), mms_safe_send_recv(), moflex_probe(), moflex_read_sync(), mov_read_covr(), mov_read_default(), mov_read_dfla(), mov_read_dref(), mov_read_ftyp(), mov_read_glbl(), mov_read_hdlr(), mov_read_iprp(), mov_read_iref(), mov_read_keys(), mov_read_SA3D(), mov_read_st3d(), mov_text_decode_frame(), mov_write_isml_manifest(), mov_write_psp_udta_tag(), mpegps_psm_parse(), mpegps_read_packet(), mpegts_open_filter(), musx_read_header(), mux_final_stats(), mux_stream_alloc(), mxf_add_metadata_set(), mxf_free_metadataset(), mxf_metadataset_init(), mxf_parse_klv(), mxf_parse_structural_metadata(), mxf_read_close(), mxf_read_local_tags(), mxf_resolve_strong_ref(), mxf_write_content_storage(), mxf_write_umid(), mxf_write_uuid(), nal_send(), needs_termination(), new_rendition(), next_gain(), of_add_metadata(), of_parse_group_token(), on2avc_decode_pairs(), on2avc_decode_quads(), open_codec_context(), opengl_control_message(), opengl_load_shader(), opengl_type_size(), opt_copy_elem(), opt_init_hw_device(), opt_is_pod(), opt_set_elem(), ost_add(), output_configure(), output_server_manifest(), p8idct(), packet_side_data_add(), param_parse(), parse_adaptation_sets(), parse_delays(), parse_device_name(), parse_ext(), parse_fmtp(), parse_header(), parse_legacy_attrib(), parse_manifest_representation(), parse_meta_type(), parse_number(), parse_obu_header(), parse_packet_header(), parse_timestamp(), parse_utf(), print_cpu_flags(), print_track_chunks(), print_type(), probe(), process_metadata(), progress_done(), project(), prompeg_write_fec(), pulse_control_message(), put_chunk(), qdm2_decode_fft_packets(), qdm2_parse_subpacket(), qdm2_search_subpacket_type_in_list(), query_formats(), queue_alloc(), randomize_luma_buffers(), read_global_param(), read_header(), read_kuki_chunk(), read_packet(), read_thread(), remove_side_data(), rm_assemble_video_frame(), rtmp_handshake(), rtmp_packet_read_one_chunk(), rtmp_write_amf_data(), rv34_parse(), rv34_pred_mv_b(), scan_file(), sch_stop(), schedule_update_locked(), select_input_picture(), select_reference_stream(), set_blocks(), set_codec_from_probe_data(), set_dispositions(), set_format(), set_string_number(), setup_sync_queues(), sga_decode_frame(), sga_probe(), sga_read_header(), show_hwaccels(), side_data_pref(), silk_decode_frame(), sol_channels(), sol_codec_id(), sol_codec_type(), sol_read_header(), spatial_idwt_init(), spatial_idwt_init_TMPL(), spatial_idwt_slice(), spdif_get_pkt_size_bits(), spectral_to_sample(), sq_alloc(), ssim_end1(), sunrast_decode_frame(), svq3_decode_block(), svq3_decode_mb(), tak_get_nb_samples(), tak_read_header(), targa_decode_rle(), task_init(), test_dwt(), tiff_decode_tag(), tm2_decode_blocks(), tnput(), type2str(), type_string(), unsupported_codec(), update_double_stat(), update_float_stat(), vaapi_decode_find_best_format(), vaapi_encode_add_global_param(), vaapi_encode_av1_add_obu(), vaapi_encode_h264_write_extra_header(), vaapi_encode_h265_write_extra_header(), vaapi_encode_issue(), vaapi_encode_make_misc_param_buffer(), vaapi_encode_make_packed_header(), vaapi_encode_make_param_buffer(), vaapi_encode_mjpeg_write_extra_buffer(), vaapi_encode_mpeg2_add_header(), vaapi_encode_vp8_write_quant_table(), vaapi_frames_get_constraints(), vc1_probe(), vk_dev_type(), vmd_read_header(), vp3_decode_frame(), vp56_decode_4mv(), vp56_parse_mb_type_models(), vqa_decode_frame_hicolor(), vs2av_log(), vvc_extradata_to_annexb(), vvc_probe(), w_c(), wmv2_pred_motion(), write_fragments(), write_frame(), write_metadata_header(), write_number(), write_typecode(), wv_unpack_mono(), wv_unpack_stereo(), and xv_control_message().
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum value |
Definition at line 86 of file writing_filters.txt.
Referenced by ac_decode_bool(), add_info(), add_meta(), add_metadata(), add_serial_pair(), amr_parse_fmtp(), ape_tag_read_field(), aptx_bin_search(), arith2_get_scaled_value(), asf_read_generic_value(), asf_read_value(), asf_set_metadata(), asf_store_aspect_ratio(), asf_write_header1(), autocorrelation(), av_dict_set(), av_dict_set_fxp(), av_dict_set_int(), av_opt_set_from_string(), avi_read_tag(), avpriv_fits_header_parse_line(), bidir_sal(), blend_line16(), blend_pixel16(), cat_header(), cbs_av1_read_increment(), cbs_av1_read_leb128(), cbs_av1_read_ns(), cbs_av1_read_subexp(), cbs_av1_read_uvlc(), cbs_av1_write_increment(), cbs_av1_write_leb128(), cbs_av1_write_ns(), cbs_av1_write_subexp(), cbs_av1_write_uvlc(), cbs_read_se_golomb(), cbs_read_ue_golomb(), cbs_read_unsigned(), cbs_vp8_bool_decoder_read_signed(), cbs_vp8_bool_decoder_read_unsigned(), cbs_vp8_read_unsigned_le(), cbs_vp9_read_increment(), cbs_vp9_read_le(), cbs_vp9_read_s(), cbs_vp9_write_increment(), cbs_vp9_write_le(), cbs_vp9_write_s(), cbs_write_se_golomb(), cbs_write_ue_golomb(), celt_decode_coarse_energy(), celt_stereo_merge(), cfhd_encode_init(), check_4block_inter(), check_block_inter(), check_func(), check_lengths(), comp_adjust(), compact_print_int(), compact_print_str(), crazytime_to_iso8601(), dctcoef_set(), decode_adaptive45(), decode_adaptive6(), decode_block(), decode_byterun(), decode_coeffs(), decode_delta_j(), decode_frame(), decode_header(), decode_info_header(), decode_inter(), decode_macroblock(), decode_mad1_24(), decode_motion(), decode_motion_vectors(), decode_skip_count(), decode_unit(), decode_unit3(), decode_value(), decode_value3(), default_print_int(), default_print_str(), dequantize_coefficients(), dict_iterate(), dict_set_if_not_null(), dng_process_color16(), dng_process_color8(), do_interpolation(), draw_dot(), draw_legend(), draw_scope(), dss_read_metadata_string(), dtshd_read_header(), dv_sdp_parse_fmtp_config(), dxv_compress_dxt1(), dxv_decompress_dxt1(), dxv_decompress_dxt5(), encode_gbrp10(), encode_gbrp12(), encode_rgb48_10bit(), factorization(), fastaudio_decode(), ff_AMediaFormat_setFloat(), ff_AMediaFormat_setInt32(), ff_AMediaFormat_setInt64(), ff_AMediaFormat_setString(), ff_bgmc_decode(), ff_cbs_read_signed(), ff_cbs_trace_read_log(), ff_cbs_trace_write_log(), ff_cbs_write_signed(), ff_cbs_write_simple_unsigned(), ff_cbs_write_unsigned(), ff_draw_round_to_sub(), ff_ebur128_set_channel(), ff_fill_block16_mmi(), ff_fill_block8_mmi(), ff_filter_opt_parse(), ff_h264_parse_sprop_parameter_sets(), ff_hevc_rem_intra_luma_pred_mode_decode(), ff_hevc_sao_band_position_decode(), ff_http_auth_handle_header(), ff_imf_xml_read_boolean(), ff_log2_q15(), ff_mjpeg_decode_frame_from_buf(), ff_opus_rc_dec_laplace(), ff_opus_rc_enc_laplace(), ff_opus_rc_get_raw(), ff_parse_fmtp(), ff_put_no_rnd_pixels_l2_msa(), ff_read_riff_info(), ff_safe_queue_pop_front(), ff_tadd_string_metadata(), ff_vp3dsp_set_bounding_values(), ff_vvc_sao_band_position_decode(), filetime_to_iso8601(), fill_block16_c(), fill_block8_c(), fill_ltable(), filter_color(), filter_color2(), filter_frame(), filter_mono(), filter_units_make_type_list(), filterfn(), find_index(), flat_print_int(), flat_print_str(), flic_decode_frame_1BPP(), ftp_parse_entry_mlsd(), g729_prng(), generate_grain_uv_c(), generate_grain_y_c(), generate_hann_window(), generate_spread_table(), get_bucket(), get_cbphi(), get_duration_insec(), get_opt_const_name(), get_opt_flags_string(), get_tag(), get_v210(), get_variable_bits(), gxf_material_tags(), gxf_track_tags(), handle_connect_error(), hevc_sdp_parse_fmtp_config(), hex_log(), id3v2_3_metadata_split_date(), ilbc_parse_fmtp(), import_map(), ini_print_int(), ini_print_str(), init_ptable(), interpolation(), ivr_read_header(), jpeg2000_decode_ctx_vlc(), jpeg2000_modify_state(), json_print_int(), json_print_item_str(), json_print_str(), l3_unscale(), lag_decode_prob(), last_sig_coeff_suffix_decode(), last_significant_coeff_suffix_decode(), libx265_param_parse_float(), libx265_param_parse_int(), log2s(), main(), mcc_read_header(), mediaformat_jni_setFloat(), mediaformat_jni_setInt32(), mediaformat_jni_setInt64(), mediaformat_jni_setString(), mediaformat_ndk_setFloat(), mediaformat_ndk_setInt32(), mediaformat_ndk_setInt64(), mediaformat_ndk_setString(), mov_read_iloc(), mov_read_timecode_track(), mov_write_string_tag(), mov_write_track_kind(), move_metadata(), mpegaudio_tableinit(), mpegaudiodec_common_tableinit(), mpegts_check_bitstream(), msp2_decode_frame(), mxf_free_metadataset(), mxf_read_pixel_layout(), mxf_write_local_tag_utf16(), mxf_write_metadata_key(), mxf_write_tagged_value(), mxf_write_uuid(), nist_read_header(), nsp_read_header(), nsv_parse_NSVf_header(), offset_fn(), oledate_to_iso8601(), opt_preset(), pack_float_sample(), param_write_hex(), param_write_int(), param_write_string(), parse_content_length(), parse_fmtp(), parse_fmtp_config(), parse_lfe_16(), parse_lfe_24(), parse_line(), parse_mantissas(), parse_multipart_header(), parse_profile_level_id(), parse_set_cookie(), parse_timecode_in_framenum_format(), parse_utf(), parse_value(), pcx_rle_decode(), pick_color16(), pick_color8(), picmemset(), picmemset_8bpp(), pixscope_filter_frame(), pop_int(), pow_2(), process_command(), process_float(), put_bits(), put_bits32(), put_bits64(), put_bits_le(), put_bits_no_assert(), put_sbits(), put_sbits63(), qdm2_decode(), qdm2_decode_fft_packets(), qdm2_get_se_vlc(), qdm2_get_vlc(), qdm2_packet_checksum(), quantize(), quantize_value(), radix_sort_pass(), randomize_buffers(), rb_size(), read_dist_clustering(), read_high_coeffs(), read_info_chunk(), read_keyword_value(), read_low_coeffs(), read_sm_data(), read_string(), read_tag(), read_uint_max(), read_var_block_data(), read_var_byte(), redirect_cache_set(), remap_log(), reverse_decorr(), reverse_mono_decorr(), rfc4175_parse_fmtp(), rtmp_write_amf_data(), scale_mv(), scale_vt_init(), scan_word(), sdp_parse_fmtp_config_h264(), set_control(), set_disposition_bits(), set_encoder_int_property_or_log(), set_encoder_property_or_log(), set_meta(), set_metadata_float(), set_metadata_int(), set_sample(), sgn(), silk_decode_excitation(), silk_decode_lpc(), silk_stabilize_lsf(), smc_encode_stream(), split_tag_value(), str_to_dict(), subviewer_read_header(), sunrast_decode_frame(), sunrast_image_write_image(), tak_parse_streaminfo(), tgq_decode_block(), tiff_decode_tag(), tta_decode_frame(), tta_encode_frame(), ttml_set_header_values_from_extradata(), update_band_masking(), update_model2_to_6(), update_model3_to_7(), update_model4_to_5(), update_model5_to_6(), v4l2_get_ext_ctrl(), v4l2_set_ext_ctrl(), var_read_metadata(), vc1_decode_ac_coeff(), vc1_decode_i_block(), vc1_decode_i_block_adv(), vc1_decode_intra_block(), vc1_decode_p_block(), vivo_read_header(), vlc_decode_block(), vp56_rac_gets(), vp89_rac_get_uint(), vp8_ts_parse_int_array(), vpx_ts_param_parse(), write16_internal(), write32_internal(), write_keyword_value(), write_run(), write_tag(), write_tag_int32(), wv_get_value_float(), wv_unpack_dsd_fast(), wv_unpack_dsd_high(), xiph_parse_fmtp_pair(), xml_print_int(), xml_print_str(), and xor_32_to_8().
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option name |
Definition at line 88 of file writing_filters.txt.
Referenced by add_meta(), add_metadata(), add_tracked_method(), add_video_device(), amf_get_field_value2(), amf_get_property_buffer(), amf_set_property_buffer(), append_postfix(), apply_filter(), asf_read_ext_content(), asf_read_ext_content_desc(), asf_read_marker(), asf_read_metadata(), asf_read_metadata_obj(), asf_read_value(), asf_set_metadata(), asf_store_aspect_ratio(), audio_frame_cksum(), av_bsf_get_by_name(), av_channel_from_string(), av_channel_layout_describe_bprint(), av_channel_layout_from_string(), av_channel_name_bprint(), av_chroma_location_from_name(), av_color_primaries_from_name(), av_color_range_from_name(), av_color_space_from_name(), av_color_transfer_from_name(), av_dump_format(), av_get_pix_fmt(), av_get_sample_fmt(), av_hwdevice_find_type_by_name(), av_match_list(), av_match_name(), av_opt_find(), av_opt_find2(), av_opt_get(), av_opt_get_chlayout(), av_opt_get_dict_val(), av_opt_get_double(), av_opt_get_image_size(), av_opt_get_int(), av_opt_get_pixel_fmt(), av_opt_get_q(), av_opt_get_sample_fmt(), av_opt_get_video_rate(), av_opt_is_set_to_default_by_name(), av_opt_next(), av_opt_ptr(), av_opt_set(), av_opt_set_bin(), av_opt_set_chlayout(), av_opt_set_dict_val(), av_opt_set_double(), av_opt_set_image_size(), av_opt_set_int(), av_opt_set_pixel_fmt(), av_opt_set_q(), av_opt_set_sample_fmt(), av_opt_set_video_rate(), av_pix_fmt_swap_endianness(), av_spherical_from_name(), av_stereo3d_from_name(), avcodec_descriptor_get_by_name(), avcodec_find_decoder_by_name(), avcodec_find_encoder_by_name(), avf_read_header(), avfilter_get_by_name(), avfilter_graph_alloc_filter(), avfilter_graph_create_filter(), avfilter_graph_get_filter(), avfilter_graph_segment_create_filters(), avi_read_nikon(), avio_protocol_get_class(), bprint_to_avdict(), cbs_av1_read_increment(), cbs_av1_read_leb128(), cbs_av1_read_ns(), cbs_av1_read_uvlc(), cbs_av1_write_increment(), cbs_av1_write_ns(), cbs_av1_write_subexp(), cbs_av1_write_uvlc(), cbs_read_se_golomb(), cbs_read_ue_golomb(), cbs_read_unsigned(), cbs_vp8_read_unsigned_le(), cbs_vp9_read_increment(), cbs_vp9_read_le(), cbs_vp9_read_s(), cbs_vp9_write_increment(), cbs_write_se_golomb(), cbs_write_ue_golomb(), check_add_int16(), check_add_put_clamped(), check_idct_multiple(), check_inv_trans_adding(), check_list(), check_loop_filter(), checkasm_check_h264pred(), choose_implementation(), choose_pix_fmts(), clip_with_log(), color_table_compare(), config_enc_params(), config_output(), configure_input_audio_filter(), configure_input_video_filter(), configure_output_audio_filter(), configure_output_video_filter(), dec_create(), dec_filter_add(), dec_standalone_open(), dec_thread_set_name(), decode_header(), decode_info_header(), dump_dictionary(), dvvideo_encode_init(), enc_thread_set_name(), exif_add_metadata(), exif_decode_tag(), ff_alsa_get_device_list(), ff_alsa_open(), ff_AMediaCodec_createCodecByName(), ff_AMediaCodecList_getCodecNameByType(), ff_AMediaFormat_getBuffer(), ff_AMediaFormat_getFloat(), ff_AMediaFormat_getInt32(), ff_AMediaFormat_getInt64(), ff_AMediaFormat_getRect(), ff_AMediaFormat_getString(), ff_AMediaFormat_setBuffer(), ff_AMediaFormat_setFloat(), ff_AMediaFormat_setInt32(), ff_AMediaFormat_setInt64(), ff_AMediaFormat_setRect(), ff_AMediaFormat_setString(), ff_amf_get_field_value(), ff_asf_handle_byte_array(), ff_ass_split_dialog(), ff_attributes_dump(), ff_cbs_read_signed(), ff_cbs_read_simple_unsigned(), ff_cbs_read_unsigned(), ff_cbs_trace_header(), ff_cbs_trace_read_log(), ff_cbs_write_signed(), ff_cbs_write_simple_unsigned(), ff_cbs_write_unsigned(), ff_decklink_init_device(), ff_dshow_filter_JoinFilterGraph(), ff_expand_text_function_internal(), ff_guid_str_buf(), ff_jni_exception_get_summary(), ff_jni_init_jfields(), ff_mpeg4_decode_picture_header(), ff_rm_read_mdpr_codecdata(), ff_rtp_handler_find_by_name(), ff_stream_add_bitstream_filter(), ff_tadd_bytes_metadata(), ff_tadd_doubles_metadata(), ff_tadd_long_metadata(), ff_tadd_rational_metadata(), ff_tadd_shorts_metadata(), ff_tadd_string_metadata(), ff_thread_setname(), ff_vk_extensions_to_mask(), ff_vk_load_functions(), ff_vk_pipeline_descriptor_set_add(), ff_vk_shader_init(), fg_thread_set_name(), filter_frame(), find_codec(), find_codec_by_name(), find_font_id(), find_option(), find_scaler(), gdigrab_read_header(), get_format(), get_number(), get_pix_fmt(), get_pix_fmt_internal(), get_sample_fmt(), get_vs_prop_int(), graticule16_column(), graticule16_row(), graticule_column(), graticule_row(), hex_log(), hw_device_default_name(), hw_device_free_all(), hw_device_get_by_name(), hw_device_init_from_string(), hw_device_init_from_type(), idct248_error(), init(), init_out(), insert_trim(), libopus_check_vorbis_layout(), libvorbis_setup(), list_voices(), load_path(), main(), mediacodec_jni_getName(), mediacodec_ndk_getName(), mediacodec_output_format(), mediaformat_jni_getBuffer(), mediaformat_jni_getFloat(), mediaformat_jni_getInt32(), mediaformat_jni_getInt64(), mediaformat_jni_getString(), mediaformat_jni_setBuffer(), mediaformat_jni_setFloat(), mediaformat_jni_setInt32(), mediaformat_jni_setInt64(), mediaformat_jni_setString(), mediaformat_ndk_getBuffer(), mediaformat_ndk_getFloat(), mediaformat_ndk_getInt32(), mediaformat_ndk_getInt64(), mediaformat_ndk_getRect(), mediaformat_ndk_getString(), mediaformat_ndk_setBuffer(), mediaformat_ndk_setFloat(), mediaformat_ndk_setInt32(), mediaformat_ndk_setInt64(), mediaformat_ndk_setRect(), mediaformat_ndk_setString(), mkv_check_tag_name(), modplug_load_metadata(), mov_text_font_name_cb(), mov_text_font_name_set(), mov_write_int8_metadata(), mov_write_raw_metadata_tag(), mov_write_string_metadata(), mov_write_string_tag(), mxf_free_metadataset(), mxf_write_tagged_value(), nvenc_check_device(), opt_codec(), opt_find(), opt_loglevel(), param_write_hex(), param_write_int(), param_write_string(), parse_audio_var(), parse_cookie(), parse_device_name(), parse_global_var(), parse_link_name(), parse_named_def(), parse_set_cookie(), parse_time_sequence(), parse_video_var(), pix_fmt_parse(), png_write_iccp(), pp_get_mode_by_name_and_quality(), print_codec(), print_frame_side_data(), print_help(), print_iamf_param_definition(), print_pkt_side_data(), process_metadata(), pulse_add_detected_device(), pulse_finish_context_operation(), pulse_finish_stream_operation(), put_bitstream_info(), read_extradata(), read_sm_data(), read_table(), rtmp_send_packet(), sdt_cb(), set_codec_from_probe_data(), set_filter_param(), set_format(), set_number(), show_colors(), show_formats_devices(), show_help_bsf(), show_help_codec(), show_help_demuxer(), show_help_muxer(), show_help_protocol(), show_protocols(), split_commandline(), srt_font_name_cb(), test_device(), test_device_type(), test_motion(), thread_set_name(), usage(), v4l2_get_ext_ctrl(), v4l2_is_v4l_dev(), v4l2_set_ext_ctrl(), vt_dump_encoder(), write_chapter(), write_ctoc(), writer_get_by_name(), writer_print_data(), writer_print_data_hash(), writer_print_integers(), wtvfile_open2(), and yuv4_read_header().
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option keep it simple and lowercase description are short |
Definition at line 89 of file writing_filters.txt.
Referenced by dering_altivec(), doVertLowPass_altivec(), ff_yuv2rgb_init_tables_ppc(), hScale_real(), nvdec_av1_start_frame(), update_sample_display(), vdpau_av1_start_frame(), and vertClassify_altivec().
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option keep it simple and lowercase description are in lowercase |
Definition at line 89 of file writing_filters.txt.
Referenced by ff_data_to_hex().
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option keep it simple and lowercase description are in without period |
Definition at line 89 of file writing_filters.txt.
Referenced by add_peak(), calculate_blockiness(), celt_enc_quant_pfilter(), decode_ppc(), ff_timefilter_new(), ff_timefilter_update(), generate_intervals(), hls_mux_init(), init_convert_timestamp(), parse_postfilter(), postfilter_c(), spdif_dts4_subtype(), spdif_header_dts4(), and test_postfilter().
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option keep it simple and lowercase description are in without and describe what they do |
Definition at line 90 of file writing_filters.txt.
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option keep it simple and lowercase description are in without and describe what they for example set the foo of the bar offset is the offset of the field in your context |
Definition at line 91 of file writing_filters.txt.
Referenced by amf_create_buffer_with_frame_ref(), audio_read_close(), audio_read_header(), audio_read_packet(), camera_dev_disconnected(), camera_dev_error(), capture_session_active(), capture_session_closed(), capture_session_ready(), config_input(), config_output(), cudachromakey_filter_frame(), cudachromakey_load_functions(), cudachromakey_process_internal(), cudachromakey_uninit(), dc1394_close(), decode_hybrid_varlen_uint(), decode_line(), dnn_classify_init(), dnn_classify_uninit(), dnn_detect_init(), dnn_detect_uninit(), encode_line(), encode_subband_c0run(), entropy_decoder_read_symbol(), ff_mlz_init_dict(), ff_parse_key_value(), filter_frame(), iec61883_close(), iec61883_read_header(), iec61883_read_packet(), image_available(), init(), AVFFrameReceiver::initWithContext:, AVFAudioReceiver::initWithContext:, jpeg2000_decode_ctx_vlc(), jpeg2000_decode_ht_cleanup_segment(), jpeg2000_decode_sig_emb(), ls_decode_line(), ls_encode_line(), oggvorbis_decode_close(), oggvorbis_decode_frame(), oggvorbis_decode_init(), opencl_filter_device(), opencl_filter_platform(), parse_atoms(), parse_number(), prepare_uv_scale(), raw_close_decoder(), raw_decode(), raw_init_decoder(), read_classify_label_file(), read_detect_label_file(), roq_dpcm_encode_close(), roq_dpcm_encode_frame(), roq_dpcm_encode_init(), start_jack(), supply_new_packets(), sws_getCachedContext(), uninit(), unpack_coeffs(), update_chunk_offsets_callback(), update_co64_offsets(), update_stco_offsets(), upgrade_stco_atom(), upgrade_stco_callback(), and v4l2_m2m_destroy_context().