copying a binary after compilation to INSTALLDIR
git-svn-id: svn://kolibrios.org@7195 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
58da527cef
commit
d391816c81
File diff suppressed because it is too large
Load Diff
@ -31,8 +31,6 @@ all:$(LIBRARY).a
|
||||
|
||||
$(LIBRARY).a: $(OBJS) Makefile
|
||||
$(AR) $(ARFLAGS) $(LIBRARY).a $(OBJS)
|
||||
|
||||
install: $(LIBRARY).a
|
||||
mv -f $(LIBRARY).a $(INSTALLDIR)
|
||||
|
||||
%.o : %.c Makefile
|
||||
|
@ -1,222 +1,222 @@
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
audio_resample @2
|
||||
audio_resample_close @3
|
||||
av_audio_convert @4
|
||||
av_audio_convert_alloc @5
|
||||
av_audio_convert_free @6
|
||||
av_audio_resample_init @7
|
||||
av_bitstream_filter_close @8
|
||||
av_bitstream_filter_filter @9
|
||||
av_bitstream_filter_init @10
|
||||
av_bitstream_filter_next @11
|
||||
av_codec_ffversion @12 DATA
|
||||
av_codec_get_chroma_intra_matrix @13
|
||||
av_codec_get_codec_descriptor @14
|
||||
av_codec_get_codec_properties @15
|
||||
av_codec_get_lowres @16
|
||||
av_codec_get_max_lowres @17
|
||||
av_codec_get_pkt_timebase @18
|
||||
av_codec_get_seek_preroll @19
|
||||
av_codec_is_decoder @20
|
||||
av_codec_is_encoder @21
|
||||
av_codec_next @22
|
||||
av_codec_set_chroma_intra_matrix @23
|
||||
av_codec_set_codec_descriptor @24
|
||||
av_codec_set_lowres @25
|
||||
av_codec_set_pkt_timebase @26
|
||||
av_codec_set_seek_preroll @27
|
||||
av_copy_packet @28
|
||||
av_copy_packet_side_data @29
|
||||
av_dct_calc @30
|
||||
av_dct_end @31
|
||||
av_dct_init @32
|
||||
av_destruct_packet @33
|
||||
av_dup_packet @34
|
||||
av_dv_codec_profile @35
|
||||
av_dv_codec_profile2 @36
|
||||
av_dv_frame_profile @37
|
||||
av_fast_padded_malloc @38
|
||||
av_fast_padded_mallocz @39
|
||||
av_fft_calc @40
|
||||
av_fft_end @41
|
||||
av_fft_init @42
|
||||
av_fft_permute @43
|
||||
av_free_packet @44
|
||||
av_get_audio_frame_duration @45
|
||||
av_get_bits_per_sample @46
|
||||
av_get_codec_tag_string @47
|
||||
av_get_exact_bits_per_sample @48
|
||||
av_get_pcm_codec @49
|
||||
av_get_profile_name @50
|
||||
av_grow_packet @51
|
||||
av_hwaccel_next @52
|
||||
av_imdct_calc @53
|
||||
av_imdct_half @54
|
||||
av_init_packet @55
|
||||
av_lockmgr_register @56
|
||||
av_log_ask_for_sample @57
|
||||
av_log_missing_feature @58
|
||||
av_mdct_calc @59
|
||||
av_mdct_end @60
|
||||
av_mdct_init @61
|
||||
av_new_packet @62
|
||||
av_packet_copy_props @63
|
||||
av_packet_free_side_data @64
|
||||
av_packet_from_data @65
|
||||
av_packet_get_side_data @66
|
||||
av_packet_merge_side_data @67
|
||||
av_packet_move_ref @68
|
||||
av_packet_new_side_data @69
|
||||
av_packet_pack_dictionary @70
|
||||
av_packet_ref @71
|
||||
av_packet_rescale_ts @72
|
||||
av_packet_shrink_side_data @73
|
||||
av_packet_side_data_name @74
|
||||
av_packet_split_side_data @75
|
||||
av_packet_unpack_dictionary @76
|
||||
av_packet_unref @77
|
||||
av_parser_change @78
|
||||
av_parser_close @79
|
||||
av_parser_init @80
|
||||
av_parser_next @81
|
||||
av_parser_parse2 @82
|
||||
av_picture_copy @83
|
||||
av_picture_crop @84
|
||||
av_picture_pad @85
|
||||
av_qsv_alloc_context @86
|
||||
av_rdft_calc @87
|
||||
av_rdft_end @88
|
||||
av_rdft_init @89
|
||||
av_register_bitstream_filter @90
|
||||
av_register_codec_parser @91
|
||||
av_register_hwaccel @92
|
||||
av_resample @93
|
||||
av_resample_close @94
|
||||
av_resample_compensate @95
|
||||
av_resample_init @96
|
||||
av_shrink_packet @97
|
||||
av_vorbis_parse_frame @98
|
||||
av_vorbis_parse_frame_flags @99
|
||||
av_vorbis_parse_free @100
|
||||
av_vorbis_parse_init @101
|
||||
av_vorbis_parse_reset @102
|
||||
av_xiphlacing @103
|
||||
avcodec_align_dimensions @104
|
||||
avcodec_align_dimensions2 @105
|
||||
avcodec_alloc_context3 @106
|
||||
avcodec_alloc_frame @107
|
||||
avcodec_chroma_pos_to_enum @108
|
||||
avcodec_close @109
|
||||
avcodec_configuration @110
|
||||
avcodec_copy_context @111
|
||||
avcodec_dct_alloc @112
|
||||
avcodec_dct_get_class @113
|
||||
avcodec_dct_init @114
|
||||
avcodec_decode_audio3 @115
|
||||
avcodec_decode_audio4 @116
|
||||
avcodec_decode_subtitle2 @117
|
||||
avcodec_decode_video2 @118
|
||||
avcodec_default_execute @119
|
||||
avcodec_default_execute2 @120
|
||||
avcodec_default_get_buffer @121
|
||||
avcodec_default_get_buffer2 @122
|
||||
avcodec_default_get_format @123
|
||||
avcodec_default_reget_buffer @124
|
||||
avcodec_default_release_buffer @125
|
||||
avcodec_descriptor_get @126
|
||||
avcodec_descriptor_get_by_name @127
|
||||
avcodec_descriptor_next @128
|
||||
avcodec_encode_audio @129
|
||||
avcodec_encode_audio2 @130
|
||||
avcodec_encode_subtitle @131
|
||||
avcodec_encode_video @132
|
||||
avcodec_encode_video2 @133
|
||||
avcodec_enum_to_chroma_pos @134
|
||||
avcodec_fill_audio_frame @135
|
||||
avcodec_find_best_pix_fmt2 @136
|
||||
avcodec_find_best_pix_fmt_of_2 @137
|
||||
avcodec_find_best_pix_fmt_of_list @138
|
||||
avcodec_find_decoder @139
|
||||
avcodec_find_decoder_by_name @140
|
||||
avcodec_find_encoder @141
|
||||
avcodec_find_encoder_by_name @142
|
||||
avcodec_flush_buffers @143
|
||||
avcodec_free_context @144
|
||||
avcodec_free_frame @145
|
||||
avcodec_get_chroma_sub_sample @146
|
||||
avcodec_get_class @147
|
||||
avcodec_get_context_defaults3 @148
|
||||
avcodec_get_edge_width @149
|
||||
avcodec_get_frame_class @150
|
||||
avcodec_get_frame_defaults @151
|
||||
avcodec_get_name @152
|
||||
avcodec_get_pix_fmt_loss @153
|
||||
avcodec_get_subtitle_rect_class @154
|
||||
avcodec_get_type @155
|
||||
avcodec_is_open @156
|
||||
avcodec_license @157
|
||||
avcodec_open2 @158
|
||||
avcodec_pix_fmt_to_codec_tag @159
|
||||
avcodec_register @160
|
||||
avcodec_register_all @161
|
||||
avcodec_set_dimensions @162
|
||||
avcodec_string @163
|
||||
avcodec_version @164
|
||||
avpicture_alloc @165
|
||||
avpicture_deinterlace @166
|
||||
avpicture_fill @167
|
||||
avpicture_free @168
|
||||
avpicture_get_size @169
|
||||
avpicture_layout @170
|
||||
avpriv_aac_parse_header @171
|
||||
avpriv_ac3_channel_layout_tab @172 DATA
|
||||
avpriv_ac3_parse_header @173
|
||||
avpriv_ac3_parse_header2 @174
|
||||
avpriv_align_put_bits @175
|
||||
avpriv_bprint_to_extradata @176
|
||||
avpriv_color_frame @177
|
||||
avpriv_copy_bits @178
|
||||
avpriv_copy_pce_data @179
|
||||
avpriv_dca_convert_bitstream @180
|
||||
avpriv_dca_sample_rates @181 DATA
|
||||
avpriv_dirac_parse_sequence_header @182
|
||||
avpriv_dnxhd_get_frame_size @183
|
||||
avpriv_dnxhd_get_interlaced @184
|
||||
avpriv_do_elbg @185
|
||||
avpriv_dv_frame_profile2 @186
|
||||
avpriv_exif_decode_ifd @187
|
||||
avpriv_find_pix_fmt @188
|
||||
avpriv_find_start_code @189
|
||||
avpriv_flac_is_extradata_valid @190
|
||||
avpriv_flac_parse_streaminfo @191
|
||||
avpriv_get_raw_pix_fmt_tags @192
|
||||
avpriv_h264_has_num_reorder_frames @193
|
||||
avpriv_init_elbg @194
|
||||
avpriv_lock_avformat @195
|
||||
avpriv_mjpeg_bits_ac_chrominance @196 DATA
|
||||
avpriv_mjpeg_bits_ac_luminance @197 DATA
|
||||
avpriv_mjpeg_bits_dc_chrominance @198 DATA
|
||||
avpriv_mjpeg_bits_dc_luminance @199 DATA
|
||||
avpriv_mjpeg_val_ac_chrominance @200 DATA
|
||||
avpriv_mjpeg_val_ac_luminance @201 DATA
|
||||
avpriv_mjpeg_val_dc @202 DATA
|
||||
avpriv_mpa_bitrate_tab @203 DATA
|
||||
avpriv_mpa_decode_header @204
|
||||
avpriv_mpa_decode_header2 @205
|
||||
avpriv_mpa_freq_tab @206 DATA
|
||||
avpriv_mpeg4audio_get_config @207
|
||||
avpriv_mpeg4audio_sample_rates @208 DATA
|
||||
avpriv_mpegaudio_decode_header @209
|
||||
avpriv_pix_fmt_bps_avi @210 DATA
|
||||
avpriv_pix_fmt_bps_mov @211 DATA
|
||||
avpriv_put_string @212
|
||||
avpriv_split_xiph_headers @213
|
||||
avpriv_tak_parse_streaminfo @214
|
||||
avpriv_toupper4 @215
|
||||
avpriv_unlock_avformat @216
|
||||
avpriv_vorbis_parse_extradata @217
|
||||
avpriv_vorbis_parse_frame @218
|
||||
avpriv_vorbis_parse_frame_flags @219
|
||||
avpriv_vorbis_parse_reset @220
|
||||
avsubtitle_free @221
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
audio_resample @2
|
||||
audio_resample_close @3
|
||||
av_audio_convert @4
|
||||
av_audio_convert_alloc @5
|
||||
av_audio_convert_free @6
|
||||
av_audio_resample_init @7
|
||||
av_bitstream_filter_close @8
|
||||
av_bitstream_filter_filter @9
|
||||
av_bitstream_filter_init @10
|
||||
av_bitstream_filter_next @11
|
||||
av_codec_ffversion @12 DATA
|
||||
av_codec_get_chroma_intra_matrix @13
|
||||
av_codec_get_codec_descriptor @14
|
||||
av_codec_get_codec_properties @15
|
||||
av_codec_get_lowres @16
|
||||
av_codec_get_max_lowres @17
|
||||
av_codec_get_pkt_timebase @18
|
||||
av_codec_get_seek_preroll @19
|
||||
av_codec_is_decoder @20
|
||||
av_codec_is_encoder @21
|
||||
av_codec_next @22
|
||||
av_codec_set_chroma_intra_matrix @23
|
||||
av_codec_set_codec_descriptor @24
|
||||
av_codec_set_lowres @25
|
||||
av_codec_set_pkt_timebase @26
|
||||
av_codec_set_seek_preroll @27
|
||||
av_copy_packet @28
|
||||
av_copy_packet_side_data @29
|
||||
av_dct_calc @30
|
||||
av_dct_end @31
|
||||
av_dct_init @32
|
||||
av_destruct_packet @33
|
||||
av_dup_packet @34
|
||||
av_dv_codec_profile @35
|
||||
av_dv_codec_profile2 @36
|
||||
av_dv_frame_profile @37
|
||||
av_fast_padded_malloc @38
|
||||
av_fast_padded_mallocz @39
|
||||
av_fft_calc @40
|
||||
av_fft_end @41
|
||||
av_fft_init @42
|
||||
av_fft_permute @43
|
||||
av_free_packet @44
|
||||
av_get_audio_frame_duration @45
|
||||
av_get_bits_per_sample @46
|
||||
av_get_codec_tag_string @47
|
||||
av_get_exact_bits_per_sample @48
|
||||
av_get_pcm_codec @49
|
||||
av_get_profile_name @50
|
||||
av_grow_packet @51
|
||||
av_hwaccel_next @52
|
||||
av_imdct_calc @53
|
||||
av_imdct_half @54
|
||||
av_init_packet @55
|
||||
av_lockmgr_register @56
|
||||
av_log_ask_for_sample @57
|
||||
av_log_missing_feature @58
|
||||
av_mdct_calc @59
|
||||
av_mdct_end @60
|
||||
av_mdct_init @61
|
||||
av_new_packet @62
|
||||
av_packet_copy_props @63
|
||||
av_packet_free_side_data @64
|
||||
av_packet_from_data @65
|
||||
av_packet_get_side_data @66
|
||||
av_packet_merge_side_data @67
|
||||
av_packet_move_ref @68
|
||||
av_packet_new_side_data @69
|
||||
av_packet_pack_dictionary @70
|
||||
av_packet_ref @71
|
||||
av_packet_rescale_ts @72
|
||||
av_packet_shrink_side_data @73
|
||||
av_packet_side_data_name @74
|
||||
av_packet_split_side_data @75
|
||||
av_packet_unpack_dictionary @76
|
||||
av_packet_unref @77
|
||||
av_parser_change @78
|
||||
av_parser_close @79
|
||||
av_parser_init @80
|
||||
av_parser_next @81
|
||||
av_parser_parse2 @82
|
||||
av_picture_copy @83
|
||||
av_picture_crop @84
|
||||
av_picture_pad @85
|
||||
av_qsv_alloc_context @86
|
||||
av_rdft_calc @87
|
||||
av_rdft_end @88
|
||||
av_rdft_init @89
|
||||
av_register_bitstream_filter @90
|
||||
av_register_codec_parser @91
|
||||
av_register_hwaccel @92
|
||||
av_resample @93
|
||||
av_resample_close @94
|
||||
av_resample_compensate @95
|
||||
av_resample_init @96
|
||||
av_shrink_packet @97
|
||||
av_vorbis_parse_frame @98
|
||||
av_vorbis_parse_frame_flags @99
|
||||
av_vorbis_parse_free @100
|
||||
av_vorbis_parse_init @101
|
||||
av_vorbis_parse_reset @102
|
||||
av_xiphlacing @103
|
||||
avcodec_align_dimensions @104
|
||||
avcodec_align_dimensions2 @105
|
||||
avcodec_alloc_context3 @106
|
||||
avcodec_alloc_frame @107
|
||||
avcodec_chroma_pos_to_enum @108
|
||||
avcodec_close @109
|
||||
avcodec_configuration @110
|
||||
avcodec_copy_context @111
|
||||
avcodec_dct_alloc @112
|
||||
avcodec_dct_get_class @113
|
||||
avcodec_dct_init @114
|
||||
avcodec_decode_audio3 @115
|
||||
avcodec_decode_audio4 @116
|
||||
avcodec_decode_subtitle2 @117
|
||||
avcodec_decode_video2 @118
|
||||
avcodec_default_execute @119
|
||||
avcodec_default_execute2 @120
|
||||
avcodec_default_get_buffer @121
|
||||
avcodec_default_get_buffer2 @122
|
||||
avcodec_default_get_format @123
|
||||
avcodec_default_reget_buffer @124
|
||||
avcodec_default_release_buffer @125
|
||||
avcodec_descriptor_get @126
|
||||
avcodec_descriptor_get_by_name @127
|
||||
avcodec_descriptor_next @128
|
||||
avcodec_encode_audio @129
|
||||
avcodec_encode_audio2 @130
|
||||
avcodec_encode_subtitle @131
|
||||
avcodec_encode_video @132
|
||||
avcodec_encode_video2 @133
|
||||
avcodec_enum_to_chroma_pos @134
|
||||
avcodec_fill_audio_frame @135
|
||||
avcodec_find_best_pix_fmt2 @136
|
||||
avcodec_find_best_pix_fmt_of_2 @137
|
||||
avcodec_find_best_pix_fmt_of_list @138
|
||||
avcodec_find_decoder @139
|
||||
avcodec_find_decoder_by_name @140
|
||||
avcodec_find_encoder @141
|
||||
avcodec_find_encoder_by_name @142
|
||||
avcodec_flush_buffers @143
|
||||
avcodec_free_context @144
|
||||
avcodec_free_frame @145
|
||||
avcodec_get_chroma_sub_sample @146
|
||||
avcodec_get_class @147
|
||||
avcodec_get_context_defaults3 @148
|
||||
avcodec_get_edge_width @149
|
||||
avcodec_get_frame_class @150
|
||||
avcodec_get_frame_defaults @151
|
||||
avcodec_get_name @152
|
||||
avcodec_get_pix_fmt_loss @153
|
||||
avcodec_get_subtitle_rect_class @154
|
||||
avcodec_get_type @155
|
||||
avcodec_is_open @156
|
||||
avcodec_license @157
|
||||
avcodec_open2 @158
|
||||
avcodec_pix_fmt_to_codec_tag @159
|
||||
avcodec_register @160
|
||||
avcodec_register_all @161
|
||||
avcodec_set_dimensions @162
|
||||
avcodec_string @163
|
||||
avcodec_version @164
|
||||
avpicture_alloc @165
|
||||
avpicture_deinterlace @166
|
||||
avpicture_fill @167
|
||||
avpicture_free @168
|
||||
avpicture_get_size @169
|
||||
avpicture_layout @170
|
||||
avpriv_aac_parse_header @171
|
||||
avpriv_ac3_channel_layout_tab @172 DATA
|
||||
avpriv_ac3_parse_header @173
|
||||
avpriv_ac3_parse_header2 @174
|
||||
avpriv_align_put_bits @175
|
||||
avpriv_bprint_to_extradata @176
|
||||
avpriv_color_frame @177
|
||||
avpriv_copy_bits @178
|
||||
avpriv_copy_pce_data @179
|
||||
avpriv_dca_convert_bitstream @180
|
||||
avpriv_dca_sample_rates @181 DATA
|
||||
avpriv_dirac_parse_sequence_header @182
|
||||
avpriv_dnxhd_get_frame_size @183
|
||||
avpriv_dnxhd_get_interlaced @184
|
||||
avpriv_do_elbg @185
|
||||
avpriv_dv_frame_profile2 @186
|
||||
avpriv_exif_decode_ifd @187
|
||||
avpriv_find_pix_fmt @188
|
||||
avpriv_find_start_code @189
|
||||
avpriv_flac_is_extradata_valid @190
|
||||
avpriv_flac_parse_streaminfo @191
|
||||
avpriv_get_raw_pix_fmt_tags @192
|
||||
avpriv_h264_has_num_reorder_frames @193
|
||||
avpriv_init_elbg @194
|
||||
avpriv_lock_avformat @195
|
||||
avpriv_mjpeg_bits_ac_chrominance @196 DATA
|
||||
avpriv_mjpeg_bits_ac_luminance @197 DATA
|
||||
avpriv_mjpeg_bits_dc_chrominance @198 DATA
|
||||
avpriv_mjpeg_bits_dc_luminance @199 DATA
|
||||
avpriv_mjpeg_val_ac_chrominance @200 DATA
|
||||
avpriv_mjpeg_val_ac_luminance @201 DATA
|
||||
avpriv_mjpeg_val_dc @202 DATA
|
||||
avpriv_mpa_bitrate_tab @203 DATA
|
||||
avpriv_mpa_decode_header @204
|
||||
avpriv_mpa_decode_header2 @205
|
||||
avpriv_mpa_freq_tab @206 DATA
|
||||
avpriv_mpeg4audio_get_config @207
|
||||
avpriv_mpeg4audio_sample_rates @208 DATA
|
||||
avpriv_mpegaudio_decode_header @209
|
||||
avpriv_pix_fmt_bps_avi @210 DATA
|
||||
avpriv_pix_fmt_bps_mov @211 DATA
|
||||
avpriv_put_string @212
|
||||
avpriv_split_xiph_headers @213
|
||||
avpriv_tak_parse_streaminfo @214
|
||||
avpriv_toupper4 @215
|
||||
avpriv_unlock_avformat @216
|
||||
avpriv_vorbis_parse_extradata @217
|
||||
avpriv_vorbis_parse_frame @218
|
||||
avpriv_vorbis_parse_frame_flags @219
|
||||
avpriv_vorbis_parse_reset @220
|
||||
avsubtitle_free @221
|
||||
|
@ -1,14 +1,14 @@
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
avdevice_app_to_dev_control_message @2
|
||||
avdevice_capabilities_create @3
|
||||
avdevice_capabilities_free @4
|
||||
avdevice_configuration @5
|
||||
avdevice_dev_to_app_control_message @6
|
||||
avdevice_free_list_devices @7
|
||||
avdevice_license @8
|
||||
avdevice_list_devices @9
|
||||
avdevice_list_input_sources @10
|
||||
avdevice_list_output_sinks @11
|
||||
avdevice_register_all @12
|
||||
avdevice_version @13
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
avdevice_app_to_dev_control_message @2
|
||||
avdevice_capabilities_create @3
|
||||
avdevice_capabilities_free @4
|
||||
avdevice_configuration @5
|
||||
avdevice_dev_to_app_control_message @6
|
||||
avdevice_free_list_devices @7
|
||||
avdevice_license @8
|
||||
avdevice_list_devices @9
|
||||
avdevice_list_input_sources @10
|
||||
avdevice_list_output_sinks @11
|
||||
avdevice_register_all @12
|
||||
avdevice_version @13
|
||||
|
@ -1,171 +1,171 @@
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
av_add_index_entry @2
|
||||
av_append_packet @3
|
||||
av_codec_get_id @4
|
||||
av_codec_get_tag @5
|
||||
av_codec_get_tag2 @6
|
||||
av_convert_lang_to @7
|
||||
av_demuxer_open @8
|
||||
av_dump_format @9
|
||||
av_filename_number_test @10
|
||||
av_find_best_stream @11
|
||||
av_find_default_stream_index @12
|
||||
av_find_input_format @13
|
||||
av_find_program_from_stream @14
|
||||
av_fmt_ctx_get_duration_estimation_method @15
|
||||
av_format_ffversion @16 DATA
|
||||
av_format_get_audio_codec @17
|
||||
av_format_get_control_message_cb @18
|
||||
av_format_get_data_codec @19
|
||||
av_format_get_metadata_header_padding @20
|
||||
av_format_get_opaque @21
|
||||
av_format_get_open_cb @22
|
||||
av_format_get_probe_score @23
|
||||
av_format_get_subtitle_codec @24
|
||||
av_format_get_video_codec @25
|
||||
av_format_inject_global_side_data @26
|
||||
av_format_set_audio_codec @27
|
||||
av_format_set_control_message_cb @28
|
||||
av_format_set_data_codec @29
|
||||
av_format_set_metadata_header_padding @30
|
||||
av_format_set_opaque @31
|
||||
av_format_set_open_cb @32
|
||||
av_format_set_subtitle_codec @33
|
||||
av_format_set_video_codec @34
|
||||
av_get_frame_filename @35
|
||||
av_get_output_timestamp @36
|
||||
av_get_packet @37
|
||||
av_guess_codec @38
|
||||
av_guess_format @39
|
||||
av_guess_frame_rate @40
|
||||
av_guess_sample_aspect_ratio @41
|
||||
av_hex_dump @42
|
||||
av_hex_dump_log @43
|
||||
av_iformat_next @44
|
||||
av_index_search_timestamp @45
|
||||
av_interleaved_write_frame @46
|
||||
av_interleaved_write_uncoded_frame @47
|
||||
av_match_ext @48
|
||||
av_new_program @49
|
||||
av_oformat_next @50
|
||||
av_pkt_dump2 @51
|
||||
av_pkt_dump_log2 @52
|
||||
av_probe_input_buffer @53
|
||||
av_probe_input_buffer2 @54
|
||||
av_probe_input_format @55
|
||||
av_probe_input_format2 @56
|
||||
av_probe_input_format3 @57
|
||||
av_read_frame @58
|
||||
av_read_pause @59
|
||||
av_read_play @60
|
||||
av_register_all @61
|
||||
av_register_input_format @62
|
||||
av_register_output_format @63
|
||||
av_sdp_create @64
|
||||
av_seek_frame @65
|
||||
av_stream_get_end_pts @66
|
||||
av_stream_get_parser @67
|
||||
av_stream_get_r_frame_rate @68
|
||||
av_stream_get_recommended_encoder_configuration @69
|
||||
av_stream_get_side_data @70
|
||||
av_stream_set_r_frame_rate @71
|
||||
av_stream_set_recommended_encoder_configuration @72
|
||||
av_url_split @73
|
||||
av_write_frame @74
|
||||
av_write_trailer @75
|
||||
av_write_uncoded_frame @76
|
||||
av_write_uncoded_frame_query @77
|
||||
avformat_alloc_context @78
|
||||
avformat_alloc_output_context2 @79
|
||||
avformat_close_input @80
|
||||
avformat_configuration @81
|
||||
avformat_find_stream_info @82
|
||||
avformat_flush @83
|
||||
avformat_free_context @84
|
||||
avformat_get_class @85
|
||||
avformat_get_mov_audio_tags @86
|
||||
avformat_get_mov_video_tags @87
|
||||
avformat_get_riff_audio_tags @88
|
||||
avformat_get_riff_video_tags @89
|
||||
avformat_license @90
|
||||
avformat_match_stream_specifier @91
|
||||
avformat_network_deinit @92
|
||||
avformat_network_init @93
|
||||
avformat_new_stream @94
|
||||
avformat_open_input @95
|
||||
avformat_query_codec @96
|
||||
avformat_queue_attached_pictures @97
|
||||
avformat_seek_file @98
|
||||
avformat_version @99
|
||||
avformat_write_header @100
|
||||
avio_accept @101
|
||||
avio_alloc_context @102
|
||||
avio_check @103
|
||||
avio_close @104
|
||||
avio_close_dir @105
|
||||
avio_close_dyn_buf @106
|
||||
avio_closep @107
|
||||
avio_enum_protocols @108
|
||||
avio_feof @109
|
||||
avio_find_protocol_name @110
|
||||
avio_flush @111
|
||||
avio_free_directory_entry @112
|
||||
avio_get_str @113
|
||||
avio_get_str16be @114
|
||||
avio_get_str16le @115
|
||||
avio_handshake @116
|
||||
avio_open @117
|
||||
avio_open2 @118
|
||||
avio_open_dir @119
|
||||
avio_open_dyn_buf @120
|
||||
avio_pause @121
|
||||
avio_printf @122
|
||||
avio_put_str @123
|
||||
avio_put_str16be @124
|
||||
avio_put_str16le @125
|
||||
avio_r8 @126
|
||||
avio_rb16 @127
|
||||
avio_rb24 @128
|
||||
avio_rb32 @129
|
||||
avio_rb64 @130
|
||||
avio_read @131
|
||||
avio_read_dir @132
|
||||
avio_read_to_bprint @133
|
||||
avio_rl16 @134
|
||||
avio_rl24 @135
|
||||
avio_rl32 @136
|
||||
avio_rl64 @137
|
||||
avio_seek @138
|
||||
avio_seek_time @139
|
||||
avio_size @140
|
||||
avio_skip @141
|
||||
avio_w8 @142
|
||||
avio_wb16 @143
|
||||
avio_wb24 @144
|
||||
avio_wb32 @145
|
||||
avio_wb64 @146
|
||||
avio_wl16 @147
|
||||
avio_wl24 @148
|
||||
avio_wl32 @149
|
||||
avio_wl64 @150
|
||||
avio_write @151
|
||||
avpriv_dv_get_packet @152
|
||||
avpriv_dv_init_demux @153
|
||||
avpriv_dv_produce_packet @154
|
||||
avpriv_io_delete @155
|
||||
avpriv_io_move @156
|
||||
avpriv_mpegts_parse_close @157
|
||||
avpriv_mpegts_parse_open @158
|
||||
avpriv_mpegts_parse_packet @159
|
||||
avpriv_new_chapter @160
|
||||
avpriv_set_pts_info @161
|
||||
ffio_open_dyn_packet_buf @162
|
||||
ffio_set_buf_size @163
|
||||
ffurl_close @164
|
||||
ffurl_open @165
|
||||
ffurl_read_complete @166
|
||||
ffurl_seek @167
|
||||
ffurl_size @168
|
||||
ffurl_write @169
|
||||
url_feof @170
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
av_add_index_entry @2
|
||||
av_append_packet @3
|
||||
av_codec_get_id @4
|
||||
av_codec_get_tag @5
|
||||
av_codec_get_tag2 @6
|
||||
av_convert_lang_to @7
|
||||
av_demuxer_open @8
|
||||
av_dump_format @9
|
||||
av_filename_number_test @10
|
||||
av_find_best_stream @11
|
||||
av_find_default_stream_index @12
|
||||
av_find_input_format @13
|
||||
av_find_program_from_stream @14
|
||||
av_fmt_ctx_get_duration_estimation_method @15
|
||||
av_format_ffversion @16 DATA
|
||||
av_format_get_audio_codec @17
|
||||
av_format_get_control_message_cb @18
|
||||
av_format_get_data_codec @19
|
||||
av_format_get_metadata_header_padding @20
|
||||
av_format_get_opaque @21
|
||||
av_format_get_open_cb @22
|
||||
av_format_get_probe_score @23
|
||||
av_format_get_subtitle_codec @24
|
||||
av_format_get_video_codec @25
|
||||
av_format_inject_global_side_data @26
|
||||
av_format_set_audio_codec @27
|
||||
av_format_set_control_message_cb @28
|
||||
av_format_set_data_codec @29
|
||||
av_format_set_metadata_header_padding @30
|
||||
av_format_set_opaque @31
|
||||
av_format_set_open_cb @32
|
||||
av_format_set_subtitle_codec @33
|
||||
av_format_set_video_codec @34
|
||||
av_get_frame_filename @35
|
||||
av_get_output_timestamp @36
|
||||
av_get_packet @37
|
||||
av_guess_codec @38
|
||||
av_guess_format @39
|
||||
av_guess_frame_rate @40
|
||||
av_guess_sample_aspect_ratio @41
|
||||
av_hex_dump @42
|
||||
av_hex_dump_log @43
|
||||
av_iformat_next @44
|
||||
av_index_search_timestamp @45
|
||||
av_interleaved_write_frame @46
|
||||
av_interleaved_write_uncoded_frame @47
|
||||
av_match_ext @48
|
||||
av_new_program @49
|
||||
av_oformat_next @50
|
||||
av_pkt_dump2 @51
|
||||
av_pkt_dump_log2 @52
|
||||
av_probe_input_buffer @53
|
||||
av_probe_input_buffer2 @54
|
||||
av_probe_input_format @55
|
||||
av_probe_input_format2 @56
|
||||
av_probe_input_format3 @57
|
||||
av_read_frame @58
|
||||
av_read_pause @59
|
||||
av_read_play @60
|
||||
av_register_all @61
|
||||
av_register_input_format @62
|
||||
av_register_output_format @63
|
||||
av_sdp_create @64
|
||||
av_seek_frame @65
|
||||
av_stream_get_end_pts @66
|
||||
av_stream_get_parser @67
|
||||
av_stream_get_r_frame_rate @68
|
||||
av_stream_get_recommended_encoder_configuration @69
|
||||
av_stream_get_side_data @70
|
||||
av_stream_set_r_frame_rate @71
|
||||
av_stream_set_recommended_encoder_configuration @72
|
||||
av_url_split @73
|
||||
av_write_frame @74
|
||||
av_write_trailer @75
|
||||
av_write_uncoded_frame @76
|
||||
av_write_uncoded_frame_query @77
|
||||
avformat_alloc_context @78
|
||||
avformat_alloc_output_context2 @79
|
||||
avformat_close_input @80
|
||||
avformat_configuration @81
|
||||
avformat_find_stream_info @82
|
||||
avformat_flush @83
|
||||
avformat_free_context @84
|
||||
avformat_get_class @85
|
||||
avformat_get_mov_audio_tags @86
|
||||
avformat_get_mov_video_tags @87
|
||||
avformat_get_riff_audio_tags @88
|
||||
avformat_get_riff_video_tags @89
|
||||
avformat_license @90
|
||||
avformat_match_stream_specifier @91
|
||||
avformat_network_deinit @92
|
||||
avformat_network_init @93
|
||||
avformat_new_stream @94
|
||||
avformat_open_input @95
|
||||
avformat_query_codec @96
|
||||
avformat_queue_attached_pictures @97
|
||||
avformat_seek_file @98
|
||||
avformat_version @99
|
||||
avformat_write_header @100
|
||||
avio_accept @101
|
||||
avio_alloc_context @102
|
||||
avio_check @103
|
||||
avio_close @104
|
||||
avio_close_dir @105
|
||||
avio_close_dyn_buf @106
|
||||
avio_closep @107
|
||||
avio_enum_protocols @108
|
||||
avio_feof @109
|
||||
avio_find_protocol_name @110
|
||||
avio_flush @111
|
||||
avio_free_directory_entry @112
|
||||
avio_get_str @113
|
||||
avio_get_str16be @114
|
||||
avio_get_str16le @115
|
||||
avio_handshake @116
|
||||
avio_open @117
|
||||
avio_open2 @118
|
||||
avio_open_dir @119
|
||||
avio_open_dyn_buf @120
|
||||
avio_pause @121
|
||||
avio_printf @122
|
||||
avio_put_str @123
|
||||
avio_put_str16be @124
|
||||
avio_put_str16le @125
|
||||
avio_r8 @126
|
||||
avio_rb16 @127
|
||||
avio_rb24 @128
|
||||
avio_rb32 @129
|
||||
avio_rb64 @130
|
||||
avio_read @131
|
||||
avio_read_dir @132
|
||||
avio_read_to_bprint @133
|
||||
avio_rl16 @134
|
||||
avio_rl24 @135
|
||||
avio_rl32 @136
|
||||
avio_rl64 @137
|
||||
avio_seek @138
|
||||
avio_seek_time @139
|
||||
avio_size @140
|
||||
avio_skip @141
|
||||
avio_w8 @142
|
||||
avio_wb16 @143
|
||||
avio_wb24 @144
|
||||
avio_wb32 @145
|
||||
avio_wb64 @146
|
||||
avio_wl16 @147
|
||||
avio_wl24 @148
|
||||
avio_wl32 @149
|
||||
avio_wl64 @150
|
||||
avio_write @151
|
||||
avpriv_dv_get_packet @152
|
||||
avpriv_dv_init_demux @153
|
||||
avpriv_dv_produce_packet @154
|
||||
avpriv_io_delete @155
|
||||
avpriv_io_move @156
|
||||
avpriv_mpegts_parse_close @157
|
||||
avpriv_mpegts_parse_open @158
|
||||
avpriv_mpegts_parse_packet @159
|
||||
avpriv_new_chapter @160
|
||||
avpriv_set_pts_info @161
|
||||
ffio_open_dyn_packet_buf @162
|
||||
ffio_set_buf_size @163
|
||||
ffurl_close @164
|
||||
ffurl_open @165
|
||||
ffurl_read_complete @166
|
||||
ffurl_seek @167
|
||||
ffurl_size @168
|
||||
ffurl_write @169
|
||||
url_feof @170
|
||||
|
@ -1,459 +1,459 @@
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
av_add_q @2
|
||||
av_add_stable @3
|
||||
av_adler32_update @4
|
||||
av_aes_alloc @5
|
||||
av_aes_crypt @6
|
||||
av_aes_init @7
|
||||
av_aes_size @8 DATA
|
||||
av_append_path_component @9
|
||||
av_asprintf @10
|
||||
av_audio_fifo_alloc @11
|
||||
av_audio_fifo_drain @12
|
||||
av_audio_fifo_free @13
|
||||
av_audio_fifo_peek @14
|
||||
av_audio_fifo_read @15
|
||||
av_audio_fifo_realloc @16
|
||||
av_audio_fifo_reset @17
|
||||
av_audio_fifo_size @18
|
||||
av_audio_fifo_space @19
|
||||
av_audio_fifo_write @20
|
||||
av_base64_decode @21
|
||||
av_base64_encode @22
|
||||
av_basename @23
|
||||
av_blowfish_alloc @24
|
||||
av_blowfish_crypt @25
|
||||
av_blowfish_crypt_ecb @26
|
||||
av_blowfish_init @27
|
||||
av_bmg_get @28
|
||||
av_bprint_append_data @29
|
||||
av_bprint_channel_layout @30
|
||||
av_bprint_chars @31
|
||||
av_bprint_clear @32
|
||||
av_bprint_escape @33
|
||||
av_bprint_finalize @34
|
||||
av_bprint_get_buffer @35
|
||||
av_bprint_init @36
|
||||
av_bprint_init_for_buffer @37
|
||||
av_bprint_strftime @38
|
||||
av_bprintf @39
|
||||
av_buffer_alloc @40
|
||||
av_buffer_allocz @41
|
||||
av_buffer_create @42
|
||||
av_buffer_default_free @43
|
||||
av_buffer_get_opaque @44
|
||||
av_buffer_get_ref_count @45
|
||||
av_buffer_is_writable @46
|
||||
av_buffer_make_writable @47
|
||||
av_buffer_pool_get @48
|
||||
av_buffer_pool_init @49
|
||||
av_buffer_pool_uninit @50
|
||||
av_buffer_realloc @51
|
||||
av_buffer_ref @52
|
||||
av_buffer_unref @53
|
||||
av_calloc @54
|
||||
av_camellia_alloc @55
|
||||
av_camellia_crypt @56
|
||||
av_camellia_init @57
|
||||
av_camellia_size @58 DATA
|
||||
av_cast5_alloc @59
|
||||
av_cast5_crypt @60
|
||||
av_cast5_crypt2 @61
|
||||
av_cast5_init @62
|
||||
av_cast5_size @63 DATA
|
||||
av_channel_layout_extract_channel @64
|
||||
av_chroma_location_name @65
|
||||
av_color_primaries_name @66
|
||||
av_color_range_name @67
|
||||
av_color_space_name @68
|
||||
av_color_transfer_name @69
|
||||
av_compare_mod @70
|
||||
av_compare_ts @71
|
||||
av_cpu_count @72
|
||||
av_crc @73
|
||||
av_crc_get_table @74
|
||||
av_crc_init @75
|
||||
av_ctz @76
|
||||
av_d2q @77
|
||||
av_d2str @78
|
||||
av_default_get_category @79
|
||||
av_default_item_name @80
|
||||
av_des_alloc @81
|
||||
av_des_crypt @82
|
||||
av_des_init @83
|
||||
av_des_mac @84
|
||||
av_dict_copy @85
|
||||
av_dict_count @86
|
||||
av_dict_free @87
|
||||
av_dict_get @88
|
||||
av_dict_get_string @89
|
||||
av_dict_parse_string @90
|
||||
av_dict_set @91
|
||||
av_dict_set_int @92
|
||||
av_dirname @93
|
||||
av_display_matrix_flip @94
|
||||
av_display_rotation_get @95
|
||||
av_display_rotation_set @96
|
||||
av_div_q @97
|
||||
av_downmix_info_update_side_data @98
|
||||
av_dynarray2_add @99
|
||||
av_dynarray_add @100
|
||||
av_dynarray_add_nofree @101
|
||||
av_escape @102
|
||||
av_expr_eval @103
|
||||
av_expr_free @104
|
||||
av_expr_parse @105
|
||||
av_expr_parse_and_eval @106
|
||||
av_fast_malloc @107
|
||||
av_fast_realloc @108
|
||||
av_fifo_alloc @109
|
||||
av_fifo_alloc_array @110
|
||||
av_fifo_drain @111
|
||||
av_fifo_free @112
|
||||
av_fifo_freep @113
|
||||
av_fifo_generic_peek @114
|
||||
av_fifo_generic_read @115
|
||||
av_fifo_generic_write @116
|
||||
av_fifo_grow @117
|
||||
av_fifo_realloc2 @118
|
||||
av_fifo_reset @119
|
||||
av_fifo_size @120
|
||||
av_fifo_space @121
|
||||
av_file_map @122
|
||||
av_file_unmap @123
|
||||
av_find_best_pix_fmt_of_2 @124
|
||||
av_find_info_tag @125
|
||||
av_find_nearest_q_idx @126
|
||||
av_fopen_utf8 @127
|
||||
av_force_cpu_flags @128
|
||||
av_frame_alloc @129
|
||||
av_frame_clone @130
|
||||
av_frame_copy @131
|
||||
av_frame_copy_props @132
|
||||
av_frame_free @133
|
||||
av_frame_get_best_effort_timestamp @134
|
||||
av_frame_get_buffer @135
|
||||
av_frame_get_channel_layout @136
|
||||
av_frame_get_channels @137
|
||||
av_frame_get_color_range @138
|
||||
av_frame_get_colorspace @139
|
||||
av_frame_get_decode_error_flags @140
|
||||
av_frame_get_metadata @141
|
||||
av_frame_get_pkt_duration @142
|
||||
av_frame_get_pkt_pos @143
|
||||
av_frame_get_pkt_size @144
|
||||
av_frame_get_plane_buffer @145
|
||||
av_frame_get_qp_table @146
|
||||
av_frame_get_sample_rate @147
|
||||
av_frame_get_side_data @148
|
||||
av_frame_is_writable @149
|
||||
av_frame_make_writable @150
|
||||
av_frame_move_ref @151
|
||||
av_frame_new_side_data @152
|
||||
av_frame_ref @153
|
||||
av_frame_remove_side_data @154
|
||||
av_frame_set_best_effort_timestamp @155
|
||||
av_frame_set_channel_layout @156
|
||||
av_frame_set_channels @157
|
||||
av_frame_set_color_range @158
|
||||
av_frame_set_colorspace @159
|
||||
av_frame_set_decode_error_flags @160
|
||||
av_frame_set_metadata @161
|
||||
av_frame_set_pkt_duration @162
|
||||
av_frame_set_pkt_pos @163
|
||||
av_frame_set_pkt_size @164
|
||||
av_frame_set_qp_table @165
|
||||
av_frame_set_sample_rate @166
|
||||
av_frame_side_data_name @167
|
||||
av_frame_unref @168
|
||||
av_free @169
|
||||
av_freep @170
|
||||
av_gcd @171
|
||||
av_get_alt_sample_fmt @172
|
||||
av_get_bits_per_pixel @173
|
||||
av_get_bytes_per_sample @174
|
||||
av_get_channel_description @175
|
||||
av_get_channel_layout @176
|
||||
av_get_channel_layout_channel_index @177
|
||||
av_get_channel_layout_nb_channels @178
|
||||
av_get_channel_layout_string @179
|
||||
av_get_channel_name @180
|
||||
av_get_colorspace_name @181
|
||||
av_get_cpu_flags @182
|
||||
av_get_default_channel_layout @183
|
||||
av_get_double @184
|
||||
av_get_int @185
|
||||
av_get_known_color_name @186
|
||||
av_get_media_type_string @187
|
||||
av_get_packed_sample_fmt @188
|
||||
av_get_padded_bits_per_pixel @189
|
||||
av_get_picture_type_char @190
|
||||
av_get_pix_fmt @191
|
||||
av_get_pix_fmt_loss @192
|
||||
av_get_pix_fmt_name @193
|
||||
av_get_pix_fmt_string @194
|
||||
av_get_planar_sample_fmt @195
|
||||
av_get_q @196
|
||||
av_get_random_seed @197
|
||||
av_get_sample_fmt @198
|
||||
av_get_sample_fmt_name @199
|
||||
av_get_sample_fmt_string @200
|
||||
av_get_standard_channel_layout @201
|
||||
av_get_string @202
|
||||
av_get_time_base_q @203
|
||||
av_get_token @204
|
||||
av_gettime @205
|
||||
av_gettime_relative @206
|
||||
av_gettime_relative_is_monotonic @207
|
||||
av_hash_alloc @208
|
||||
av_hash_final @209
|
||||
av_hash_final_b64 @210
|
||||
av_hash_final_bin @211
|
||||
av_hash_final_hex @212
|
||||
av_hash_freep @213
|
||||
av_hash_get_name @214
|
||||
av_hash_get_size @215
|
||||
av_hash_init @216
|
||||
av_hash_names @217
|
||||
av_hash_update @218
|
||||
av_hmac_alloc @219
|
||||
av_hmac_calc @220
|
||||
av_hmac_final @221
|
||||
av_hmac_free @222
|
||||
av_hmac_init @223
|
||||
av_hmac_update @224
|
||||
av_image_alloc @225
|
||||
av_image_check_sar @226
|
||||
av_image_check_size @227
|
||||
av_image_copy @228
|
||||
av_image_copy_plane @229
|
||||
av_image_copy_to_buffer @230
|
||||
av_image_fill_arrays @231
|
||||
av_image_fill_linesizes @232
|
||||
av_image_fill_max_pixsteps @233
|
||||
av_image_fill_pointers @234
|
||||
av_image_get_buffer_size @235
|
||||
av_image_get_linesize @236
|
||||
av_int_list_length_for_size @237
|
||||
av_isdigit @238
|
||||
av_isgraph @239
|
||||
av_isspace @240
|
||||
av_isxdigit @241
|
||||
av_lfg_init @242
|
||||
av_log @243
|
||||
av_log2 @244
|
||||
av_log2_16bit @245
|
||||
av_log_default_callback @246
|
||||
av_log_format_line @247
|
||||
av_log_get_flags @248
|
||||
av_log_get_level @249
|
||||
av_log_set_callback @250
|
||||
av_log_set_flags @251
|
||||
av_log_set_level @252
|
||||
av_lzo1x_decode @253
|
||||
av_malloc @254
|
||||
av_mallocz @255
|
||||
av_match_list @256
|
||||
av_match_name @257
|
||||
av_max_alloc @258
|
||||
av_md5_alloc @259
|
||||
av_md5_final @260
|
||||
av_md5_init @261
|
||||
av_md5_size @262 DATA
|
||||
av_md5_sum @263
|
||||
av_md5_update @264
|
||||
av_memcpy_backptr @265
|
||||
av_memdup @266
|
||||
av_mul_q @267
|
||||
av_murmur3_alloc @268
|
||||
av_murmur3_final @269
|
||||
av_murmur3_init @270
|
||||
av_murmur3_init_seeded @271
|
||||
av_murmur3_update @272
|
||||
av_nearer_q @273
|
||||
av_next_option @274
|
||||
av_opt_child_class_next @275
|
||||
av_opt_child_next @276
|
||||
av_opt_copy @277
|
||||
av_opt_eval_double @278
|
||||
av_opt_eval_flags @279
|
||||
av_opt_eval_float @280
|
||||
av_opt_eval_int @281
|
||||
av_opt_eval_int64 @282
|
||||
av_opt_eval_q @283
|
||||
av_opt_find @284
|
||||
av_opt_find2 @285
|
||||
av_opt_flag_is_set @286
|
||||
av_opt_free @287
|
||||
av_opt_freep_ranges @288
|
||||
av_opt_get @289
|
||||
av_opt_get_channel_layout @290
|
||||
av_opt_get_dict_val @291
|
||||
av_opt_get_double @292
|
||||
av_opt_get_image_size @293
|
||||
av_opt_get_int @294
|
||||
av_opt_get_key_value @295
|
||||
av_opt_get_pixel_fmt @296
|
||||
av_opt_get_q @297
|
||||
av_opt_get_sample_fmt @298
|
||||
av_opt_get_video_rate @299
|
||||
av_opt_is_set_to_default @300
|
||||
av_opt_is_set_to_default_by_name @301
|
||||
av_opt_next @302
|
||||
av_opt_ptr @303
|
||||
av_opt_query_ranges @304
|
||||
av_opt_query_ranges_default @305
|
||||
av_opt_serialize @306
|
||||
av_opt_set @307
|
||||
av_opt_set_bin @308
|
||||
av_opt_set_channel_layout @309
|
||||
av_opt_set_defaults @310
|
||||
av_opt_set_defaults2 @311
|
||||
av_opt_set_dict @312
|
||||
av_opt_set_dict2 @313
|
||||
av_opt_set_dict_val @314
|
||||
av_opt_set_double @315
|
||||
av_opt_set_from_string @316
|
||||
av_opt_set_image_size @317
|
||||
av_opt_set_int @318
|
||||
av_opt_set_pixel_fmt @319
|
||||
av_opt_set_q @320
|
||||
av_opt_set_sample_fmt @321
|
||||
av_opt_set_video_rate @322
|
||||
av_opt_show2 @323
|
||||
av_parse_color @324
|
||||
av_parse_cpu_caps @325
|
||||
av_parse_cpu_flags @326
|
||||
av_parse_ratio @327
|
||||
av_parse_time @328
|
||||
av_parse_video_rate @329
|
||||
av_parse_video_size @330
|
||||
av_pix_fmt_count_planes @331
|
||||
av_pix_fmt_desc_get @332
|
||||
av_pix_fmt_desc_get_id @333
|
||||
av_pix_fmt_desc_next @334
|
||||
av_pix_fmt_descriptors @335 DATA
|
||||
av_pix_fmt_get_chroma_sub_sample @336
|
||||
av_pix_fmt_swap_endianness @337
|
||||
av_pixelutils_get_sad_fn @338
|
||||
av_q2intfloat @339
|
||||
av_rc4_alloc @340
|
||||
av_rc4_crypt @341
|
||||
av_rc4_init @342
|
||||
av_read_image_line @343
|
||||
av_realloc @344
|
||||
av_realloc_array @345
|
||||
av_realloc_f @346
|
||||
av_reallocp @347
|
||||
av_reallocp_array @348
|
||||
av_reduce @349
|
||||
av_rescale @350
|
||||
av_rescale_delta @351
|
||||
av_rescale_q @352
|
||||
av_rescale_q_rnd @353
|
||||
av_rescale_rnd @354
|
||||
av_reverse @355 DATA
|
||||
av_ripemd_alloc @356
|
||||
av_ripemd_final @357
|
||||
av_ripemd_init @358
|
||||
av_ripemd_size @359 DATA
|
||||
av_ripemd_update @360
|
||||
av_sample_fmt_is_planar @361
|
||||
av_samples_alloc @362
|
||||
av_samples_alloc_array_and_samples @363
|
||||
av_samples_copy @364
|
||||
av_samples_fill_arrays @365
|
||||
av_samples_get_buffer_size @366
|
||||
av_samples_set_silence @367
|
||||
av_set_cpu_flags_mask @368
|
||||
av_set_double @369
|
||||
av_set_int @370
|
||||
av_set_options_string @371
|
||||
av_set_q @372
|
||||
av_set_string3 @373
|
||||
av_sha512_alloc @374
|
||||
av_sha512_final @375
|
||||
av_sha512_init @376
|
||||
av_sha512_size @377 DATA
|
||||
av_sha512_update @378
|
||||
av_sha_alloc @379
|
||||
av_sha_final @380
|
||||
av_sha_init @381
|
||||
av_sha_size @382 DATA
|
||||
av_sha_update @383
|
||||
av_small_strptime @384
|
||||
av_stereo3d_alloc @385
|
||||
av_stereo3d_create_side_data @386
|
||||
av_strcasecmp @387
|
||||
av_strdup @388
|
||||
av_strerror @389
|
||||
av_stristart @390
|
||||
av_stristr @391
|
||||
av_strlcat @392
|
||||
av_strlcatf @393
|
||||
av_strlcpy @394
|
||||
av_strncasecmp @395
|
||||
av_strndup @396
|
||||
av_strnstr @397
|
||||
av_strstart @398
|
||||
av_strtod @399
|
||||
av_strtok @400
|
||||
av_sub_q @401
|
||||
av_tea_alloc @402
|
||||
av_tea_crypt @403
|
||||
av_tea_init @404
|
||||
av_tea_size @405 DATA
|
||||
av_tempfile @406
|
||||
av_thread_message_queue_alloc @407
|
||||
av_thread_message_queue_free @408
|
||||
av_thread_message_queue_recv @409
|
||||
av_thread_message_queue_send @410
|
||||
av_thread_message_queue_set_err_recv @411
|
||||
av_thread_message_queue_set_err_send @412
|
||||
av_timecode_adjust_ntsc_framenum2 @413
|
||||
av_timecode_check_frame_rate @414
|
||||
av_timecode_get_smpte_from_framenum @415
|
||||
av_timecode_init @416
|
||||
av_timecode_init_from_string @417
|
||||
av_timecode_make_mpeg_tc_string @418
|
||||
av_timecode_make_smpte_tc_string @419
|
||||
av_timecode_make_string @420
|
||||
av_timegm @421
|
||||
av_tree_destroy @422
|
||||
av_tree_enumerate @423
|
||||
av_tree_find @424
|
||||
av_tree_insert @425
|
||||
av_tree_node_alloc @426
|
||||
av_tree_node_size @427 DATA
|
||||
av_twofish_alloc @428
|
||||
av_twofish_crypt @429
|
||||
av_twofish_init @430
|
||||
av_twofish_size @431 DATA
|
||||
av_usleep @432
|
||||
av_utf8_decode @433
|
||||
av_util_ffversion @434 DATA
|
||||
av_vbprintf @435
|
||||
av_version_info @436
|
||||
av_vlog @437
|
||||
av_write_image_line @438
|
||||
av_xtea_alloc @439
|
||||
av_xtea_crypt @440
|
||||
av_xtea_init @441
|
||||
avpriv_alloc_fixed_dsp @442
|
||||
avpriv_cga_font @443 DATA
|
||||
avpriv_float_dsp_alloc @444
|
||||
avpriv_float_dsp_init @445
|
||||
avpriv_frame_get_metadatap @446
|
||||
avpriv_get_gamma_from_trc @447
|
||||
avpriv_init_lls @448
|
||||
avpriv_open @449
|
||||
avpriv_report_missing_feature @450
|
||||
avpriv_request_sample @451
|
||||
avpriv_scalarproduct_float_c @452
|
||||
avpriv_set_systematic_pal2 @453
|
||||
avpriv_solve_lls @454
|
||||
avpriv_vga16_font @455 DATA
|
||||
avutil_configuration @456
|
||||
avutil_license @457
|
||||
avutil_version @458
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
av_add_q @2
|
||||
av_add_stable @3
|
||||
av_adler32_update @4
|
||||
av_aes_alloc @5
|
||||
av_aes_crypt @6
|
||||
av_aes_init @7
|
||||
av_aes_size @8 DATA
|
||||
av_append_path_component @9
|
||||
av_asprintf @10
|
||||
av_audio_fifo_alloc @11
|
||||
av_audio_fifo_drain @12
|
||||
av_audio_fifo_free @13
|
||||
av_audio_fifo_peek @14
|
||||
av_audio_fifo_read @15
|
||||
av_audio_fifo_realloc @16
|
||||
av_audio_fifo_reset @17
|
||||
av_audio_fifo_size @18
|
||||
av_audio_fifo_space @19
|
||||
av_audio_fifo_write @20
|
||||
av_base64_decode @21
|
||||
av_base64_encode @22
|
||||
av_basename @23
|
||||
av_blowfish_alloc @24
|
||||
av_blowfish_crypt @25
|
||||
av_blowfish_crypt_ecb @26
|
||||
av_blowfish_init @27
|
||||
av_bmg_get @28
|
||||
av_bprint_append_data @29
|
||||
av_bprint_channel_layout @30
|
||||
av_bprint_chars @31
|
||||
av_bprint_clear @32
|
||||
av_bprint_escape @33
|
||||
av_bprint_finalize @34
|
||||
av_bprint_get_buffer @35
|
||||
av_bprint_init @36
|
||||
av_bprint_init_for_buffer @37
|
||||
av_bprint_strftime @38
|
||||
av_bprintf @39
|
||||
av_buffer_alloc @40
|
||||
av_buffer_allocz @41
|
||||
av_buffer_create @42
|
||||
av_buffer_default_free @43
|
||||
av_buffer_get_opaque @44
|
||||
av_buffer_get_ref_count @45
|
||||
av_buffer_is_writable @46
|
||||
av_buffer_make_writable @47
|
||||
av_buffer_pool_get @48
|
||||
av_buffer_pool_init @49
|
||||
av_buffer_pool_uninit @50
|
||||
av_buffer_realloc @51
|
||||
av_buffer_ref @52
|
||||
av_buffer_unref @53
|
||||
av_calloc @54
|
||||
av_camellia_alloc @55
|
||||
av_camellia_crypt @56
|
||||
av_camellia_init @57
|
||||
av_camellia_size @58 DATA
|
||||
av_cast5_alloc @59
|
||||
av_cast5_crypt @60
|
||||
av_cast5_crypt2 @61
|
||||
av_cast5_init @62
|
||||
av_cast5_size @63 DATA
|
||||
av_channel_layout_extract_channel @64
|
||||
av_chroma_location_name @65
|
||||
av_color_primaries_name @66
|
||||
av_color_range_name @67
|
||||
av_color_space_name @68
|
||||
av_color_transfer_name @69
|
||||
av_compare_mod @70
|
||||
av_compare_ts @71
|
||||
av_cpu_count @72
|
||||
av_crc @73
|
||||
av_crc_get_table @74
|
||||
av_crc_init @75
|
||||
av_ctz @76
|
||||
av_d2q @77
|
||||
av_d2str @78
|
||||
av_default_get_category @79
|
||||
av_default_item_name @80
|
||||
av_des_alloc @81
|
||||
av_des_crypt @82
|
||||
av_des_init @83
|
||||
av_des_mac @84
|
||||
av_dict_copy @85
|
||||
av_dict_count @86
|
||||
av_dict_free @87
|
||||
av_dict_get @88
|
||||
av_dict_get_string @89
|
||||
av_dict_parse_string @90
|
||||
av_dict_set @91
|
||||
av_dict_set_int @92
|
||||
av_dirname @93
|
||||
av_display_matrix_flip @94
|
||||
av_display_rotation_get @95
|
||||
av_display_rotation_set @96
|
||||
av_div_q @97
|
||||
av_downmix_info_update_side_data @98
|
||||
av_dynarray2_add @99
|
||||
av_dynarray_add @100
|
||||
av_dynarray_add_nofree @101
|
||||
av_escape @102
|
||||
av_expr_eval @103
|
||||
av_expr_free @104
|
||||
av_expr_parse @105
|
||||
av_expr_parse_and_eval @106
|
||||
av_fast_malloc @107
|
||||
av_fast_realloc @108
|
||||
av_fifo_alloc @109
|
||||
av_fifo_alloc_array @110
|
||||
av_fifo_drain @111
|
||||
av_fifo_free @112
|
||||
av_fifo_freep @113
|
||||
av_fifo_generic_peek @114
|
||||
av_fifo_generic_read @115
|
||||
av_fifo_generic_write @116
|
||||
av_fifo_grow @117
|
||||
av_fifo_realloc2 @118
|
||||
av_fifo_reset @119
|
||||
av_fifo_size @120
|
||||
av_fifo_space @121
|
||||
av_file_map @122
|
||||
av_file_unmap @123
|
||||
av_find_best_pix_fmt_of_2 @124
|
||||
av_find_info_tag @125
|
||||
av_find_nearest_q_idx @126
|
||||
av_fopen_utf8 @127
|
||||
av_force_cpu_flags @128
|
||||
av_frame_alloc @129
|
||||
av_frame_clone @130
|
||||
av_frame_copy @131
|
||||
av_frame_copy_props @132
|
||||
av_frame_free @133
|
||||
av_frame_get_best_effort_timestamp @134
|
||||
av_frame_get_buffer @135
|
||||
av_frame_get_channel_layout @136
|
||||
av_frame_get_channels @137
|
||||
av_frame_get_color_range @138
|
||||
av_frame_get_colorspace @139
|
||||
av_frame_get_decode_error_flags @140
|
||||
av_frame_get_metadata @141
|
||||
av_frame_get_pkt_duration @142
|
||||
av_frame_get_pkt_pos @143
|
||||
av_frame_get_pkt_size @144
|
||||
av_frame_get_plane_buffer @145
|
||||
av_frame_get_qp_table @146
|
||||
av_frame_get_sample_rate @147
|
||||
av_frame_get_side_data @148
|
||||
av_frame_is_writable @149
|
||||
av_frame_make_writable @150
|
||||
av_frame_move_ref @151
|
||||
av_frame_new_side_data @152
|
||||
av_frame_ref @153
|
||||
av_frame_remove_side_data @154
|
||||
av_frame_set_best_effort_timestamp @155
|
||||
av_frame_set_channel_layout @156
|
||||
av_frame_set_channels @157
|
||||
av_frame_set_color_range @158
|
||||
av_frame_set_colorspace @159
|
||||
av_frame_set_decode_error_flags @160
|
||||
av_frame_set_metadata @161
|
||||
av_frame_set_pkt_duration @162
|
||||
av_frame_set_pkt_pos @163
|
||||
av_frame_set_pkt_size @164
|
||||
av_frame_set_qp_table @165
|
||||
av_frame_set_sample_rate @166
|
||||
av_frame_side_data_name @167
|
||||
av_frame_unref @168
|
||||
av_free @169
|
||||
av_freep @170
|
||||
av_gcd @171
|
||||
av_get_alt_sample_fmt @172
|
||||
av_get_bits_per_pixel @173
|
||||
av_get_bytes_per_sample @174
|
||||
av_get_channel_description @175
|
||||
av_get_channel_layout @176
|
||||
av_get_channel_layout_channel_index @177
|
||||
av_get_channel_layout_nb_channels @178
|
||||
av_get_channel_layout_string @179
|
||||
av_get_channel_name @180
|
||||
av_get_colorspace_name @181
|
||||
av_get_cpu_flags @182
|
||||
av_get_default_channel_layout @183
|
||||
av_get_double @184
|
||||
av_get_int @185
|
||||
av_get_known_color_name @186
|
||||
av_get_media_type_string @187
|
||||
av_get_packed_sample_fmt @188
|
||||
av_get_padded_bits_per_pixel @189
|
||||
av_get_picture_type_char @190
|
||||
av_get_pix_fmt @191
|
||||
av_get_pix_fmt_loss @192
|
||||
av_get_pix_fmt_name @193
|
||||
av_get_pix_fmt_string @194
|
||||
av_get_planar_sample_fmt @195
|
||||
av_get_q @196
|
||||
av_get_random_seed @197
|
||||
av_get_sample_fmt @198
|
||||
av_get_sample_fmt_name @199
|
||||
av_get_sample_fmt_string @200
|
||||
av_get_standard_channel_layout @201
|
||||
av_get_string @202
|
||||
av_get_time_base_q @203
|
||||
av_get_token @204
|
||||
av_gettime @205
|
||||
av_gettime_relative @206
|
||||
av_gettime_relative_is_monotonic @207
|
||||
av_hash_alloc @208
|
||||
av_hash_final @209
|
||||
av_hash_final_b64 @210
|
||||
av_hash_final_bin @211
|
||||
av_hash_final_hex @212
|
||||
av_hash_freep @213
|
||||
av_hash_get_name @214
|
||||
av_hash_get_size @215
|
||||
av_hash_init @216
|
||||
av_hash_names @217
|
||||
av_hash_update @218
|
||||
av_hmac_alloc @219
|
||||
av_hmac_calc @220
|
||||
av_hmac_final @221
|
||||
av_hmac_free @222
|
||||
av_hmac_init @223
|
||||
av_hmac_update @224
|
||||
av_image_alloc @225
|
||||
av_image_check_sar @226
|
||||
av_image_check_size @227
|
||||
av_image_copy @228
|
||||
av_image_copy_plane @229
|
||||
av_image_copy_to_buffer @230
|
||||
av_image_fill_arrays @231
|
||||
av_image_fill_linesizes @232
|
||||
av_image_fill_max_pixsteps @233
|
||||
av_image_fill_pointers @234
|
||||
av_image_get_buffer_size @235
|
||||
av_image_get_linesize @236
|
||||
av_int_list_length_for_size @237
|
||||
av_isdigit @238
|
||||
av_isgraph @239
|
||||
av_isspace @240
|
||||
av_isxdigit @241
|
||||
av_lfg_init @242
|
||||
av_log @243
|
||||
av_log2 @244
|
||||
av_log2_16bit @245
|
||||
av_log_default_callback @246
|
||||
av_log_format_line @247
|
||||
av_log_get_flags @248
|
||||
av_log_get_level @249
|
||||
av_log_set_callback @250
|
||||
av_log_set_flags @251
|
||||
av_log_set_level @252
|
||||
av_lzo1x_decode @253
|
||||
av_malloc @254
|
||||
av_mallocz @255
|
||||
av_match_list @256
|
||||
av_match_name @257
|
||||
av_max_alloc @258
|
||||
av_md5_alloc @259
|
||||
av_md5_final @260
|
||||
av_md5_init @261
|
||||
av_md5_size @262 DATA
|
||||
av_md5_sum @263
|
||||
av_md5_update @264
|
||||
av_memcpy_backptr @265
|
||||
av_memdup @266
|
||||
av_mul_q @267
|
||||
av_murmur3_alloc @268
|
||||
av_murmur3_final @269
|
||||
av_murmur3_init @270
|
||||
av_murmur3_init_seeded @271
|
||||
av_murmur3_update @272
|
||||
av_nearer_q @273
|
||||
av_next_option @274
|
||||
av_opt_child_class_next @275
|
||||
av_opt_child_next @276
|
||||
av_opt_copy @277
|
||||
av_opt_eval_double @278
|
||||
av_opt_eval_flags @279
|
||||
av_opt_eval_float @280
|
||||
av_opt_eval_int @281
|
||||
av_opt_eval_int64 @282
|
||||
av_opt_eval_q @283
|
||||
av_opt_find @284
|
||||
av_opt_find2 @285
|
||||
av_opt_flag_is_set @286
|
||||
av_opt_free @287
|
||||
av_opt_freep_ranges @288
|
||||
av_opt_get @289
|
||||
av_opt_get_channel_layout @290
|
||||
av_opt_get_dict_val @291
|
||||
av_opt_get_double @292
|
||||
av_opt_get_image_size @293
|
||||
av_opt_get_int @294
|
||||
av_opt_get_key_value @295
|
||||
av_opt_get_pixel_fmt @296
|
||||
av_opt_get_q @297
|
||||
av_opt_get_sample_fmt @298
|
||||
av_opt_get_video_rate @299
|
||||
av_opt_is_set_to_default @300
|
||||
av_opt_is_set_to_default_by_name @301
|
||||
av_opt_next @302
|
||||
av_opt_ptr @303
|
||||
av_opt_query_ranges @304
|
||||
av_opt_query_ranges_default @305
|
||||
av_opt_serialize @306
|
||||
av_opt_set @307
|
||||
av_opt_set_bin @308
|
||||
av_opt_set_channel_layout @309
|
||||
av_opt_set_defaults @310
|
||||
av_opt_set_defaults2 @311
|
||||
av_opt_set_dict @312
|
||||
av_opt_set_dict2 @313
|
||||
av_opt_set_dict_val @314
|
||||
av_opt_set_double @315
|
||||
av_opt_set_from_string @316
|
||||
av_opt_set_image_size @317
|
||||
av_opt_set_int @318
|
||||
av_opt_set_pixel_fmt @319
|
||||
av_opt_set_q @320
|
||||
av_opt_set_sample_fmt @321
|
||||
av_opt_set_video_rate @322
|
||||
av_opt_show2 @323
|
||||
av_parse_color @324
|
||||
av_parse_cpu_caps @325
|
||||
av_parse_cpu_flags @326
|
||||
av_parse_ratio @327
|
||||
av_parse_time @328
|
||||
av_parse_video_rate @329
|
||||
av_parse_video_size @330
|
||||
av_pix_fmt_count_planes @331
|
||||
av_pix_fmt_desc_get @332
|
||||
av_pix_fmt_desc_get_id @333
|
||||
av_pix_fmt_desc_next @334
|
||||
av_pix_fmt_descriptors @335 DATA
|
||||
av_pix_fmt_get_chroma_sub_sample @336
|
||||
av_pix_fmt_swap_endianness @337
|
||||
av_pixelutils_get_sad_fn @338
|
||||
av_q2intfloat @339
|
||||
av_rc4_alloc @340
|
||||
av_rc4_crypt @341
|
||||
av_rc4_init @342
|
||||
av_read_image_line @343
|
||||
av_realloc @344
|
||||
av_realloc_array @345
|
||||
av_realloc_f @346
|
||||
av_reallocp @347
|
||||
av_reallocp_array @348
|
||||
av_reduce @349
|
||||
av_rescale @350
|
||||
av_rescale_delta @351
|
||||
av_rescale_q @352
|
||||
av_rescale_q_rnd @353
|
||||
av_rescale_rnd @354
|
||||
av_reverse @355 DATA
|
||||
av_ripemd_alloc @356
|
||||
av_ripemd_final @357
|
||||
av_ripemd_init @358
|
||||
av_ripemd_size @359 DATA
|
||||
av_ripemd_update @360
|
||||
av_sample_fmt_is_planar @361
|
||||
av_samples_alloc @362
|
||||
av_samples_alloc_array_and_samples @363
|
||||
av_samples_copy @364
|
||||
av_samples_fill_arrays @365
|
||||
av_samples_get_buffer_size @366
|
||||
av_samples_set_silence @367
|
||||
av_set_cpu_flags_mask @368
|
||||
av_set_double @369
|
||||
av_set_int @370
|
||||
av_set_options_string @371
|
||||
av_set_q @372
|
||||
av_set_string3 @373
|
||||
av_sha512_alloc @374
|
||||
av_sha512_final @375
|
||||
av_sha512_init @376
|
||||
av_sha512_size @377 DATA
|
||||
av_sha512_update @378
|
||||
av_sha_alloc @379
|
||||
av_sha_final @380
|
||||
av_sha_init @381
|
||||
av_sha_size @382 DATA
|
||||
av_sha_update @383
|
||||
av_small_strptime @384
|
||||
av_stereo3d_alloc @385
|
||||
av_stereo3d_create_side_data @386
|
||||
av_strcasecmp @387
|
||||
av_strdup @388
|
||||
av_strerror @389
|
||||
av_stristart @390
|
||||
av_stristr @391
|
||||
av_strlcat @392
|
||||
av_strlcatf @393
|
||||
av_strlcpy @394
|
||||
av_strncasecmp @395
|
||||
av_strndup @396
|
||||
av_strnstr @397
|
||||
av_strstart @398
|
||||
av_strtod @399
|
||||
av_strtok @400
|
||||
av_sub_q @401
|
||||
av_tea_alloc @402
|
||||
av_tea_crypt @403
|
||||
av_tea_init @404
|
||||
av_tea_size @405 DATA
|
||||
av_tempfile @406
|
||||
av_thread_message_queue_alloc @407
|
||||
av_thread_message_queue_free @408
|
||||
av_thread_message_queue_recv @409
|
||||
av_thread_message_queue_send @410
|
||||
av_thread_message_queue_set_err_recv @411
|
||||
av_thread_message_queue_set_err_send @412
|
||||
av_timecode_adjust_ntsc_framenum2 @413
|
||||
av_timecode_check_frame_rate @414
|
||||
av_timecode_get_smpte_from_framenum @415
|
||||
av_timecode_init @416
|
||||
av_timecode_init_from_string @417
|
||||
av_timecode_make_mpeg_tc_string @418
|
||||
av_timecode_make_smpte_tc_string @419
|
||||
av_timecode_make_string @420
|
||||
av_timegm @421
|
||||
av_tree_destroy @422
|
||||
av_tree_enumerate @423
|
||||
av_tree_find @424
|
||||
av_tree_insert @425
|
||||
av_tree_node_alloc @426
|
||||
av_tree_node_size @427 DATA
|
||||
av_twofish_alloc @428
|
||||
av_twofish_crypt @429
|
||||
av_twofish_init @430
|
||||
av_twofish_size @431 DATA
|
||||
av_usleep @432
|
||||
av_utf8_decode @433
|
||||
av_util_ffversion @434 DATA
|
||||
av_vbprintf @435
|
||||
av_version_info @436
|
||||
av_vlog @437
|
||||
av_write_image_line @438
|
||||
av_xtea_alloc @439
|
||||
av_xtea_crypt @440
|
||||
av_xtea_init @441
|
||||
avpriv_alloc_fixed_dsp @442
|
||||
avpriv_cga_font @443 DATA
|
||||
avpriv_float_dsp_alloc @444
|
||||
avpriv_float_dsp_init @445
|
||||
avpriv_frame_get_metadatap @446
|
||||
avpriv_get_gamma_from_trc @447
|
||||
avpriv_init_lls @448
|
||||
avpriv_open @449
|
||||
avpriv_report_missing_feature @450
|
||||
avpriv_request_sample @451
|
||||
avpriv_scalarproduct_float_c @452
|
||||
avpriv_set_systematic_pal2 @453
|
||||
avpriv_solve_lls @454
|
||||
avpriv_vga16_font @455 DATA
|
||||
avutil_configuration @456
|
||||
avutil_license @457
|
||||
avutil_version @458
|
||||
|
@ -1,24 +1,24 @@
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
swr_alloc @2
|
||||
swr_alloc_set_opts @3
|
||||
swr_close @4
|
||||
swr_config_frame @5
|
||||
swr_convert @6
|
||||
swr_convert_frame @7
|
||||
swr_drop_output @8
|
||||
swr_ffversion @9 DATA
|
||||
swr_free @10
|
||||
swr_get_class @11
|
||||
swr_get_delay @12
|
||||
swr_get_out_samples @13
|
||||
swr_init @14
|
||||
swr_inject_silence @15
|
||||
swr_is_initialized @16
|
||||
swr_next_pts @17
|
||||
swr_set_channel_mapping @18
|
||||
swr_set_compensation @19
|
||||
swr_set_matrix @20
|
||||
swresample_configuration @21
|
||||
swresample_license @22
|
||||
swresample_version @23
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
swr_alloc @2
|
||||
swr_alloc_set_opts @3
|
||||
swr_close @4
|
||||
swr_config_frame @5
|
||||
swr_convert @6
|
||||
swr_convert_frame @7
|
||||
swr_drop_output @8
|
||||
swr_ffversion @9 DATA
|
||||
swr_free @10
|
||||
swr_get_class @11
|
||||
swr_get_delay @12
|
||||
swr_get_out_samples @13
|
||||
swr_init @14
|
||||
swr_inject_silence @15
|
||||
swr_is_initialized @16
|
||||
swr_next_pts @17
|
||||
swr_set_channel_mapping @18
|
||||
swr_set_compensation @19
|
||||
swr_set_matrix @20
|
||||
swresample_configuration @21
|
||||
swresample_license @22
|
||||
swresample_version @23
|
||||
|
@ -1,38 +1,38 @@
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
sws_addVec @2
|
||||
sws_allocVec @3
|
||||
sws_alloc_context @4
|
||||
sws_alloc_set_opts @5
|
||||
sws_cloneVec @6
|
||||
sws_context_class @7 DATA
|
||||
sws_convVec @8
|
||||
sws_convertPalette8ToPacked24 @9
|
||||
sws_convertPalette8ToPacked32 @10
|
||||
sws_freeContext @11
|
||||
sws_freeFilter @12
|
||||
sws_freeVec @13
|
||||
sws_getCachedContext @14
|
||||
sws_getCoefficients @15
|
||||
sws_getColorspaceDetails @16
|
||||
sws_getConstVec @17
|
||||
sws_getContext @18
|
||||
sws_getDefaultFilter @19
|
||||
sws_getGaussianVec @20
|
||||
sws_getIdentityVec @21
|
||||
sws_get_class @22
|
||||
sws_init_context @23
|
||||
sws_isSupportedEndiannessConversion @24
|
||||
sws_isSupportedInput @25
|
||||
sws_isSupportedOutput @26
|
||||
sws_normalizeVec @27
|
||||
sws_printVec2 @28
|
||||
sws_rgb2rgb_init @29
|
||||
sws_scale @30
|
||||
sws_scaleVec @31
|
||||
sws_setColorspaceDetails @32
|
||||
sws_shiftVec @33
|
||||
sws_subVec @34
|
||||
swscale_configuration @35
|
||||
swscale_license @36
|
||||
swscale_version @37
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
sws_addVec @2
|
||||
sws_allocVec @3
|
||||
sws_alloc_context @4
|
||||
sws_alloc_set_opts @5
|
||||
sws_cloneVec @6
|
||||
sws_context_class @7 DATA
|
||||
sws_convVec @8
|
||||
sws_convertPalette8ToPacked24 @9
|
||||
sws_convertPalette8ToPacked32 @10
|
||||
sws_freeContext @11
|
||||
sws_freeFilter @12
|
||||
sws_freeVec @13
|
||||
sws_getCachedContext @14
|
||||
sws_getCoefficients @15
|
||||
sws_getColorspaceDetails @16
|
||||
sws_getConstVec @17
|
||||
sws_getContext @18
|
||||
sws_getDefaultFilter @19
|
||||
sws_getGaussianVec @20
|
||||
sws_getIdentityVec @21
|
||||
sws_get_class @22
|
||||
sws_init_context @23
|
||||
sws_isSupportedEndiannessConversion @24
|
||||
sws_isSupportedInput @25
|
||||
sws_isSupportedOutput @26
|
||||
sws_normalizeVec @27
|
||||
sws_printVec2 @28
|
||||
sws_rgb2rgb_init @29
|
||||
sws_scale @30
|
||||
sws_scaleVec @31
|
||||
sws_setColorspaceDetails @32
|
||||
sws_shiftVec @33
|
||||
sws_subVec @34
|
||||
swscale_configuration @35
|
||||
swscale_license @36
|
||||
swscale_version @37
|
||||
|
Loading…
Reference in New Issue
Block a user