libavformat.v 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. ffio_set_buf_size;
  14. ffurl_close;
  15. ffurl_open;
  16. ffurl_read_complete;
  17. ffurl_seek;
  18. ffurl_size;
  19. ffurl_write;
  20. url_open;
  21. url_close;
  22. url_write;
  23. url_get_max_packet_size;
  24. #those are deprecated, remove on next bump
  25. find_info_tag;
  26. parse_date;
  27. dump_format;
  28. url_*;
  29. ff_timefilter_destroy;
  30. ff_timefilter_new;
  31. ff_timefilter_update;
  32. ff_timefilter_reset;
  33. get_*;
  34. put_*;
  35. udp_set_remote_url;
  36. udp_get_local_port;
  37. init_checksum;
  38. init_put_byte;
  39. local: *;
  40. };