You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.1KB

  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_rtsp_parse_line;
  10. ff_rtp_get_local_rtp_port;
  11. ff_rtp_get_local_rtcp_port;
  12. ffio_open_dyn_packet_buf;
  13. ffurl_close;
  14. ffurl_open;
  15. ffurl_write;
  16. url_open;
  17. url_close;
  18. url_write;
  19. url_get_max_packet_size;
  20. #those are deprecated, remove on next bump
  21. find_info_tag;
  22. parse_date;
  23. dump_format;
  24. url_*;
  25. ff_timefilter_destroy;
  26. ff_timefilter_new;
  27. ff_timefilter_update;
  28. ff_timefilter_reset;
  29. get_*;
  30. put_*;
  31. udp_set_remote_url;
  32. udp_get_local_port;
  33. init_checksum;
  34. init_put_byte;
  35. local: *;
  36. };