libtheoradec-all.def 1.1 KB

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