Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6148 serge 1
LIBAVFORMAT_55 {
2
        global: DllStartup;
3
                av*;
4
                #FIXME those are for ffserver
5
                ff_inet_aton;
6
                ff_socket_nonblock;
7
                ffm_set_write_index;
8
                ffm_read_write_index;
9
                ffm_write_write_index;
10
                ff_mpegts_parse_close;
11
                ff_mpegts_parse_open;
12
                ff_mpegts_parse_packet;
13
                ff_rtsp_parse_line;
14
                ff_rtp_get_local_rtp_port;
15
                ff_rtp_get_local_rtcp_port;
16
                ffio_open_dyn_packet_buf;
17
                ffio_set_buf_size;
18
                ffurl_close;
19
                ffurl_open;
20
                ffurl_read_complete;
21
                ffurl_seek;
22
                ffurl_size;
23
                ffurl_write;
24
                ffurl_protocol_next;
25
                url_open;
26
                url_close;
27
                url_write;
28
                #those are deprecated, remove on next bump
29
                url_*;
30
                ff_timefilter_destroy;
31
                ff_timefilter_new;
32
                ff_timefilter_update;
33
                ff_timefilter_reset;
34
                get_*;
35
                put_*;
36
                ff_codec_get_id;
37
        local: *;
38
};