]> git.sesse.net Git - ffmpeg/blob - libavformat/libavformat.v
flvdec: follow packets backward until a valid last timestamp is found
[ffmpeg] / libavformat / libavformat.v
1 LIBAVFORMAT_$MAJOR {
2         global: av*;
3                 #FIXME those are for ffserver
4                 ff_inet_aton;
5                 ff_socket_nonblock;
6                 ffm_set_write_index;
7                 ffm_read_write_index;
8                 ffm_write_write_index;
9                 ff_mpegts_parse_close;
10                 ff_mpegts_parse_open;
11                 ff_mpegts_parse_packet;
12                 ff_rtsp_parse_line;
13                 ff_rtp_get_local_rtp_port;
14                 ff_rtp_get_local_rtcp_port;
15                 ffio_open_dyn_packet_buf;
16                 ffio_set_buf_size;
17                 ffurl_close;
18                 ffurl_open;
19                 ffurl_read_complete;
20                 ffurl_seek;
21                 ffurl_size;
22                 ffurl_write;
23                 url_open;
24                 url_close;
25                 url_write;
26                 url_get_max_packet_size;
27                 #those are deprecated, remove on next bump
28                 find_info_tag;
29                 parse_date;
30                 dump_format;
31                 url_*;
32                 ff_timefilter_destroy;
33                 ff_timefilter_new;
34                 ff_timefilter_update;
35                 ff_timefilter_reset;
36                 get_*;
37                 put_*;
38                 udp_set_remote_url;
39                 udp_get_local_port;
40                 init_checksum;
41                 init_put_byte;
42         local: *;
43 };