2010-01-16 05:49:02 +01:00
|
|
|
LIBAVFORMAT_$MAJOR {
|
2011-10-17 09:14:04 +02:00
|
|
|
global: av*;
|
2012-01-23 01:46:57 +01:00
|
|
|
#FIXME those are for ffserver
|
2011-10-17 09:14:04 +02:00
|
|
|
ff_inet_aton;
|
|
|
|
ff_socket_nonblock;
|
|
|
|
ffm_set_write_index;
|
|
|
|
ffm_read_write_index;
|
|
|
|
ffm_write_write_index;
|
2012-04-23 16:01:17 +02:00
|
|
|
ff_mpegts_parse_close;
|
|
|
|
ff_mpegts_parse_open;
|
|
|
|
ff_mpegts_parse_packet;
|
2011-10-17 09:14:04 +02:00
|
|
|
ff_rtsp_parse_line;
|
|
|
|
ff_rtp_get_local_rtp_port;
|
|
|
|
ff_rtp_get_local_rtcp_port;
|
|
|
|
ffio_open_dyn_packet_buf;
|
2012-03-12 06:04:37 +01:00
|
|
|
ffio_set_buf_size;
|
2012-01-23 01:48:09 +01:00
|
|
|
ffurl_close;
|
|
|
|
ffurl_open;
|
2012-02-10 22:26:23 +01:00
|
|
|
ffurl_read_complete;
|
|
|
|
ffurl_seek;
|
|
|
|
ffurl_size;
|
2012-01-23 01:48:09 +01:00
|
|
|
ffurl_write;
|
2012-09-12 17:45:33 +02:00
|
|
|
ffurl_protocol_next;
|
2011-10-17 09:14:04 +02:00
|
|
|
url_open;
|
|
|
|
url_close;
|
|
|
|
url_write;
|
|
|
|
#those are deprecated, remove on next bump
|
|
|
|
url_*;
|
2011-10-21 02:11:08 +02:00
|
|
|
ff_timefilter_destroy;
|
|
|
|
ff_timefilter_new;
|
|
|
|
ff_timefilter_update;
|
|
|
|
ff_timefilter_reset;
|
2011-10-22 21:08:31 +02:00
|
|
|
get_*;
|
|
|
|
put_*;
|
2013-02-07 07:37:46 +01:00
|
|
|
ff_codec_get_id;
|
2011-10-17 09:14:04 +02:00
|
|
|
local: *;
|
2010-01-16 05:49:02 +01:00
|
|
|
};
|