theora.def 860 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. LIBRARY libtheora
  2. EXPORTS
  3. theora_version_string
  4. theora_version_number
  5. theora_decode_header
  6. theora_decode_init
  7. theora_decode_packetin
  8. theora_decode_YUVout
  9. theora_control
  10. theora_packet_isheader
  11. theora_packet_iskeyframe
  12. theora_granule_shift
  13. theora_granule_frame
  14. theora_granule_time
  15. theora_info_init
  16. theora_info_clear
  17. theora_clear
  18. theora_comment_init
  19. theora_comment_add
  20. theora_comment_add_tag
  21. theora_comment_query
  22. theora_comment_query_count
  23. theora_comment_clear
  24. th_version_string
  25. th_version_number
  26. th_decode_headerin
  27. th_decode_alloc
  28. th_setup_free
  29. th_decode_ctl
  30. th_decode_packetin
  31. th_decode_ycbcr_out
  32. th_decode_free
  33. th_packet_isheader
  34. th_packet_iskeyframe
  35. th_granule_frame
  36. th_granule_time
  37. th_info_init
  38. th_info_clear
  39. th_comment_init
  40. th_comment_add
  41. th_comment_add_tag
  42. th_comment_query
  43. th_comment_query_count
  44. th_comment_clear