]> git.sesse.net Git - ffmpeg/blob - libavformat/libavformat.v
hevc: C code update for new motion compensation
[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                 ffurl_protocol_next;
24                 url_open;
25                 url_close;
26                 url_write;
27                 #those are deprecated, remove on next bump
28                 url_*;
29                 ff_timefilter_destroy;
30                 ff_timefilter_new;
31                 ff_timefilter_update;
32                 ff_timefilter_reset;
33                 get_*;
34                 put_*;
35                 ff_codec_get_id;
36         local: *;
37 };