summaryrefslogtreecommitdiff
path: root/win32/libxine.def
blob: 742a01ffea2426abed06dd262de578e65b9d0577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
;------------------------------------------------------------
; LIBXINE DLL DEFINITIONS FILE

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

xine_hexdump

xine_list_new
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
xine_stop
xine_eject

xine_open
xine_close
xine_new
xine_dispose
xine_stream_new
xine_stream_master_slave

xine_trick_mode
xine_engine_set_param
xine_engine_get_param

xine_get_status
_x_get_audio_channel
xine_get_audio_lang
;get_audio_decoder
;xine_get_spu_channel
xine_get_spu_lang
;xine_select_spu_channel
_x_get_spu_decoder
xine_get_browsable_input_plugin_ids
xine_get_browse_mrls
xine_get_autoplay_input_plugin_ids
xine_get_autoplay_mrls
xine_get_file_extensions
xine_get_mime_types
xine_get_demux_for_mime_type
xine_get_input_plugin_description
xine_list_video_output_plugins
xine_list_audio_output_plugins
xine_get_current_frame

xine_get_meta_info

xine_open_video_driver
xine_open_audio_driver
xine_close_audio_driver
xine_close_video_driver

xine_log
xine_get_log
xine_get_error
xine_port_send_gui_data

xine_get_version_string
xine_get_version
xine_check_version
xine_set_param
xine_get_param

xine_get_current_frame
xine_get_current_vpts
;xine_get_current_info
xine_get_stream_info
xine_get_pos_length

;xine_set_speed

xine_post_init
xine_list_post_plugins
xine_list_post_plugins_typed
xine_post_list_inputs
xine_post_list_outputs
xine_post_input
xine_post_output
xine_post_wire
xine_post_wire_video_port
xine_post_wire_audio_port
xine_get_video_source
xine_get_audio_source
xine_post_dispose

xine_get_log_section_count
xine_get_log_names
xine_register_log_cb

xine_event_create_listener_thread
xine_event_new_queue
xine_event_send
xine_event_free
xine_event_get
xine_event_wait
xine_event_dispose_queue

xine_osd_new
xine_osd_draw_point
xine_osd_draw_line
xine_osd_draw_rect
xine_osd_draw_text
xine_osd_draw_bitmap
xine_osd_get_text_size
xine_osd_set_font
xine_osd_set_encoding
xine_osd_set_position
xine_osd_show
xine_osd_hide
xine_osd_clear
xine_osd_set_text_palette
xine_osd_get_palette
xine_osd_set_palette
xine_osd_free

xine_tvmode_init
xine_tvmode_use
xine_tvmode_set_tvsystem
xine_tvmode_switch
xine_tvmode_size
xine_tvmode_exit

_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
xine_config_register_enum
xine_config_register_num
xine_config_register_bool
xine_config_get_first_entry
xine_config_get_next_entry
xine_config_lookup_entry
xine_config_update_entry
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

_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

init_yuv_conversion
init_yuv_planes
free_yuv_planes
yuv444_to_yuy2
yuv9_to_yv12
yuv411_to_yv12
yv12_to_yuy2
yuy2_to_yv12
y_r_table
y_g_table
y_b_table
u_r_table
u_g_table
u_b_table
v_r_table
v_g_table
v_b_table
yv12_to_yv12
yuy2_to_yuy2