diff options
Diffstat (limited to 'win32/libxine.def')
-rw-r--r-- | win32/libxine.def | 178 |
1 files changed, 140 insertions, 38 deletions
diff --git a/win32/libxine.def b/win32/libxine.def index 48e6dea63..18f784024 100644 --- a/win32/libxine.def +++ b/win32/libxine.def @@ -3,6 +3,64 @@ EXPORTS +;---- xine-utils ----
+xine_mm_accel
+xine_fast_memcpy
+xine_probe_fast_memcpy
+
+xine_profiler_init
+xine_profiler_allocate_slot
+xine_profiler_start_count
+xine_profiler_stop_count
+xine_profiler_print_results
+
+xine_xmalloc
+xine_xmalloc_aligned
+
+xine_get_homedir
+xine_chomp
+xine_usec_sleep
+
+init_yuv_conversion
+init_yuv_planes
+free_yuv_planes
+
+xine_hexdump
+
+xine_list_free
+xine_list_is_empty
+xine_list_first_content
+xine_list_next_content
+xine_list_last_content
+xine_list_prev_content
+xine_list_append_content
+xine_list_insert_content
+xine_list_delete_current
+
+basename
+
+xine_buffer_init
+_xine_buffer_free
+xine_buffer_dup
+_xine_buffer_copyin
+xine_buffer_copyout
+_xine_buffer_set
+_xine_buffer_strcat
+_xine_buffer_strcpy
+xine_buffer_get_size
+_xine_buffer_ensure_size
+
+xml_parser_init
+xml_parser_build_tree
+xml_parser_free_tree
+xml_parser_get_property
+xml_parser_get_property_int
+xml_parser_dump_tree
+
+lexer_init
+lexer_get_token
+
+;---- xine-engine ----
xine_init xine_exit xine_play @@ -21,13 +79,13 @@ xine_engine_set_param xine_engine_get_param xine_get_status -xine_get_audio_channel +_x_get_audio_channel xine_get_audio_lang -get_audio_decoder -xine_get_spu_channel +;get_audio_decoder +;xine_get_spu_channel xine_get_spu_lang -xine_select_spu_channel -get_spu_decoder +;xine_select_spu_channel +_x_get_spu_decoder xine_get_browsable_input_plugin_ids xine_get_browse_mrls xine_get_autoplay_input_plugin_ids @@ -60,11 +118,11 @@ xine_get_param xine_get_current_frame xine_get_current_vpts -xine_get_current_info +;xine_get_current_info xine_get_stream_info xine_get_pos_length -xine_set_speed +;xine_set_speed xine_post_init xine_list_post_plugins @@ -116,8 +174,48 @@ xine_tvmode_set_tvsystem xine_tvmode_switch xine_tvmode_size xine_tvmode_exit - -xine_message +
+_x_handle_stream_end +_x_message
+_x_find_input_plugin
+_x_find_demux_plugin
+_x_find_demux_plugin_by_name
+_x_find_demux_plugin_last_probe
+_x_rip_plugin_get_instance
+
+_x_video_decoder_init
+_x_video_decoder_shutdown
+_x_audio_decoder_init
+_x_audio_decoder_shutdown
+_x_extra_info_reset
+_x_extra_info_merge
+_x_get_current_info +
+_x_demux_flush_engine
+_x_demux_control_nop
+_x_demux_control_newpts
+_x_demux_control_headers_done
+_x_demux_control_start
+_x_demux_control_end
+_x_demux_start_thread
+_x_demux_stop_thread
+_x_demux_read_header
+_x_demux_check_extension
+
+_x_read_abort
+_x_action_pending
+
+_x_get_video_decoder
+_x_free_video_decoder
+_x_get_audio_decoder
+_x_free_audio_decoder
+_x_get_spu_decoder
+_x_free_spu_decoder
+
+_x_set_speed
+_x_select_spu_channel
+_x_get_audio_channel
+_x_get_spu_channel
xine_config_register_string xine_config_register_range @@ -132,33 +230,37 @@ xine_config_load xine_config_save xine_config_reset xine_config_update_entry +
+_x_fourcc_to_buf_video +_x_buf_video_name
+_x_formattag_to_buf_audio
+_x_buf_audio_name +_x_bmiheader_le2me +_x_waveformatex_le2me -xine_demux_control_newpts -xine_demux_control_start -xine_demux_flush_engine -xine_demux_check_extension -xine_demux_read_header -xine_read_abort - -fourcc_to_buf_video -formattag_to_buf_audio -xine_bmiheader_le2me -xine_waveformatex_le2me -buf_video_name -buf_audio_name - -vo_scale_init -vo_scale_compute_output_size -vo_scale_compute_ideal_size -vo_scale_aspect_ratio_name - -xine_set_stream_info -xine_set_meta_info -xine_set_metan_info - -xio_select -xio_tcp_connect -xio_tcp_read -xio_tcp_write -xio_file_read -xio_file_write +_x_vo_scale_init +_x_vo_scale_compute_output_size +_x_vo_scale_compute_ideal_size +_x_vo_scale_aspect_ratio_name +
+_x_io_select +_x_io_tcp_connect +_x_io_tcp_read +_x_io_tcp_write +_x_io_file_read +_x_io_file_write +
+
+_x_stream_info_set
+_x_stream_info_reset
+_x_stream_info_public_reset
+_x_stream_info_get
+_x_stream_info_get_public
+_x_meta_info_set
+_x_meta_info_n_set
+_x_meta_info_reset
+_x_meta_info_public_reset
+_x_meta_info_get
+_x_meta_info_get_public
+
+_x_get_current_info
|