~ubuntu-branches/ubuntu/utopic/linphone/utopic-proposed

« back to all changes in this revision

Viewing changes to oRTP/build/wince/ortp.def

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-05-23 10:04:07 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523100407-wev5qrmhwwbs0whh
Tags: 3.3.0-1
* New upstream release

* debian/control: s/is a is an/is an/ (Closes: #582661)
* debian/control s/It main/Its main/ (Closes: #582665) 
* configure --disable-strict (Closes: 561708)
* Cleanup arches libv4l-dev libasound2-dev (Closes: #542595)
* Cleanup debian/watch
* Drop fix_desktop_section.dpatch - included upstream
* Drop desktop-icon.dpatch - included upstream
* Drop always_ipv4_for_ipv4_hosts.dpatch - included upstream
* Drop dpatch
* Upstream dropped /usr/bin/sipomatic

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
LIBRARY ortp
2
 
 
3
 
EXPORTS
4
 
 
5
 
        ortp_init
6
 
        ortp_scheduler_init
7
 
        ortp_exit
8
 
 
9
 
        ortp_get_scheduler
10
 
        ortp_set_log_file
11
 
        ortp_set_log_level_mask
12
 
        ortp_logv_out
13
 
        ortp_set_log_handler
14
 
        ortp_strdup_printf
15
 
        ortp_logv
16
 
        
17
 
        ortp_get_global_stats
18
 
        ortp_global_stats_display
19
 
        
20
 
        session_set_new
21
 
        session_set_select
22
 
        session_set_destroy
23
 
        
24
 
        rtp_stats_display
25
 
        rtp_session_get_stats
26
 
        
27
 
        rtp_session_init
28
 
        rtp_session_new
29
 
        
30
 
        rtp_session_set_scheduling_mode
31
 
        rtp_session_set_blocking_mode
32
 
        rtp_session_set_profile
33
 
        rtp_session_get_profile
34
 
        rtp_session_set_data
35
 
 
36
 
        rtp_session_signal_connect
37
 
        rtp_session_signal_disconnect_by_callback
38
 
        rtp_session_set_ssrc
39
 
        rtp_session_set_seq_number
40
 
        rtp_session_get_seq_number
41
 
        rtp_session_set_jitter_compensation
42
 
        rtp_session_set_local_addr
43
 
        rtp_session_set_remote_addr
44
 
        rtp_session_enable_adaptive_jitter_compensation
45
 
        rtp_session_set_recv_buf_size
46
 
 
47
 
        rtp_session_send_with_ts
48
 
        rtp_session_sendm_with_ts
49
 
 
50
 
        rtp_session_set_sockets
51
 
        rtp_session_get_rtp_socket
52
 
        rtp_session_get_rtcp_socket
53
 
 
54
 
        rtp_session_set_payload_type
55
 
        rtp_session_set_send_payload_type
56
 
        rtp_session_get_send_payload_type
57
 
        rtp_session_set_recv_payload_type
58
 
        rtp_session_get_recv_payload_type
59
 
 
60
 
        rtp_session_recv_with_ts
61
 
        rtp_session_recvm_with_ts
62
 
        rtp_session_create_packet
63
 
        
64
 
        rtp_session_get_current_send_ts
65
 
        rtp_session_get_current_recv_ts
66
 
        rtp_session_reset
67
 
        rtp_session_uninit
68
 
        rtp_session_destroy
69
 
 
70
 
        rtp_add_csrc
71
 
 
72
 
        rtp_session_send_dtmf
73
 
        
74
 
        rtp_session_set_source_description
75
 
        rtp_session_set_symmetric_rtp
76
 
        
77
 
        rtp_profile_new
78
 
        rtp_profile_set_payload
79
 
        rtp_profile_clone_full
80
 
        rtp_profile_destroy
81
 
        rtp_profile_get_payload_from_rtpmap
82
 
        
83
 
        payload_type_set_send_fmtp
84
 
        payload_type_clone
85
 
        fmtp_get_value
86
 
        
 
1
LIBRARY ortp
 
2
 
 
3
EXPORTS
 
4
 
 
5
        ortp_init
 
6
        ortp_scheduler_init
 
7
        ortp_exit
 
8
 
 
9
        ortp_get_scheduler
 
10
        ortp_set_log_file
 
11
        ortp_set_log_level_mask
 
12
        ortp_logv_out
 
13
        ortp_set_log_handler
 
14
        ortp_strdup_printf
 
15
        ortp_logv
 
16
        
 
17
        ortp_get_global_stats
 
18
        ortp_global_stats_display
 
19
        
 
20
        session_set_new
 
21
        session_set_select
 
22
        session_set_destroy
 
23
        
 
24
        rtp_stats_display
 
25
        rtp_session_get_stats
 
26
        
 
27
        rtp_session_init
 
28
        rtp_session_new
 
29
        
 
30
        rtp_session_set_scheduling_mode
 
31
        rtp_session_set_blocking_mode
 
32
        rtp_session_set_profile
 
33
        rtp_session_get_profile
 
34
        rtp_session_set_data
 
35
        rtp_session_set_ssrc_changed_threshold
 
36
 
 
37
        rtp_session_signal_connect
 
38
        rtp_session_signal_disconnect_by_callback
 
39
        rtp_session_set_ssrc
 
40
        rtp_session_set_seq_number
 
41
        rtp_session_get_seq_number
 
42
        rtp_session_set_jitter_compensation
 
43
        rtp_session_set_local_addr
 
44
        rtp_session_set_remote_addr
 
45
        rtp_session_enable_adaptive_jitter_compensation
 
46
        rtp_session_set_recv_buf_size
 
47
 
 
48
        rtp_session_send_with_ts
 
49
        rtp_session_sendm_with_ts
 
50
 
 
51
        rtp_session_set_sockets
 
52
        rtp_session_get_rtp_socket
 
53
        rtp_session_get_rtcp_socket
 
54
 
 
55
        rtp_session_set_payload_type
 
56
        rtp_session_set_send_payload_type
 
57
        rtp_session_get_send_payload_type
 
58
        rtp_session_set_recv_payload_type
 
59
        rtp_session_get_recv_payload_type
 
60
 
 
61
        rtp_session_recv_with_ts
 
62
        rtp_session_recvm_with_ts
 
63
        rtp_session_create_packet
 
64
        
 
65
        rtp_session_get_current_send_ts
 
66
        rtp_session_get_current_recv_ts
 
67
        rtp_session_reset
 
68
        rtp_session_uninit
 
69
        rtp_session_destroy
 
70
 
 
71
        rtp_add_csrc
 
72
 
 
73
        rtp_session_send_dtmf
 
74
        rtp_session_add_telephone_event
 
75
        rtp_session_create_telephone_event_packet
 
76
        
 
77
        rtp_session_set_source_description
 
78
        rtp_session_set_symmetric_rtp
 
79
        
 
80
        rtp_profile_new
 
81
        rtp_profile_set_payload
 
82
        rtp_profile_clone_full
 
83
        rtp_profile_destroy
 
84
        rtp_profile_get_payload_from_rtpmap
 
85
        rtp_profile_get_payload_number_from_rtpmap
 
86
        rtp_profile_get_payload_number_from_mime
 
87
        
 
88
        payload_type_new
 
89
        payload_type_set_send_fmtp
 
90
        payload_type_append_send_fmtp
 
91
        payload_type_clone
 
92
        payload_type_destroy
 
93
        fmtp_get_value
 
94
        
87
95
        ortp_free
88
96
        ortp_malloc
89
97
        ortp_strdup
90
98
        ortp_realloc
91
99
        ortp_malloc0
 
100
        
92
101
        freemsg
93
 
        dupmsg
94
 
 
 
102
        dupmsg
95
103
    allocb
96
104
    getq
97
105
    putq
105
113
    concatb
106
114
    esballoc
107
115
    
108
 
        WIN_thread_create
109
 
        WIN_thread_join
110
 
        WIN_cond_init
111
 
        WIN_mutex_init
112
 
        WIN_mutex_unlock
113
 
        WIN_cond_wait
114
 
        WIN_mutex_lock
115
 
        WIN_cond_destroy
116
 
        WIN_mutex_destroy
117
 
        WIN_cond_signal
118
 
        
119
 
        __ortp_log_mask
120
 
 
 
116
        WIN_thread_create
 
117
        WIN_thread_join
 
118
        WIN_cond_init
 
119
        WIN_mutex_init
 
120
        WIN_mutex_unlock
 
121
        WIN_cond_wait
 
122
        WIN_mutex_lock
 
123
        WIN_cond_destroy
 
124
        WIN_mutex_destroy
 
125
        WIN_cond_signal
 
126
        
 
127
        __ortp_log_mask
 
128
        ortp_strdup_printf
 
129
        ortp_strdup_vprintf
 
130
 
121
131
        rtp_session_register_event_queue
122
132
        rtp_session_unregister_event_queue
123
133
        ortp_ev_queue_new
142
152
    stunCalculateIntegrity_shortterm
143
153
    stunCalculateIntegrity_longterm
144
154
    stunCalculateFingerprint
145
 
    
146
 
    getWinSocketError
147
 
 
148
 
 
149
 
        rtp_session_set_dscp
150
 
        rtp_session_compute_recv_bandwidth
151
 
        rtp_session_compute_send_bandwidth
 
155
    
 
156
    getWinSocketError
 
157
    close_socket
 
158
    set_non_blocking_socket
 
159
    ortp_strerror
 
160
    gettimeofday
 
161
    ortp_file_exist
 
162
    
 
163
 
 
164
 
 
165
        rtp_session_set_dscp
 
166
        rtp_session_compute_recv_bandwidth
 
167
        rtp_session_compute_send_bandwidth
152
168
    rtcp_next_packet
153
169
    rtcp_is_SDES
154
170
    rtcp_sdes_parse
162
178
    rtcp_is_BYE
163
179
    rtcp_BYE_get_ssrc
164
180
    rtcp_BYE_get_reason
165
 
    rtcp_is_APP
166
 
    rtcp_APP_get_subtype
167
 
    rtcp_APP_get_ssrc
168
 
    rtcp_APP_get_name
 
181
    rtcp_is_APP
 
182
    rtcp_APP_get_subtype
 
183
    rtcp_APP_get_ssrc
 
184
    rtcp_APP_get_name
169
185
    rtcp_APP_get_data
170
186
    rtp_session_flush_sockets
171
187
    rtp_session_resync
172
188
    rtp_session_set_remote_addr_and_port
173
189
    rtp_session_set_time_jump_limit
174
 
 
 
190
 
175
191
    copymsg
176
192
        rtp_session_enable_jitter_buffer
177
193