2012-05-21 04:12:37 -07:00
|
|
|
;+# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
;+# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
;+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2011-12-14 21:40:20 -08:00
|
|
|
LIBRARY gkmedias.dll
|
|
|
|
EXPORTS
|
2011-12-16 02:21:56 -08:00
|
|
|
#ifdef MOZ_WEBM
|
2011-12-14 21:40:20 -08:00
|
|
|
nestegg_destroy
|
|
|
|
nestegg_duration
|
|
|
|
nestegg_free_packet
|
|
|
|
nestegg_init
|
2012-12-06 15:26:44 -08:00
|
|
|
nestegg_offset_seek
|
2011-12-14 21:40:20 -08:00
|
|
|
nestegg_packet_count
|
2013-12-02 17:53:00 -08:00
|
|
|
nestegg_packet_discard_padding
|
2011-12-14 21:40:20 -08:00
|
|
|
nestegg_packet_data
|
|
|
|
nestegg_packet_track
|
|
|
|
nestegg_packet_tstamp
|
|
|
|
nestegg_read_packet
|
|
|
|
nestegg_track_audio_params
|
|
|
|
nestegg_track_codec_data
|
|
|
|
nestegg_track_codec_data_count
|
|
|
|
nestegg_track_codec_id
|
|
|
|
nestegg_track_count
|
2012-09-17 13:45:38 -07:00
|
|
|
nestegg_get_cue_point
|
2011-12-14 21:40:20 -08:00
|
|
|
nestegg_track_seek
|
|
|
|
nestegg_track_type
|
|
|
|
nestegg_track_video_params
|
|
|
|
nestegg_tstamp_scale
|
2013-01-18 07:57:17 -08:00
|
|
|
nestegg_has_cues
|
2013-02-19 05:45:41 -08:00
|
|
|
nestegg_sniff
|
2012-07-27 10:13:43 -07:00
|
|
|
#endif
|
2014-01-14 22:21:14 -08:00
|
|
|
#ifdef MOZ_WEBM_ENCODER
|
|
|
|
writeSimpleBlock
|
|
|
|
writeHeader
|
|
|
|
writeSegmentInformation
|
|
|
|
writeVideoTrack
|
|
|
|
writeAudioTrack
|
|
|
|
Ebml_Serialize
|
|
|
|
Ebml_SerializeUnsigned
|
|
|
|
Ebml_StartSubElement
|
|
|
|
Ebml_EndSubElement
|
|
|
|
#endif
|
2013-12-06 05:16:00 -08:00
|
|
|
#ifdef MOZ_VPX
|
2011-12-16 02:21:56 -08:00
|
|
|
#ifndef MOZ_NATIVE_LIBVPX
|
2011-12-27 01:52:10 -08:00
|
|
|
vpx_codec_control_
|
2011-12-16 02:21:56 -08:00
|
|
|
vpx_codec_dec_init_ver
|
|
|
|
vpx_codec_decode
|
|
|
|
vpx_codec_destroy
|
|
|
|
vpx_codec_get_frame
|
|
|
|
vpx_codec_peek_stream_info
|
|
|
|
vpx_codec_vp8_dx
|
2013-12-03 16:21:00 -08:00
|
|
|
vpx_codec_vp9_dx
|
2012-10-04 09:09:35 -07:00
|
|
|
vpx_img_free
|
|
|
|
vpx_codec_enc_config_set
|
|
|
|
vpx_codec_enc_init_ver
|
|
|
|
vpx_codec_vp8_cx
|
2013-12-03 16:21:00 -08:00
|
|
|
vpx_codec_vp9_cx
|
2012-10-04 09:09:35 -07:00
|
|
|
vpx_img_set_rect
|
2013-02-09 20:16:10 -08:00
|
|
|
vpx_img_wrap
|
2012-10-04 09:09:35 -07:00
|
|
|
vpx_codec_get_cx_data
|
|
|
|
vpx_codec_enc_config_default
|
|
|
|
vpx_img_alloc
|
|
|
|
vpx_codec_encode
|
2011-12-16 02:21:56 -08:00
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#ifdef MOZ_VORBIS
|
2011-12-14 21:40:20 -08:00
|
|
|
ogg_page_bos
|
|
|
|
ogg_page_granulepos
|
|
|
|
ogg_page_serialno
|
|
|
|
ogg_stream_check
|
|
|
|
ogg_stream_clear
|
2013-05-17 04:13:01 -07:00
|
|
|
ogg_stream_eos
|
|
|
|
ogg_stream_flush
|
2011-12-14 21:40:20 -08:00
|
|
|
ogg_stream_init
|
2013-05-17 04:13:01 -07:00
|
|
|
ogg_stream_packetin
|
2011-12-14 21:40:20 -08:00
|
|
|
ogg_stream_packetout
|
|
|
|
ogg_stream_pagein
|
2013-05-17 04:13:01 -07:00
|
|
|
ogg_stream_pageout
|
2011-12-14 21:40:20 -08:00
|
|
|
ogg_stream_reset
|
|
|
|
ogg_sync_buffer
|
|
|
|
ogg_sync_clear
|
|
|
|
ogg_sync_init
|
|
|
|
ogg_sync_pageseek
|
|
|
|
ogg_sync_reset
|
|
|
|
ogg_sync_wrote
|
2013-11-11 12:30:16 -08:00
|
|
|
vorbis_analysis
|
|
|
|
vorbis_analysis_blockout
|
|
|
|
vorbis_analysis_buffer
|
|
|
|
vorbis_analysis_init
|
|
|
|
vorbis_analysis_headerout
|
|
|
|
vorbis_analysis_wrote
|
2011-12-16 02:21:56 -08:00
|
|
|
vorbis_block_clear
|
|
|
|
vorbis_block_init
|
2013-11-11 12:30:16 -08:00
|
|
|
vorbis_comment_add_tag
|
2011-12-16 02:21:56 -08:00
|
|
|
vorbis_comment_clear
|
|
|
|
vorbis_comment_init
|
|
|
|
vorbis_dsp_clear
|
2013-11-11 12:30:16 -08:00
|
|
|
vorbis_encode_init_vbr
|
2011-12-16 02:21:56 -08:00
|
|
|
vorbis_info_clear
|
|
|
|
vorbis_info_init
|
|
|
|
vorbis_packet_blocksize
|
|
|
|
vorbis_synthesis
|
|
|
|
vorbis_synthesis_blockin
|
|
|
|
vorbis_synthesis_headerin
|
|
|
|
vorbis_synthesis_init
|
|
|
|
vorbis_synthesis_pcmout
|
|
|
|
vorbis_synthesis_read
|
|
|
|
vorbis_synthesis_restart
|
|
|
|
#endif
|
2012-05-14 16:01:04 -07:00
|
|
|
speex_resampler_init
|
|
|
|
speex_resampler_init_frac
|
|
|
|
speex_resampler_destroy
|
|
|
|
speex_resampler_process_float
|
|
|
|
speex_resampler_process_int
|
|
|
|
speex_resampler_process_interleaved_float
|
|
|
|
speex_resampler_process_interleaved_int
|
|
|
|
speex_resampler_set_rate
|
|
|
|
speex_resampler_get_rate
|
|
|
|
speex_resampler_set_rate_frac
|
|
|
|
speex_resampler_get_ratio
|
|
|
|
speex_resampler_set_quality
|
|
|
|
speex_resampler_get_quality
|
|
|
|
speex_resampler_set_input_stride
|
|
|
|
speex_resampler_get_input_stride
|
|
|
|
speex_resampler_set_output_stride
|
|
|
|
speex_resampler_get_output_stride
|
|
|
|
speex_resampler_get_input_latency
|
|
|
|
speex_resampler_get_output_latency
|
|
|
|
speex_resampler_skip_zeros
|
2014-02-26 14:44:40 -08:00
|
|
|
speex_resampler_set_skip_frac_num
|
2012-05-14 16:01:04 -07:00
|
|
|
speex_resampler_reset_mem
|
|
|
|
speex_resampler_strerror
|
2012-01-12 17:38:39 -08:00
|
|
|
cubeb_destroy
|
|
|
|
cubeb_init
|
2013-06-10 11:39:29 -07:00
|
|
|
cubeb_get_max_channel_count
|
2013-10-17 06:44:52 -07:00
|
|
|
cubeb_get_min_latency
|
2013-10-17 06:44:52 -07:00
|
|
|
cubeb_get_preferred_sample_rate
|
2012-01-12 17:38:39 -08:00
|
|
|
cubeb_stream_destroy
|
|
|
|
cubeb_stream_get_position
|
|
|
|
cubeb_stream_init
|
|
|
|
cubeb_stream_start
|
|
|
|
cubeb_stream_stop
|
2013-09-16 23:39:30 -07:00
|
|
|
cubeb_stream_get_latency
|
2011-12-14 21:40:20 -08:00
|
|
|
th_comment_clear
|
|
|
|
th_comment_init
|
|
|
|
th_decode_alloc
|
|
|
|
th_decode_free
|
|
|
|
th_decode_headerin
|
|
|
|
th_decode_packetin
|
|
|
|
th_decode_ycbcr_out
|
|
|
|
th_granule_frame
|
|
|
|
th_info_clear
|
|
|
|
th_info_init
|
|
|
|
th_packet_isheader
|
|
|
|
th_packet_iskeyframe
|
|
|
|
th_setup_free
|
2012-04-30 16:20:22 -07:00
|
|
|
#ifdef MOZ_OPUS
|
|
|
|
opus_decoder_create
|
|
|
|
opus_decoder_destroy
|
|
|
|
opus_decoder_ctl
|
|
|
|
opus_decoder_get_nb_samples
|
|
|
|
opus_decode
|
|
|
|
opus_decode_float
|
2012-08-09 15:53:23 -07:00
|
|
|
opus_multistream_decoder_create
|
|
|
|
opus_multistream_decoder_ctl
|
|
|
|
opus_multistream_decoder_destroy
|
|
|
|
opus_multistream_decode_float
|
|
|
|
opus_multistream_decode
|
2012-06-04 04:01:00 -07:00
|
|
|
opus_packet_get_nb_frames
|
|
|
|
opus_packet_get_samples_per_frame
|
2012-10-04 09:09:35 -07:00
|
|
|
opus_encoder_create
|
|
|
|
opus_encoder_destroy
|
|
|
|
opus_encoder_ctl
|
|
|
|
opus_encode
|
|
|
|
opus_encode_float
|
2012-04-30 16:20:22 -07:00
|
|
|
#endif
|
2011-12-14 21:40:23 -08:00
|
|
|
ShInitialize
|
|
|
|
ShFinalize
|
|
|
|
ShGetObjectCode
|
|
|
|
ShDestruct
|
|
|
|
ShGetInfoLog
|
|
|
|
ShCompile
|
|
|
|
ShGetInfo
|
|
|
|
ShConstructCompiler
|
2012-03-02 12:42:49 -08:00
|
|
|
ShGetActiveAttrib
|
|
|
|
ShGetActiveUniform
|
2012-05-02 08:02:15 -07:00
|
|
|
#ifndef MOZ_NATIVE_PNG
|
|
|
|
MOZ_APNG_get_first_frame_is_hidden
|
|
|
|
MOZ_APNG_get_next_frame_blend_op
|
|
|
|
MOZ_APNG_get_next_frame_delay_den
|
|
|
|
MOZ_APNG_get_next_frame_delay_num
|
|
|
|
MOZ_APNG_get_next_frame_dispose_op
|
|
|
|
MOZ_APNG_set_prog_frame_fn
|
|
|
|
MOZ_APNG_get_next_frame_height
|
|
|
|
MOZ_APNG_get_next_frame_width
|
|
|
|
MOZ_APNG_get_next_frame_x_offset
|
|
|
|
MOZ_APNG_get_next_frame_y_offset
|
|
|
|
MOZ_APNG_set_acTL
|
|
|
|
MOZ_APNG_set_first_frame_is_hidden
|
|
|
|
MOZ_APNG_set_num_plays
|
|
|
|
MOZ_APNG_write_frame_head
|
|
|
|
MOZ_APNG_write_frame_tail
|
|
|
|
MOZ_PNG_cr_info_str
|
|
|
|
MOZ_PNG_cr_read_str
|
|
|
|
MOZ_PNG_cr_write_str
|
|
|
|
MOZ_PNG_dest_read_str
|
|
|
|
MOZ_PNG_dest_write_str
|
|
|
|
MOZ_PNG_free_data
|
|
|
|
MOZ_PNG_get_channels
|
|
|
|
MOZ_PNG_get_cHRM
|
|
|
|
MOZ_PNG_get_gAMA
|
|
|
|
MOZ_PNG_get_IHDR
|
|
|
|
MOZ_PNG_get_iCCP
|
|
|
|
MOZ_PNG_get_io_ptr
|
|
|
|
MOZ_PNG_get_progressive_ptr
|
|
|
|
MOZ_PNG_get_sRGB
|
|
|
|
MOZ_PNG_get_tRNS
|
|
|
|
MOZ_PNG_get_valid
|
|
|
|
MOZ_PNG_longjmp
|
|
|
|
MOZ_PNG_process_data
|
2013-01-28 09:27:35 -08:00
|
|
|
MOZ_PNG_process_data_pause
|
2012-05-02 08:02:15 -07:00
|
|
|
MOZ_PNG_progressive_combine_row
|
|
|
|
MOZ_PNG_read_update_info
|
|
|
|
MOZ_PNG_set_cHRM
|
|
|
|
MOZ_PNG_set_crc_action
|
|
|
|
MOZ_PNG_set_gAMA
|
|
|
|
MOZ_PNG_set_gamma
|
|
|
|
MOZ_PNG_set_gray_to_rgb
|
|
|
|
MOZ_PNG_set_expand
|
|
|
|
MOZ_PNG_set_IHDR
|
|
|
|
MOZ_PNG_set_interlace_handling
|
|
|
|
MOZ_PNG_set_longjmp_fn
|
|
|
|
MOZ_PNG_set_progressive_read_fn
|
|
|
|
MOZ_PNG_set_scale_16
|
|
|
|
MOZ_PNG_set_write_fn
|
|
|
|
MOZ_PNG_write_end
|
|
|
|
MOZ_PNG_write_info
|
|
|
|
MOZ_PNG_write_row
|
|
|
|
#endif
|
2012-05-02 06:28:52 -07:00
|
|
|
#ifndef MOZ_NATIVE_JPEG
|
|
|
|
jpeg_calc_output_dimensions
|
|
|
|
jpeg_consume_input
|
|
|
|
jpeg_CreateCompress
|
|
|
|
jpeg_CreateDecompress
|
|
|
|
jpeg_destroy_compress
|
|
|
|
jpeg_destroy_decompress
|
|
|
|
jpeg_finish_compress
|
|
|
|
jpeg_finish_decompress
|
|
|
|
jpeg_finish_output
|
|
|
|
jpeg_has_multiple_scans
|
|
|
|
jpeg_input_complete
|
|
|
|
jpeg_read_header
|
|
|
|
jpeg_read_scanlines
|
|
|
|
jpeg_resync_to_restart
|
|
|
|
jpeg_save_markers
|
|
|
|
jpeg_set_defaults
|
|
|
|
jpeg_set_quality
|
|
|
|
jpeg_start_compress
|
|
|
|
jpeg_start_decompress
|
|
|
|
jpeg_start_output
|
|
|
|
jpeg_std_error
|
|
|
|
jpeg_write_scanlines
|
2012-10-04 09:09:35 -07:00
|
|
|
jpeg_write_raw_data
|
|
|
|
jpeg_stdio_dest
|
|
|
|
jpeg_abort
|
|
|
|
jpeg_abort_decompress
|
|
|
|
jpeg_read_raw_data
|
2012-05-02 06:28:52 -07:00
|
|
|
#endif
|
2012-05-02 11:05:46 -07:00
|
|
|
qcms_enable_iccv4
|
2013-11-07 02:20:08 -08:00
|
|
|
qcms_data_from_unicode_path
|
|
|
|
qcms_data_from_path
|
2012-05-02 11:05:46 -07:00
|
|
|
qcms_profile_create_rgb_with_gamma
|
|
|
|
qcms_profile_from_memory
|
|
|
|
qcms_profile_from_path
|
|
|
|
qcms_profile_from_unicode_path
|
|
|
|
qcms_profile_get_color_space
|
|
|
|
qcms_profile_get_rendering_intent
|
|
|
|
qcms_profile_is_bogus
|
|
|
|
qcms_profile_precache_output_transform
|
|
|
|
qcms_profile_release
|
|
|
|
qcms_profile_sRGB
|
|
|
|
qcms_transform_create
|
|
|
|
qcms_transform_data
|
|
|
|
qcms_transform_release
|
2012-05-02 11:10:53 -07:00
|
|
|
MOZ_XMLCheckQName
|
|
|
|
MOZ_XMLIsLetter
|
|
|
|
MOZ_XMLIsNCNameChar
|
|
|
|
MOZ_XMLTranslateEntity
|
|
|
|
MOZ_XML_ExternalEntityParserCreate
|
|
|
|
MOZ_XML_GetBase
|
|
|
|
MOZ_XML_GetCurrentByteIndex
|
|
|
|
MOZ_XML_GetCurrentColumnNumber
|
|
|
|
MOZ_XML_GetCurrentLineNumber
|
|
|
|
MOZ_XML_GetErrorCode
|
|
|
|
MOZ_XML_GetIdAttributeIndex
|
|
|
|
MOZ_XML_GetMismatchedTag
|
|
|
|
MOZ_XML_GetSpecifiedAttributeCount
|
|
|
|
MOZ_XML_Parse
|
|
|
|
MOZ_XML_ParserCreate_MM
|
|
|
|
MOZ_XML_ParserFree
|
|
|
|
MOZ_XML_ResumeParser
|
|
|
|
MOZ_XML_SetBase
|
|
|
|
MOZ_XML_SetCdataSectionHandler
|
|
|
|
MOZ_XML_SetCharacterDataHandler
|
|
|
|
MOZ_XML_SetCommentHandler
|
|
|
|
MOZ_XML_SetDefaultHandlerExpand
|
|
|
|
MOZ_XML_SetDoctypeDeclHandler
|
|
|
|
MOZ_XML_SetElementHandler
|
|
|
|
MOZ_XML_SetExternalEntityRefHandler
|
|
|
|
MOZ_XML_SetExternalEntityRefHandlerArg
|
|
|
|
MOZ_XML_SetNamespaceDeclHandler
|
|
|
|
MOZ_XML_SetNotationDeclHandler
|
|
|
|
MOZ_XML_SetParamEntityParsing
|
|
|
|
MOZ_XML_SetProcessingInstructionHandler
|
|
|
|
MOZ_XML_SetReturnNSTriplet
|
|
|
|
MOZ_XML_SetUnparsedEntityDeclHandler
|
|
|
|
MOZ_XML_SetUserData
|
|
|
|
MOZ_XML_SetXmlDeclHandler
|
|
|
|
MOZ_XML_StopParser
|
2012-05-08 00:46:46 -07:00
|
|
|
hb_blob_create
|
|
|
|
hb_blob_destroy
|
|
|
|
hb_blob_get_data
|
|
|
|
hb_blob_get_empty
|
|
|
|
hb_blob_get_length
|
|
|
|
hb_blob_reference
|
|
|
|
hb_buffer_add_utf16
|
|
|
|
hb_buffer_create
|
|
|
|
hb_buffer_destroy
|
|
|
|
hb_buffer_get_glyph_infos
|
|
|
|
hb_buffer_get_glyph_positions
|
|
|
|
hb_buffer_reverse
|
|
|
|
hb_buffer_set_direction
|
|
|
|
hb_buffer_set_language
|
|
|
|
hb_buffer_set_script
|
|
|
|
hb_buffer_set_unicode_funcs
|
|
|
|
hb_face_create_for_tables
|
|
|
|
hb_face_destroy
|
2013-05-16 09:29:20 -07:00
|
|
|
hb_face_reference
|
2012-05-08 00:46:46 -07:00
|
|
|
hb_font_create
|
|
|
|
hb_font_destroy
|
|
|
|
hb_font_funcs_create
|
|
|
|
hb_font_funcs_set_glyph_contour_point_func
|
|
|
|
hb_font_funcs_set_glyph_func
|
|
|
|
hb_font_funcs_set_glyph_h_advance_func
|
|
|
|
hb_font_funcs_set_glyph_h_kerning_func
|
|
|
|
hb_font_set_funcs
|
|
|
|
hb_font_set_ppem
|
|
|
|
hb_font_set_scale
|
|
|
|
hb_language_from_string
|
2013-01-08 06:38:48 -08:00
|
|
|
hb_ot_layout_collect_lookups
|
2013-04-11 06:49:58 -07:00
|
|
|
hb_ot_layout_feature_get_lookups
|
2013-01-08 06:38:48 -08:00
|
|
|
hb_ot_layout_has_positioning
|
|
|
|
hb_ot_layout_has_substitution
|
2013-04-11 06:49:58 -07:00
|
|
|
hb_ot_layout_language_get_feature_indexes
|
|
|
|
hb_ot_layout_language_get_feature_tags
|
|
|
|
hb_ot_layout_language_get_required_feature_index
|
2013-01-08 06:38:48 -08:00
|
|
|
hb_ot_layout_lookup_collect_glyphs
|
2013-04-11 06:49:58 -07:00
|
|
|
hb_ot_layout_script_get_language_tags
|
|
|
|
hb_ot_layout_table_choose_script
|
|
|
|
hb_ot_layout_table_get_script_tags
|
2012-05-08 00:46:46 -07:00
|
|
|
hb_ot_tag_to_language
|
2014-01-30 07:59:16 -08:00
|
|
|
hb_ot_tag_to_script
|
2013-04-11 06:49:58 -07:00
|
|
|
hb_ot_tags_from_script
|
|
|
|
hb_set_add
|
|
|
|
hb_set_clear
|
2013-01-08 06:38:48 -08:00
|
|
|
hb_set_create
|
|
|
|
hb_set_destroy
|
|
|
|
hb_set_has
|
2013-04-11 06:49:58 -07:00
|
|
|
hb_set_is_empty
|
2013-01-08 06:38:48 -08:00
|
|
|
hb_set_next
|
2012-05-08 00:46:46 -07:00
|
|
|
hb_shape
|
|
|
|
hb_unicode_funcs_create
|
|
|
|
hb_unicode_funcs_get_empty
|
|
|
|
hb_unicode_funcs_set_combining_class_func
|
|
|
|
hb_unicode_funcs_set_compose_func
|
|
|
|
hb_unicode_funcs_set_decompose_func
|
|
|
|
hb_unicode_funcs_set_eastasian_width_func
|
|
|
|
hb_unicode_funcs_set_general_category_func
|
|
|
|
hb_unicode_funcs_set_mirroring_func
|
|
|
|
hb_unicode_funcs_set_script_func
|