theora.def 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. LIBRARY libtheora
  2. EXPORTS
  3. theora_version_string
  4. theora_version_number
  5. theora_encode_init
  6. theora_encode_YUVin
  7. theora_encode_packetout
  8. theora_encode_header
  9. theora_encode_comment
  10. theora_encode_tables
  11. theora_decode_header
  12. theora_decode_init
  13. theora_decode_packetin
  14. theora_decode_YUVout
  15. theora_control
  16. theora_packet_isheader
  17. theora_packet_iskeyframe
  18. theora_granule_shift
  19. theora_granule_frame
  20. theora_granule_time
  21. theora_info_init
  22. theora_info_clear
  23. theora_clear
  24. theora_comment_init
  25. theora_comment_add
  26. theora_comment_add_tag
  27. theora_comment_query
  28. theora_comment_query_count
  29. theora_comment_clear
  30. th_version_string
  31. th_version_number
  32. th_decode_headerin
  33. th_decode_alloc
  34. th_setup_free
  35. th_decode_ctl
  36. th_decode_packetin
  37. th_decode_ycbcr_out
  38. th_decode_free
  39. th_packet_isheader
  40. th_packet_iskeyframe
  41. th_granule_frame
  42. th_granule_time
  43. th_info_init
  44. th_info_clear
  45. th_comment_init
  46. th_comment_add
  47. th_comment_add_tag
  48. th_comment_query
  49. th_comment_query_count
  50. th_comment_clear
  51. th_encode_alloc
  52. th_encode_ctl
  53. th_encode_flushheader
  54. th_encode_packetout
  55. th_encode_ycbcr_in
  56. th_encode_free