libtheoraenc-all.def 408 B

123456789101112131415161718
  1. EXPORTS
  2. ; Old alpha API
  3. theora_encode_init @ 1
  4. theora_encode_YUVin @ 2
  5. theora_encode_packetout @ 3
  6. theora_encode_header @ 4
  7. theora_encode_comment @ 5
  8. theora_encode_tables @ 6
  9. ; New theora-exp API
  10. th_encode_alloc @ 7
  11. th_encode_ctl @ 8
  12. th_encode_flushheader @ 9
  13. th_encode_ycbcr_in @ 10
  14. th_encode_packetout @ 11
  15. th_encode_free @ 12
  16. TH_VP31_QUANT_INFO @ 13
  17. TH_VP31_HUFF_CODES @ 14