Changeset 4569:ecb0fad2559e in roaraudio


Ignore:
Timestamp:
10/31/10 11:38:14 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated ckport database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar.ckport

    r4218 r4569  
    281281roar_buffer_delete              ok 
    282282roar_buffer_duplicate           ok 
    283 roar_buffer_free                ok 
     283roar_buffer_free                removed Recompile, transition macro provided. 
    284284roar_buffer_get_data            ok 
    285285roar_buffer_get_flag            ok 
     
    301301roar_buffer_set_offset          ok 
    302302roar_buffer_shift_out           ok 
     303roar_buffer_clear_next          maybe   This indecates bad program design 
     304roar_buffer_ref                 ok 
     305roar_buffer_unref               ok 
    303306 
    304307# Some internal functions: 
     
    357360roar_stream_add_data            likely  does not work most of the time 
    358361 
    359 roar_stream_send_data           critical        does not work as exected 
     362roar_stream_send_data           critical        does not work as expected 
    360363 
    361364roar_stream_get_info            ok 
     
    365368roar_stream_set_chanmap         wip 
    366369 
    367 roar_stream_set_flags           ok 
     370roar_stream_set_flags           legacy  Use roar_stream_set_flags2 
     371roar_stream_set_flags2          ok 
    368372roar_stream_set_role            ok 
    369373 
     
    389393roar_meta_strgenre              ok 
    390394roar_meta_intgenre              ok 
     395roar_ht2str                     ok 
     396roar_str2ht                     ok 
     397roar_ot2str                     ok 
     398roar_str2ot                     ok 
     399roar_stds_str2vendor            ok 
     400roar_stds_vendor2str            ok 
    391401 
    392402# Audio info: 
     
    418428 
    419429roar_list                       ok 
     430roar_list_filtered              ok 
    420431 
    421432roar_get_client                 ok 
     
    435446roar_ctl_c2m                    likely  mostly for internal use only 
    436447roar_ctl_m2c                    likely  mostly for internal use only 
     448 
     449roar_conv_volume                maybe   mostly for internal use only 
    437450 
    438451# Env: 
     
    461474# Auth: 
    462475roar_auth                       wip 
     476roar_auth_from_mes              likely  mostly for internal use 
     477roar_auth_init_mes              likely  mostly for internal use 
     478roar_auth_mes_init              likely  mostly for internal use 
     479roar_auth_to_mes                likely  mostly for internal use 
     480 
     481# Authfile API: 
     482roar_authfile_add_key           maybe   mostly for internal use 
     483roar_authfile_close             maybe   mostly for internal use 
     484roar_authfile_key_new           maybe   mostly for internal use 
     485roar_authfile_key_ref           maybe   mostly for internal use 
     486roar_authfile_key_unref         maybe   mostly for internal use 
     487roar_authfile_lock              maybe   mostly for internal use 
     488roar_authfile_lookup_key        maybe   mostly for internal use 
     489roar_authfile_open              maybe   mostly for internal use 
     490roar_authfile_sync              maybe   mostly for internal use 
     491roar_authfile_unlock            maybe   mostly for internal use 
    463492 
    464493# Beep: 
     
    538567 
    539568roar_sshaskpass_getpass         internal 
     569 
     570roar_passwd_simple_ask_pw       ok 
    540571 
    541572# RoarDL: 
     
    659690roar_vs_role                    ok 
    660691 
     692# Server enumeration 
     693roar_enum_servers               ok 
     694roar_enum_servers_free          ok 
     695roar_enum_servers_num           ok 
     696_esl_defaults                   internal 
     697_esl_slp                        internal 
     698 
     699# notify core handling: 
     700roar_notify_core_emit           ok 
     701roar_notify_core_emit_simple    ok 
     702roar_notify_core_new            ok 
     703roar_notify_core_new_global     ok 
     704roar_notify_core_ref            ok 
     705roar_notify_core_unref          ok 
     706roar_notify_core_register_proxy ok 
     707roar_notify_core_subscribe      ok 
     708roar_notify_core_unsubscribe    ok 
     709roar_notify_proxy_std           ok 
     710roar_event_from_blob            likely  This is for internal use mostly 
     711roar_event_to_blob              likely  This is for internal use mostly 
     712_hash_event                     internal 
     713 
     714# LTM - Long Term Monitoring: 
     715roar_ltm_extract                ok 
     716roar_ltm_get                    ok 
     717roar_ltm_get_mt                 ok 
     718roar_ltm_get_numchans           ok 
     719roar_ltm_get_numstreams         ok 
     720roar_ltm_get_streamptr          internal 
     721roar_ltm_get_window             ok 
     722roar_ltm_numbits                internal 
     723roar_ltm_pack_req               internal 
     724roar_ltm_register               ok 
     725roar_ltm_unregister             ok 
     726roar_ltm_regunreg               internal 
     727 
     728# CAPS + CAPS/Standards: 
     729roar_caps_from_msg              likely  This is for internal use mostly 
     730roar_caps_to_msg                likely  This is for internal use mostly 
     731roar_caps_stds                  ok 
     732roar_stds_free                  ok 
     733roar_stds_new                   ok 
     734 
     735# general server info: 
     736roar_server_info                ok 
     737roar_server_info_free           ok 
     738roar_server_info_from_mes       likely  This is for internal use mostly 
     739roar_server_info_to_mes         likely  This is for internal use mostly 
     740 
     741# RoarAudio Standard Floats: 
     742roar_float32_isinf              ok 
     743roar_float32_isnan              ok 
     744roar_float32_iszero             ok 
     745roar_ufloat32_build             ok 
     746roar_ufloat32_from_float        ok 
     747roar_ufloat32_mul               ok 
     748roar_ufloat32_scale             ok 
     749roar_ufloat32_to_float          ok 
     750 
     751# Async control: 
     752roar_wait                       ok 
     753 
     754# Filters: 
     755roar_filter_match               likely  This is for internal use mostly 
     756 
     757# Crypto API: 
     758roar_crypto_init                ok 
     759 
     760# Random bits source: 
     761roar_random_gen                 ok 
     762roar_random_genbuf              ok 
     763 
     764# Hash API: 
     765roar_hash_buffer                ok 
     766roar_hash_salted_buffer         ok 
     767roar_ht_digestlen               ok 
     768roar_ht_is_supported            ok 
     769 
     770# Hash Tiger: 
     771roar_hash_tiger_init            ok 
     772roar_hash_tiger_uninit          ok 
     773roar_hash_tiger_init_from_pstate        ok 
     774roar_hash_tiger_to_pstate       ok 
     775roar_hash_tiger_blocklen        ok 
     776roar_hash_tiger_finalize        likely  just use roar_hash_tiger_get_digest 
     777roar_hash_tiger_get_digest      ok 
     778roar_hash_tiger_proc            ok 
     779roar_hash_tiger_proc_block      ok 
     780roar_hash_tiger_statelen        ok 
     781key_schedule                    internal 
     782pass                            internal 
     783tiger_round                     internal 
     784_export                         internal 
     785 
    661786 
    662787!TARGET: libroardsp0 
     
    705830roar_conv_chans_1to28           internal 
    706831roar_conv_chans_1to216          internal 
     832roar_conv_chans_1ton32          internal 
    707833roar_conv_chans_nto18           internal 
    708834roar_conv_chans_nto116          internal 
     835roar_conv_chans_nto132          internal 
    709836roar_conv_chans_2to18           internal 
    710837roar_conv_chans_2to116          internal 
     
    762889roar_conv_poly4_16s             internal 
    763890 
     891# float.h: 
     892roar_conv_float_int32           ok 
     893roar_conv_float_int32_enint     ok 
     894roar_conv_int32_float           ok 
     895roar_conv_int32_float_deint     ok 
     896 
    764897# fader.h: 
    765898roar_fader_init                 ok 
     
    9341067 
    9351068# rms.h: 
    936 # why do we not have a roar_rms2_1_X_Y()? 
    9371069 
    9381070roar_rms2_1_8                   ok 
     
    9471079roar_rms2_1_16_n                ok 
    9481080roar_rms2_1_32_n                ok 
     1081 
     1082roar_rms2_1_b_n                 ok 
    9491083 
    9501084# synth.h: 
     
    10251159roar_vio_bixcode_close          internal 
    10261160 
     1161 
    10271162!TARGET: libroareio0 
    10281163# driver.h: 
Note: See TracChangeset for help on using the changeset viewer.