[xiph-commits] r16026 - branches/theora-thusnelda/lib

giles at svn.xiph.org giles at svn.xiph.org
Sun May 24 10:06:28 PDT 2009


Author: giles
Date: 2009-05-24 10:06:26 -0700 (Sun, 24 May 2009)
New Revision: 16026

Added:
   branches/theora-thusnelda/lib/theora.exp
   branches/theora-thusnelda/lib/theoradec.exp
   branches/theora-thusnelda/lib/theoraenc.exp
Log:
Add Mach ld format symbol export lists.

These were generated manually using the defexp.awk script from the
various .exp files in the win32 directory. Eventually we want to
derive these automatically as part of the build, but for now we'd
like to use duplicates.


Added: branches/theora-thusnelda/lib/theora.exp
===================================================================
--- branches/theora-thusnelda/lib/theora.exp	                        (rev 0)
+++ branches/theora-thusnelda/lib/theora.exp	2009-05-24 17:06:26 UTC (rev 16026)
@@ -0,0 +1,36 @@
+# export list for libtheora
+_theora_version_string
+_theora_version_number
+_theora_encode_init
+_theora_encode_YUVin
+_theora_encode_packetout
+_theora_encode_header
+_theora_encode_comment
+_theora_encode_tables
+_theora_decode_header
+_theora_decode_init
+_theora_decode_packetin
+_theora_decode_YUVout
+_theora_granule_time
+_theora_info_init
+_theora_info_clear
+_theora_clear
+_theora_comment_init
+_theora_comment_add
+_theora_comment_add_tag
+_theora_comment_query
+_theora_comment_query_count
+_theora_comment_clear
+_theora_packet_isheader
+_th_comment_init
+_th_comment_clear
+_th_encode_alloc
+_th_encode_ctl
+_th_encode_flushheader
+_th_encode_free
+_th_encode_packetout
+_th_encode_ycbcr_in
+_th_granule_time
+_th_info_clear
+_th_info_init
+_th_packet_isheader

Added: branches/theora-thusnelda/lib/theoradec.exp
===================================================================
--- branches/theora-thusnelda/lib/theoradec.exp	                        (rev 0)
+++ branches/theora-thusnelda/lib/theoradec.exp	2009-05-24 17:06:26 UTC (rev 16026)
@@ -0,0 +1,43 @@
+# export list for theoradec
+_th_version_string
+_th_version_number
+_th_decode_headerin
+_th_decode_alloc
+_th_setup_free
+_th_decode_ctl
+_th_decode_packetin
+_th_decode_ycbcr_out
+_th_decode_free
+_th_packet_isheader
+_th_packet_iskeyframe
+_th_granule_frame
+_th_granule_time
+_th_info_init
+_th_info_clear
+_th_comment_init
+_th_comment_add
+_th_comment_add_tag
+_th_comment_query
+_th_comment_query_count
+_th_comment_clear
+_theora_version_string
+_theora_version_number
+_theora_decode_header
+_theora_decode_init
+_theora_decode_packetin
+_theora_decode_YUVout
+_theora_control
+_theora_packet_isheader
+_theora_packet_iskeyframe
+_theora_granule_shift
+_theora_granule_frame
+_theora_granule_time
+_theora_info_init
+_theora_info_clear
+_theora_clear
+_theora_comment_init
+_theora_comment_add
+_theora_comment_add_tag
+_theora_comment_query
+_theora_comment_query_count
+_theora_comment_clear

Added: branches/theora-thusnelda/lib/theoraenc.exp
===================================================================
--- branches/theora-thusnelda/lib/theoraenc.exp	                        (rev 0)
+++ branches/theora-thusnelda/lib/theoraenc.exp	2009-05-24 17:06:26 UTC (rev 16026)
@@ -0,0 +1,15 @@
+# export list for theoraenc
+_th_encode_alloc
+_th_encode_ctl
+_th_encode_flushheader
+_th_encode_ycbcr_in
+_th_encode_packetout
+_th_encode_free
+_TH_VP31_QUANT_INFO
+_TH_VP31_HUFF_CODES
+_theora_encode_init
+_theora_encode_YUVin
+_theora_encode_packetout
+_theora_encode_header
+_theora_encode_comment
+_theora_encode_tables



More information about the commits mailing list