libavformat.v 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. url_get_max_packet_size;
  28. #those are deprecated, remove on next bump
  29. find_info_tag;
  30. parse_date;
  31. dump_format;
  32. url_*;
  33. ff_timefilter_destroy;
  34. ff_timefilter_new;
  35. ff_timefilter_update;
  36. ff_timefilter_reset;
  37. get_*;
  38. put_*;
  39. udp_set_remote_url;
  40. udp_get_local_port;
  41. init_checksum;
  42. init_put_byte;
  43. local: *;
  44. };