diff -ru libtheora-1.1.1.orig/win32/xmingw32/libtheoradec-all.def libtheora-1.1.1/win32/xmingw32/libtheoradec-all.def — libtheora-1.1.1.orig/win32/xmingw32/libtheoradec-all.def 2009-07-14 08:55:00.000000000 +0900 +++ libtheora-1.1.1/win32/xmingw32/libtheoradec-all.def 2013-12-23 23:45:03.464282578 +0900 @@ -1,58 +1,58 @@ -EXPORTS -; Old alpha API
-
theora_version_string @ 1
-
theora_version_number @ 2
-
-
theora_decode_header @ 3
-
theora_decode_init @ 4
-
theora_decode_packetin @ 5
-
theora_decode_YUVout @ 6
-
-
theora_control @ 7
-
-
theora_packet_isheader @ 8
-
theora_packet_iskeyframe @ 9
-
-
theora_granule_shift @ 10
-
theora_granule_frame @ 11
-
theora_granule_time @ 12
-
-
theora_info_init @ 13
-
theora_info_clear @ 14
-
-
theora_clear @ 15
-
-
theora_comment_init @ 16
-
theora_comment_add @ 17
-
theora_comment_add_tag @ 18
-
theora_comment_query @ 19
-
theora_comment_query_count @ 20
-
theora_comment_clear @ 21
- -; New theora-exp API
-
th_version_string @ 22
-
th_version_number @ 23
-
-
th_decode_headerin @ 24
-
th_decode_alloc @ 25
-
th_setup_free @ 26
-
th_decode_ctl @ 27
-
th_decode_packetin @ 28
-
th_decode_ycbcr_out @ 29
-
th_decode_free @ 30
-
-
th_packet_isheader @ 31
-
th_packet_iskeyframe @ 32
-
-
th_granule_frame @ 33
-
th_granule_time @ 34
-
-
th_info_init @ 35
-
th_info_clear @ 36
-
-
th_comment_init @ 37
-
th_comment_add @ 38
-
th_comment_add_tag @ 39
-
th_comment_query @ 40
-
th_comment_query_count @ 41
-
th_comment_clear @ 42
+EXPORTS +; Old alpha API + theora_version_string @ 1 + theora_version_number @ 2 + + theora_decode_header @ 3 + theora_decode_init @ 4 + theora_decode_packetin @ 5 + theora_decode_YUVout @ 6 + + theora_control @ 7 + + theora_packet_isheader @ 8 + theora_packet_iskeyframe @ 9 + + theora_granule_shift @ 10 + theora_granule_frame @ 11 + theora_granule_time @ 12 + + theora_info_init @ 13 + theora_info_clear @ 14 + + theora_clear @ 15 + + theora_comment_init @ 16 + theora_comment_add @ 17 + theora_comment_add_tag @ 18 + theora_comment_query @ 19 + theora_comment_query_count @ 20 + theora_comment_clear @ 21 + +; New theora-exp API + th_version_string @ 22 + th_version_number @ 23 + + th_decode_headerin @ 24 + th_decode_alloc @ 25 + th_setup_free @ 26 + th_decode_ctl @ 27 + th_decode_packetin @ 28 + th_decode_ycbcr_out @ 29 + th_decode_free @ 30 + + th_packet_isheader @ 31 + th_packet_iskeyframe @ 32 + + th_granule_frame @ 33 + th_granule_time @ 34 + + th_info_init @ 35 + th_info_clear @ 36 + + th_comment_init @ 37 + th_comment_add @ 38 + th_comment_add_tag @ 39 + th_comment_query @ 40 + th_comment_query_count @ 41 + th_comment_clear @ 42 diff -ru libtheora-1.1.1.orig/win32/xmingw32/libtheoraenc-all.def libtheora-1.1.1/win32/xmingw32/libtheoraenc-all.def — libtheora-1.1.1.orig/win32/xmingw32/libtheoraenc-all.def 2009-07-14 08:55:00.000000000 +0900 +++ libtheora-1.1.1/win32/xmingw32/libtheoraenc-all.def 2013-12-23 23:45:09.084147371 +0900 @@ -1,17 +1,17 @@ -EXPORTS -; Old alpha API
-
theora_encode_init @ 1
-
theora_encode_YUVin @ 2
-
theora_encode_packetout @ 3
-
theora_encode_header @ 4
-
theora_encode_comment @ 5
-
theora_encode_tables @ 6
-; New theora-exp API
-
th_encode_alloc @ 7
-
th_encode_ctl @ 8
-
th_encode_flushheader @ 9
-
th_encode_ycbcr_in @ 10
-
th_encode_packetout @ 11
-
th_encode_free @ 12
-
TH_VP31_QUANT_INFO @ 13
-
TH_VP31_HUFF_CODES @ 14
+EXPORTS +; Old alpha API + theora_encode_init @ 1 + theora_encode_YUVin @ 2 + theora_encode_packetout @ 3 + theora_encode_header @ 4 + theora_encode_comment @ 5 + theora_encode_tables @ 6 +; New theora-exp API + th_encode_alloc @ 7 + th_encode_ctl @ 8 + th_encode_flushheader @ 9 + th_encode_ycbcr_in @ 10 + th_encode_packetout @ 11 + th_encode_free @ 12 + TH_VP31_QUANT_INFO @ 13 + TH_VP31_HUFF_CODES @ 14