├── AUTHORS ├── COPYING ├── ChangeLog ├── INSTALL ├── Makefile.am ├── NEWS ├── README ├── autogen.sh ├── configure.ac ├── freemcu ├── AUTHORS ├── COPYING ├── INSTALL ├── Makefile ├── Makefile.in ├── README ├── conf │ ├── ffserver.conf │ ├── freemcu.ini │ ├── layouts.conf │ ├── web_stream_start │ └── web_stream_start.cmd ├── conference.cxx ├── conference.h ├── config.h ├── config.h.in ├── custom.cxx ├── filemembers.cxx ├── filemembers.h ├── h323.cxx ├── h323.h ├── html.cxx ├── html.h ├── main.cxx ├── mcu.cxx ├── mcu.h ├── mcu_rtp.cxx ├── mcu_rtp.h ├── precompile.cxx ├── reg.cxx ├── reg.h ├── reg_h323.cxx ├── reg_sip.cxx ├── resource │ ├── Russo_One.ttf │ ├── connecting.wav │ ├── control.js │ ├── entering.wav │ ├── i15_getNoVideo.gif │ ├── i15_inv.gif │ ├── i15_mic_off.gif │ ├── i15_mic_on.gif │ ├── i16_close_gray.png │ ├── i16_close_red.png │ ├── i20_close.gif │ ├── i20_plus.gif │ ├── i20_static.gif │ ├── i20_vad.gif │ ├── i20_vad2.gif │ ├── i24_clr.gif │ ├── i24_left.gif │ ├── i24_mix.gif │ ├── i24_revert.gif │ ├── i24_right.gif │ ├── i24_shuff.gif │ ├── launched.gif │ ├── leaving.wav │ ├── locale_en.js │ ├── locale_ru.js │ ├── logo_text.png │ ├── mcu.gif │ ├── menu_left.png │ ├── splash.gif │ ├── status.js │ ├── template.html │ ├── vad_chosenvan.gif │ ├── vad_disable.gif │ └── vad_vad.gif ├── sip.cxx ├── sip.h ├── template.cxx ├── version.h └── video.cxx ├── libs ├── h323plus │ ├── MPL-1.1.html │ ├── Makefile │ ├── Makefile.in │ ├── OpenH323.mak │ ├── Openh323libce.vcb │ ├── Openh323libce.vcp │ ├── Openh323libce.vcw │ ├── config.guess │ ├── config.log │ ├── config.status │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── configure.exe │ ├── h323plus.sln │ ├── h323plus.vcproj │ ├── h323plus_2005.sln │ ├── h323plus_2005.vcproj │ ├── h323plus_2008.sln │ ├── h323plus_2008.vcproj │ ├── h323plus_2010.sln │ ├── h323plus_2010.vcxproj │ ├── include │ │ ├── channels.h │ │ ├── codec │ │ │ └── opalplugin.h │ │ ├── codecs.h │ │ ├── dynacodec.h │ │ ├── gccpdu.h │ │ ├── gkclient.h │ │ ├── gkserver.h │ │ ├── gnugknat.h │ │ ├── guid.h │ │ ├── h224.h │ │ ├── h224handler.h │ │ ├── h225.h │ │ ├── h225ras.h │ │ ├── h230 │ │ │ ├── OID2.h │ │ │ └── h230.h │ │ ├── h235.h │ │ ├── h235auth.h │ │ ├── h235plugin.h │ │ ├── h235pluginmgr.h │ │ ├── h245.h │ │ ├── h248.h │ │ ├── h281.h │ │ ├── h281handler.h │ │ ├── h323.h │ │ ├── h323annexg.h │ │ ├── h323caps.h │ │ ├── h323con.h │ │ ├── h323ep.h │ │ ├── h323filetransfer.h │ │ ├── h323h224.h │ │ ├── h323neg.h │ │ ├── h323pdu.h │ │ ├── h323pluginmgr.h │ │ ├── h323rtp.h │ │ ├── h323t120.h │ │ ├── h323t38.h │ │ ├── h323trans.h │ │ ├── h341 │ │ │ ├── h341.h │ │ │ └── h341_oid.h │ │ ├── h350 │ │ │ ├── h350.h │ │ │ └── h350_service.h │ │ ├── h450 │ │ │ ├── h4501.h │ │ │ ├── h45010.h │ │ │ ├── h45011.h │ │ │ ├── h4502.h │ │ │ ├── h4503.h │ │ │ ├── h4504.h │ │ │ ├── h4505.h │ │ │ ├── h4506.h │ │ │ ├── h4507.h │ │ │ ├── h4508.h │ │ │ ├── h4509.h │ │ │ └── h450pdu.h │ │ ├── h460 │ │ │ ├── h460.h │ │ │ ├── h4601.h │ │ │ ├── h46018.h │ │ │ ├── h46019.h │ │ │ ├── h4609.h │ │ │ ├── h460p.h │ │ │ ├── h460pres.h │ │ │ └── h460tm.h │ │ ├── h501.h │ │ ├── h501pdu.h │ │ ├── jitter.h │ │ ├── mcspdu.h │ │ ├── mediafmt.h │ │ ├── opalvxml.h │ │ ├── opalwavfile.h │ │ ├── openh323buildopts.h │ │ ├── openh323buildopts.h.in │ │ ├── peclient.h │ │ ├── q922.h │ │ ├── q931.h │ │ ├── rfc2833.h │ │ ├── rtp.h │ │ ├── rtp2wav.h │ │ ├── svcctrl.h │ │ ├── t120proto.h │ │ ├── t38.h │ │ ├── t38proto.h │ │ ├── transports.h │ │ ├── x224.h │ │ └── x880.h │ ├── install-sh │ ├── mpl-1.0.htm │ ├── openh323u.mak │ ├── openh323u.mak.in │ ├── plugins │ │ ├── Install.vdproj │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── audio │ │ │ ├── ECG722 │ │ │ │ ├── EasyG722 │ │ │ │ │ ├── EasyG722.h │ │ │ │ │ ├── EasyG722.pdf │ │ │ │ │ └── libG722.a │ │ │ │ ├── Makefile │ │ │ │ ├── ReadMe.txt │ │ │ │ ├── easycodecs.cxx │ │ │ │ ├── easycodecs.h │ │ │ │ ├── g722codec.h │ │ │ │ ├── g7231codec.h │ │ │ │ ├── g728codec.h │ │ │ │ └── g729Acodec.h │ │ │ ├── ECG7231 │ │ │ │ ├── EasyCodecs.dsw │ │ │ │ ├── EasyG722.dsp │ │ │ │ ├── EasyG7231.dsp │ │ │ │ ├── EasyG7231 │ │ │ │ │ ├── EasyG7231.h │ │ │ │ │ ├── EasyG7231.pdf │ │ │ │ │ └── libG7231.a │ │ │ │ ├── EasyG7231_2005.vcproj │ │ │ │ ├── EasyG7231_2008.vcproj │ │ │ │ ├── EasyG728.dsp │ │ │ │ ├── EasyG728_2005.vcproj │ │ │ │ ├── EasyG728_2008.vcproj │ │ │ │ ├── EasyG729A.dsp │ │ │ │ ├── EasyG729A_2005.vcproj │ │ │ │ ├── EasyG729A_2008.vcproj │ │ │ │ ├── Makefile │ │ │ │ ├── ReadMe.txt │ │ │ │ ├── easycodecs.c │ │ │ │ ├── easycodecs.cxx │ │ │ │ ├── easycodecs.h │ │ │ │ ├── g722codec.h │ │ │ │ ├── g7231codec.h │ │ │ │ ├── g728codec.h │ │ │ │ └── g729Acodec.h │ │ │ ├── ECG728 │ │ │ │ ├── EasyG728 │ │ │ │ │ ├── EasyG728.h │ │ │ │ │ ├── EasyG728.pdf │ │ │ │ │ └── libG728.a │ │ │ │ ├── Makefile │ │ │ │ ├── ReadMe.txt │ │ │ │ ├── easycodecs.cxx │ │ │ │ ├── easycodecs.h │ │ │ │ ├── g722codec.h │ │ │ │ ├── g7231codec.h │ │ │ │ ├── g728codec.h │ │ │ │ └── g729Acodec.h │ │ │ ├── ECG729A │ │ │ │ ├── EasyG729A │ │ │ │ │ ├── EasyG729A.h │ │ │ │ │ ├── EasyG729A.pdf │ │ │ │ │ └── libG729a.a │ │ │ │ ├── Makefile │ │ │ │ ├── ReadMe.txt │ │ │ │ ├── easycodecs.cxx │ │ │ │ ├── easycodecs.h │ │ │ │ ├── g722codec.h │ │ │ │ ├── g7231codec.h │ │ │ │ ├── g728codec.h │ │ │ │ └── g729Acodec.h │ │ │ ├── G7231ACM │ │ │ │ ├── README.txt │ │ │ │ ├── g7231acm.cxx │ │ │ │ ├── g7231acm.dsp │ │ │ │ └── g7231acm.vcproj │ │ │ ├── GSM0610 │ │ │ │ ├── .cvsignore │ │ │ │ ├── COPYRIGHT │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.in │ │ │ │ ├── PART_OF_TOAST │ │ │ │ ├── README │ │ │ │ ├── gsm0610.dsp │ │ │ │ ├── gsm0610.vcproj │ │ │ │ ├── gsm0610_2005.vcproj │ │ │ │ ├── gsm06_10_codec.c │ │ │ │ ├── inc │ │ │ │ │ ├── config.h │ │ │ │ │ ├── gsm.h │ │ │ │ │ ├── private.h │ │ │ │ │ ├── proto.h │ │ │ │ │ └── unproto.h │ │ │ │ └── src │ │ │ │ │ ├── add.c │ │ │ │ │ ├── code.c │ │ │ │ │ ├── decode.c │ │ │ │ │ ├── gsm_create.c │ │ │ │ │ ├── gsm_decode.c │ │ │ │ │ ├── gsm_destroy.c │ │ │ │ │ ├── gsm_encode.c │ │ │ │ │ ├── gsm_lpc.c │ │ │ │ │ ├── gsm_option.c │ │ │ │ │ ├── long_term.c │ │ │ │ │ ├── preprocess.c │ │ │ │ │ ├── rpe.c │ │ │ │ │ ├── short_term.c │ │ │ │ │ └── table.c │ │ │ ├── IMA_ADPCM │ │ │ │ ├── .cvsignore │ │ │ │ ├── IMA_ADPCM.dsp │ │ │ │ ├── IMA_ADPCM.vcproj │ │ │ │ ├── IMA_ADPCM_2005.vcproj │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.in │ │ │ │ └── ima_adpcm.c │ │ │ ├── LPC_10 │ │ │ │ ├── .cvsignore │ │ │ │ ├── LPC_10.dsp │ │ │ │ ├── LPC_10.vcproj │ │ │ │ ├── LPC_10_2005.vcproj │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.in │ │ │ │ ├── README │ │ │ │ ├── lpc10.h │ │ │ │ ├── lpc_10_codec.c │ │ │ │ └── src │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── README │ │ │ │ │ ├── analys.c │ │ │ │ │ ├── bsynz.c │ │ │ │ │ ├── chanwr.c │ │ │ │ │ ├── dcbias.c │ │ │ │ │ ├── decode_.c │ │ │ │ │ ├── deemp.c │ │ │ │ │ ├── difmag.c │ │ │ │ │ ├── dyptrk.c │ │ │ │ │ ├── encode_.c │ │ │ │ │ ├── energy.c │ │ │ │ │ ├── f2c.h │ │ │ │ │ ├── f2clib.c │ │ │ │ │ ├── ham84.c │ │ │ │ │ ├── hp100.c │ │ │ │ │ ├── invert.c │ │ │ │ │ ├── irc2pc.c │ │ │ │ │ ├── ivfilt.c │ │ │ │ │ ├── lpcdec.c │ │ │ │ │ ├── lpcenc.c │ │ │ │ │ ├── lpcini.c │ │ │ │ │ ├── lpfilt.c │ │ │ │ │ ├── makefile.dos │ │ │ │ │ ├── makefile.unx │ │ │ │ │ ├── median.c │ │ │ │ │ ├── mload.c │ │ │ │ │ ├── onset.c │ │ │ │ │ ├── pitsyn.c │ │ │ │ │ ├── placea.c │ │ │ │ │ ├── placev.c │ │ │ │ │ ├── preemp.c │ │ │ │ │ ├── prepro.c │ │ │ │ │ ├── random.c │ │ │ │ │ ├── rcchk.c │ │ │ │ │ ├── synths.c │ │ │ │ │ ├── tbdm.c │ │ │ │ │ ├── voicin.c │ │ │ │ │ └── vparms.c │ │ │ ├── Speex │ │ │ │ ├── .cvsignore │ │ │ │ ├── AUTHORS │ │ │ │ ├── COPYING │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.in │ │ │ │ ├── PART_OF_SPEEX │ │ │ │ ├── README │ │ │ │ ├── Speex.dsp │ │ │ │ ├── Speex.vcproj │ │ │ │ ├── Speex_2005.vcproj │ │ │ │ ├── libspeex │ │ │ │ │ ├── .cvsignore │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── _kiss_fft_guts.h │ │ │ │ │ ├── arch.h │ │ │ │ │ ├── bits.c │ │ │ │ │ ├── cb_search.c │ │ │ │ │ ├── cb_search.h │ │ │ │ │ ├── cb_search_arm4.h │ │ │ │ │ ├── cb_search_bfin.h │ │ │ │ │ ├── cb_search_sse.h │ │ │ │ │ ├── exc_10_16_table.c │ │ │ │ │ ├── exc_10_32_table.c │ │ │ │ │ ├── exc_20_32_table.c │ │ │ │ │ ├── exc_5_256_table.c │ │ │ │ │ ├── exc_5_64_table.c │ │ │ │ │ ├── exc_8_128_table.c │ │ │ │ │ ├── fftwrap.c │ │ │ │ │ ├── fftwrap.h │ │ │ │ │ ├── filters.c │ │ │ │ │ ├── filters.h │ │ │ │ │ ├── filters_arm4.h │ │ │ │ │ ├── filters_bfin.h │ │ │ │ │ ├── filters_sse.h │ │ │ │ │ ├── fixed_arm4.h │ │ │ │ │ ├── fixed_arm5e.h │ │ │ │ │ ├── fixed_bfin.h │ │ │ │ │ ├── fixed_debug.h │ │ │ │ │ ├── fixed_generic.h │ │ │ │ │ ├── gain_table.c │ │ │ │ │ ├── gain_table_lbr.c │ │ │ │ │ ├── hexc_10_32_table.c │ │ │ │ │ ├── hexc_table.c │ │ │ │ │ ├── high_lsp_tables.c │ │ │ │ │ ├── jitter.c │ │ │ │ │ ├── kiss_fft.c │ │ │ │ │ ├── kiss_fft.h │ │ │ │ │ ├── kiss_fftr.c │ │ │ │ │ ├── kiss_fftr.h │ │ │ │ │ ├── lbr_48k_tables.c │ │ │ │ │ ├── lpc.c │ │ │ │ │ ├── lpc.h │ │ │ │ │ ├── lpc_bfin.h │ │ │ │ │ ├── lsp.c │ │ │ │ │ ├── lsp.h │ │ │ │ │ ├── lsp_tables_nb.c │ │ │ │ │ ├── ltp.c │ │ │ │ │ ├── ltp.h │ │ │ │ │ ├── ltp_arm4.h │ │ │ │ │ ├── ltp_bfin.h │ │ │ │ │ ├── ltp_sse.h │ │ │ │ │ ├── math_approx.c │ │ │ │ │ ├── math_approx.h │ │ │ │ │ ├── mdf.c │ │ │ │ │ ├── medfilter.c │ │ │ │ │ ├── medfilter.h │ │ │ │ │ ├── misc.c │ │ │ │ │ ├── misc.h │ │ │ │ │ ├── misc_bfin.h │ │ │ │ │ ├── modes.c │ │ │ │ │ ├── modes.h │ │ │ │ │ ├── modes_noglobals.c │ │ │ │ │ ├── nb_celp.c │ │ │ │ │ ├── nb_celp.h │ │ │ │ │ ├── pcm_wrapper.c │ │ │ │ │ ├── pcm_wrapper.h │ │ │ │ │ ├── pseudofloat.h │ │ │ │ │ ├── quant_lsp.c │ │ │ │ │ ├── quant_lsp.h │ │ │ │ │ ├── sb_celp.c │ │ │ │ │ ├── sb_celp.h │ │ │ │ │ ├── smallft.c │ │ │ │ │ ├── smallft.h │ │ │ │ │ ├── speex.c │ │ │ │ │ ├── speex.h │ │ │ │ │ ├── speex_bits.h │ │ │ │ │ ├── speex_callbacks.c │ │ │ │ │ ├── speex_callbacks.h │ │ │ │ │ ├── speex_config_types.h │ │ │ │ │ ├── speex_config_types.h.in │ │ │ │ │ ├── speex_echo.h │ │ │ │ │ ├── speex_header.c │ │ │ │ │ ├── speex_header.h │ │ │ │ │ ├── speex_jitter.h │ │ │ │ │ ├── speex_noglobals.h │ │ │ │ │ ├── speex_preprocess.c │ │ │ │ │ ├── speex_preprocess.h │ │ │ │ │ ├── speex_stereo.h │ │ │ │ │ ├── speex_types.h │ │ │ │ │ ├── stack_alloc.h │ │ │ │ │ ├── stereo.c │ │ │ │ │ ├── testdenoise.c │ │ │ │ │ ├── testecho.c │ │ │ │ │ ├── testenc.c │ │ │ │ │ ├── testenc_uwb.c │ │ │ │ │ ├── testenc_wb.c │ │ │ │ │ ├── vbr.c │ │ │ │ │ ├── vbr.h │ │ │ │ │ ├── vorbis_psy.c │ │ │ │ │ ├── vorbis_psy.h │ │ │ │ │ ├── vq.c │ │ │ │ │ ├── vq.h │ │ │ │ │ ├── vq_arm4.h │ │ │ │ │ ├── vq_bfin.h │ │ │ │ │ └── vq_sse.h │ │ │ │ └── speexcodec.cxx │ │ │ ├── VoiceAgeG729 │ │ │ │ ├── .cvsignore │ │ │ │ ├── README.txt │ │ │ │ ├── VoiceAgeG729.dsp │ │ │ │ ├── VoiceAgeG729.vcproj │ │ │ │ ├── VoiceAgeG729_2005.vcproj │ │ │ │ └── g729codec.c │ │ │ └── gsm-amr │ │ │ │ ├── .cvsignore │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.in │ │ │ │ ├── amrcodec.c │ │ │ │ ├── gsmamr.dsp │ │ │ │ ├── gsmamr.vcproj │ │ │ │ ├── gsmamr_2005.vcproj │ │ │ │ └── src │ │ │ │ ├── amrcodec.txt │ │ │ │ ├── decoder.c │ │ │ │ ├── encoder.c │ │ │ │ ├── interf_dec.c │ │ │ │ ├── interf_dec.h │ │ │ │ ├── interf_enc.c │ │ │ │ ├── interf_enc.h │ │ │ │ ├── interf_rom.h │ │ │ │ ├── makefile.gcc │ │ │ │ ├── makefile.win32 │ │ │ │ ├── readme.txt │ │ │ │ ├── rom_dec.h │ │ │ │ ├── rom_enc.h │ │ │ │ ├── sp_dec.c │ │ │ │ ├── sp_dec.h │ │ │ │ ├── sp_enc.c │ │ │ │ ├── sp_enc.h │ │ │ │ └── typedef.h │ │ ├── configure │ │ ├── configure.ac │ │ ├── plugins.sln │ │ ├── plugins_2005.sln │ │ └── video │ │ │ ├── H.263-2429 │ │ │ ├── Makefile │ │ │ ├── Makefile.in │ │ │ ├── ReadMe.txt │ │ │ ├── ffmpeg │ │ │ │ ├── avcodec.h │ │ │ │ └── common.h │ │ │ ├── h263_2429.cxx │ │ │ ├── h263_2429.sln │ │ │ ├── h263pframe.cxx │ │ │ ├── h263pframe.h │ │ │ └── rtpframe.h │ │ │ ├── H.263-ffmpeg │ │ │ ├── Makefile │ │ │ ├── Makefile.in │ │ │ ├── ReadMe.txt │ │ │ ├── ffmpeg │ │ │ │ ├── avcodec.h │ │ │ │ └── common.h │ │ │ ├── h263ffmpeg.cxx │ │ │ ├── h263ffmpeg.sln │ │ │ ├── h263ffmpeg.vcproj │ │ │ └── h263ffmpeg_2005.vcproj │ │ │ └── common │ │ │ ├── critsect.h │ │ │ ├── dyna.cxx │ │ │ ├── dyna.h │ │ │ ├── rtpframe.h │ │ │ ├── trace.cxx │ │ │ ├── trace.h │ │ │ └── vs-stdint.h │ ├── src │ │ ├── Makefile │ │ ├── asn │ │ │ ├── OID2.asn │ │ │ ├── gccpdu.asn │ │ │ ├── h225.asn │ │ │ ├── h235.asn │ │ │ ├── h245.asn │ │ │ ├── h248.asn │ │ │ ├── h350_service.asn │ │ │ ├── h4501.asn │ │ │ ├── h45010.asn │ │ │ ├── h45011.asn │ │ │ ├── h4502.asn │ │ │ ├── h4503.asn │ │ │ ├── h4504.asn │ │ │ ├── h4505.asn │ │ │ ├── h4506.asn │ │ │ ├── h4507.asn │ │ │ ├── h4508.asn │ │ │ ├── h4509.asn │ │ │ ├── h46018.asn │ │ │ ├── h46019.asn │ │ │ ├── h4609.asn │ │ │ ├── h460pres.asn │ │ │ ├── h460tm.asn │ │ │ ├── h501.asn │ │ │ ├── mcspdu.asn │ │ │ ├── t38.asn │ │ │ └── x880.asn │ │ ├── channels.cxx │ │ ├── codecs.cxx │ │ ├── dllmain.cxx │ │ ├── g711.c │ │ ├── gccpdu.cxx │ │ ├── gkclient.cxx │ │ ├── gkserver.cxx │ │ ├── gnugknat.cxx │ │ ├── guid.cxx │ │ ├── h224.cxx │ │ ├── h225_1.cxx │ │ ├── h225_2.cxx │ │ ├── h225ras.cxx │ │ ├── h230 │ │ │ ├── OID2.asn │ │ │ ├── OID2.cxx │ │ │ └── h230.cxx │ │ ├── h235.cxx │ │ ├── h235_t.cxx │ │ ├── h235auth.cxx │ │ ├── h235auth1.cxx │ │ ├── h235pluginmgr.cxx │ │ ├── h245_1.cxx │ │ ├── h245_2.cxx │ │ ├── h245_3.cxx │ │ ├── h248.cxx │ │ ├── h281.cxx │ │ ├── h323.cxx │ │ ├── h323annexg.cxx │ │ ├── h323caps.cxx │ │ ├── h323ep.cxx │ │ ├── h323filetransfer.cxx │ │ ├── h323h224.cxx │ │ ├── h323neg.cxx │ │ ├── h323pdu.cxx │ │ ├── h323pluginmgr.cxx │ │ ├── h323rtp.cxx │ │ ├── h323t120.cxx │ │ ├── h323t38.cxx │ │ ├── h323trans.cxx │ │ ├── h341 │ │ │ ├── H225-MIB.mib │ │ │ ├── H245-MIB.mib │ │ │ ├── H323-GATEKEEPER-MIB.mib │ │ │ ├── H323GW-MIB.mib │ │ │ ├── H323MC-MIB.mib │ │ │ ├── H323TERMINAL-MIB.mib │ │ │ ├── IPV6-FLOW-LABEL-MIB.mib │ │ │ ├── MP-MIB.mib │ │ │ ├── h341.cxx │ │ │ └── mib2c.openh323.conf │ │ ├── h350 │ │ │ ├── commObject.schema │ │ │ ├── commURI.schema │ │ │ ├── h235Identity.schema │ │ │ ├── h323Identity.schema │ │ │ ├── h323person.schema │ │ │ ├── h350.cxx │ │ │ └── h350_service.cxx │ │ ├── h450 │ │ │ ├── h4501.cxx │ │ │ ├── h45010.cxx │ │ │ ├── h45011.cxx │ │ │ ├── h4502.cxx │ │ │ ├── h4503.cxx │ │ │ ├── h4504.cxx │ │ │ ├── h4505.cxx │ │ │ ├── h4506.cxx │ │ │ ├── h4507.cxx │ │ │ ├── h4508.cxx │ │ │ ├── h4509.cxx │ │ │ └── h450pdu.cxx │ │ ├── h460 │ │ │ ├── h4601.cxx │ │ │ ├── h46018.cxx │ │ │ ├── h46019.cxx │ │ │ ├── h4609.cxx │ │ │ ├── h460p.cxx │ │ │ ├── h460pres.cxx │ │ │ └── h460tm.cxx │ │ ├── h501.cxx │ │ ├── h501pdu.cxx │ │ ├── jitter.cxx │ │ ├── libver.rc │ │ ├── mcspdu.cxx │ │ ├── mediafmt.cxx │ │ ├── opalglobalstatics.cxx │ │ ├── opalvxml.cxx │ │ ├── opalwavfile.cxx │ │ ├── peclient.cxx │ │ ├── precompile.cxx │ │ ├── q922.cxx │ │ ├── q931.cxx │ │ ├── rfc2833.cxx │ │ ├── rtp.cxx │ │ ├── rtp2wav.cxx │ │ ├── svcctrl.cxx │ │ ├── t120proto.cxx │ │ ├── t38.cxx │ │ ├── t38proto.cxx │ │ ├── transports.cxx │ │ ├── x224.cxx │ │ ├── x880.cxx │ │ └── zz │ ├── version.h │ └── videonotes.rtf ├── libyuv │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ └── text-base │ │ │ ├── AUTHORS.svn-base │ │ │ ├── Android.mk.svn-base │ │ │ ├── DEPS.svn-base │ │ │ ├── LICENSE.svn-base │ │ │ ├── PATENTS.svn-base │ │ │ ├── README.chromium.svn-base │ │ │ ├── codereview.settings.svn-base │ │ │ ├── libyuv.gyp.svn-base │ │ │ ├── libyuv_test.gyp.svn-base │ │ │ └── public.mk.svn-base │ ├── AUTHORS │ ├── Android.mk │ ├── DEPS │ ├── LICENSE │ ├── PATENTS │ ├── README.chromium │ ├── codereview.settings │ ├── include │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ ├── prop-base │ │ │ │ └── libyuv.h.svn-base │ │ │ └── text-base │ │ │ │ └── libyuv.h.svn-base │ │ ├── libyuv.h │ │ └── libyuv │ │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ ├── prop-base │ │ │ │ ├── basic_types.h.svn-base │ │ │ │ ├── compare.h.svn-base │ │ │ │ ├── convert.h.svn-base │ │ │ │ ├── convert_from.h.svn-base │ │ │ │ ├── cpu_id.h.svn-base │ │ │ │ ├── format_conversion.h.svn-base │ │ │ │ ├── mjpeg_decoder.h.svn-base │ │ │ │ ├── planar_functions.h.svn-base │ │ │ │ ├── scale.h.svn-base │ │ │ │ └── version.h.svn-base │ │ │ └── text-base │ │ │ │ ├── basic_types.h.svn-base │ │ │ │ ├── compare.h.svn-base │ │ │ │ ├── convert.h.svn-base │ │ │ │ ├── convert_argb.h.svn-base │ │ │ │ ├── convert_from.h.svn-base │ │ │ │ ├── convert_from_argb.h.svn-base │ │ │ │ ├── cpu_id.h.svn-base │ │ │ │ ├── format_conversion.h.svn-base │ │ │ │ ├── mjpeg_decoder.h.svn-base │ │ │ │ ├── planar_functions.h.svn-base │ │ │ │ ├── rotate.h.svn-base │ │ │ │ ├── rotate_argb.h.svn-base │ │ │ │ ├── row.h.svn-base │ │ │ │ ├── scale.h.svn-base │ │ │ │ ├── scale_argb.h.svn-base │ │ │ │ ├── version.h.svn-base │ │ │ │ └── video_common.h.svn-base │ │ │ ├── basic_types.h │ │ │ ├── compare.h │ │ │ ├── convert.h │ │ │ ├── convert_argb.h │ │ │ ├── convert_from.h │ │ │ ├── convert_from_argb.h │ │ │ ├── cpu_id.h │ │ │ ├── format_conversion.h │ │ │ ├── mjpeg_decoder.h │ │ │ ├── planar_functions.h │ │ │ ├── rotate.h │ │ │ ├── rotate_argb.h │ │ │ ├── row.h │ │ │ ├── scale.h │ │ │ ├── scale_argb.h │ │ │ ├── version.h │ │ │ └── video_common.h │ ├── libyuv.gyp │ ├── libyuv_test.gyp │ ├── public.mk │ ├── source │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ ├── prop-base │ │ │ │ ├── compare.cc.svn-base │ │ │ │ ├── convert_from.cc.svn-base │ │ │ │ ├── mjpeg_decoder.cc.svn-base │ │ │ │ └── row_common.cc.svn-base │ │ │ └── text-base │ │ │ │ ├── compare.cc.svn-base │ │ │ │ ├── compare_common.cc.svn-base │ │ │ │ ├── compare_neon.cc.svn-base │ │ │ │ ├── compare_posix.cc.svn-base │ │ │ │ ├── compare_win.cc.svn-base │ │ │ │ ├── convert.cc.svn-base │ │ │ │ ├── convert_argb.cc.svn-base │ │ │ │ ├── convert_from.cc.svn-base │ │ │ │ ├── convert_from_argb.cc.svn-base │ │ │ │ ├── cpu_id.cc.svn-base │ │ │ │ ├── format_conversion.cc.svn-base │ │ │ │ ├── memcpy_mips.S.svn-base │ │ │ │ ├── mjpeg_decoder.cc.svn-base │ │ │ │ ├── planar_functions.cc.svn-base │ │ │ │ ├── rotate.cc.svn-base │ │ │ │ ├── rotate_argb.cc.svn-base │ │ │ │ ├── rotate_mips.cc.svn-base │ │ │ │ ├── rotate_neon.cc.svn-base │ │ │ │ ├── row_any.cc.svn-base │ │ │ │ ├── row_common.cc.svn-base │ │ │ │ ├── row_mips.cc.svn-base │ │ │ │ ├── row_neon.cc.svn-base │ │ │ │ ├── row_posix.cc.svn-base │ │ │ │ ├── row_win.cc.svn-base │ │ │ │ ├── row_x86.asm.svn-base │ │ │ │ ├── scale.cc.svn-base │ │ │ │ ├── scale_argb.cc.svn-base │ │ │ │ ├── scale_argb_neon.cc.svn-base │ │ │ │ ├── scale_mips.cc.svn-base │ │ │ │ ├── scale_neon.cc.svn-base │ │ │ │ ├── video_common.cc.svn-base │ │ │ │ └── x86inc.asm.svn-base │ │ ├── compare.cc │ │ ├── compare_common.cc │ │ ├── compare_neon.cc │ │ ├── compare_posix.cc │ │ ├── compare_win.cc │ │ ├── convert.cc │ │ ├── convert_argb.cc │ │ ├── convert_from.cc │ │ ├── convert_from_argb.cc │ │ ├── cpu_id.cc │ │ ├── format_conversion.cc │ │ ├── memcpy_mips.S │ │ ├── mjpeg_decoder.cc │ │ ├── planar_functions.cc │ │ ├── rotate.cc │ │ ├── rotate_argb.cc │ │ ├── rotate_mips.cc │ │ ├── rotate_neon.cc │ │ ├── row_any.cc │ │ ├── row_common.cc │ │ ├── row_mips.cc │ │ ├── row_neon.cc │ │ ├── row_posix.cc │ │ ├── row_win.cc │ │ ├── row_x86.asm │ │ ├── scale.cc │ │ ├── scale_argb.cc │ │ ├── scale_argb_neon.cc │ │ ├── scale_mips.cc │ │ ├── scale_neon.cc │ │ ├── video_common.cc │ │ └── x86inc.asm │ ├── tools │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ │ └── valgrind-libyuv │ │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ ├── prop-base │ │ │ │ ├── libyuv_tests.bat.svn-base │ │ │ │ ├── libyuv_tests.py.svn-base │ │ │ │ └── libyuv_tests.sh.svn-base │ │ │ └── text-base │ │ │ │ ├── libyuv_tests.bat.svn-base │ │ │ │ ├── libyuv_tests.py.svn-base │ │ │ │ └── libyuv_tests.sh.svn-base │ │ │ ├── libyuv_tests.bat │ │ │ ├── libyuv_tests.py │ │ │ ├── libyuv_tests.sh │ │ │ ├── memcheck │ │ │ ├── .svn │ │ │ │ ├── all-wcprops │ │ │ │ ├── entries │ │ │ │ ├── prop-base │ │ │ │ │ ├── PRESUBMIT.py.svn-base │ │ │ │ │ ├── suppressions.txt.svn-base │ │ │ │ │ ├── suppressions_mac.txt.svn-base │ │ │ │ │ └── suppressions_win32.txt.svn-base │ │ │ │ └── text-base │ │ │ │ │ ├── OWNERS.svn-base │ │ │ │ │ ├── PRESUBMIT.py.svn-base │ │ │ │ │ ├── suppressions.txt.svn-base │ │ │ │ │ ├── suppressions_mac.txt.svn-base │ │ │ │ │ └── suppressions_win32.txt.svn-base │ │ │ ├── OWNERS │ │ │ ├── PRESUBMIT.py │ │ │ ├── suppressions.txt │ │ │ ├── suppressions_mac.txt │ │ │ └── suppressions_win32.txt │ │ │ └── tsan │ │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ ├── prop-base │ │ │ │ ├── PRESUBMIT.py.svn-base │ │ │ │ ├── suppressions.txt.svn-base │ │ │ │ ├── suppressions_mac.txt.svn-base │ │ │ │ └── suppressions_win32.txt.svn-base │ │ │ └── text-base │ │ │ │ ├── OWNERS.svn-base │ │ │ │ ├── PRESUBMIT.py.svn-base │ │ │ │ ├── suppressions.txt.svn-base │ │ │ │ ├── suppressions_mac.txt.svn-base │ │ │ │ └── suppressions_win32.txt.svn-base │ │ │ ├── OWNERS │ │ │ ├── PRESUBMIT.py │ │ │ ├── suppressions.txt │ │ │ ├── suppressions_mac.txt │ │ │ └── suppressions_win32.txt │ ├── unit_test │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ ├── prop-base │ │ │ │ └── cpu_test.cc.svn-base │ │ │ └── text-base │ │ │ │ ├── basictypes_test.cc.svn-base │ │ │ │ ├── compare_test.cc.svn-base │ │ │ │ ├── convert_test.cc.svn-base │ │ │ │ ├── cpu_test.cc.svn-base │ │ │ │ ├── planar_test.cc.svn-base │ │ │ │ ├── rotate_argb_test.cc.svn-base │ │ │ │ ├── rotate_test.cc.svn-base │ │ │ │ ├── scale_argb_test.cc.svn-base │ │ │ │ ├── scale_test.cc.svn-base │ │ │ │ ├── unit_test.cc.svn-base │ │ │ │ ├── unit_test.h.svn-base │ │ │ │ ├── version_test.cc.svn-base │ │ │ │ └── video_common_test.cc.svn-base │ │ ├── basictypes_test.cc │ │ ├── compare_test.cc │ │ ├── convert_test.cc │ │ ├── cpu_test.cc │ │ ├── planar_test.cc │ │ ├── rotate_argb_test.cc │ │ ├── rotate_test.cc │ │ ├── scale_argb_test.cc │ │ ├── scale_test.cc │ │ ├── testdata │ │ │ ├── .svn │ │ │ │ ├── all-wcprops │ │ │ │ ├── entries │ │ │ │ ├── prop-base │ │ │ │ │ ├── arm_v7.txt.svn-base │ │ │ │ │ └── tegra3.txt.svn-base │ │ │ │ └── text-base │ │ │ │ │ ├── arm_v7.txt.svn-base │ │ │ │ │ └── tegra3.txt.svn-base │ │ │ ├── arm_v7.txt │ │ │ └── tegra3.txt │ │ ├── unit_test.cc │ │ ├── unit_test.h │ │ ├── version_test.cc │ │ └── video_common_test.cc │ └── util │ │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ └── text-base │ │ │ ├── Makefile.svn-base │ │ │ ├── compare.cc.svn-base │ │ │ ├── cpuid.c.svn-base │ │ │ ├── psnr.cc.svn-base │ │ │ ├── psnr.h.svn-base │ │ │ ├── psnr_main.cc.svn-base │ │ │ ├── ssim.cc.svn-base │ │ │ └── ssim.h.svn-base │ │ ├── Makefile │ │ ├── compare.cc │ │ ├── cpuid.c │ │ ├── psnr.cc │ │ ├── psnr.h │ │ ├── psnr_main.cc │ │ ├── ssim.cc │ │ └── ssim.h ├── libzrtp │ ├── .gitignore │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── Makefile.am │ ├── NEWS │ ├── README │ ├── acinclude.m4 │ ├── bootstrap.sh │ ├── configure.in │ ├── create_docs.sh │ ├── create_pack.pl │ ├── doc │ │ ├── Doxyfile.in │ │ └── manuals │ │ │ ├── changelog.dox │ │ │ ├── howto.dox │ │ │ ├── main.dox │ │ │ └── rng.dox │ ├── include │ │ ├── zrtp.h │ │ ├── zrtp_base.h │ │ ├── zrtp_config.h │ │ ├── zrtp_config_android.h │ │ ├── zrtp_config_symbian.h │ │ ├── zrtp_config_user.h │ │ ├── zrtp_config_win.h │ │ ├── zrtp_crypto.h │ │ ├── zrtp_ec.h │ │ ├── zrtp_engine.h │ │ ├── zrtp_error.h │ │ ├── zrtp_iface.h │ │ ├── zrtp_iface_cache.h │ │ ├── zrtp_iface_scheduler.h │ │ ├── zrtp_iface_system.h │ │ ├── zrtp_legal.h │ │ ├── zrtp_list.h │ │ ├── zrtp_log.h │ │ ├── zrtp_pbx.h │ │ ├── zrtp_protocol.h │ │ ├── zrtp_srtp.h │ │ ├── zrtp_srtp_builtin.h │ │ ├── zrtp_string.h │ │ ├── zrtp_types.h │ │ └── zrtp_version.h │ ├── projects │ │ ├── android │ │ │ └── jni │ │ │ │ └── Android.mk │ │ ├── symbian │ │ │ ├── DelayRuner.cpp │ │ │ ├── DelayRuner.h │ │ │ ├── bld.bat │ │ │ ├── bld.inf │ │ │ ├── bldgcce.bat │ │ │ ├── libzrtp.mmp │ │ │ └── zrtp_iface_symb.cpp │ │ ├── win │ │ │ ├── libzrtp.2010.vcxproj │ │ │ ├── libzrtp.2010.vcxproj.filters │ │ │ ├── libzrtp.2012.vcxproj │ │ │ ├── libzrtp.2012.vcxproj.filters │ │ │ ├── libzrtp.sln │ │ │ ├── libzrtp.vcproj │ │ │ ├── libzrtp.x32.vcxproj │ │ │ ├── libzrtp.x32.vcxproj.filters │ │ │ ├── libzrtp.x64.vcxproj │ │ │ ├── libzrtp.x64.vcxproj.filters │ │ │ ├── libzrtp_not_ec.vcproj │ │ │ └── libzrtp_test.vcproj │ │ ├── win_ce │ │ │ ├── libzrtp_test_wince.vcproj │ │ │ ├── libzrtp_wince.sln │ │ │ ├── libzrtp_wince.vcproj │ │ │ └── libzrtp_wince_not_ec.vcproj │ │ ├── win_kernel │ │ │ ├── MAKEFILE.WIN32 │ │ │ ├── MAKEFILE.WIN64 │ │ │ ├── MAKEFILE_NOT_EC.WIN32 │ │ │ └── MAKEFILE_NOT_EC.WIN64 │ │ └── xcode │ │ │ ├── libzrtp.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── project.xcworkspace │ │ │ │ └── contents.xcworkspacedata │ │ │ └── libzrtp_test.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── project.xcworkspace │ │ │ └── contents.xcworkspacedata │ ├── src │ │ ├── zrtp.c │ │ ├── zrtp_crc.c │ │ ├── zrtp_crypto_aes.c │ │ ├── zrtp_crypto_atl.c │ │ ├── zrtp_crypto_ec.c │ │ ├── zrtp_crypto_ecdh.c │ │ ├── zrtp_crypto_ecdsa.c │ │ ├── zrtp_crypto_hash.c │ │ ├── zrtp_crypto_pk.c │ │ ├── zrtp_crypto_sas.c │ │ ├── zrtp_datatypes.c │ │ ├── zrtp_engine.c │ │ ├── zrtp_engine_driven.c │ │ ├── zrtp_iface_cache.c │ │ ├── zrtp_iface_scheduler.c │ │ ├── zrtp_iface_sys.c │ │ ├── zrtp_initiator.c │ │ ├── zrtp_legal.c │ │ ├── zrtp_list.c │ │ ├── zrtp_log.c │ │ ├── zrtp_pbx.c │ │ ├── zrtp_protocol.c │ │ ├── zrtp_responder.c │ │ ├── zrtp_rng.c │ │ ├── zrtp_srtp_builtin.c │ │ ├── zrtp_srtp_dm.c │ │ ├── zrtp_string.c │ │ ├── zrtp_utils.c │ │ └── zrtp_utils_proto.c │ ├── test │ │ ├── cache_test.c │ │ ├── cipher_test.c │ │ ├── cmockery │ │ │ ├── cmockery.c │ │ │ └── cmockery.h │ │ ├── dh_test.c │ │ ├── dk_test.c │ │ ├── ecdh_test.c │ │ ├── engine_helpers.c │ │ ├── enroll_test_helpers.c │ │ ├── enrollment_test.c │ │ ├── go_secure_test.c │ │ ├── hash_test.c │ │ ├── minor_bugs_test.c │ │ ├── queue.c │ │ ├── queue.h │ │ ├── sasrelay_test.c │ │ ├── srtp_replay_test.c │ │ ├── test_engine.c │ │ ├── test_engine.h │ │ └── zrtphash_test.c │ └── third_party │ │ ├── bgaes │ │ ├── aes.h │ │ ├── aes_modes.c │ │ ├── aescrypt.c │ │ ├── aeskey.c │ │ ├── aesopt.h │ │ ├── aestab.c │ │ ├── aestab.h │ │ ├── bg2zrtp.h │ │ ├── brg_types.h │ │ ├── sha1.c │ │ ├── sha1.h │ │ ├── sha2.c │ │ └── sha2.h │ │ └── bnlib │ │ ├── .gitignore │ │ ├── CHANGES │ │ ├── Makefile.in │ │ ├── README.bn │ │ ├── README.bntest │ │ ├── bignum-ARM │ │ ├── README-small-memory │ │ ├── bntest16.c │ │ ├── config.h │ │ ├── cputime.h │ │ ├── kludge.h │ │ ├── lbn.h │ │ ├── lbn16.c │ │ ├── lbn16.h │ │ ├── lbnarm.h │ │ ├── lbnarm.s │ │ ├── lbnmem.c │ │ ├── lbnmem.h │ │ ├── sha256_arm.c │ │ └── sha256_core.s │ │ ├── bn.c │ │ ├── bn.doc │ │ ├── bn.h │ │ ├── bn00.c │ │ ├── bn16.c │ │ ├── bn16.h │ │ ├── bn32.c │ │ ├── bn32.h │ │ ├── bn64.c │ │ ├── bn64.h │ │ ├── bn68000.c │ │ ├── bn8086.c │ │ ├── bnconfig.hin │ │ ├── bnconfig.win │ │ ├── bninit16.c │ │ ├── bninit32.c │ │ ├── bninit64.c │ │ ├── bnintern.doc │ │ ├── bnprint.c │ │ ├── bnprint.h │ │ ├── bnsize00.h │ │ ├── bntest00.c │ │ ├── bntest16.c │ │ ├── bntest32.c │ │ ├── bntest64.c │ │ ├── bootstrap.sh │ │ ├── cfg │ │ ├── cfg.debug │ │ ├── configure.in │ │ ├── cputime.h │ │ ├── germain.c │ │ ├── germain.h │ │ ├── germtest.c │ │ ├── jacobi.c │ │ ├── jacobi.h │ │ ├── kludge.h │ │ ├── lbn.h │ │ ├── lbn00.c │ │ ├── lbn16.c │ │ ├── lbn16.h │ │ ├── lbn32.c │ │ ├── lbn32.h │ │ ├── lbn64.c │ │ ├── lbn64.h │ │ ├── lbn68000.c │ │ ├── lbn68000.h │ │ ├── lbn68020.c │ │ ├── lbn68020.h │ │ ├── lbn68360.s │ │ ├── lbn80386.asm │ │ ├── lbn80386.h │ │ ├── lbn80386.s │ │ ├── lbn8086.asm │ │ ├── lbn8086.h │ │ ├── lbn960jx.h │ │ ├── lbn960jx.s │ │ ├── lbnalpha.h │ │ ├── lbnalpha.s │ │ ├── lbnmem.c │ │ ├── lbnmem.h │ │ ├── lbnppc.c │ │ ├── lbnppc.h │ │ ├── legal.c │ │ ├── legal.h │ │ ├── ppcasm.h │ │ ├── prime.c │ │ ├── prime.h │ │ ├── sieve.c │ │ ├── sieve.h │ │ ├── sizetest.c │ │ └── test │ │ ├── README.dhtest │ │ ├── README.dsatest │ │ ├── README.rsatest │ │ ├── dhtest.c │ │ ├── dsatest.c │ │ ├── first.h │ │ ├── kb.h │ │ ├── kbmsdos.c │ │ ├── kbunix.c │ │ ├── keygen.c │ │ ├── keygen.h │ │ ├── keys.c │ │ ├── keys.h │ │ ├── kludge.h │ │ ├── md5.c │ │ ├── md5.h │ │ ├── noise.c │ │ ├── noise.h │ │ ├── posix.h │ │ ├── primes.doc │ │ ├── primetest.c │ │ ├── pt.c │ │ ├── random.c │ │ ├── random.h │ │ ├── randpool.c │ │ ├── randpool.h │ │ ├── randtest.c │ │ ├── rsaglue.c │ │ ├── rsaglue.h │ │ ├── rsatest.c │ │ ├── sha.c │ │ ├── sha.h │ │ ├── types.h │ │ ├── userio.h │ │ └── usuals.h ├── opus │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── Makefile.am │ ├── Makefile.in │ ├── Makefile.unix │ ├── NEWS │ ├── README │ ├── aclocal.m4 │ ├── celt │ │ ├── _kiss_fft_guts.h │ │ ├── arch.h │ │ ├── arm │ │ │ ├── arm2gnu.pl │ │ │ ├── arm_celt_map.c │ │ │ ├── armcpu.c │ │ │ ├── armcpu.h │ │ │ ├── armopts.s.in │ │ │ ├── celt_pitch_xcorr_arm.s │ │ │ ├── fixed_armv4.h │ │ │ ├── fixed_armv5e.h │ │ │ ├── kiss_fft_armv4.h │ │ │ ├── kiss_fft_armv5e.h │ │ │ └── pitch_arm.h │ │ ├── bands.c │ │ ├── bands.h │ │ ├── celt.c │ │ ├── celt.h │ │ ├── celt_decoder.c │ │ ├── celt_encoder.c │ │ ├── celt_lpc.c │ │ ├── celt_lpc.h │ │ ├── cpu_support.h │ │ ├── cwrs.c │ │ ├── cwrs.h │ │ ├── ecintrin.h │ │ ├── entcode.c │ │ ├── entcode.h │ │ ├── entdec.c │ │ ├── entdec.h │ │ ├── entenc.c │ │ ├── entenc.h │ │ ├── fixed_debug.h │ │ ├── fixed_generic.h │ │ ├── float_cast.h │ │ ├── kiss_fft.c │ │ ├── kiss_fft.h │ │ ├── laplace.c │ │ ├── laplace.h │ │ ├── mathops.c │ │ ├── mathops.h │ │ ├── mdct.c │ │ ├── mdct.h │ │ ├── mfrngcod.h │ │ ├── modes.c │ │ ├── modes.h │ │ ├── opus_custom_demo.c │ │ ├── os_support.h │ │ ├── pitch.c │ │ ├── pitch.h │ │ ├── quant_bands.c │ │ ├── quant_bands.h │ │ ├── rate.c │ │ ├── rate.h │ │ ├── stack_alloc.h │ │ ├── static_modes_fixed.h │ │ ├── static_modes_float.h │ │ ├── tests │ │ │ ├── test_unit_cwrs32.c │ │ │ ├── test_unit_dft.c │ │ │ ├── test_unit_entropy.c │ │ │ ├── test_unit_laplace.c │ │ │ ├── test_unit_mathops.c │ │ │ ├── test_unit_mdct.c │ │ │ ├── test_unit_rotation.c │ │ │ └── test_unit_types.c │ │ ├── vq.c │ │ ├── vq.h │ │ └── x86 │ │ │ └── pitch_sse.h │ ├── celt_headers.mk │ ├── celt_sources.mk │ ├── compile │ ├── config.guess │ ├── config.h.in │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── depcomp │ ├── doc │ │ ├── Doxyfile.in │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── customdoxygen.css │ │ ├── footer.html │ │ ├── header.html │ │ ├── opus_logo.svg │ │ └── trivial_example.c │ ├── include │ │ ├── opus.h │ │ ├── opus_custom.h │ │ ├── opus_defines.h │ │ ├── opus_multistream.h │ │ └── opus_types.h │ ├── install-sh │ ├── ltmain.sh │ ├── m4 │ │ ├── as-gcc-inline-assembly.m4 │ │ ├── libtool.m4 │ │ ├── ltoptions.m4 │ │ ├── ltsugar.m4 │ │ ├── ltversion.m4 │ │ └── lt~obsolete.m4 │ ├── missing │ ├── opus-uninstalled.pc.in │ ├── opus.m4 │ ├── opus.pc.in │ ├── opus_headers.mk │ ├── opus_sources.mk │ ├── package_version │ ├── silk │ │ ├── A2NLSF.c │ │ ├── API.h │ │ ├── CNG.c │ │ ├── HP_variable_cutoff.c │ │ ├── Inlines.h │ │ ├── LPC_analysis_filter.c │ │ ├── LPC_inv_pred_gain.c │ │ ├── LP_variable_cutoff.c │ │ ├── MacroCount.h │ │ ├── MacroDebug.h │ │ ├── NLSF2A.c │ │ ├── NLSF_VQ.c │ │ ├── NLSF_VQ_weights_laroia.c │ │ ├── NLSF_decode.c │ │ ├── NLSF_del_dec_quant.c │ │ ├── NLSF_encode.c │ │ ├── NLSF_stabilize.c │ │ ├── NLSF_unpack.c │ │ ├── NSQ.c │ │ ├── NSQ_del_dec.c │ │ ├── PLC.c │ │ ├── PLC.h │ │ ├── SigProc_FIX.h │ │ ├── VAD.c │ │ ├── VQ_WMat_EC.c │ │ ├── ana_filt_bank_1.c │ │ ├── arm │ │ │ ├── SigProc_FIX_armv4.h │ │ │ ├── SigProc_FIX_armv5e.h │ │ │ ├── macros_armv4.h │ │ │ └── macros_armv5e.h │ │ ├── biquad_alt.c │ │ ├── bwexpander.c │ │ ├── bwexpander_32.c │ │ ├── check_control_input.c │ │ ├── code_signs.c │ │ ├── control.h │ │ ├── control_SNR.c │ │ ├── control_audio_bandwidth.c │ │ ├── control_codec.c │ │ ├── debug.c │ │ ├── debug.h │ │ ├── dec_API.c │ │ ├── decode_core.c │ │ ├── decode_frame.c │ │ ├── decode_indices.c │ │ ├── decode_parameters.c │ │ ├── decode_pitch.c │ │ ├── decode_pulses.c │ │ ├── decoder_set_fs.c │ │ ├── define.h │ │ ├── enc_API.c │ │ ├── encode_indices.c │ │ ├── encode_pulses.c │ │ ├── errors.h │ │ ├── fixed │ │ │ ├── LTP_analysis_filter_FIX.c │ │ │ ├── LTP_scale_ctrl_FIX.c │ │ │ ├── apply_sine_window_FIX.c │ │ │ ├── autocorr_FIX.c │ │ │ ├── burg_modified_FIX.c │ │ │ ├── corrMatrix_FIX.c │ │ │ ├── encode_frame_FIX.c │ │ │ ├── find_LPC_FIX.c │ │ │ ├── find_LTP_FIX.c │ │ │ ├── find_pitch_lags_FIX.c │ │ │ ├── find_pred_coefs_FIX.c │ │ │ ├── k2a_FIX.c │ │ │ ├── k2a_Q16_FIX.c │ │ │ ├── main_FIX.h │ │ │ ├── noise_shape_analysis_FIX.c │ │ │ ├── pitch_analysis_core_FIX.c │ │ │ ├── prefilter_FIX.c │ │ │ ├── process_gains_FIX.c │ │ │ ├── regularize_correlations_FIX.c │ │ │ ├── residual_energy16_FIX.c │ │ │ ├── residual_energy_FIX.c │ │ │ ├── schur64_FIX.c │ │ │ ├── schur_FIX.c │ │ │ ├── solve_LS_FIX.c │ │ │ ├── structs_FIX.h │ │ │ ├── vector_ops_FIX.c │ │ │ └── warped_autocorrelation_FIX.c │ │ ├── float │ │ │ ├── LPC_analysis_filter_FLP.c │ │ │ ├── LPC_inv_pred_gain_FLP.c │ │ │ ├── LTP_analysis_filter_FLP.c │ │ │ ├── LTP_scale_ctrl_FLP.c │ │ │ ├── SigProc_FLP.h │ │ │ ├── apply_sine_window_FLP.c │ │ │ ├── autocorrelation_FLP.c │ │ │ ├── burg_modified_FLP.c │ │ │ ├── bwexpander_FLP.c │ │ │ ├── corrMatrix_FLP.c │ │ │ ├── encode_frame_FLP.c │ │ │ ├── energy_FLP.c │ │ │ ├── find_LPC_FLP.c │ │ │ ├── find_LTP_FLP.c │ │ │ ├── find_pitch_lags_FLP.c │ │ │ ├── find_pred_coefs_FLP.c │ │ │ ├── inner_product_FLP.c │ │ │ ├── k2a_FLP.c │ │ │ ├── levinsondurbin_FLP.c │ │ │ ├── main_FLP.h │ │ │ ├── noise_shape_analysis_FLP.c │ │ │ ├── pitch_analysis_core_FLP.c │ │ │ ├── prefilter_FLP.c │ │ │ ├── process_gains_FLP.c │ │ │ ├── regularize_correlations_FLP.c │ │ │ ├── residual_energy_FLP.c │ │ │ ├── scale_copy_vector_FLP.c │ │ │ ├── scale_vector_FLP.c │ │ │ ├── schur_FLP.c │ │ │ ├── solve_LS_FLP.c │ │ │ ├── sort_FLP.c │ │ │ ├── structs_FLP.h │ │ │ ├── warped_autocorrelation_FLP.c │ │ │ └── wrappers_FLP.c │ │ ├── gain_quant.c │ │ ├── init_decoder.c │ │ ├── init_encoder.c │ │ ├── inner_prod_aligned.c │ │ ├── interpolate.c │ │ ├── lin2log.c │ │ ├── log2lin.c │ │ ├── macros.h │ │ ├── main.h │ │ ├── pitch_est_defines.h │ │ ├── pitch_est_tables.c │ │ ├── process_NLSFs.c │ │ ├── quant_LTP_gains.c │ │ ├── resampler.c │ │ ├── resampler_down2.c │ │ ├── resampler_down2_3.c │ │ ├── resampler_private.h │ │ ├── resampler_private_AR2.c │ │ ├── resampler_private_IIR_FIR.c │ │ ├── resampler_private_down_FIR.c │ │ ├── resampler_private_up2_HQ.c │ │ ├── resampler_rom.c │ │ ├── resampler_rom.h │ │ ├── resampler_structs.h │ │ ├── shell_coder.c │ │ ├── sigm_Q15.c │ │ ├── sort.c │ │ ├── stereo_LR_to_MS.c │ │ ├── stereo_MS_to_LR.c │ │ ├── stereo_decode_pred.c │ │ ├── stereo_encode_pred.c │ │ ├── stereo_find_predictor.c │ │ ├── stereo_quant_pred.c │ │ ├── structs.h │ │ ├── sum_sqr_shift.c │ │ ├── table_LSF_cos.c │ │ ├── tables.h │ │ ├── tables_LTP.c │ │ ├── tables_NLSF_CB_NB_MB.c │ │ ├── tables_NLSF_CB_WB.c │ │ ├── tables_gain.c │ │ ├── tables_other.c │ │ ├── tables_pitch_lag.c │ │ ├── tables_pulses_per_block.c │ │ ├── tuning_parameters.h │ │ └── typedef.h │ ├── silk_headers.mk │ ├── silk_sources.mk │ ├── src │ │ ├── analysis.c │ │ ├── analysis.h │ │ ├── mlp.c │ │ ├── mlp.h │ │ ├── mlp_data.c │ │ ├── opus.c │ │ ├── opus_compare.c │ │ ├── opus_decoder.c │ │ ├── opus_demo.c │ │ ├── opus_encoder.c │ │ ├── opus_multistream.c │ │ ├── opus_multistream_decoder.c │ │ ├── opus_multistream_encoder.c │ │ ├── opus_private.h │ │ ├── repacketizer.c │ │ ├── repacketizer_demo.c │ │ └── tansig_table.h │ ├── tests │ │ ├── run_vectors.sh │ │ ├── test_opus_api.c │ │ ├── test_opus_common.h │ │ ├── test_opus_decode.c │ │ ├── test_opus_encode.c │ │ └── test_opus_padding.c │ ├── version.mk │ └── win32 │ │ ├── VS2010 │ │ ├── celt.vcxproj │ │ ├── celt.vcxproj.filters │ │ ├── opus.sln │ │ ├── opus.vcxproj │ │ ├── opus.vcxproj.filters │ │ ├── opus_demo.vcxproj │ │ ├── opus_demo.vcxproj.filters │ │ ├── silk_common.vcxproj │ │ ├── silk_common.vcxproj.filters │ │ ├── silk_fixed.vcxproj │ │ ├── silk_fixed.vcxproj.filters │ │ ├── silk_float.vcxproj │ │ ├── silk_float.vcxproj.filters │ │ ├── test_opus_api.vcxproj │ │ ├── test_opus_api.vcxproj.filters │ │ ├── test_opus_decode.vcxproj │ │ ├── test_opus_decode.vcxproj.filters │ │ ├── test_opus_encode.vcxproj │ │ └── test_opus_encode.vcxproj.filters │ │ ├── config.h │ │ └── genversion.bat ├── ptlib │ ├── ChangeLog.txt │ ├── History.txt │ ├── Makefile │ ├── Makefile.in │ ├── README_VXWORKS.txt │ ├── ReadMe.txt │ ├── ReadMe_QOS.txt │ ├── config.guess │ ├── config.log │ ├── config.status │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── configure.exe │ ├── include │ │ ├── ptbuildopts.h │ │ ├── ptbuildopts.h.in │ │ ├── ptclib │ │ │ ├── asnber.h │ │ │ ├── asner.h │ │ │ ├── asnper.h │ │ │ ├── asnxer.h │ │ │ ├── cypher.h │ │ │ ├── delaychan.h │ │ │ ├── dtmf.h │ │ │ ├── enum.h │ │ │ ├── ftp.h │ │ │ ├── guid.h │ │ │ ├── html.h │ │ │ ├── http.h │ │ │ ├── httpform.h │ │ │ ├── httpsvc.h │ │ │ ├── inetmail.h │ │ │ ├── inetprot.h │ │ │ ├── ipacl.h │ │ │ ├── memfile.h │ │ │ ├── mime.h │ │ │ ├── modem.h │ │ │ ├── paec.h │ │ │ ├── pasn.h │ │ │ ├── pdns.h │ │ │ ├── pils.h │ │ │ ├── pldap.h │ │ │ ├── pnat.h │ │ │ ├── podbc.h │ │ │ ├── psasl.h │ │ │ ├── psnmp.h │ │ │ ├── psoap.h │ │ │ ├── psockbun.h │ │ │ ├── pssl.h │ │ │ ├── pstun.h │ │ │ ├── ptts.h │ │ │ ├── pvfiledev.h │ │ │ ├── pvidfile.h │ │ │ ├── pwavfile.h │ │ │ ├── pwavfiledev.h │ │ │ ├── pxml.h │ │ │ ├── pxmlrpc.h │ │ │ ├── pxmlrpcs.h │ │ │ ├── qchannel.h │ │ │ ├── random.h │ │ │ ├── rfc1155.h │ │ │ ├── shttpsvc.h │ │ │ ├── snmp.h │ │ │ ├── sockagg.h │ │ │ ├── socks.h │ │ │ ├── telnet.h │ │ │ ├── url.h │ │ │ ├── vsdl.h │ │ │ ├── vxml.h │ │ │ ├── xmpp.h │ │ │ ├── xmpp_c2s.h │ │ │ ├── xmpp_muc.h │ │ │ └── xmpp_roster.h │ │ ├── ptlib.h │ │ └── ptlib │ │ │ ├── MacMainIf.h │ │ │ ├── Nucleus++ │ │ │ └── ptlib │ │ │ │ ├── NucleusDebstrm.h │ │ │ │ ├── channel.h │ │ │ │ ├── conchan.h │ │ │ │ ├── config.h │ │ │ │ ├── contain.h │ │ │ │ ├── dynalink.h │ │ │ │ ├── ethsock.h │ │ │ │ ├── file.h │ │ │ │ ├── filepath.h │ │ │ │ ├── icmpsock.h │ │ │ │ ├── ipdsock.h │ │ │ │ ├── ipsock.h │ │ │ │ ├── mutex.h │ │ │ │ ├── pdirect.h │ │ │ │ ├── pipechan.h │ │ │ │ ├── pmachdep.h │ │ │ │ ├── pprocess.h │ │ │ │ ├── ptime.h │ │ │ │ ├── ptlib.inl │ │ │ │ ├── remconn.h │ │ │ │ ├── semaphor.h │ │ │ │ ├── serchan.h │ │ │ │ ├── sfile.h │ │ │ │ ├── socket.h │ │ │ │ ├── sound.h │ │ │ │ ├── svcproc.h │ │ │ │ ├── syncpoint.h │ │ │ │ ├── tcpsock.h │ │ │ │ ├── textfile.h │ │ │ │ ├── thread.h │ │ │ │ ├── timeint.h │ │ │ │ ├── timer.h │ │ │ │ └── udpsock.h │ │ │ ├── args.h │ │ │ ├── array.h │ │ │ ├── channel.h │ │ │ ├── conchan.h │ │ │ ├── config.h │ │ │ ├── contain.h │ │ │ ├── contain.inl │ │ │ ├── critsec.h │ │ │ ├── devplugin.h │ │ │ ├── dict.h │ │ │ ├── dynalink.h │ │ │ ├── ethsock.h │ │ │ ├── file.h │ │ │ ├── filepath.h │ │ │ ├── icmpsock.h │ │ │ ├── indchan.h │ │ │ ├── int64.h │ │ │ ├── ipdsock.h │ │ │ ├── ipsock.h │ │ │ ├── ipxsock.h │ │ │ ├── lists.h │ │ │ ├── mail.h │ │ │ ├── msos │ │ │ ├── AUTOEXP.DAT │ │ │ ├── CopyDTF_2003.bat │ │ │ ├── CopyDTF_2005.bat │ │ │ ├── ptlib.dtf │ │ │ ├── ptlib.ignore │ │ │ ├── ptlib │ │ │ │ ├── PODBC.h │ │ │ │ ├── channel.h │ │ │ │ ├── conchan.h │ │ │ │ ├── config.h │ │ │ │ ├── contain.h │ │ │ │ ├── critsec.h │ │ │ │ ├── debstrm.h │ │ │ │ ├── dynalink.h │ │ │ │ ├── epacket.h │ │ │ │ ├── ethsock.h │ │ │ │ ├── file.h │ │ │ │ ├── filepath.h │ │ │ │ ├── icmpsock.h │ │ │ │ ├── ipdsock.h │ │ │ │ ├── ipsock.h │ │ │ │ ├── ipxsock.h │ │ │ │ ├── mail.h │ │ │ │ ├── mutex.h │ │ │ │ ├── pdirect.h │ │ │ │ ├── pipechan.h │ │ │ │ ├── pprocess.h │ │ │ │ ├── ptime.h │ │ │ │ ├── ptlib.inl │ │ │ │ ├── remconn.h │ │ │ │ ├── semaphor.h │ │ │ │ ├── serchan.h │ │ │ │ ├── sfile.h │ │ │ │ ├── socket.h │ │ │ │ ├── sound.h │ │ │ │ ├── sound_directsound.h │ │ │ │ ├── sound_win32.h │ │ │ │ ├── spxsock.h │ │ │ │ ├── svcproc.h │ │ │ │ ├── syncpoint.h │ │ │ │ ├── tcpsock.h │ │ │ │ ├── textfile.h │ │ │ │ ├── thread.h │ │ │ │ ├── timeint.h │ │ │ │ ├── timer.h │ │ │ │ ├── udpsock.h │ │ │ │ ├── video.h │ │ │ │ ├── videoio.h │ │ │ │ └── vidinput_directx.h │ │ │ ├── ptlib_2003.dtf │ │ │ ├── ptlib_2005.dtf │ │ │ ├── ptlib_2005_wm.dtf │ │ │ ├── ptlib_2005_wm6.dtf │ │ │ ├── ptlibd.dtf │ │ │ ├── ptlibd_2003.dtf │ │ │ ├── ptlibd_2005.dtf │ │ │ ├── ptlibd_2005_wm.dtf │ │ │ ├── ptlibd_2005_wm6.dtf │ │ │ ├── ptlibn_2003.dtf │ │ │ ├── ptlibn_2005.dtf │ │ │ ├── ptlibn_2005_wm.dtf │ │ │ ├── ptlibn_2005_wm6.dtf │ │ │ └── unistd.h │ │ │ ├── mutex.h │ │ │ ├── notifier.h │ │ │ ├── notifier_ext.h │ │ │ ├── object.h │ │ │ ├── osutil.inl │ │ │ ├── pdirect.h │ │ │ ├── pfactory.h │ │ │ ├── pipechan.h │ │ │ ├── plugin.h │ │ │ ├── pluginmgr.h │ │ │ ├── pprocess.h │ │ │ ├── psharedptr.h │ │ │ ├── pstring.h │ │ │ ├── psync.h │ │ │ ├── ptime.h │ │ │ ├── qos.h │ │ │ ├── remconn.h │ │ │ ├── safecoll.h │ │ │ ├── semaphor.h │ │ │ ├── serchan.h │ │ │ ├── sfile.h │ │ │ ├── smartptr.h │ │ │ ├── socket.h │ │ │ ├── sockets.h │ │ │ ├── sound.h │ │ │ ├── spxsock.h │ │ │ ├── svcproc.h │ │ │ ├── syncpoint.h │ │ │ ├── syncthrd.h │ │ │ ├── tcpsock.h │ │ │ ├── textfile.h │ │ │ ├── thread.h │ │ │ ├── timeint.h │ │ │ ├── timer.h │ │ │ ├── udpsock.h │ │ │ ├── unix │ │ │ └── ptlib │ │ │ │ ├── beaudio.h │ │ │ │ ├── bevideo.h │ │ │ │ ├── channel.h │ │ │ │ ├── conchan.h │ │ │ │ ├── config.h │ │ │ │ ├── contain.h │ │ │ │ ├── critsec.h │ │ │ │ ├── dynalink.h │ │ │ │ ├── ethsock.h │ │ │ │ ├── file.h │ │ │ │ ├── filepath.h │ │ │ │ ├── icmpsock.h │ │ │ │ ├── ipdsock.h │ │ │ │ ├── ipsock.h │ │ │ │ ├── maccoreaudio.h │ │ │ │ ├── mutex.h │ │ │ │ ├── pdirect.h │ │ │ │ ├── pipechan.h │ │ │ │ ├── pmachdep.h │ │ │ │ ├── pprocess.h │ │ │ │ ├── ptime.h │ │ │ │ ├── ptlib.inl │ │ │ │ ├── remconn.h │ │ │ │ ├── resampler.h │ │ │ │ ├── semaphor.h │ │ │ │ ├── serchan.h │ │ │ │ ├── sfile.h │ │ │ │ ├── shmvideo.h │ │ │ │ ├── socket.h │ │ │ │ ├── sound.h │ │ │ │ ├── svcproc.h │ │ │ │ ├── syncpoint.h │ │ │ │ ├── tcpsock.h │ │ │ │ ├── textfile.h │ │ │ │ ├── thread.h │ │ │ │ ├── timeint.h │ │ │ │ ├── timer.h │ │ │ │ ├── udpsock.h │ │ │ │ ├── video.h │ │ │ │ └── videoio.h │ │ │ ├── vconvert.h │ │ │ ├── video.h │ │ │ ├── videoio.h │ │ │ ├── videoio1394dc.h │ │ │ ├── wince │ │ │ ├── alloca.h │ │ │ ├── assert.h │ │ │ ├── ceostream.h │ │ │ ├── cevfw.h │ │ │ ├── config.h │ │ │ ├── crtdbg.h │ │ │ ├── ctype.h │ │ │ ├── direct.h │ │ │ ├── errno.h │ │ │ ├── fcntl.h │ │ │ ├── imagehlp.h │ │ │ ├── io.h │ │ │ ├── iomanip.h │ │ │ ├── ios.h │ │ │ ├── iostream.h │ │ │ ├── istream.h │ │ │ ├── lisp.h │ │ │ ├── mmsystemx.h │ │ │ ├── nspapi.h │ │ │ ├── nucpp.h │ │ │ ├── ostream.h │ │ │ ├── process.h │ │ │ ├── regexp.h │ │ │ ├── share.h │ │ │ ├── signal.h │ │ │ ├── snmp.h │ │ │ ├── stdlibx.h │ │ │ ├── streamb.h │ │ │ ├── strings.h │ │ │ ├── strstrea.h │ │ │ ├── strstream.h │ │ │ ├── svcguid.h │ │ │ ├── syntax.h │ │ │ ├── sys │ │ │ │ ├── file.h │ │ │ │ ├── param.h │ │ │ │ ├── socket.h │ │ │ │ ├── stat.h │ │ │ │ └── types.h │ │ │ ├── time.h │ │ │ ├── wsipx.h │ │ │ └── wsnwlink.h │ │ │ └── wm │ │ │ ├── Snmp.h │ │ │ ├── cevfw.h │ │ │ ├── crtdbg.h │ │ │ ├── direct.h │ │ │ ├── errno.h │ │ │ ├── fcntl.h │ │ │ ├── io.h │ │ │ ├── mmsystemx.h │ │ │ ├── nspapi.h │ │ │ ├── process.h │ │ │ ├── share.h │ │ │ ├── signal.h │ │ │ ├── stdlibx.h │ │ │ ├── sys │ │ │ ├── stat.h │ │ │ └── types.h │ │ │ ├── time.h │ │ │ ├── wsipx.h │ │ │ └── wsnwlink.h │ ├── install-sh │ ├── make │ │ ├── common.mak │ │ ├── lib.mak │ │ ├── plugins.mak │ │ ├── ptbuildopts.mak │ │ ├── ptbuildopts.mak.in │ │ ├── ptlib-config │ │ ├── ptlib-config.in │ │ ├── ptlib.mak │ │ └── unix.mak │ ├── mpl-1.0.htm │ ├── msvc6_upgrade.bat │ ├── plugins │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── ReadMe.txt │ │ ├── configure │ │ ├── configure.in │ │ ├── sound_alsa │ │ │ ├── Makefile │ │ │ ├── sound_alsa.cxx │ │ │ └── sound_alsa.h │ │ ├── sound_esd │ │ │ ├── Makefile │ │ │ ├── sound_esd.cxx │ │ │ └── sound_esd.h │ │ ├── sound_oss │ │ │ ├── Makefile │ │ │ ├── sound_oss.cxx │ │ │ └── sound_oss.h │ │ ├── sound_sunaudio │ │ │ ├── Makefile │ │ │ ├── sound_sunaudio.cxx │ │ │ └── sound_sunaudio.h │ │ ├── vidinput_avc │ │ │ ├── Makefile │ │ │ ├── vidinput_avc.cxx │ │ │ └── vidinput_avc.h │ │ ├── vidinput_bsd │ │ │ ├── Makefile │ │ │ ├── vidinput_bsd.cxx │ │ │ └── vidinput_bsd.h │ │ ├── vidinput_dc │ │ │ ├── Makefile │ │ │ ├── Makefile.in │ │ │ ├── video4dc1394.cxx │ │ │ └── videoio1394dc.h │ │ ├── vidinput_v4l │ │ │ ├── Makefile │ │ │ ├── vidinput_v4l.cxx │ │ │ └── vidinput_v4l.h │ │ └── vidinput_v4l2 │ │ │ ├── Makefile │ │ │ ├── vidinput_names.cxx │ │ │ ├── vidinput_names.h │ │ │ ├── vidinput_v4l2.cxx │ │ │ └── vidinput_v4l2.h │ ├── ptlib.dsw │ ├── ptlib.dxy │ ├── ptlib.mak │ ├── ptlib.sln │ ├── ptlib.vcp │ ├── ptlib.wpj │ ├── ptlib.wsp │ ├── ptlib_2005.sln │ ├── ptlib_2010.sln │ ├── ptlib_cfg.dxy │ ├── ptlib_samples.sln │ ├── ptlib_samples_2005.sln │ ├── ptlibce.vcp │ ├── ptlibce.vcw │ ├── samples │ │ ├── Makefile │ │ ├── ODBC │ │ │ ├── odbctest.cxx │ │ │ ├── odbctest.dsp │ │ │ ├── odbctest.dsw │ │ │ ├── odbctest.sln │ │ │ ├── odbctest.vcproj │ │ │ └── test.mdb │ │ ├── ThreadSafe │ │ │ ├── Makefile │ │ │ ├── ThreadSafe.dsp │ │ │ ├── ThreadSafe.vcproj │ │ │ ├── ThreadSafe_2005.vcproj │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ └── precompile.cxx │ │ ├── address │ │ │ ├── Makefile │ │ │ ├── address.vcproj │ │ │ └── local.cxx │ │ ├── aggtest │ │ │ ├── aggtest.vcproj │ │ │ ├── aggtest_2005.vcproj │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── precompile.h │ │ │ └── version.h │ │ ├── audio │ │ │ ├── Makefile │ │ │ ├── audio.cxx │ │ │ ├── audio.h │ │ │ └── version.h │ │ ├── dnstest │ │ │ ├── Makefile │ │ │ ├── dnstest.dsp │ │ │ ├── dnstest.dsw │ │ │ ├── dnstest.vcproj │ │ │ ├── dnstest_2005.vcproj │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ └── precompile.cxx │ │ ├── dtmftest │ │ │ ├── Makefile │ │ │ ├── dtmftest.dsp │ │ │ ├── dtmftest.dsw │ │ │ ├── dtmftest.vcproj │ │ │ ├── dtmftest_2005.vcproj │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── precompile.h │ │ │ └── version.h │ │ ├── emailtest │ │ │ ├── Makefile │ │ │ ├── emailtest.dsp │ │ │ ├── emailtest.dsw │ │ │ ├── emailtest.vcproj │ │ │ ├── emailtest_2005.vcproj │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── precompile.h │ │ │ └── version.h │ │ ├── factory │ │ │ ├── Makefile │ │ │ ├── abstract.h │ │ │ ├── concrete.cxx │ │ │ ├── factory.dsp │ │ │ ├── factory.vcproj │ │ │ ├── factory_2005.vcproj │ │ │ ├── main.cxx │ │ │ ├── precompile.cxx │ │ │ └── solid.cxx │ │ ├── find_ip │ │ │ ├── Makefile │ │ │ ├── find_ip.cxx │ │ │ ├── find_ip.dsp │ │ │ ├── find_ip.vcproj │ │ │ ├── find_ip_2005.vcproj │ │ │ └── precompile.cxx │ │ ├── hello_world │ │ │ ├── Makefile │ │ │ ├── hello.cxx │ │ │ ├── hello.vcproj │ │ │ ├── helloDLL_2003.vcproj │ │ │ ├── helloDLL_2005.vcproj │ │ │ └── hello_2005.vcproj │ │ ├── ipv6test │ │ │ ├── Makefile │ │ │ ├── ipv6test.dsp │ │ │ ├── ipv6test.dsw │ │ │ ├── ipv6test.vcproj │ │ │ ├── ipv6test_2005.vcproj │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── precompile.h │ │ │ └── version.h │ │ ├── ldaptest │ │ │ ├── Makefile │ │ │ ├── ldaptest.dsp │ │ │ ├── ldaptest.vcproj │ │ │ ├── ldaptest_2005.vcproj │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── precompile.h │ │ │ └── version.h │ │ ├── md5 │ │ │ ├── Makefile │ │ │ └── encrypt.cxx │ │ ├── netif │ │ │ ├── Makefile │ │ │ └── netif.cxx │ │ ├── ptimer │ │ │ ├── Makefile │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── precompile.h │ │ │ ├── ptimer.dsp │ │ │ ├── ptimer.dsw │ │ │ ├── ptimer.vcproj │ │ │ ├── ptimer_2005.vcproj │ │ │ └── version.h │ │ ├── pxml │ │ │ ├── Makefile │ │ │ ├── PxmlTest.dsp │ │ │ ├── PxmlTest.dsw │ │ │ ├── PxmlTest.vcproj │ │ │ ├── PxmlTest_2005.vcproj │ │ │ ├── cfg.txt │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ └── precompile.cxx │ │ ├── queue │ │ │ ├── Makefile │ │ │ ├── Readme │ │ │ ├── docs.cfg │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── precompile.h │ │ │ ├── queue.dsp │ │ │ ├── queue.dsw │ │ │ ├── queue.vcproj │ │ │ ├── queue_2005.vcproj │ │ │ └── version.h │ │ ├── safetest │ │ │ ├── Makefile │ │ │ ├── docs.cfg │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── overview.cxx │ │ │ ├── precompile.cxx │ │ │ ├── precompile.h │ │ │ ├── safetest.dsp │ │ │ ├── safetest.dsw │ │ │ ├── safetest.vcproj │ │ │ ├── safetest_2005.vcproj │ │ │ └── version.h │ │ ├── serial │ │ │ ├── Makefile │ │ │ └── serial.cxx │ │ ├── sockbundle │ │ │ ├── sockbundle.cxx │ │ │ ├── sockbundle.vcproj │ │ │ └── sockbundle_2003.vcproj │ │ ├── sortedlist │ │ │ ├── Makefile │ │ │ ├── SortedListTest.cxx │ │ │ ├── SortedListTest.dsp │ │ │ ├── SortedListTest.h │ │ │ ├── SortedListTest.vcproj │ │ │ ├── SortedListTest_2005.vcproj │ │ │ └── precompile.cxx │ │ ├── strtest │ │ │ ├── Makefile │ │ │ └── main.cxx │ │ ├── stunclient │ │ │ ├── Makefile │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── stunclient.dsp │ │ │ ├── stunclient.vcproj │ │ │ ├── stunclient_2005.vcproj │ │ │ └── version.h │ │ ├── thread │ │ │ ├── Makefile │ │ │ └── thread.cxx │ │ ├── threadex │ │ │ ├── Makefile │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── precompile.h │ │ │ ├── threadex.dsp │ │ │ ├── threadex.dsw │ │ │ ├── threadex.vcproj │ │ │ ├── threadex_2005.vcproj │ │ │ └── version.h │ │ ├── timing │ │ │ ├── Makefile │ │ │ ├── precompile.cxx │ │ │ ├── timing.cxx │ │ │ ├── timing.dsp │ │ │ ├── timing.vcproj │ │ │ └── timing_2005.vcproj │ │ ├── vidtest │ │ │ ├── Makefile │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── precompile.h │ │ │ ├── version.h │ │ │ ├── vidtest.dsp │ │ │ ├── vidtest.dsw │ │ │ ├── vidtest.vcproj │ │ │ └── vidtest_2005.vcproj │ │ ├── vxmltest │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── root.vxml │ │ │ ├── vxmltest.dsp │ │ │ ├── vxmltest.vcproj │ │ │ └── vxmltest_2005.vcproj │ │ ├── wavfile │ │ │ ├── Makefile │ │ │ ├── main.cxx │ │ │ ├── wavfile.dsp │ │ │ ├── wavfile.vcproj │ │ │ └── wavfile_2005.vcproj │ │ ├── xmlrpc │ │ │ ├── Makefile │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── xmlrpc.dsp │ │ │ ├── xmlrpc.dsw │ │ │ ├── xmlrpc.vcproj │ │ │ └── xmlrpc_2005.vcproj │ │ ├── xmlrpcsrvr │ │ │ ├── Makefile │ │ │ ├── custom.cxx │ │ │ ├── custom.h │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── messages.mc │ │ │ ├── precompile.cxx │ │ │ ├── xmlrpcsrvr.dsp │ │ │ ├── xmlrpcsrvr.dsw │ │ │ ├── xmlrpcsrvr.ico │ │ │ ├── xmlrpcsrvr.vcproj │ │ │ └── xmlrpcsrvr_2005.vcproj │ │ ├── xmppconsole │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ └── version.h │ │ └── xmpptest │ │ │ ├── ConnectDialog.cxx │ │ │ ├── ConnectDialog.h │ │ │ ├── MainFrame.cxx │ │ │ ├── MainFrame.h │ │ │ ├── Makefile │ │ │ ├── ReadMe.txt │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── precompile.cxx │ │ │ ├── xmpptest.dsp │ │ │ ├── xmpptest.vcproj │ │ │ └── xmpptest_2005.vcproj │ ├── src │ │ ├── ptclib │ │ │ ├── asnber.cxx │ │ │ ├── asner.cxx │ │ │ ├── asnper.cxx │ │ │ ├── asnxer.cxx │ │ │ ├── cypher.cxx │ │ │ ├── delaychan.cxx │ │ │ ├── dtmf.cxx │ │ │ ├── enum.cxx │ │ │ ├── ftp.cxx │ │ │ ├── ftpclnt.cxx │ │ │ ├── ftpsrvr.cxx │ │ │ ├── guid.cxx │ │ │ ├── html.cxx │ │ │ ├── http.cxx │ │ │ ├── httpclnt.cxx │ │ │ ├── httpform.cxx │ │ │ ├── httpsrvr.cxx │ │ │ ├── httpsvc.cxx │ │ │ ├── inetmail.cxx │ │ │ ├── inetprot.cxx │ │ │ ├── ipacl.cxx │ │ │ ├── memfile.cxx │ │ │ ├── modem.cxx │ │ │ ├── pasn.cxx │ │ │ ├── pdns.cxx │ │ │ ├── pils.cxx │ │ │ ├── pldap.cxx │ │ │ ├── pnat.cxx │ │ │ ├── podbc.cxx │ │ │ ├── psasl.cxx │ │ │ ├── psnmp.cxx │ │ │ ├── psoap.cxx │ │ │ ├── psockbun.cxx │ │ │ ├── pssl.cxx │ │ │ ├── pstun.cxx │ │ │ ├── ptts.cxx │ │ │ ├── pvfiledev.cxx │ │ │ ├── pvidfile.cxx │ │ │ ├── pwavfile.cxx │ │ │ ├── pwavfiledev.cxx │ │ │ ├── pxml.cxx │ │ │ ├── pxmlrpc.cxx │ │ │ ├── pxmlrpcs.cxx │ │ │ ├── qchannel.cxx │ │ │ ├── random.cxx │ │ │ ├── rfc1155.asn │ │ │ ├── rfc1155.cxx │ │ │ ├── shttpsvc.cxx │ │ │ ├── snmp.asn │ │ │ ├── snmp.cxx │ │ │ ├── snmpclnt.cxx │ │ │ ├── snmpserv.cxx │ │ │ ├── sockagg.cxx │ │ │ ├── socks.cxx │ │ │ ├── speex_echo │ │ │ │ ├── PAEC.dsp │ │ │ │ ├── PAEC.vcproj │ │ │ │ ├── PAEC_2005.vcproj │ │ │ │ ├── arch.h │ │ │ │ ├── config.h │ │ │ │ ├── mdf.c │ │ │ │ ├── misc.c │ │ │ │ ├── misc.h │ │ │ │ ├── paec.cxx │ │ │ │ ├── preprocess.c │ │ │ │ ├── smallft.c │ │ │ │ ├── smallft.h │ │ │ │ ├── speex_echo.h │ │ │ │ ├── speex_preprocess.h │ │ │ │ └── speex_types.h │ │ │ ├── telnet.cxx │ │ │ ├── udp.h │ │ │ ├── vsdl.cxx │ │ │ ├── vxml.cxx │ │ │ ├── xmpp.cxx │ │ │ ├── xmpp_c2s.cxx │ │ │ ├── xmpp_muc.cxx │ │ │ └── xmpp_roster.cxx │ │ └── ptlib │ │ │ ├── Nucleus++ │ │ │ ├── Makefile │ │ │ ├── NucleusChannel.cxx │ │ │ ├── NucleusConChan.cxx │ │ │ ├── NucleusConfig.cxx │ │ │ ├── NucleusMutex.cxx │ │ │ ├── NucleusPDirectory.cxx │ │ │ ├── NucleusPFile.cxx │ │ │ ├── NucleusPFilePath.cxx │ │ │ ├── NucleusPTime.cxx │ │ │ ├── NucleusProcess.cxx │ │ │ ├── NucleusPtlib.cxx │ │ │ ├── NucleusSemaphore.cxx │ │ │ ├── NucleusSoundBite.cxx │ │ │ ├── NucleusSyncPoint.cxx │ │ │ ├── NucleusThread.cxx │ │ │ ├── NucleusTimer.cxx │ │ │ ├── assert.cxx │ │ │ └── socket.cxx │ │ │ ├── common │ │ │ ├── collect.cxx │ │ │ ├── contain.cxx │ │ │ ├── getdate.y │ │ │ ├── jidctflt.cxx │ │ │ ├── notifier_ext.cxx │ │ │ ├── object.cxx │ │ │ ├── osutils.cxx │ │ │ ├── pchannel.cxx │ │ │ ├── pconfig.cxx │ │ │ ├── pethsock.cxx │ │ │ ├── pglobalstatic.cxx │ │ │ ├── pipechan.cxx │ │ │ ├── pluginmgr.cxx │ │ │ ├── ptime.cxx │ │ │ ├── pvidchan.cxx │ │ │ ├── qos.cxx │ │ │ ├── regex │ │ │ │ ├── COPYRIGHT │ │ │ │ ├── Makefile │ │ │ │ ├── README │ │ │ │ ├── WHATSNEW │ │ │ │ ├── cclass.h │ │ │ │ ├── cname.h │ │ │ │ ├── debug.c │ │ │ │ ├── engine.c │ │ │ │ ├── engine.ih │ │ │ │ ├── main.c │ │ │ │ ├── mkh │ │ │ │ ├── regcomp.c │ │ │ │ ├── regcomp.ih │ │ │ │ ├── regerror.c │ │ │ │ ├── regerror.ih │ │ │ │ ├── regex.3 │ │ │ │ ├── regex.7 │ │ │ │ ├── regex.h │ │ │ │ ├── regex2.h │ │ │ │ ├── regexec.c │ │ │ │ ├── regfree.c │ │ │ │ ├── split.c │ │ │ │ ├── tests │ │ │ │ └── utils.h │ │ │ ├── safecoll.cxx │ │ │ ├── serial.cxx │ │ │ ├── sfile.cxx │ │ │ ├── sockets.cxx │ │ │ ├── sound.cxx │ │ │ ├── tinyjpeg-internal.h │ │ │ ├── tinyjpeg.cxx │ │ │ ├── tinyjpeg.h │ │ │ ├── vconvert.cxx │ │ │ ├── vfakeio.cxx │ │ │ └── videoio.cxx │ │ │ ├── msos │ │ │ ├── Console Components.dsp │ │ │ ├── Console.dsp │ │ │ ├── Console.vcproj │ │ │ ├── Console_2005.vcproj │ │ │ ├── Console_2010.vcxproj │ │ │ ├── Makefile │ │ │ ├── PTLib.dsp │ │ │ ├── PTLib.vcproj │ │ │ ├── PTLib_2005.vcproj │ │ │ ├── PTLib_2010.vcxproj │ │ │ ├── assert.cxx │ │ │ ├── dllmain.cxx │ │ │ ├── dossock.cxx │ │ │ ├── doswin.cxx │ │ │ ├── epacket.h │ │ │ ├── ethsock.cxx │ │ │ ├── icmp.cxx │ │ │ ├── libver.rc │ │ │ ├── mail.cxx │ │ │ ├── msdos.cxx │ │ │ ├── mswin.cxx │ │ │ ├── pipe.cxx │ │ │ ├── ptlib.cxx │ │ │ ├── remconn.cxx │ │ │ ├── sound_directsound.cxx │ │ │ ├── sound_win32.cxx │ │ │ ├── svcproc.cxx │ │ │ ├── vfw.cxx │ │ │ ├── vidinput_directx.cxx │ │ │ ├── win32.cxx │ │ │ ├── wincfg.cxx │ │ │ ├── winserial.cxx │ │ │ └── winsock.cxx │ │ │ ├── unix │ │ │ ├── Makefile │ │ │ ├── assert.cxx │ │ │ ├── beaudio.cxx │ │ │ ├── beaudio │ │ │ │ ├── AudioFileWriter.h │ │ │ │ ├── BlockFIFO.cxx │ │ │ │ ├── BlockFIFO.h │ │ │ │ ├── LICENCE.be_sample_code │ │ │ │ ├── MediaRecorder.cxx │ │ │ │ ├── MediaRecorder.h │ │ │ │ ├── MediaRecorderNode.cxx │ │ │ │ ├── MediaRecorderNode.h │ │ │ │ ├── NodeRelease.h │ │ │ │ └── Resampler.h │ │ │ ├── channel.cxx │ │ │ ├── config.cxx │ │ │ ├── dummyaudio.cxx │ │ │ ├── dummyvideo.cxx │ │ │ ├── maccoreaudio.cxx │ │ │ ├── maccoreaudio │ │ │ │ ├── circular_buffer.inl │ │ │ │ ├── maccoreaudio_devices.inl │ │ │ │ └── mute_hack.inl │ │ │ ├── macosaudio.cxx │ │ │ ├── macosaudio │ │ │ │ ├── MacMain.cxx │ │ │ │ ├── MacMain.h │ │ │ │ ├── SequenceGrabber.cxx │ │ │ │ ├── SequenceGrabber.h │ │ │ │ ├── SoundMangler.cxx │ │ │ │ ├── SoundMangler.h │ │ │ │ ├── ringbuffer.cxx │ │ │ │ └── ringbuffer.h │ │ │ ├── ossaix.cxx │ │ │ ├── osutil.cxx │ │ │ ├── pipechan.cxx │ │ │ ├── qsa.cxx │ │ │ ├── remconn.cxx │ │ │ ├── serchan.cxx │ │ │ ├── shmvideo.cxx │ │ │ ├── socket.cxx │ │ │ ├── sunaudio.cxx │ │ │ ├── svcproc.cxx │ │ │ ├── switch.cxx │ │ │ ├── tlib.cxx │ │ │ ├── tlibbe.cxx │ │ │ ├── tlibmpthrd.cxx │ │ │ ├── tlibthrd.cxx │ │ │ ├── tlibvx.cxx │ │ │ ├── udll.cxx │ │ │ ├── uerror.h │ │ │ ├── uicmp.cxx │ │ │ ├── video4beos.cxx │ │ │ └── vxaudio.cxx │ │ │ ├── wince │ │ │ └── ConsoleCE │ │ │ │ ├── ceostream.cpp │ │ │ │ ├── cevfw.cpp │ │ │ │ ├── getdate_tab.cpp │ │ │ │ ├── ios.cpp │ │ │ │ ├── iostream.cpp │ │ │ │ ├── istream.cpp │ │ │ │ ├── mmsystemx.cxx │ │ │ │ ├── ostream.cpp │ │ │ │ ├── snmpdummy.cpp │ │ │ │ ├── stdlibx.cpp │ │ │ │ ├── streamb.cpp │ │ │ │ └── time.cpp │ │ │ └── wm │ │ │ ├── cevfw.cpp │ │ │ ├── mmsystemx.cxx │ │ │ ├── stdlibx.cpp │ │ │ └── time.cpp │ ├── tools │ │ ├── MergeSym │ │ │ ├── MergeSym.cxx │ │ │ ├── MergeSym.dsp │ │ │ ├── MergeSym.dsw │ │ │ ├── MergeSym.vcproj │ │ │ ├── MergeSym_2005.vcproj │ │ │ └── run_dumpbin.bat │ │ ├── StringTest │ │ │ ├── Makefile │ │ │ ├── StringTest.dsp │ │ │ ├── StringTest.dsw │ │ │ ├── StringTest.vcproj │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ └── version.h │ │ ├── Uninstall │ │ │ ├── resource.h │ │ │ ├── uninstall.c │ │ │ ├── uninstall.def │ │ │ ├── uninstall.dsp │ │ │ ├── uninstall.dsw │ │ │ └── uninstall.rc │ │ ├── asnparser │ │ │ ├── Makefile │ │ │ ├── asn_grammar.y │ │ │ ├── asn_lex.l │ │ │ ├── asnparser.1 │ │ │ ├── asnparser.dsp │ │ │ ├── asnparser.dsw │ │ │ ├── asnparser.sln │ │ │ ├── asnparser.vcproj │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ └── precompile.cpp │ │ ├── configure │ │ │ ├── configure.cpp │ │ │ ├── configure.dsp │ │ │ ├── configure.vcproj │ │ │ └── configure_2005.vcproj │ │ ├── msvc6chk │ │ │ ├── msvc6chk.cpp │ │ │ ├── msvc6chk.dsp │ │ │ ├── msvc6chk.dsw │ │ │ ├── msvc6chk.exe │ │ │ └── upgrades │ │ │ │ ├── deque │ │ │ │ ├── fstream │ │ │ │ ├── list │ │ │ │ ├── vector │ │ │ │ ├── xmemory │ │ │ │ ├── xstring │ │ │ │ └── xtree │ │ └── plugintest │ │ │ ├── Makefile │ │ │ ├── main.cxx │ │ │ ├── main.h │ │ │ ├── plugintest.dsp │ │ │ └── plugintest.vcproj │ └── version.h ├── sofia-sip │ ├── AUTHORS │ ├── COPYING │ ├── COPYRIGHTS │ ├── ChangeLog │ ├── ChangeLog.ext-trees │ ├── Makefile.am │ ├── Makefile.in │ ├── README │ ├── README.developers │ ├── RELEASE │ ├── TODO │ ├── aclocal.m4 │ ├── compile │ ├── config.guess │ ├── config.h.in │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── depcomp │ ├── docs │ │ ├── build_system.txt │ │ ├── devel_platform_notes.txt │ │ └── release_management.txt │ ├── install-sh │ ├── libsofia-sip-ua-glib │ │ ├── ChangeLog │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── docs │ │ │ ├── Doxyfile.aliases │ │ │ ├── Doxyfile.conf │ │ │ └── Doxyfile.version │ │ └── su-glib │ │ │ ├── Doxyfile │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── sofia-sip │ │ │ ├── su_glib.h │ │ │ └── su_source.h │ │ │ ├── su_glib.docs │ │ │ ├── su_source.c │ │ │ ├── su_source_test.c │ │ │ └── torture_su_glib_timer.c │ ├── libsofia-sip-ua │ │ ├── ChangeLog │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── bnf │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── bnf.c │ │ │ ├── bnf.docs │ │ │ ├── sofia-sip │ │ │ │ ├── bnf.h │ │ │ │ └── hostdomain.h │ │ │ └── torture_bnf.c │ │ ├── docs │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.aliases │ │ │ ├── Doxyfile.conf │ │ │ ├── Doxyfile.in │ │ │ ├── Doxyfile.version.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── conformance.docs │ │ │ ├── docguide.docs │ │ │ ├── mainpage.docs │ │ │ ├── pictures │ │ │ │ ├── SIP_basic_incoming_operation.eps │ │ │ │ ├── SIP_basic_incoming_operation.gif │ │ │ │ ├── SIP_basic_incoming_operation.vsd │ │ │ │ ├── SIP_basic_outgoing_operation.eps │ │ │ │ ├── SIP_basic_outgoing_operation.gif │ │ │ │ ├── SIP_basic_outgoing_operation.vsd │ │ │ │ ├── SIP_incoming_call.eps │ │ │ │ ├── SIP_incoming_call.gif │ │ │ │ ├── SIP_incoming_call.vsd │ │ │ │ ├── SIP_outgoing_call.eps │ │ │ │ ├── SIP_outgoing_call.gif │ │ │ │ ├── SIP_outgoing_call.vsd │ │ │ │ ├── SIP_outgoing_operation_with_auth.eps │ │ │ │ ├── SIP_outgoing_operation_with_auth.gif │ │ │ │ ├── SIP_outgoing_operation_with_auth.vsd │ │ │ │ ├── autotools.eps │ │ │ │ ├── autotools.gif │ │ │ │ ├── autotools.vsd │ │ │ │ ├── nta-receiving-message.eps │ │ │ │ └── nta-receiving-message.gif │ │ │ └── sofia-footer.html.in │ │ ├── features │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── features.c │ │ │ ├── features.docs │ │ │ └── sofia-sip │ │ │ │ ├── sofia_features.h │ │ │ │ └── sofia_features.h.in │ │ ├── http │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── http.docs │ │ │ ├── http_basic.c │ │ │ ├── http_extra.c │ │ │ ├── http_header.c │ │ │ ├── http_inlined.c │ │ │ ├── http_parser.c │ │ │ ├── http_parser_table.c │ │ │ ├── http_parser_table.c.in │ │ │ ├── http_status.c │ │ │ ├── http_tag.c │ │ │ ├── http_tag.c.in │ │ │ ├── http_tag_class.c │ │ │ ├── http_tag_ref.c │ │ │ ├── sofia-sip │ │ │ │ ├── http.h │ │ │ │ ├── http_hclasses.h │ │ │ │ ├── http_header.h │ │ │ │ ├── http_parser.h │ │ │ │ ├── http_protos.h │ │ │ │ ├── http_protos.h.in │ │ │ │ ├── http_status.h │ │ │ │ ├── http_tag.h │ │ │ │ ├── http_tag.h.in │ │ │ │ └── http_tag_class.h │ │ │ └── test_http.c │ │ ├── ipt │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── base64.c │ │ │ ├── ipt.docs │ │ │ ├── rc4.c │ │ │ ├── sofia-sip │ │ │ │ ├── base64.h │ │ │ │ ├── rc4.h │ │ │ │ ├── token64.h │ │ │ │ ├── uniqueid.h │ │ │ │ └── utf8.h │ │ │ ├── token64.c │ │ │ ├── torture_base64.c │ │ │ ├── ucs2.c │ │ │ ├── ucs4.c │ │ │ ├── utf8.c │ │ │ ├── utf8internal.h │ │ │ └── utf8test.c │ │ ├── iptsec │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── auth_client.c │ │ │ ├── auth_client_ntlm.c │ │ │ ├── auth_common.c │ │ │ ├── auth_digest.c │ │ │ ├── auth_module.c │ │ │ ├── auth_module_http.c │ │ │ ├── auth_module_sip.c │ │ │ ├── auth_ntlm.c │ │ │ ├── auth_plugin.c │ │ │ ├── auth_plugin_delayed.c │ │ │ ├── auth_plugin_ntlm.c │ │ │ ├── auth_tag.c │ │ │ ├── auth_tag_ref.c │ │ │ ├── iptsec.docs │ │ │ ├── iptsec_debug.c │ │ │ ├── iptsec_debug.h │ │ │ ├── sofia-sip │ │ │ │ ├── auth_client.h │ │ │ │ ├── auth_client_plugin.h │ │ │ │ ├── auth_common.h │ │ │ │ ├── auth_digest.h │ │ │ │ ├── auth_module.h │ │ │ │ ├── auth_ntlm.h │ │ │ │ └── auth_plugin.h │ │ │ ├── test_auth_digest.c │ │ │ └── testpasswd │ │ ├── msg │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── msg.c │ │ │ ├── msg.docs │ │ │ ├── msg_auth.c │ │ │ ├── msg_basic.c │ │ │ ├── msg_date.c │ │ │ ├── msg_generic.c │ │ │ ├── msg_header_copy.c │ │ │ ├── msg_header_make.c │ │ │ ├── msg_inlined.c │ │ │ ├── msg_internal.h │ │ │ ├── msg_mclass.c │ │ │ ├── msg_mime.c │ │ │ ├── msg_mime_table.c │ │ │ ├── msg_mime_table.c.in │ │ │ ├── msg_name_hash.c │ │ │ ├── msg_parser.awk │ │ │ ├── msg_parser.c │ │ │ ├── msg_parser_util.c │ │ │ ├── msg_tag.c │ │ │ ├── sofia-sip │ │ │ │ ├── msg.h │ │ │ │ ├── msg_addr.h │ │ │ │ ├── msg_buffer.h │ │ │ │ ├── msg_date.h │ │ │ │ ├── msg_header.h │ │ │ │ ├── msg_mclass.h │ │ │ │ ├── msg_mclass_hash.h │ │ │ │ ├── msg_mime.h │ │ │ │ ├── msg_mime_protos.h │ │ │ │ ├── msg_mime_protos.h.in │ │ │ │ ├── msg_parser.h │ │ │ │ ├── msg_protos.h │ │ │ │ ├── msg_protos.h.in │ │ │ │ ├── msg_tag_class.h │ │ │ │ └── msg_types.h │ │ │ ├── test_class.c │ │ │ ├── test_class.h │ │ │ ├── test_inlined.c │ │ │ ├── test_msg.c │ │ │ ├── test_protos.h │ │ │ ├── test_protos.h.in │ │ │ ├── test_table.c │ │ │ └── test_table.c.in │ │ ├── nea │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── nea.c │ │ │ ├── nea.docs │ │ │ ├── nea_debug.c │ │ │ ├── nea_debug.h │ │ │ ├── nea_event.c │ │ │ ├── nea_server.c │ │ │ ├── nea_tag.c │ │ │ ├── nea_tag_ref.c │ │ │ └── sofia-sip │ │ │ │ ├── nea.h │ │ │ │ └── nea_tag.h │ │ ├── nta │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── agent.pem │ │ │ ├── cafile.pem │ │ │ ├── check_nta.c │ │ │ ├── check_nta.h │ │ │ ├── check_nta_api.c │ │ │ ├── check_nta_client.c │ │ │ ├── check_nta_server.c │ │ │ ├── invite.msc │ │ │ ├── nta.c │ │ │ ├── nta.docs │ │ │ ├── nta_check.c │ │ │ ├── nta_internal.h │ │ │ ├── nta_tag.c │ │ │ ├── nta_tag_ref.c │ │ │ ├── portbind.c │ │ │ ├── run_check_nta │ │ │ ├── run_test_nta │ │ │ ├── run_test_nta_api │ │ │ ├── sl_read_payload.c │ │ │ ├── sl_utils.docs │ │ │ ├── sl_utils_log.c │ │ │ ├── sl_utils_print.c │ │ │ ├── sofia-sip │ │ │ │ ├── nta.h │ │ │ │ ├── nta_stateless.h │ │ │ │ ├── nta_tag.h │ │ │ │ ├── nta_tport.h │ │ │ │ └── sl_utils.h │ │ │ ├── test_nta.c │ │ │ └── test_nta_api.c │ │ ├── nth │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── agent.pem │ │ │ ├── cafile.pem │ │ │ ├── http-client.c │ │ │ ├── http-server.c │ │ │ ├── nth.docs │ │ │ ├── nth_client.c │ │ │ ├── nth_server.c │ │ │ ├── nth_tag.c │ │ │ ├── nth_tag_ref.c │ │ │ ├── sofia-sip │ │ │ │ ├── nth.h │ │ │ │ └── nth_tag.h │ │ │ └── test_nth.c │ │ ├── nua │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── check_etsi.c │ │ │ ├── check_nua.c │ │ │ ├── check_nua.h │ │ │ ├── check_register.c │ │ │ ├── check_session.c │ │ │ ├── check_simple.c │ │ │ ├── nua.c │ │ │ ├── nua.docs │ │ │ ├── nua_client.c │ │ │ ├── nua_client.h │ │ │ ├── nua_common.c │ │ │ ├── nua_dialog.c │ │ │ ├── nua_dialog.h │ │ │ ├── nua_event_server.c │ │ │ ├── nua_extension.c │ │ │ ├── nua_message.c │ │ │ ├── nua_notifier.c │ │ │ ├── nua_options.c │ │ │ ├── nua_params.c │ │ │ ├── nua_params.h │ │ │ ├── nua_publish.c │ │ │ ├── nua_register.c │ │ │ ├── nua_registrar.c │ │ │ ├── nua_server.c │ │ │ ├── nua_server.h │ │ │ ├── nua_session.c │ │ │ ├── nua_stack.c │ │ │ ├── nua_stack.h │ │ │ ├── nua_subnotref.c │ │ │ ├── nua_tag.c │ │ │ ├── nua_tag_ref.c │ │ │ ├── nua_types.h │ │ │ ├── outbound.c │ │ │ ├── outbound.h │ │ │ └── sofia-sip │ │ │ │ ├── nua.h │ │ │ │ └── nua_tag.h │ │ ├── sdp │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── README │ │ │ ├── run_test_sdp │ │ │ ├── sdp.c │ │ │ ├── sdp.docs │ │ │ ├── sdp_parse.c │ │ │ ├── sdp_print.c │ │ │ ├── sdp_tag.c │ │ │ ├── sdp_tag_ref.c │ │ │ ├── sofia-sip │ │ │ │ ├── sdp.h │ │ │ │ └── sdp_tag.h │ │ │ ├── test_sdp.c │ │ │ ├── tests │ │ │ │ ├── message-1.sdp │ │ │ │ ├── message-10.sdp │ │ │ │ ├── message-11.sdp │ │ │ │ ├── message-2.sdp │ │ │ │ ├── message-3.sdp │ │ │ │ ├── message-4.sdp │ │ │ │ ├── message-5.sdp │ │ │ │ ├── message-6.sdp │ │ │ │ ├── message-7.sdp │ │ │ │ ├── message-8.sdp │ │ │ │ └── message-9.sdp │ │ │ └── torture_sdp.c │ │ ├── sip │ │ │ ├── ADD-A-HEADER │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── GRAMMAR │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── images │ │ │ │ ├── sip-parser.eps │ │ │ │ ├── sip-parser.gif │ │ │ │ ├── sip-parser2.eps │ │ │ │ ├── sip-parser2.gif │ │ │ │ ├── sip-parser3.eps │ │ │ │ ├── sip-parser3.gif │ │ │ │ ├── sip-parser4.eps │ │ │ │ └── sip-parser4.gif │ │ │ ├── run_test_date │ │ │ ├── run_test_sip_msg │ │ │ ├── sip.docs │ │ │ ├── sip.doxyaliases │ │ │ ├── sip_bad_mask │ │ │ ├── sip_basic.c │ │ │ ├── sip_caller_prefs.c │ │ │ ├── sip_event.c │ │ │ ├── sip_extra.c │ │ │ ├── sip_extra_headers.txt │ │ │ ├── sip_feature.c │ │ │ ├── sip_header.c │ │ │ ├── sip_inlined.c │ │ │ ├── sip_mime.c │ │ │ ├── sip_parser.c │ │ │ ├── sip_parser.docs │ │ │ ├── sip_parser_table.c │ │ │ ├── sip_parser_table.c.in │ │ │ ├── sip_prack.c │ │ │ ├── sip_pref_util.c │ │ │ ├── sip_reason.c │ │ │ ├── sip_refer.c │ │ │ ├── sip_security.c │ │ │ ├── sip_session.c │ │ │ ├── sip_status.c │ │ │ ├── sip_tag.c │ │ │ ├── sip_tag.c.in │ │ │ ├── sip_tag_class.c │ │ │ ├── sip_tag_ref.c │ │ │ ├── sip_time.c │ │ │ ├── sip_util.c │ │ │ ├── sofia-sip │ │ │ │ ├── sip.h │ │ │ │ ├── sip_extra.h │ │ │ │ ├── sip_extra.h.in │ │ │ │ ├── sip_hclasses.h │ │ │ │ ├── sip_hclasses.h.in │ │ │ │ ├── sip_header.h │ │ │ │ ├── sip_parser.h │ │ │ │ ├── sip_protos.h │ │ │ │ ├── sip_protos.h.in │ │ │ │ ├── sip_status.h │ │ │ │ ├── sip_tag.h │ │ │ │ ├── sip_tag.h.in │ │ │ │ ├── sip_tag_class.h │ │ │ │ └── sip_util.h │ │ │ ├── test_date.c │ │ │ ├── test_sip_msg.c │ │ │ ├── tests │ │ │ │ ├── own0.txt │ │ │ │ ├── own1.txt │ │ │ │ ├── own2.txt │ │ │ │ ├── own3.txt │ │ │ │ ├── own4.txt │ │ │ │ ├── own5.txt │ │ │ │ ├── own6.txt │ │ │ │ ├── own8.txt │ │ │ │ ├── test-ack-1.txt │ │ │ │ ├── test1.txt │ │ │ │ ├── test10.txt │ │ │ │ ├── test10b.txt │ │ │ │ ├── test10c.txt │ │ │ │ ├── test11.txt │ │ │ │ ├── test12.txt │ │ │ │ ├── test13.txt │ │ │ │ ├── test14-req.txt │ │ │ │ ├── test14.txt │ │ │ │ ├── test15.txt │ │ │ │ ├── test16.txt │ │ │ │ ├── test17.txt │ │ │ │ ├── test18.txt │ │ │ │ ├── test19.txt │ │ │ │ ├── test1a.txt │ │ │ │ ├── test2.txt │ │ │ │ ├── test20.txt │ │ │ │ ├── test21.txt │ │ │ │ ├── test22.txt │ │ │ │ ├── test23.txt │ │ │ │ ├── test24.txt │ │ │ │ ├── test25.txt │ │ │ │ ├── test26.txt │ │ │ │ ├── test27.txt │ │ │ │ ├── test28.txt │ │ │ │ ├── test29.txt │ │ │ │ ├── test3.txt │ │ │ │ ├── test30.txt │ │ │ │ ├── test31.txt │ │ │ │ ├── test32.txt │ │ │ │ ├── test33.txt │ │ │ │ ├── test34.txt │ │ │ │ ├── test35.txt │ │ │ │ ├── test36.txt │ │ │ │ ├── test37.txt │ │ │ │ ├── test38.txt │ │ │ │ ├── test39.txt │ │ │ │ ├── test4.txt │ │ │ │ ├── test40.txt │ │ │ │ ├── test41.txt │ │ │ │ ├── test42.txt │ │ │ │ ├── test5.txt │ │ │ │ ├── test6.txt │ │ │ │ ├── test7.txt │ │ │ │ ├── test8.txt │ │ │ │ └── test9.txt │ │ │ ├── torture_sip.c │ │ │ └── validator.c │ │ ├── soa │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── soa.c │ │ │ ├── soa.docs │ │ │ ├── soa_static.c │ │ │ ├── soa_tag.c │ │ │ ├── soa_tag_ref.c │ │ │ ├── sofia-sip │ │ │ │ ├── soa.h │ │ │ │ ├── soa_add.h │ │ │ │ ├── soa_session.h │ │ │ │ └── soa_tag.h │ │ │ └── test_soa.c │ │ ├── sresolv │ │ │ ├── 127.zone │ │ │ ├── 194.2.188 │ │ │ ├── 3.f.f.e.1.2.0.0.3.0.1.2.c.0.0.0 │ │ │ ├── 3.f.f.e.1.2.0.0.3.0.1.2.c.0.0.0.arpa │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── check_sres_sip.c │ │ │ ├── example.com │ │ │ ├── rndc.conf │ │ │ ├── root.zone │ │ │ ├── run_test_sresolv │ │ │ ├── sofia-resolv │ │ │ │ ├── sres.h │ │ │ │ ├── sres_async.h │ │ │ │ ├── sres_cache.h │ │ │ │ ├── sres_config.h │ │ │ │ └── sres_record.h │ │ │ ├── sofia-sip │ │ │ │ ├── sres_sip.h │ │ │ │ └── sresolv.h │ │ │ ├── sres.c │ │ │ ├── sres_blocking.c │ │ │ ├── sres_cache.c │ │ │ ├── sres_sip.c │ │ │ ├── sresolv.c │ │ │ ├── sresolv.docs │ │ │ ├── test_sresolv.c │ │ │ └── torture_sresolv.c │ │ ├── stun │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── cert.pem │ │ │ ├── key.pem │ │ │ ├── lookup_stun_server.c │ │ │ ├── sofia-sip │ │ │ │ ├── stun.h │ │ │ │ ├── stun_common.h │ │ │ │ └── stun_tag.h │ │ │ ├── stun.c │ │ │ ├── stun.docs │ │ │ ├── stun_common.c │ │ │ ├── stun_dns.c │ │ │ ├── stun_internal.h │ │ │ ├── stun_mini.c │ │ │ ├── stun_tag.c │ │ │ ├── stun_tag_ref.c │ │ │ └── stunc.c │ │ ├── su │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── addrinfo.c │ │ │ ├── getopt.c │ │ │ ├── inet_ntop.c │ │ │ ├── inet_pton.c │ │ │ ├── localinfo.c │ │ │ ├── memccpy.c │ │ │ ├── memcspn.c │ │ │ ├── memmem.c │ │ │ ├── memspn.c │ │ │ ├── poll.c │ │ │ ├── run_addrinfo │ │ │ ├── run_localinfo │ │ │ ├── run_test_su │ │ │ ├── smoothsort.c │ │ │ ├── sofia-sip │ │ │ │ ├── heap.h │ │ │ │ ├── htable.h │ │ │ │ ├── htable2.h │ │ │ │ ├── rbtree.h │ │ │ │ ├── string0.h │ │ │ │ ├── su.h │ │ │ │ ├── su_addrinfo.h │ │ │ │ ├── su_alloc.h │ │ │ │ ├── su_alloc_stat.h │ │ │ │ ├── su_bm.h │ │ │ │ ├── su_config.h │ │ │ │ ├── su_configure.h.in │ │ │ │ ├── su_debug.h │ │ │ │ ├── su_errno.h │ │ │ │ ├── su_localinfo.h │ │ │ │ ├── su_log.h │ │ │ │ ├── su_md5.h │ │ │ │ ├── su_os_nw.h │ │ │ │ ├── su_osx_runloop.h │ │ │ │ ├── su_string.h │ │ │ │ ├── su_strlst.h │ │ │ │ ├── su_tag.h │ │ │ │ ├── su_tag_class.h │ │ │ │ ├── su_tag_inline.h │ │ │ │ ├── su_tag_io.h │ │ │ │ ├── su_tagarg.h │ │ │ │ ├── su_time.h │ │ │ │ ├── su_types.h │ │ │ │ ├── su_uniqueid.h │ │ │ │ ├── su_vector.h │ │ │ │ ├── su_wait.h │ │ │ │ └── tstdef.h │ │ │ ├── string0.c │ │ │ ├── strtoull.c │ │ │ ├── su.c │ │ │ ├── su.docs │ │ │ ├── su_addrinfo.c │ │ │ ├── su_alloc.c │ │ │ ├── su_alloc_lock.c │ │ │ ├── su_base_port.c │ │ │ ├── su_bm.c │ │ │ ├── su_default_log.c │ │ │ ├── su_devpoll_port.c │ │ │ ├── su_epoll_port.c │ │ │ ├── su_errno.c │ │ │ ├── su_global_log.c │ │ │ ├── su_kqueue_port.c │ │ │ ├── su_localinfo.c │ │ │ ├── su_log.c │ │ │ ├── su_md5.c │ │ │ ├── su_module_debug.h │ │ │ ├── su_open_c_localinfo.cpp │ │ │ ├── su_os_nw.c │ │ │ ├── su_osx_runloop.c │ │ │ ├── su_poll_port.c │ │ │ ├── su_port.c │ │ │ ├── su_port.h │ │ │ ├── su_proxy.c │ │ │ ├── su_pthread_port.c │ │ │ ├── su_root.c │ │ │ ├── su_select_port.c │ │ │ ├── su_socket_port.c │ │ │ ├── su_sprintf.c │ │ │ ├── su_strdup.c │ │ │ ├── su_string.c │ │ │ ├── su_strlst.c │ │ │ ├── su_tag.c │ │ │ ├── su_tag_io.c │ │ │ ├── su_tag_ref.c │ │ │ ├── su_taglist.c │ │ │ ├── su_time.c │ │ │ ├── su_time0.c │ │ │ ├── su_timer.c │ │ │ ├── su_uniqueid.c │ │ │ ├── su_vector.c │ │ │ ├── su_wait.c │ │ │ ├── su_win32_port.c │ │ │ ├── tag_dll.awk │ │ │ ├── test_htable.c │ │ │ ├── test_htable2.c │ │ │ ├── test_memmem.c │ │ │ ├── test_poll.c │ │ │ ├── test_su.c │ │ │ ├── test_su_osx.c │ │ │ ├── torture_heap.c │ │ │ ├── torture_rbtree.c │ │ │ ├── torture_su.c │ │ │ ├── torture_su_alloc.c │ │ │ ├── torture_su_bm.c │ │ │ ├── torture_su_port.c │ │ │ ├── torture_su_root.c │ │ │ ├── torture_su_root_osx.c │ │ │ ├── torture_su_tag.c │ │ │ ├── torture_su_time.c │ │ │ └── torture_su_timer.c │ │ ├── tport │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── agent.pem │ │ │ ├── cafile.pem │ │ │ ├── certificates.html │ │ │ ├── sofia-sip │ │ │ │ ├── tport.h │ │ │ │ ├── tport_plugins.h │ │ │ │ └── tport_tag.h │ │ │ ├── test_tport.c │ │ │ ├── tport.c │ │ │ ├── tport.docs │ │ │ ├── tport_internal.h │ │ │ ├── tport_logging.c │ │ │ ├── tport_sigcomp.c │ │ │ ├── tport_stub_sigcomp.c │ │ │ ├── tport_stub_stun.c │ │ │ ├── tport_tag.c │ │ │ ├── tport_tag_ref.c │ │ │ ├── tport_threadpool.c │ │ │ ├── tport_tls.c │ │ │ ├── tport_tls.h │ │ │ ├── tport_type_connect.c │ │ │ ├── tport_type_sctp.c │ │ │ ├── tport_type_stun.c │ │ │ ├── tport_type_tcp.c │ │ │ ├── tport_type_tls.c │ │ │ └── tport_type_udp.c │ │ └── url │ │ │ ├── ChangeLog │ │ │ ├── Doxyfile.in │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── sofia-sip │ │ │ ├── url.h │ │ │ ├── url_tag.h │ │ │ └── url_tag_class.h │ │ │ ├── torture_url.c │ │ │ ├── url.c │ │ │ ├── url.docs │ │ │ ├── url_tag.c │ │ │ ├── url_tag_ref.c │ │ │ ├── urlmap.c │ │ │ └── urlmap.h │ ├── ltmain.sh │ ├── m4 │ │ ├── libtool.m4 │ │ ├── ltoptions.m4 │ │ ├── ltsugar.m4 │ │ ├── ltversion.m4 │ │ ├── lt~obsolete.m4 │ │ ├── sac-coverage.m4 │ │ ├── sac-general.m4 │ │ ├── sac-openssl.m4 │ │ ├── sac-su2.m4 │ │ └── sac-tport.m4 │ ├── man │ │ └── man1 │ │ │ ├── addrinfo.1 │ │ │ ├── localinfo.1 │ │ │ ├── sip-date.1 │ │ │ ├── sip-dig.1 │ │ │ ├── sip-options.1 │ │ │ └── stunc.1 │ ├── missing │ ├── open_c │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── autogen.cmd │ │ ├── build_sources.cmd │ │ ├── config.h │ │ ├── config.h.in │ │ ├── group │ │ │ ├── bld.inf │ │ │ ├── libsofia-sip-ua-glib.mmp │ │ │ ├── libsofia-sip-ua.mmp │ │ │ ├── su_source_test.mmp │ │ │ ├── su_source_test_reg.rss │ │ │ ├── test_http.mmp │ │ │ ├── test_http_reg.rss │ │ │ ├── test_msg.mmp │ │ │ ├── test_msg_reg.rss │ │ │ ├── test_nua.mmp │ │ │ ├── test_nua_reg.rss │ │ │ ├── test_tport.mmp │ │ │ ├── test_tport_reg.rss │ │ │ ├── torture_sip.mmp │ │ │ ├── torture_sip_reg.rss │ │ │ ├── torture_su_alloc.mmp │ │ │ ├── torture_su_alloc_reg.rss │ │ │ ├── torture_su_port.mmp │ │ │ ├── torture_su_port_reg.rss │ │ │ ├── torture_su_root.mmp │ │ │ ├── torture_su_root_reg.rss │ │ │ ├── torture_su_tag.mmp │ │ │ ├── torture_su_tag_reg.rss │ │ │ ├── torture_url.mmp │ │ │ └── torture_url_reg.rss │ │ ├── sis │ │ │ ├── libsofia-sip-ua-glib.pkg │ │ │ ├── libsofia-sip-ua.pkg │ │ │ ├── su_source_test.pkg │ │ │ ├── test_nua.pkg │ │ │ └── test_tport.pkg │ │ ├── sofia-sip │ │ │ └── su_configure.h │ │ ├── version.awk │ │ └── version_files.cmd │ ├── packages │ │ ├── ChangeLog │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── sofia-sip-1.12.11.spec │ │ ├── sofia-sip-ua-glib.pc.in │ │ ├── sofia-sip-ua.pc.in │ │ └── sofia-sip.spec.in │ ├── rules │ │ ├── lcov.am │ │ ├── recursive.am │ │ ├── silent.am │ │ ├── sofia.am │ │ └── valcheck.am │ ├── s2check │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── exit77.c │ │ ├── s2_localinfo.c │ │ ├── s2_localinfo.h │ │ ├── s2base.c │ │ ├── s2base.h │ │ ├── s2check.h │ │ ├── s2dns.c │ │ ├── s2dns.h │ │ ├── s2sip.c │ │ ├── s2sip.h │ │ ├── s2tcase.c │ │ ├── s2time.c │ │ └── s2util.h │ ├── scripts │ │ ├── hide_emails.sh │ │ ├── lcov-report │ │ └── uncovered │ ├── tests │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── check_dlopen_sofia.c │ │ ├── check_sofia.c │ │ ├── check_sofia.h │ │ ├── suite_for_nua.c │ │ ├── test_100rel.c │ │ ├── test_basic_call.c │ │ ├── test_call_hold.c │ │ ├── test_call_reject.c │ │ ├── test_cancel_bye.c │ │ ├── test_extension.c │ │ ├── test_init.c │ │ ├── test_nat.c │ │ ├── test_nat.h │ │ ├── test_nat_tags.c │ │ ├── test_nua.c │ │ ├── test_nua.h │ │ ├── test_nua_api.c │ │ ├── test_nua_params.c │ │ ├── test_offer_answer.c │ │ ├── test_ops.c │ │ ├── test_proxy.c │ │ ├── test_proxy.h │ │ ├── test_refer.c │ │ ├── test_register.c │ │ ├── test_session_timer.c │ │ ├── test_simple.c │ │ └── test_sip_events.c │ ├── utils │ │ ├── ChangeLog │ │ ├── Doxyfile.in │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── apps_utils.h │ │ ├── sip-date.c │ │ ├── sip-dig.c │ │ ├── sip-options.c │ │ └── utils.docs │ └── win32 │ │ ├── ChangeLog │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── README.txt │ │ ├── SofiaSIP.dsw │ │ ├── SofiaSIP.sln │ │ ├── SofiaSIP2010.sln │ │ ├── autogen.cmd │ │ ├── build_sources.cmd │ │ ├── check.cmd │ │ ├── config.h │ │ ├── config.h.in │ │ ├── install.cmd │ │ ├── libsofia-sip-ua-static │ │ ├── libsofia_sip_ua_static.dsp │ │ ├── libsofia_sip_ua_static.vcproj │ │ └── libsofia_sip_ua_static.vcxproj │ │ ├── libsofia-sip-ua │ │ ├── libsofia_sip_ua.dsp │ │ ├── libsofia_sip_ua.vcproj │ │ ├── libsofia_sip_ua.vcxproj │ │ └── sofia-sip-ua.def │ │ ├── pthread │ │ ├── ChangeLog │ │ ├── md5.sum.txt │ │ ├── pthread.h │ │ ├── pthreadVC2.dll │ │ ├── pthreadVC2.lib │ │ ├── sched.h │ │ └── semaphore.h │ │ ├── sofia-sip │ │ └── su_configure.h │ │ ├── tests │ │ ├── test_htable │ │ │ ├── test_htable.dsp │ │ │ ├── test_htable.vcproj │ │ │ └── test_htable.vcxproj │ │ ├── test_memmem │ │ │ ├── test_memmem.dsp │ │ │ ├── test_memmem.vcproj │ │ │ └── test_memmem.vcxproj │ │ ├── test_nta │ │ │ ├── test_nta.dsp │ │ │ ├── test_nta.vcproj │ │ │ └── test_nta.vcxproj │ │ ├── test_nua │ │ │ ├── test_nat_tags.cpp │ │ │ ├── test_nua.dsp │ │ │ ├── test_nua.vcproj │ │ │ └── test_nua.vcxproj │ │ ├── test_su │ │ │ ├── test_su.dsp │ │ │ ├── test_su.vcproj │ │ │ └── test_su.vcxproj │ │ ├── test_tport │ │ │ ├── test_class.cpp │ │ │ ├── test_table.cpp │ │ │ ├── test_tport.dsp │ │ │ ├── test_tport.vcproj │ │ │ └── test_tport.vcxproj │ │ ├── torture_rbtree │ │ │ ├── torture_rbtree.dsp │ │ │ ├── torture_rbtree.vcproj │ │ │ └── torture_rbtree.vcxproj │ │ ├── torture_su │ │ │ ├── torture_su.dsp │ │ │ ├── torture_su.vcproj │ │ │ └── torture_su.vcxproj │ │ ├── torture_su_alloc │ │ │ ├── torture_su_alloc.dsp │ │ │ ├── torture_su_alloc.vcproj │ │ │ └── torture_su_alloc.vcxproj │ │ ├── torture_su_bm │ │ │ ├── torture_su_bm.dsp │ │ │ ├── torture_su_bm.vcproj │ │ │ └── torture_su_bm.vcxproj │ │ ├── torture_su_port │ │ │ ├── torture_su_port.dsp │ │ │ └── torture_su_port.vcproj │ │ ├── torture_su_root │ │ │ ├── torture_su_root.dsp │ │ │ ├── torture_su_root.vcproj │ │ │ └── torture_su_root.vcxproj │ │ ├── torture_su_tag │ │ │ ├── torture_su_tag.dsp │ │ │ ├── torture_su_tag.vcproj │ │ │ └── torture_su_tag.vcxproj │ │ ├── torture_su_time │ │ │ ├── torture_su_time.dsp │ │ │ ├── torture_su_time.vcproj │ │ │ └── torture_su_time.vcxproj │ │ └── torture_su_timer │ │ │ ├── torture_su_timer.dsp │ │ │ ├── torture_su_timer.vcproj │ │ │ └── torture_su_timer.vcxproj │ │ ├── unistd.h │ │ ├── utils │ │ ├── localinfo │ │ │ ├── localinfo.dsp │ │ │ ├── localinfo.vcproj │ │ │ └── localinfo.vcxproj │ │ ├── sip_dig │ │ │ ├── sip_dig.dsp │ │ │ ├── sip_dig.vcproj │ │ │ └── sip_dig.vcxproj │ │ ├── sip_options │ │ │ ├── sip_options.dsp │ │ │ ├── sip_options.vcproj │ │ │ └── sip_options.vcxproj │ │ ├── sip_options_static │ │ │ ├── sip_options_static.dsp │ │ │ ├── sip_options_static.vcproj │ │ │ └── sip_options_static.vcxproj │ │ └── stunc │ │ │ ├── stunc.dsp │ │ │ ├── stunc.vcproj │ │ │ └── stunc.vcxproj │ │ ├── version.awk │ │ └── version_files.cmd ├── speex │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── Makefile.am │ ├── Makefile.in │ ├── NEWS │ ├── README │ ├── README.TI-DSP │ ├── README.blackfin │ ├── README.symbian │ ├── Speex.kdevelop │ ├── Speex.spec │ ├── Speex.spec.in │ ├── TODO │ ├── acinclude.m4 │ ├── aclocal.m4 │ ├── config.guess │ ├── config.h.in │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── depcomp │ ├── doc │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ └── manual.pdf │ ├── include │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ └── speex │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── speex.h │ │ │ ├── speex_bits.h │ │ │ ├── speex_buffer.h │ │ │ ├── speex_callbacks.h │ │ │ ├── speex_config_types.h.in │ │ │ ├── speex_echo.h │ │ │ ├── speex_header.h │ │ │ ├── speex_jitter.h │ │ │ ├── speex_preprocess.h │ │ │ ├── speex_resampler.h │ │ │ ├── speex_stereo.h │ │ │ └── speex_types.h │ ├── install-sh │ ├── libspeex │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── _kiss_fft_guts.h │ │ ├── arch.h │ │ ├── bits.c │ │ ├── buffer.c │ │ ├── cb_search.c │ │ ├── cb_search.h │ │ ├── cb_search_arm4.h │ │ ├── cb_search_bfin.h │ │ ├── cb_search_sse.h │ │ ├── echo_diagnostic.m │ │ ├── exc_10_16_table.c │ │ ├── exc_10_32_table.c │ │ ├── exc_20_32_table.c │ │ ├── exc_5_256_table.c │ │ ├── exc_5_64_table.c │ │ ├── exc_8_128_table.c │ │ ├── fftwrap.c │ │ ├── fftwrap.h │ │ ├── filterbank.c │ │ ├── filterbank.h │ │ ├── filters.c │ │ ├── filters.h │ │ ├── filters_arm4.h │ │ ├── filters_bfin.h │ │ ├── filters_sse.h │ │ ├── fixed_arm4.h │ │ ├── fixed_arm5e.h │ │ ├── fixed_bfin.h │ │ ├── fixed_debug.h │ │ ├── fixed_generic.h │ │ ├── gain_table.c │ │ ├── gain_table_lbr.c │ │ ├── hexc_10_32_table.c │ │ ├── hexc_table.c │ │ ├── high_lsp_tables.c │ │ ├── jitter.c │ │ ├── kiss_fft.c │ │ ├── kiss_fft.h │ │ ├── kiss_fftr.c │ │ ├── kiss_fftr.h │ │ ├── lpc.c │ │ ├── lpc.h │ │ ├── lpc_bfin.h │ │ ├── lsp.c │ │ ├── lsp.h │ │ ├── lsp_bfin.h │ │ ├── lsp_tables_nb.c │ │ ├── ltp.c │ │ ├── ltp.h │ │ ├── ltp_arm4.h │ │ ├── ltp_bfin.h │ │ ├── ltp_sse.h │ │ ├── math_approx.h │ │ ├── mdf.c │ │ ├── misc_bfin.h │ │ ├── modes.c │ │ ├── modes.h │ │ ├── modes_wb.c │ │ ├── nb_celp.c │ │ ├── nb_celp.h │ │ ├── os_support.h │ │ ├── preprocess.c │ │ ├── pseudofloat.h │ │ ├── quant_lsp.c │ │ ├── quant_lsp.h │ │ ├── quant_lsp_bfin.h │ │ ├── resample.c │ │ ├── resample_sse.h │ │ ├── sb_celp.c │ │ ├── sb_celp.h │ │ ├── scal.c │ │ ├── smallft.c │ │ ├── smallft.h │ │ ├── speex.c │ │ ├── speex_callbacks.c │ │ ├── speex_header.c │ │ ├── stack_alloc.h │ │ ├── stereo.c │ │ ├── testdenoise.c │ │ ├── testecho.c │ │ ├── testenc.c │ │ ├── testenc_uwb.c │ │ ├── testenc_wb.c │ │ ├── testjitter.c │ │ ├── vbr.c │ │ ├── vbr.h │ │ ├── vorbis_psy.h │ │ ├── vq.c │ │ ├── vq.h │ │ ├── vq_arm4.h │ │ ├── vq_bfin.h │ │ ├── vq_sse.h │ │ └── window.c │ ├── ltmain.sh │ ├── missing │ ├── speex.m4 │ ├── speex.pc.in │ ├── speexdsp.pc.in │ ├── src │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── getopt.c │ │ ├── getopt1.c │ │ ├── getopt_win.h │ │ ├── skeleton.c │ │ ├── skeleton.h │ │ ├── speexdec.1 │ │ ├── speexdec.c │ │ ├── speexenc.1 │ │ ├── speexenc.c │ │ ├── wav_io.c │ │ ├── wav_io.h │ │ ├── wave_out.c │ │ └── wave_out.h │ ├── symbian │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── bld.inf │ │ ├── config.h │ │ └── speex.mmp │ ├── ti │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── config.h │ │ ├── os_support_custom.h │ │ ├── speex_C54_test │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── speex_C54_test.cmd │ │ │ └── speex_C54_test.pjt │ │ ├── speex_C55_test │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── speex_C55_test.cmd │ │ │ └── speex_C55_test.pjt │ │ ├── speex_C64_test │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── speex_C64_test.cmd │ │ │ └── speex_C64_test.pjt │ │ ├── testenc-TI-C5x.c │ │ └── testenc-TI-C64x.c │ └── win32 │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── VS2003 │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── libspeex.sln │ │ ├── libspeex │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── libspeex.vcproj │ │ ├── libspeexdsp │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── libspeexdsp.vcproj │ │ ├── speexdec │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── speexdec.vcproj │ │ ├── speexenc │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── speexenc.vcproj │ │ └── tests │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── testdenoise.vcproj │ │ │ ├── testecho.vcproj │ │ │ ├── testenc.vcproj │ │ │ ├── testenc_uwb.vcproj │ │ │ ├── testenc_wb.vcproj │ │ │ └── testresample.vcproj │ │ ├── VS2005 │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── libspeex.sln │ │ ├── libspeex │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── libspeex.vcproj │ │ ├── libspeexdsp │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── libspeexdsp.vcproj │ │ ├── speexdec │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── speexdec.vcproj │ │ ├── speexenc │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── speexenc.vcproj │ │ └── tests │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── testdenoise.vcproj │ │ │ ├── testecho.vcproj │ │ │ ├── testenc.vcproj │ │ │ ├── testenc_uwb.vcproj │ │ │ ├── testenc_wb.vcproj │ │ │ └── testresample.vcproj │ │ ├── VS2008 │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── libspeex.sln │ │ ├── libspeex │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── libspeex.vcproj │ │ ├── libspeexdsp │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── libspeexdsp.vcproj │ │ ├── speexdec │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── speexdec.vcproj │ │ ├── speexenc │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── speexenc.vcproj │ │ └── tests │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── testdenoise.vcproj │ │ │ ├── testecho.vcproj │ │ │ ├── testenc.vcproj │ │ │ ├── testenc_uwb.vcproj │ │ │ ├── testenc_wb.vcproj │ │ │ └── testresample.vcproj │ │ ├── config.h │ │ ├── libspeex.def │ │ ├── libspeex │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── libspeex.dsp │ │ ├── libspeex.dsw │ │ ├── libspeex_dynamic.dsp │ │ ├── libspeexdsp.dsp │ │ └── libspeexdsp_dynamic.dsp │ │ ├── libspeexdsp.def │ │ ├── speex.iss │ │ ├── speexdec │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── speexdec.dsp │ │ └── speexdec.dsw │ │ └── speexenc │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── speexenc.dsp │ │ └── speexenc.dsw └── srtp │ ├── .cvsignore │ ├── CHANGES │ ├── CVS │ ├── Entries │ ├── Repository │ └── Root │ ├── LICENSE │ ├── Makefile.in │ ├── README │ ├── TODO │ ├── VERSION │ ├── config.guess │ ├── config.h_win32vc7 │ ├── config.hw │ ├── config.sub │ ├── config_in.h │ ├── configure │ ├── configure.in │ ├── crypto │ ├── .cvsignore │ ├── CVS │ │ ├── Entries │ │ ├── Repository │ │ └── Root │ ├── Makefile │ ├── Makefile.in │ ├── VERSION │ ├── ae_xfm │ │ ├── CVS │ │ │ ├── Entries │ │ │ ├── Repository │ │ │ └── Root │ │ └── xfm.c │ ├── cipher │ │ ├── CVS │ │ │ ├── Entries │ │ │ ├── Repository │ │ │ └── Root │ │ ├── aes.c │ │ ├── aes_cbc.c │ │ ├── aes_icm.c │ │ ├── cipher.c │ │ └── null_cipher.c │ ├── hash │ │ ├── CVS │ │ │ ├── Entries │ │ │ ├── Repository │ │ │ └── Root │ │ ├── auth.c │ │ ├── hmac.c │ │ ├── null_auth.c │ │ └── sha1.c │ ├── include │ │ ├── .cvsignore │ │ ├── CVS │ │ │ ├── Entries │ │ │ ├── Repository │ │ │ └── Root │ │ ├── aes.h │ │ ├── aes_cbc.h │ │ ├── aes_icm.h │ │ ├── alloc.h │ │ ├── auth.h │ │ ├── cipher.h │ │ ├── crypto.h │ │ ├── crypto_kernel.h │ │ ├── crypto_math.h │ │ ├── crypto_types.h │ │ ├── cryptoalg.h │ │ ├── datatypes.h │ │ ├── err.h │ │ ├── gf2_8.h │ │ ├── hmac.h │ │ ├── integers.h │ │ ├── kernel_compat.h │ │ ├── key.h │ │ ├── null_auth.h │ │ ├── null_cipher.h │ │ ├── prng.h │ │ ├── rand_source.h │ │ ├── rdb.h │ │ ├── rdbx.h │ │ ├── sha1.h │ │ ├── stat.h │ │ └── xfm.h │ ├── kernel │ │ ├── CVS │ │ │ ├── Entries │ │ │ ├── Repository │ │ │ └── Root │ │ ├── alloc.c │ │ ├── crypto_kernel.c │ │ ├── err.c │ │ └── key.c │ ├── math │ │ ├── CVS │ │ │ ├── Entries │ │ │ ├── Repository │ │ │ └── Root │ │ ├── datatypes.c │ │ ├── gf2_8.c │ │ ├── math.c │ │ └── stat.c │ ├── replay │ │ ├── CVS │ │ │ ├── Entries │ │ │ ├── Repository │ │ │ └── Root │ │ ├── rdb.c │ │ ├── rdbx.c │ │ └── ut_sim.c │ ├── rng │ │ ├── CVS │ │ │ ├── Entries │ │ │ ├── Repository │ │ │ └── Root │ │ ├── ctr_prng.c │ │ ├── prng.c │ │ ├── rand_linux_kernel.c │ │ └── rand_source.c │ └── test │ │ ├── .cvsignore │ │ ├── CVS │ │ ├── Entries │ │ ├── Repository │ │ └── Root │ │ ├── aes_calc.c │ │ ├── auth_driver.c │ │ ├── cipher_driver.c │ │ ├── datatypes_driver.c │ │ ├── env.c │ │ ├── kernel_driver.c │ │ ├── rand_gen.c │ │ ├── sha1_driver.c │ │ └── stat_driver.c │ ├── doc │ ├── .cvsignore │ ├── CVS │ │ ├── Entries │ │ ├── Repository │ │ └── Root │ ├── Doxyfile │ ├── Makefile │ ├── Makefile.in │ ├── crypto_kernel.txt │ ├── draft-irtf-cfrg-icm-00.txt │ ├── header.template │ ├── intro.txt │ ├── libsrtp.pdf │ ├── references.txt │ └── rfc3711.txt │ ├── include │ ├── CVS │ │ ├── Entries │ │ ├── Repository │ │ └── Root │ ├── getopt_s.h │ ├── rtp.h │ ├── rtp_priv.h │ ├── srtp.h │ ├── srtp_priv.h │ └── ut_sim.h │ ├── install-sh │ ├── srtp.def │ ├── srtp.vcproj │ ├── srtp │ ├── CVS │ │ ├── Entries │ │ ├── Repository │ │ └── Root │ └── srtp.c │ ├── srtp7.sln │ ├── srtp7.vcproj │ ├── tables │ ├── .cvsignore │ ├── CVS │ │ ├── Entries │ │ ├── Repository │ │ └── Root │ └── aes_tables.c │ ├── test │ ├── .cvsignore │ ├── CVS │ │ ├── Entries │ │ ├── Repository │ │ └── Root │ ├── dtls_srtp_driver.c │ ├── getopt_s.c │ ├── lfsr.c │ ├── rdbx_driver.c │ ├── replay_driver.c │ ├── roc_driver.c │ ├── rtp.c │ ├── rtpw.c │ ├── rtpw_test.sh │ └── srtp_driver.c │ ├── timing │ ├── undos.sh │ └── update.sh └── plugins ├── G722 ├── Makefile ├── Makefile.in ├── VoIPCodecs │ ├── bitstream.c │ ├── bitstream.h │ ├── dc_restore.h │ ├── g722.h │ ├── g722_decode.c │ ├── g722_encode.c │ ├── inttypes.h │ └── telephony.h ├── g722_2005.sln ├── g722_2005.vcproj ├── g722_2010.sln ├── g722_2010.vcxproj ├── g722codec.cpp └── opal │ ├── critsect.h │ ├── opalplugin.h │ └── plugin-config.h ├── G7231 ├── Makefile ├── Makefile.in ├── g7231codec.cxx ├── g7231codec.h └── opal │ ├── critsect.h │ ├── ffmpeg.h │ ├── opalplugin.h │ ├── plugin-config.h │ └── trace.h ├── G726 ├── G726.dsp ├── G726.vcproj ├── G726_2005.vcproj ├── G726_2010.sln ├── G726_2010.vcxproj ├── Makefile ├── Makefile.in ├── codec │ └── opalplugin.h ├── g711.c ├── g726 │ ├── g726_16.c │ ├── g726_24.c │ ├── g726_32.c │ ├── g726_40.c │ ├── g72x.c │ ├── g72x.h │ └── private.h └── g726codec.c ├── G729 ├── Makefile ├── Makefile.in ├── g729_test.c ├── g729a_v11 │ ├── acelp_ca.c │ ├── basic_op.c │ ├── basic_op.h │ ├── cod_ld8a.c │ ├── cor_func.c │ ├── de_acelp.c │ ├── dec_gain.c │ ├── dec_gain.h │ ├── dec_lag3.c │ ├── dec_ld8a.c │ ├── dspfunc.c │ ├── filter.c │ ├── gainpred.c │ ├── ld8a.h │ ├── lpc.c │ ├── lpcfunc.c │ ├── lpcfunc.h │ ├── lspdec.c │ ├── lspdec.h │ ├── lspgetq.c │ ├── lspgetq.h │ ├── oper_32b.c │ ├── oper_32b.h │ ├── p_parity.c │ ├── pitch_a.c │ ├── post_pro.c │ ├── postfilt.c │ ├── pre_proc.c │ ├── pre_proc.h │ ├── pred_lt3.c │ ├── qua_gain.c │ ├── qua_gain.h │ ├── qua_lsp.c │ ├── qua_lsp.h │ ├── tab_ld8a.c │ ├── tab_ld8a.h │ ├── taming.c │ ├── taming.h │ ├── typedef.h │ ├── util.c │ └── util.h ├── g729codec.c ├── opalplugin.h └── test │ ├── convert.c │ ├── encoded.bit │ ├── encoded.data │ ├── input.raw │ ├── output.raw │ └── params ├── H.261-vic ├── Makefile ├── Makefile.in ├── Makefile_mingw ├── h261vic.cxx ├── h261vic.vcproj ├── h261vic_2005.vcproj ├── h261vic_2008.vcproj ├── h261vic_2010.sln ├── h261vic_2010.vcxproj ├── h261vic_2010.vcxproj.filters ├── opal │ ├── critsect.h │ ├── opalplugin.h │ ├── plugin-config.h │ ├── rtpframe.h │ ├── trace.cxx │ └── trace.h └── vic │ ├── bsd-endian.h │ ├── bv.c │ ├── config.h │ ├── crdef.h │ ├── dct.cxx │ ├── dct.h │ ├── encoder-h261.cxx │ ├── encoder-h261.h │ ├── encoder.h │ ├── grabber.h │ ├── huffcode.c │ ├── p64-huff.h │ ├── p64.cxx │ ├── p64.h │ ├── p64encoder.cxx │ ├── p64encoder.h │ ├── transmitter.cxx │ ├── transmitter.h │ ├── vid_coder.cxx │ ├── vid_coder.h │ └── videoframe.h ├── H.263-1998.3 ├── Makefile ├── Makefile.in ├── ReadMe.txt ├── h263-1998.cxx ├── h263-1998.h ├── h263pframe.cxx ├── h263pframe.h ├── mingw │ └── Makefile ├── mpi.cxx ├── opal │ ├── critsect.h │ ├── ffmpeg.h │ ├── mpi.h │ ├── opalplugin.h │ ├── plugin-config.h │ ├── rtpframe.h │ └── trace.h ├── rfc2190.cxx ├── rfc2190.h ├── trace.cxx └── tracer.h ├── H.264_123 ├── Makefile ├── Makefile.in ├── Makefile_mingw ├── enc-ctx.cxx ├── enc-ctx.h ├── h264-x264.cxx ├── h264-x264.h ├── opal │ ├── critsect.h │ ├── opalplugin.h │ ├── plugin-config.h │ ├── rtpframe.h │ └── trace.h ├── shared │ ├── h264frame.cxx │ └── h264frame.h ├── trace.cxx ├── x264.init ├── x264.init.readme ├── x264loader_unix.cxx └── x264loader_unix.h ├── OPUS ├── Makefile ├── Makefile.in ├── codec │ ├── opalplugin.h │ ├── opalplugin.hpp │ └── plugin-config.h ├── mingw │ └── Makefile └── opuscodec.cxx ├── SILK_B40 ├── Makefile ├── Makefile.in ├── mingw │ └── Makefile ├── opal │ ├── critsect.h │ ├── opalplugin.h │ └── plugin-config.h ├── silkSrc │ ├── SKP_Silk_A2NLSF.c │ ├── SKP_Silk_CNG.c │ ├── SKP_Silk_HP_variable_cutoff_FIX.c │ ├── SKP_Silk_Inlines.h │ ├── SKP_Silk_LBRR_reset.c │ ├── SKP_Silk_LPC_inv_pred_gain.c │ ├── SKP_Silk_LPC_synthesis_filter.c │ ├── SKP_Silk_LPC_synthesis_order16.c │ ├── SKP_Silk_LP_variable_cutoff.c │ ├── SKP_Silk_LSF_cos_table.c │ ├── SKP_Silk_LTP_analysis_filter_FIX.c │ ├── SKP_Silk_LTP_scale_ctrl_FIX.c │ ├── SKP_Silk_MA.c │ ├── SKP_Silk_NLSF2A.c │ ├── SKP_Silk_NLSF2A_stable.c │ ├── SKP_Silk_NLSF_MSVQ_decode.c │ ├── SKP_Silk_NLSF_MSVQ_encode_FIX.c │ ├── SKP_Silk_NLSF_VQ_rate_distortion_FIX.c │ ├── SKP_Silk_NLSF_VQ_sum_error_FIX.c │ ├── SKP_Silk_NLSF_VQ_weights_laroia.c │ ├── SKP_Silk_NLSF_stabilize.c │ ├── SKP_Silk_NSQ.c │ ├── SKP_Silk_NSQ_del_dec.c │ ├── SKP_Silk_PLC.c │ ├── SKP_Silk_PLC.h │ ├── SKP_Silk_SDK_API.h │ ├── SKP_Silk_SigProc_FIX.h │ ├── SKP_Silk_VAD.c │ ├── SKP_Silk_VQ_nearest_neighbor_FIX.c │ ├── SKP_Silk_ana_filt_bank_1.c │ ├── SKP_Silk_apply_sine_window_new.c │ ├── SKP_Silk_array_maxabs.c │ ├── SKP_Silk_autocorr.c │ ├── SKP_Silk_biquad.c │ ├── SKP_Silk_biquad_alt.c │ ├── SKP_Silk_burg_modified.c │ ├── SKP_Silk_bwexpander.c │ ├── SKP_Silk_bwexpander_32.c │ ├── SKP_Silk_code_signs.c │ ├── SKP_Silk_common_pitch_est_defines.h │ ├── SKP_Silk_control.h │ ├── SKP_Silk_control_audio_bandwidth.c │ ├── SKP_Silk_control_codec_FIX.c │ ├── SKP_Silk_corrMatrix_FIX.c │ ├── SKP_Silk_create_init_destroy.c │ ├── SKP_Silk_dec_API.c │ ├── SKP_Silk_decode_core.c │ ├── SKP_Silk_decode_frame.c │ ├── SKP_Silk_decode_parameters.c │ ├── SKP_Silk_decode_pitch.c │ ├── SKP_Silk_decode_pulses.c │ ├── SKP_Silk_decoder_set_fs.c │ ├── SKP_Silk_define.h │ ├── SKP_Silk_detect_SWB_input.c │ ├── SKP_Silk_enc_API.c │ ├── SKP_Silk_encode_frame_FIX.c │ ├── SKP_Silk_encode_parameters.c │ ├── SKP_Silk_encode_pulses.c │ ├── SKP_Silk_errors.h │ ├── SKP_Silk_find_LPC_FIX.c │ ├── SKP_Silk_find_LTP_FIX.c │ ├── SKP_Silk_find_pitch_lags_FIX.c │ ├── SKP_Silk_find_pred_coefs_FIX.c │ ├── SKP_Silk_gain_quant.c │ ├── SKP_Silk_init_encoder_FIX.c │ ├── SKP_Silk_inner_prod_aligned.c │ ├── SKP_Silk_interpolate.c │ ├── SKP_Silk_k2a.c │ ├── SKP_Silk_k2a_Q16.c │ ├── SKP_Silk_lin2log.c │ ├── SKP_Silk_log2lin.c │ ├── SKP_Silk_macros.h │ ├── SKP_Silk_main.h │ ├── SKP_Silk_main_FIX.h │ ├── SKP_Silk_noise_shape_analysis_FIX.c │ ├── SKP_Silk_pitch_analysis_core.c │ ├── SKP_Silk_pitch_est_defines.h │ ├── SKP_Silk_pitch_est_tables.c │ ├── SKP_Silk_prefilter_FIX.c │ ├── SKP_Silk_process_NLSFs_FIX.c │ ├── SKP_Silk_process_gains_FIX.c │ ├── SKP_Silk_quant_LTP_gains_FIX.c │ ├── SKP_Silk_range_coder.c │ ├── SKP_Silk_regularize_correlations_FIX.c │ ├── SKP_Silk_resampler.c │ ├── SKP_Silk_resampler_down2.c │ ├── SKP_Silk_resampler_down2_3.c │ ├── SKP_Silk_resampler_down3.c │ ├── SKP_Silk_resampler_private.h │ ├── SKP_Silk_resampler_private_AR2.c │ ├── SKP_Silk_resampler_private_ARMA4.c │ ├── SKP_Silk_resampler_private_IIR_FIR.c │ ├── SKP_Silk_resampler_private_copy.c │ ├── SKP_Silk_resampler_private_down4.c │ ├── SKP_Silk_resampler_private_down_FIR.c │ ├── SKP_Silk_resampler_private_up2_HQ.c │ ├── SKP_Silk_resampler_private_up4.c │ ├── SKP_Silk_resampler_rom.c │ ├── SKP_Silk_resampler_rom.h │ ├── SKP_Silk_resampler_structs.h │ ├── SKP_Silk_resampler_up2.c │ ├── SKP_Silk_residual_energy16_FIX.c │ ├── SKP_Silk_residual_energy_FIX.c │ ├── SKP_Silk_scale_copy_vector16.c │ ├── SKP_Silk_scale_vector.c │ ├── SKP_Silk_schur.c │ ├── SKP_Silk_schur64.c │ ├── SKP_Silk_setup_complexity.h │ ├── SKP_Silk_shell_coder.c │ ├── SKP_Silk_sigm_Q15.c │ ├── SKP_Silk_solve_LS_FIX.c │ ├── SKP_Silk_sort.c │ ├── SKP_Silk_structs.h │ ├── SKP_Silk_structs_FIX.h │ ├── SKP_Silk_sum_sqr_shift.c │ ├── SKP_Silk_tables.h │ ├── SKP_Silk_tables_LTP.c │ ├── SKP_Silk_tables_NLSF_CB0_10.c │ ├── SKP_Silk_tables_NLSF_CB0_10.h │ ├── SKP_Silk_tables_NLSF_CB0_16.c │ ├── SKP_Silk_tables_NLSF_CB0_16.h │ ├── SKP_Silk_tables_NLSF_CB1_10.c │ ├── SKP_Silk_tables_NLSF_CB1_10.h │ ├── SKP_Silk_tables_NLSF_CB1_16.c │ ├── SKP_Silk_tables_NLSF_CB1_16.h │ ├── SKP_Silk_tables_gain.c │ ├── SKP_Silk_tables_other.c │ ├── SKP_Silk_tables_pitch_lag.c │ ├── SKP_Silk_tables_pulses_per_block.c │ ├── SKP_Silk_tables_sign.c │ ├── SKP_Silk_tables_type_offset.c │ ├── SKP_Silk_tuning_parameters.h │ ├── SKP_Silk_typedef.h │ └── SKP_Silk_warped_autocorrelation_FIX.c ├── silk_2005.sln ├── silk_2005.vcproj ├── silk_2010.sln ├── silk_2010.vcxproj └── silkcodec.cxx ├── Speex ├── Makefile ├── Makefile.in ├── codec │ ├── opalplugin.h │ ├── opalplugin.hpp │ └── plugin-config.h └── speexcodec.cxx ├── VP8-WebM ├── Makefile ├── Makefile.in ├── ReadMe.txt ├── codec │ ├── opalplugin.h │ └── opalplugin.hpp ├── mingw │ └── Makefile ├── opal │ ├── critsect.h │ ├── opalplugin.h │ ├── plugin-config.h │ ├── rtpframe.h │ └── trace.h ├── vp8_webm.cxx ├── vp8_webm_2008.vcproj └── vp8_webm_2010.vcxproj └── iLBC ├── Makefile ├── Makefile.in ├── codec └── opalplugin.h ├── iLBC ├── FrameClassify.c ├── FrameClassify.h ├── LPCdecode.c ├── LPCdecode.h ├── LPCencode.c ├── LPCencode.h ├── StateConstructW.c ├── StateConstructW.h ├── StateSearchW.c ├── StateSearchW.h ├── anaFilter.c ├── anaFilter.h ├── constants.c ├── constants.h ├── createCB.c ├── createCB.h ├── doCPLC.c ├── doCPLC.h ├── draft-ietf-avt-ilbc-codec-05.txt ├── enhancer.c ├── enhancer.h ├── extract-cfile.awk ├── filter.c ├── filter.h ├── gainquant.c ├── gainquant.h ├── getCBvec.c ├── getCBvec.h ├── helpfun.c ├── helpfun.h ├── hpInput.c ├── hpInput.h ├── hpOutput.c ├── hpOutput.h ├── iCBConstruct.c ├── iCBConstruct.h ├── iCBSearch.c ├── iCBSearch.h ├── iLBC_decode.c ├── iLBC_decode.h ├── iLBC_define.h ├── iLBC_encode.c ├── iLBC_encode.h ├── lsf.c ├── lsf.h ├── packing.c ├── packing.h ├── syntFilter.c └── syntFilter.h ├── ilbccodec.c ├── ilbccodec.dsp ├── ilbccodec.vcproj ├── ilbccodec_2005.vcproj ├── ilbccodec_2010.sln └── ilbccodec_2010.vcxproj /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/AUTHORS -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/COPYING -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/INSTALL -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/Makefile.am -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/README -------------------------------------------------------------------------------- /autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/autogen.sh -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/configure.ac -------------------------------------------------------------------------------- /freemcu/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/AUTHORS -------------------------------------------------------------------------------- /freemcu/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/COPYING -------------------------------------------------------------------------------- /freemcu/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/INSTALL -------------------------------------------------------------------------------- /freemcu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/Makefile -------------------------------------------------------------------------------- /freemcu/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/Makefile.in -------------------------------------------------------------------------------- /freemcu/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/README -------------------------------------------------------------------------------- /freemcu/conf/ffserver.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/conf/ffserver.conf -------------------------------------------------------------------------------- /freemcu/conf/freemcu.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/conf/freemcu.ini -------------------------------------------------------------------------------- /freemcu/conf/layouts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/conf/layouts.conf -------------------------------------------------------------------------------- /freemcu/conf/web_stream_start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/conf/web_stream_start -------------------------------------------------------------------------------- /freemcu/conference.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/conference.cxx -------------------------------------------------------------------------------- /freemcu/conference.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/conference.h -------------------------------------------------------------------------------- /freemcu/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/config.h -------------------------------------------------------------------------------- /freemcu/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/config.h.in -------------------------------------------------------------------------------- /freemcu/custom.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/custom.cxx -------------------------------------------------------------------------------- /freemcu/filemembers.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/filemembers.cxx -------------------------------------------------------------------------------- /freemcu/filemembers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/filemembers.h -------------------------------------------------------------------------------- /freemcu/h323.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/h323.cxx -------------------------------------------------------------------------------- /freemcu/h323.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/h323.h -------------------------------------------------------------------------------- /freemcu/html.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/html.cxx -------------------------------------------------------------------------------- /freemcu/html.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/html.h -------------------------------------------------------------------------------- /freemcu/main.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/main.cxx -------------------------------------------------------------------------------- /freemcu/mcu.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/mcu.cxx -------------------------------------------------------------------------------- /freemcu/mcu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/mcu.h -------------------------------------------------------------------------------- /freemcu/mcu_rtp.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/mcu_rtp.cxx -------------------------------------------------------------------------------- /freemcu/mcu_rtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/mcu_rtp.h -------------------------------------------------------------------------------- /freemcu/precompile.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/precompile.cxx -------------------------------------------------------------------------------- /freemcu/reg.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/reg.cxx -------------------------------------------------------------------------------- /freemcu/reg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/reg.h -------------------------------------------------------------------------------- /freemcu/reg_h323.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/reg_h323.cxx -------------------------------------------------------------------------------- /freemcu/reg_sip.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/reg_sip.cxx -------------------------------------------------------------------------------- /freemcu/resource/Russo_One.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/Russo_One.ttf -------------------------------------------------------------------------------- /freemcu/resource/connecting.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/connecting.wav -------------------------------------------------------------------------------- /freemcu/resource/control.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/control.js -------------------------------------------------------------------------------- /freemcu/resource/entering.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/entering.wav -------------------------------------------------------------------------------- /freemcu/resource/i15_inv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i15_inv.gif -------------------------------------------------------------------------------- /freemcu/resource/i15_mic_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i15_mic_on.gif -------------------------------------------------------------------------------- /freemcu/resource/i20_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i20_close.gif -------------------------------------------------------------------------------- /freemcu/resource/i20_plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i20_plus.gif -------------------------------------------------------------------------------- /freemcu/resource/i20_static.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i20_static.gif -------------------------------------------------------------------------------- /freemcu/resource/i20_vad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i20_vad.gif -------------------------------------------------------------------------------- /freemcu/resource/i20_vad2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i20_vad2.gif -------------------------------------------------------------------------------- /freemcu/resource/i24_clr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i24_clr.gif -------------------------------------------------------------------------------- /freemcu/resource/i24_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i24_left.gif -------------------------------------------------------------------------------- /freemcu/resource/i24_mix.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i24_mix.gif -------------------------------------------------------------------------------- /freemcu/resource/i24_revert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i24_revert.gif -------------------------------------------------------------------------------- /freemcu/resource/i24_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i24_right.gif -------------------------------------------------------------------------------- /freemcu/resource/i24_shuff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/i24_shuff.gif -------------------------------------------------------------------------------- /freemcu/resource/launched.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/launched.gif -------------------------------------------------------------------------------- /freemcu/resource/leaving.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/leaving.wav -------------------------------------------------------------------------------- /freemcu/resource/locale_en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/locale_en.js -------------------------------------------------------------------------------- /freemcu/resource/locale_ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/locale_ru.js -------------------------------------------------------------------------------- /freemcu/resource/logo_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/logo_text.png -------------------------------------------------------------------------------- /freemcu/resource/mcu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/mcu.gif -------------------------------------------------------------------------------- /freemcu/resource/menu_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/menu_left.png -------------------------------------------------------------------------------- /freemcu/resource/splash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/splash.gif -------------------------------------------------------------------------------- /freemcu/resource/status.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/status.js -------------------------------------------------------------------------------- /freemcu/resource/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/template.html -------------------------------------------------------------------------------- /freemcu/resource/vad_vad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/resource/vad_vad.gif -------------------------------------------------------------------------------- /freemcu/sip.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/sip.cxx -------------------------------------------------------------------------------- /freemcu/sip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/sip.h -------------------------------------------------------------------------------- /freemcu/template.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/template.cxx -------------------------------------------------------------------------------- /freemcu/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/version.h -------------------------------------------------------------------------------- /freemcu/video.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/freemcu/video.cxx -------------------------------------------------------------------------------- /libs/h323plus/MPL-1.1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/MPL-1.1.html -------------------------------------------------------------------------------- /libs/h323plus/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/Makefile -------------------------------------------------------------------------------- /libs/h323plus/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/Makefile.in -------------------------------------------------------------------------------- /libs/h323plus/OpenH323.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/OpenH323.mak -------------------------------------------------------------------------------- /libs/h323plus/Openh323libce.vcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/Openh323libce.vcb -------------------------------------------------------------------------------- /libs/h323plus/Openh323libce.vcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/Openh323libce.vcp -------------------------------------------------------------------------------- /libs/h323plus/Openh323libce.vcw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/Openh323libce.vcw -------------------------------------------------------------------------------- /libs/h323plus/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/config.guess -------------------------------------------------------------------------------- /libs/h323plus/config.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/config.log -------------------------------------------------------------------------------- /libs/h323plus/config.status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/config.status -------------------------------------------------------------------------------- /libs/h323plus/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/config.sub -------------------------------------------------------------------------------- /libs/h323plus/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/configure -------------------------------------------------------------------------------- /libs/h323plus/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/configure.ac -------------------------------------------------------------------------------- /libs/h323plus/configure.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/configure.exe -------------------------------------------------------------------------------- /libs/h323plus/h323plus.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/h323plus.sln -------------------------------------------------------------------------------- /libs/h323plus/h323plus.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/h323plus.vcproj -------------------------------------------------------------------------------- /libs/h323plus/h323plus_2005.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/h323plus_2005.sln -------------------------------------------------------------------------------- /libs/h323plus/h323plus_2008.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/h323plus_2008.sln -------------------------------------------------------------------------------- /libs/h323plus/h323plus_2010.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/h323plus_2010.sln -------------------------------------------------------------------------------- /libs/h323plus/include/codecs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/codecs.h -------------------------------------------------------------------------------- /libs/h323plus/include/gccpdu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/gccpdu.h -------------------------------------------------------------------------------- /libs/h323plus/include/guid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/guid.h -------------------------------------------------------------------------------- /libs/h323plus/include/h224.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h224.h -------------------------------------------------------------------------------- /libs/h323plus/include/h225.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h225.h -------------------------------------------------------------------------------- /libs/h323plus/include/h225ras.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h225ras.h -------------------------------------------------------------------------------- /libs/h323plus/include/h235.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h235.h -------------------------------------------------------------------------------- /libs/h323plus/include/h245.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h245.h -------------------------------------------------------------------------------- /libs/h323plus/include/h248.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h248.h -------------------------------------------------------------------------------- /libs/h323plus/include/h281.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h281.h -------------------------------------------------------------------------------- /libs/h323plus/include/h323.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h323.h -------------------------------------------------------------------------------- /libs/h323plus/include/h323con.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h323con.h -------------------------------------------------------------------------------- /libs/h323plus/include/h323ep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h323ep.h -------------------------------------------------------------------------------- /libs/h323plus/include/h323neg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h323neg.h -------------------------------------------------------------------------------- /libs/h323plus/include/h323pdu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h323pdu.h -------------------------------------------------------------------------------- /libs/h323plus/include/h323rtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h323rtp.h -------------------------------------------------------------------------------- /libs/h323plus/include/h323t38.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h323t38.h -------------------------------------------------------------------------------- /libs/h323plus/include/h501.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h501.h -------------------------------------------------------------------------------- /libs/h323plus/include/h501pdu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/h501pdu.h -------------------------------------------------------------------------------- /libs/h323plus/include/jitter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/jitter.h -------------------------------------------------------------------------------- /libs/h323plus/include/mcspdu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/mcspdu.h -------------------------------------------------------------------------------- /libs/h323plus/include/q922.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/q922.h -------------------------------------------------------------------------------- /libs/h323plus/include/q931.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/q931.h -------------------------------------------------------------------------------- /libs/h323plus/include/rfc2833.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/rfc2833.h -------------------------------------------------------------------------------- /libs/h323plus/include/rtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/rtp.h -------------------------------------------------------------------------------- /libs/h323plus/include/rtp2wav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/rtp2wav.h -------------------------------------------------------------------------------- /libs/h323plus/include/svcctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/svcctrl.h -------------------------------------------------------------------------------- /libs/h323plus/include/t38.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/t38.h -------------------------------------------------------------------------------- /libs/h323plus/include/x224.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/x224.h -------------------------------------------------------------------------------- /libs/h323plus/include/x880.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/include/x880.h -------------------------------------------------------------------------------- /libs/h323plus/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/install-sh -------------------------------------------------------------------------------- /libs/h323plus/mpl-1.0.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/mpl-1.0.htm -------------------------------------------------------------------------------- /libs/h323plus/openh323u.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/openh323u.mak -------------------------------------------------------------------------------- /libs/h323plus/openh323u.mak.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/openh323u.mak.in -------------------------------------------------------------------------------- /libs/h323plus/plugins/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/plugins/Makefile -------------------------------------------------------------------------------- /libs/h323plus/plugins/audio/Speex/libspeex/.cvsignore: -------------------------------------------------------------------------------- 1 | speex_config_types.h 2 | -------------------------------------------------------------------------------- /libs/h323plus/plugins/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/plugins/configure -------------------------------------------------------------------------------- /libs/h323plus/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/Makefile -------------------------------------------------------------------------------- /libs/h323plus/src/asn/OID2.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/OID2.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h225.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h225.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h235.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h235.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h245.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h245.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h248.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h248.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h4501.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h4501.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h4502.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h4502.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h4503.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h4503.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h4504.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h4504.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h4505.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h4505.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h4506.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h4506.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h4507.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h4507.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h4508.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h4508.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h4509.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h4509.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h4609.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h4609.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/h501.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/h501.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/t38.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/t38.asn -------------------------------------------------------------------------------- /libs/h323plus/src/asn/x880.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/asn/x880.asn -------------------------------------------------------------------------------- /libs/h323plus/src/channels.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/channels.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/codecs.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/codecs.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/dllmain.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/dllmain.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/g711.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/g711.c -------------------------------------------------------------------------------- /libs/h323plus/src/gccpdu.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/gccpdu.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/gkclient.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/gkclient.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/gkserver.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/gkserver.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/gnugknat.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/gnugknat.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/guid.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/guid.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h224.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h224.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h225_1.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h225_1.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h225_2.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h225_2.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h225ras.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h225ras.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h230/OID2.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h230/OID2.asn -------------------------------------------------------------------------------- /libs/h323plus/src/h230/OID2.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h230/OID2.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h230/h230.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h230/h230.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h235.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h235.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h235_t.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h235_t.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h235auth.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h235auth.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h235auth1.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h235auth1.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h245_1.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h245_1.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h245_2.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h245_2.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h245_3.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h245_3.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h248.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h248.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h281.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h281.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h323.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h323.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h323caps.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h323caps.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h323ep.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h323ep.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h323h224.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h323h224.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h323neg.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h323neg.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h323pdu.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h323pdu.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h323rtp.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h323rtp.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h323t120.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h323t120.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h323t38.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h323t38.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h323trans.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h323trans.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h341/h341.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h341/h341.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h350/h350.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h350/h350.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h501.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h501.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/h501pdu.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/h501pdu.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/jitter.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/jitter.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/libver.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/libver.rc -------------------------------------------------------------------------------- /libs/h323plus/src/mcspdu.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/mcspdu.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/mediafmt.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/mediafmt.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/opalvxml.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/opalvxml.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/peclient.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/peclient.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/q922.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/q922.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/q931.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/q931.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/rfc2833.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/rfc2833.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/rtp.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/rtp.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/rtp2wav.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/rtp2wav.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/svcctrl.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/svcctrl.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/t120proto.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/t120proto.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/t38.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/t38.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/t38proto.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/t38proto.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/x224.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/x224.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/x880.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/x880.cxx -------------------------------------------------------------------------------- /libs/h323plus/src/zz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/src/zz -------------------------------------------------------------------------------- /libs/h323plus/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/version.h -------------------------------------------------------------------------------- /libs/h323plus/videonotes.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/h323plus/videonotes.rtf -------------------------------------------------------------------------------- /libs/libyuv/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/.svn/all-wcprops -------------------------------------------------------------------------------- /libs/libyuv/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/.svn/entries -------------------------------------------------------------------------------- /libs/libyuv/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/AUTHORS -------------------------------------------------------------------------------- /libs/libyuv/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/Android.mk -------------------------------------------------------------------------------- /libs/libyuv/DEPS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/DEPS -------------------------------------------------------------------------------- /libs/libyuv/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/LICENSE -------------------------------------------------------------------------------- /libs/libyuv/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/PATENTS -------------------------------------------------------------------------------- /libs/libyuv/README.chromium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/README.chromium -------------------------------------------------------------------------------- /libs/libyuv/codereview.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/codereview.settings -------------------------------------------------------------------------------- /libs/libyuv/include/.svn/prop-base/libyuv.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 2 4 | LF 5 | END 6 | -------------------------------------------------------------------------------- /libs/libyuv/include/libyuv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/include/libyuv.h -------------------------------------------------------------------------------- /libs/libyuv/include/libyuv/.svn/prop-base/compare.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 2 4 | LF 5 | END 6 | -------------------------------------------------------------------------------- /libs/libyuv/include/libyuv/.svn/prop-base/convert.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 2 4 | LF 5 | END 6 | -------------------------------------------------------------------------------- /libs/libyuv/include/libyuv/.svn/prop-base/cpu_id.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 2 4 | LF 5 | END 6 | -------------------------------------------------------------------------------- /libs/libyuv/include/libyuv/.svn/prop-base/scale.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 2 4 | LF 5 | END 6 | -------------------------------------------------------------------------------- /libs/libyuv/include/libyuv/.svn/prop-base/version.h.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 2 4 | LF 5 | END 6 | -------------------------------------------------------------------------------- /libs/libyuv/libyuv.gyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/libyuv.gyp -------------------------------------------------------------------------------- /libs/libyuv/libyuv_test.gyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/libyuv_test.gyp -------------------------------------------------------------------------------- /libs/libyuv/public.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/public.mk -------------------------------------------------------------------------------- /libs/libyuv/source/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/.svn/entries -------------------------------------------------------------------------------- /libs/libyuv/source/.svn/prop-base/compare.cc.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 2 4 | LF 5 | END 6 | -------------------------------------------------------------------------------- /libs/libyuv/source/.svn/prop-base/convert_from.cc.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 2 4 | LF 5 | END 6 | -------------------------------------------------------------------------------- /libs/libyuv/source/.svn/prop-base/mjpeg_decoder.cc.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 2 4 | LF 5 | END 6 | -------------------------------------------------------------------------------- /libs/libyuv/source/.svn/prop-base/row_common.cc.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 2 4 | LF 5 | END 6 | -------------------------------------------------------------------------------- /libs/libyuv/source/.svn/text-base/memcpy_mips.S.svn-base: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/libyuv/source/compare.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/compare.cc -------------------------------------------------------------------------------- /libs/libyuv/source/convert.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/convert.cc -------------------------------------------------------------------------------- /libs/libyuv/source/cpu_id.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/cpu_id.cc -------------------------------------------------------------------------------- /libs/libyuv/source/memcpy_mips.S: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/libyuv/source/rotate.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/rotate.cc -------------------------------------------------------------------------------- /libs/libyuv/source/row_any.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/row_any.cc -------------------------------------------------------------------------------- /libs/libyuv/source/row_mips.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/row_mips.cc -------------------------------------------------------------------------------- /libs/libyuv/source/row_neon.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/row_neon.cc -------------------------------------------------------------------------------- /libs/libyuv/source/row_posix.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/row_posix.cc -------------------------------------------------------------------------------- /libs/libyuv/source/row_win.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/row_win.cc -------------------------------------------------------------------------------- /libs/libyuv/source/row_x86.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/row_x86.asm -------------------------------------------------------------------------------- /libs/libyuv/source/scale.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/scale.cc -------------------------------------------------------------------------------- /libs/libyuv/source/x86inc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/source/x86inc.asm -------------------------------------------------------------------------------- /libs/libyuv/tools/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/tools/.svn/entries -------------------------------------------------------------------------------- /libs/libyuv/tools/valgrind-libyuv/memcheck/.svn/text-base/OWNERS.svn-base: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /libs/libyuv/tools/valgrind-libyuv/memcheck/OWNERS: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /libs/libyuv/tools/valgrind-libyuv/tsan/.svn/text-base/OWNERS.svn-base: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /libs/libyuv/tools/valgrind-libyuv/tsan/OWNERS: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /libs/libyuv/unit_test/.svn/prop-base/cpu_test.cc.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:eol-style 3 | V 2 4 | LF 5 | END 6 | -------------------------------------------------------------------------------- /libs/libyuv/util/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/util/.svn/entries -------------------------------------------------------------------------------- /libs/libyuv/util/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/util/Makefile -------------------------------------------------------------------------------- /libs/libyuv/util/compare.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/util/compare.cc -------------------------------------------------------------------------------- /libs/libyuv/util/cpuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/util/cpuid.c -------------------------------------------------------------------------------- /libs/libyuv/util/psnr.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/util/psnr.cc -------------------------------------------------------------------------------- /libs/libyuv/util/psnr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/util/psnr.h -------------------------------------------------------------------------------- /libs/libyuv/util/psnr_main.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/util/psnr_main.cc -------------------------------------------------------------------------------- /libs/libyuv/util/ssim.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/util/ssim.cc -------------------------------------------------------------------------------- /libs/libyuv/util/ssim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libyuv/util/ssim.h -------------------------------------------------------------------------------- /libs/libzrtp/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/.gitignore -------------------------------------------------------------------------------- /libs/libzrtp/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/AUTHORS -------------------------------------------------------------------------------- /libs/libzrtp/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/COPYING -------------------------------------------------------------------------------- /libs/libzrtp/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/ChangeLog -------------------------------------------------------------------------------- /libs/libzrtp/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/INSTALL -------------------------------------------------------------------------------- /libs/libzrtp/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/Makefile.am -------------------------------------------------------------------------------- /libs/libzrtp/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/libzrtp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/README -------------------------------------------------------------------------------- /libs/libzrtp/acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/acinclude.m4 -------------------------------------------------------------------------------- /libs/libzrtp/bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/bootstrap.sh -------------------------------------------------------------------------------- /libs/libzrtp/configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/configure.in -------------------------------------------------------------------------------- /libs/libzrtp/create_docs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/create_docs.sh -------------------------------------------------------------------------------- /libs/libzrtp/create_pack.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/create_pack.pl -------------------------------------------------------------------------------- /libs/libzrtp/doc/Doxyfile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/doc/Doxyfile.in -------------------------------------------------------------------------------- /libs/libzrtp/include/zrtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/include/zrtp.h -------------------------------------------------------------------------------- /libs/libzrtp/include/zrtp_ec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/include/zrtp_ec.h -------------------------------------------------------------------------------- /libs/libzrtp/include/zrtp_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/include/zrtp_log.h -------------------------------------------------------------------------------- /libs/libzrtp/include/zrtp_pbx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/include/zrtp_pbx.h -------------------------------------------------------------------------------- /libs/libzrtp/projects/symbian/bld.bat: -------------------------------------------------------------------------------- 1 | bldmake bldfiles -------------------------------------------------------------------------------- /libs/libzrtp/projects/symbian/bldgcce.bat: -------------------------------------------------------------------------------- 1 | abld build gcce urel 2 | pause -------------------------------------------------------------------------------- /libs/libzrtp/src/zrtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/src/zrtp.c -------------------------------------------------------------------------------- /libs/libzrtp/src/zrtp_crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/src/zrtp_crc.c -------------------------------------------------------------------------------- /libs/libzrtp/src/zrtp_engine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/src/zrtp_engine.c -------------------------------------------------------------------------------- /libs/libzrtp/src/zrtp_legal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/src/zrtp_legal.c -------------------------------------------------------------------------------- /libs/libzrtp/src/zrtp_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/src/zrtp_list.c -------------------------------------------------------------------------------- /libs/libzrtp/src/zrtp_log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/src/zrtp_log.c -------------------------------------------------------------------------------- /libs/libzrtp/src/zrtp_pbx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/src/zrtp_pbx.c -------------------------------------------------------------------------------- /libs/libzrtp/src/zrtp_rng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/src/zrtp_rng.c -------------------------------------------------------------------------------- /libs/libzrtp/src/zrtp_srtp_dm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/src/zrtp_srtp_dm.c -------------------------------------------------------------------------------- /libs/libzrtp/src/zrtp_string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/src/zrtp_string.c -------------------------------------------------------------------------------- /libs/libzrtp/src/zrtp_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/src/zrtp_utils.c -------------------------------------------------------------------------------- /libs/libzrtp/test/cache_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/test/cache_test.c -------------------------------------------------------------------------------- /libs/libzrtp/test/cipher_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/test/cipher_test.c -------------------------------------------------------------------------------- /libs/libzrtp/test/dh_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/test/dh_test.c -------------------------------------------------------------------------------- /libs/libzrtp/test/dk_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/test/dk_test.c -------------------------------------------------------------------------------- /libs/libzrtp/test/ecdh_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/test/ecdh_test.c -------------------------------------------------------------------------------- /libs/libzrtp/test/hash_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/test/hash_test.c -------------------------------------------------------------------------------- /libs/libzrtp/test/queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/test/queue.c -------------------------------------------------------------------------------- /libs/libzrtp/test/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/test/queue.h -------------------------------------------------------------------------------- /libs/libzrtp/test/test_engine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/test/test_engine.c -------------------------------------------------------------------------------- /libs/libzrtp/test/test_engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/libzrtp/test/test_engine.h -------------------------------------------------------------------------------- /libs/libzrtp/third_party/bnlib/bootstrap.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | aclocal 4 | autoconf 5 | 6 | -------------------------------------------------------------------------------- /libs/opus/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/AUTHORS -------------------------------------------------------------------------------- /libs/opus/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/COPYING -------------------------------------------------------------------------------- /libs/opus/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/opus/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/INSTALL -------------------------------------------------------------------------------- /libs/opus/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/Makefile.am -------------------------------------------------------------------------------- /libs/opus/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/Makefile.in -------------------------------------------------------------------------------- /libs/opus/Makefile.unix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/Makefile.unix -------------------------------------------------------------------------------- /libs/opus/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/opus/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/README -------------------------------------------------------------------------------- /libs/opus/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/aclocal.m4 -------------------------------------------------------------------------------- /libs/opus/celt/_kiss_fft_guts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/_kiss_fft_guts.h -------------------------------------------------------------------------------- /libs/opus/celt/arch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/arch.h -------------------------------------------------------------------------------- /libs/opus/celt/arm/arm2gnu.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/arm/arm2gnu.pl -------------------------------------------------------------------------------- /libs/opus/celt/arm/armcpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/arm/armcpu.c -------------------------------------------------------------------------------- /libs/opus/celt/arm/armcpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/arm/armcpu.h -------------------------------------------------------------------------------- /libs/opus/celt/arm/armopts.s.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/arm/armopts.s.in -------------------------------------------------------------------------------- /libs/opus/celt/arm/pitch_arm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/arm/pitch_arm.h -------------------------------------------------------------------------------- /libs/opus/celt/bands.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/bands.c -------------------------------------------------------------------------------- /libs/opus/celt/bands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/bands.h -------------------------------------------------------------------------------- /libs/opus/celt/celt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/celt.c -------------------------------------------------------------------------------- /libs/opus/celt/celt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/celt.h -------------------------------------------------------------------------------- /libs/opus/celt/celt_decoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/celt_decoder.c -------------------------------------------------------------------------------- /libs/opus/celt/celt_encoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/celt_encoder.c -------------------------------------------------------------------------------- /libs/opus/celt/celt_lpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/celt_lpc.c -------------------------------------------------------------------------------- /libs/opus/celt/celt_lpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/celt_lpc.h -------------------------------------------------------------------------------- /libs/opus/celt/cpu_support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/cpu_support.h -------------------------------------------------------------------------------- /libs/opus/celt/cwrs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/cwrs.c -------------------------------------------------------------------------------- /libs/opus/celt/cwrs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/cwrs.h -------------------------------------------------------------------------------- /libs/opus/celt/ecintrin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/ecintrin.h -------------------------------------------------------------------------------- /libs/opus/celt/entcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/entcode.c -------------------------------------------------------------------------------- /libs/opus/celt/entcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/entcode.h -------------------------------------------------------------------------------- /libs/opus/celt/entdec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/entdec.c -------------------------------------------------------------------------------- /libs/opus/celt/entdec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/entdec.h -------------------------------------------------------------------------------- /libs/opus/celt/entenc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/entenc.c -------------------------------------------------------------------------------- /libs/opus/celt/entenc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/entenc.h -------------------------------------------------------------------------------- /libs/opus/celt/fixed_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/fixed_debug.h -------------------------------------------------------------------------------- /libs/opus/celt/fixed_generic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/fixed_generic.h -------------------------------------------------------------------------------- /libs/opus/celt/float_cast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/float_cast.h -------------------------------------------------------------------------------- /libs/opus/celt/kiss_fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/kiss_fft.c -------------------------------------------------------------------------------- /libs/opus/celt/kiss_fft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/kiss_fft.h -------------------------------------------------------------------------------- /libs/opus/celt/laplace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/laplace.c -------------------------------------------------------------------------------- /libs/opus/celt/laplace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/laplace.h -------------------------------------------------------------------------------- /libs/opus/celt/mathops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/mathops.c -------------------------------------------------------------------------------- /libs/opus/celt/mathops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/mathops.h -------------------------------------------------------------------------------- /libs/opus/celt/mdct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/mdct.c -------------------------------------------------------------------------------- /libs/opus/celt/mdct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/mdct.h -------------------------------------------------------------------------------- /libs/opus/celt/mfrngcod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/mfrngcod.h -------------------------------------------------------------------------------- /libs/opus/celt/modes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/modes.c -------------------------------------------------------------------------------- /libs/opus/celt/modes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/modes.h -------------------------------------------------------------------------------- /libs/opus/celt/os_support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/os_support.h -------------------------------------------------------------------------------- /libs/opus/celt/pitch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/pitch.c -------------------------------------------------------------------------------- /libs/opus/celt/pitch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/pitch.h -------------------------------------------------------------------------------- /libs/opus/celt/quant_bands.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/quant_bands.c -------------------------------------------------------------------------------- /libs/opus/celt/quant_bands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/quant_bands.h -------------------------------------------------------------------------------- /libs/opus/celt/rate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/rate.c -------------------------------------------------------------------------------- /libs/opus/celt/rate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/rate.h -------------------------------------------------------------------------------- /libs/opus/celt/stack_alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/stack_alloc.h -------------------------------------------------------------------------------- /libs/opus/celt/vq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/vq.c -------------------------------------------------------------------------------- /libs/opus/celt/vq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/vq.h -------------------------------------------------------------------------------- /libs/opus/celt/x86/pitch_sse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt/x86/pitch_sse.h -------------------------------------------------------------------------------- /libs/opus/celt_headers.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt_headers.mk -------------------------------------------------------------------------------- /libs/opus/celt_sources.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/celt_sources.mk -------------------------------------------------------------------------------- /libs/opus/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/compile -------------------------------------------------------------------------------- /libs/opus/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/config.guess -------------------------------------------------------------------------------- /libs/opus/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/config.h.in -------------------------------------------------------------------------------- /libs/opus/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/config.sub -------------------------------------------------------------------------------- /libs/opus/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/configure -------------------------------------------------------------------------------- /libs/opus/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/configure.ac -------------------------------------------------------------------------------- /libs/opus/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/depcomp -------------------------------------------------------------------------------- /libs/opus/doc/Doxyfile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/doc/Doxyfile.in -------------------------------------------------------------------------------- /libs/opus/doc/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/doc/Makefile.am -------------------------------------------------------------------------------- /libs/opus/doc/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/doc/Makefile.in -------------------------------------------------------------------------------- /libs/opus/doc/customdoxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/doc/customdoxygen.css -------------------------------------------------------------------------------- /libs/opus/doc/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/doc/footer.html -------------------------------------------------------------------------------- /libs/opus/doc/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/doc/header.html -------------------------------------------------------------------------------- /libs/opus/doc/opus_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/doc/opus_logo.svg -------------------------------------------------------------------------------- /libs/opus/doc/trivial_example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/doc/trivial_example.c -------------------------------------------------------------------------------- /libs/opus/include/opus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/include/opus.h -------------------------------------------------------------------------------- /libs/opus/include/opus_custom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/include/opus_custom.h -------------------------------------------------------------------------------- /libs/opus/include/opus_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/include/opus_types.h -------------------------------------------------------------------------------- /libs/opus/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/install-sh -------------------------------------------------------------------------------- /libs/opus/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/ltmain.sh -------------------------------------------------------------------------------- /libs/opus/m4/libtool.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/m4/libtool.m4 -------------------------------------------------------------------------------- /libs/opus/m4/ltoptions.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/m4/ltoptions.m4 -------------------------------------------------------------------------------- /libs/opus/m4/ltsugar.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/m4/ltsugar.m4 -------------------------------------------------------------------------------- /libs/opus/m4/ltversion.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/m4/ltversion.m4 -------------------------------------------------------------------------------- /libs/opus/m4/lt~obsolete.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/m4/lt~obsolete.m4 -------------------------------------------------------------------------------- /libs/opus/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/missing -------------------------------------------------------------------------------- /libs/opus/opus.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/opus.m4 -------------------------------------------------------------------------------- /libs/opus/opus.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/opus.pc.in -------------------------------------------------------------------------------- /libs/opus/opus_headers.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/opus_headers.mk -------------------------------------------------------------------------------- /libs/opus/opus_sources.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/opus_sources.mk -------------------------------------------------------------------------------- /libs/opus/package_version: -------------------------------------------------------------------------------- 1 | PACKAGE_VERSION="1.1" 2 | -------------------------------------------------------------------------------- /libs/opus/silk/A2NLSF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/A2NLSF.c -------------------------------------------------------------------------------- /libs/opus/silk/API.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/API.h -------------------------------------------------------------------------------- /libs/opus/silk/CNG.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/CNG.c -------------------------------------------------------------------------------- /libs/opus/silk/Inlines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/Inlines.h -------------------------------------------------------------------------------- /libs/opus/silk/MacroCount.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/MacroCount.h -------------------------------------------------------------------------------- /libs/opus/silk/MacroDebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/MacroDebug.h -------------------------------------------------------------------------------- /libs/opus/silk/NLSF2A.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/NLSF2A.c -------------------------------------------------------------------------------- /libs/opus/silk/NLSF_VQ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/NLSF_VQ.c -------------------------------------------------------------------------------- /libs/opus/silk/NLSF_decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/NLSF_decode.c -------------------------------------------------------------------------------- /libs/opus/silk/NLSF_encode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/NLSF_encode.c -------------------------------------------------------------------------------- /libs/opus/silk/NLSF_stabilize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/NLSF_stabilize.c -------------------------------------------------------------------------------- /libs/opus/silk/NLSF_unpack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/NLSF_unpack.c -------------------------------------------------------------------------------- /libs/opus/silk/NSQ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/NSQ.c -------------------------------------------------------------------------------- /libs/opus/silk/NSQ_del_dec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/NSQ_del_dec.c -------------------------------------------------------------------------------- /libs/opus/silk/PLC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/PLC.c -------------------------------------------------------------------------------- /libs/opus/silk/PLC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/PLC.h -------------------------------------------------------------------------------- /libs/opus/silk/SigProc_FIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/SigProc_FIX.h -------------------------------------------------------------------------------- /libs/opus/silk/VAD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/VAD.c -------------------------------------------------------------------------------- /libs/opus/silk/VQ_WMat_EC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/VQ_WMat_EC.c -------------------------------------------------------------------------------- /libs/opus/silk/biquad_alt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/biquad_alt.c -------------------------------------------------------------------------------- /libs/opus/silk/bwexpander.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/bwexpander.c -------------------------------------------------------------------------------- /libs/opus/silk/bwexpander_32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/bwexpander_32.c -------------------------------------------------------------------------------- /libs/opus/silk/code_signs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/code_signs.c -------------------------------------------------------------------------------- /libs/opus/silk/control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/control.h -------------------------------------------------------------------------------- /libs/opus/silk/control_SNR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/control_SNR.c -------------------------------------------------------------------------------- /libs/opus/silk/control_codec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/control_codec.c -------------------------------------------------------------------------------- /libs/opus/silk/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/debug.c -------------------------------------------------------------------------------- /libs/opus/silk/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/debug.h -------------------------------------------------------------------------------- /libs/opus/silk/dec_API.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/dec_API.c -------------------------------------------------------------------------------- /libs/opus/silk/decode_core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/decode_core.c -------------------------------------------------------------------------------- /libs/opus/silk/decode_frame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/decode_frame.c -------------------------------------------------------------------------------- /libs/opus/silk/decode_indices.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/decode_indices.c -------------------------------------------------------------------------------- /libs/opus/silk/decode_pitch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/decode_pitch.c -------------------------------------------------------------------------------- /libs/opus/silk/decode_pulses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/decode_pulses.c -------------------------------------------------------------------------------- /libs/opus/silk/decoder_set_fs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/decoder_set_fs.c -------------------------------------------------------------------------------- /libs/opus/silk/define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/define.h -------------------------------------------------------------------------------- /libs/opus/silk/enc_API.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/enc_API.c -------------------------------------------------------------------------------- /libs/opus/silk/encode_indices.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/encode_indices.c -------------------------------------------------------------------------------- /libs/opus/silk/encode_pulses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/encode_pulses.c -------------------------------------------------------------------------------- /libs/opus/silk/errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/errors.h -------------------------------------------------------------------------------- /libs/opus/silk/fixed/k2a_FIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/fixed/k2a_FIX.c -------------------------------------------------------------------------------- /libs/opus/silk/fixed/main_FIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/fixed/main_FIX.h -------------------------------------------------------------------------------- /libs/opus/silk/float/k2a_FLP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/float/k2a_FLP.c -------------------------------------------------------------------------------- /libs/opus/silk/float/main_FLP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/float/main_FLP.h -------------------------------------------------------------------------------- /libs/opus/silk/float/sort_FLP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/float/sort_FLP.c -------------------------------------------------------------------------------- /libs/opus/silk/gain_quant.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/gain_quant.c -------------------------------------------------------------------------------- /libs/opus/silk/init_decoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/init_decoder.c -------------------------------------------------------------------------------- /libs/opus/silk/init_encoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/init_encoder.c -------------------------------------------------------------------------------- /libs/opus/silk/interpolate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/interpolate.c -------------------------------------------------------------------------------- /libs/opus/silk/lin2log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/lin2log.c -------------------------------------------------------------------------------- /libs/opus/silk/log2lin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/log2lin.c -------------------------------------------------------------------------------- /libs/opus/silk/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/macros.h -------------------------------------------------------------------------------- /libs/opus/silk/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/main.h -------------------------------------------------------------------------------- /libs/opus/silk/process_NLSFs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/process_NLSFs.c -------------------------------------------------------------------------------- /libs/opus/silk/resampler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/resampler.c -------------------------------------------------------------------------------- /libs/opus/silk/resampler_rom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/resampler_rom.c -------------------------------------------------------------------------------- /libs/opus/silk/resampler_rom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/resampler_rom.h -------------------------------------------------------------------------------- /libs/opus/silk/shell_coder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/shell_coder.c -------------------------------------------------------------------------------- /libs/opus/silk/sigm_Q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/sigm_Q15.c -------------------------------------------------------------------------------- /libs/opus/silk/sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/sort.c -------------------------------------------------------------------------------- /libs/opus/silk/structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/structs.h -------------------------------------------------------------------------------- /libs/opus/silk/sum_sqr_shift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/sum_sqr_shift.c -------------------------------------------------------------------------------- /libs/opus/silk/table_LSF_cos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/table_LSF_cos.c -------------------------------------------------------------------------------- /libs/opus/silk/tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/tables.h -------------------------------------------------------------------------------- /libs/opus/silk/tables_LTP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/tables_LTP.c -------------------------------------------------------------------------------- /libs/opus/silk/tables_gain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/tables_gain.c -------------------------------------------------------------------------------- /libs/opus/silk/tables_other.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/tables_other.c -------------------------------------------------------------------------------- /libs/opus/silk/typedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk/typedef.h -------------------------------------------------------------------------------- /libs/opus/silk_headers.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk_headers.mk -------------------------------------------------------------------------------- /libs/opus/silk_sources.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/silk_sources.mk -------------------------------------------------------------------------------- /libs/opus/src/analysis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/analysis.c -------------------------------------------------------------------------------- /libs/opus/src/analysis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/analysis.h -------------------------------------------------------------------------------- /libs/opus/src/mlp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/mlp.c -------------------------------------------------------------------------------- /libs/opus/src/mlp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/mlp.h -------------------------------------------------------------------------------- /libs/opus/src/mlp_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/mlp_data.c -------------------------------------------------------------------------------- /libs/opus/src/opus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/opus.c -------------------------------------------------------------------------------- /libs/opus/src/opus_compare.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/opus_compare.c -------------------------------------------------------------------------------- /libs/opus/src/opus_decoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/opus_decoder.c -------------------------------------------------------------------------------- /libs/opus/src/opus_demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/opus_demo.c -------------------------------------------------------------------------------- /libs/opus/src/opus_encoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/opus_encoder.c -------------------------------------------------------------------------------- /libs/opus/src/opus_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/opus_private.h -------------------------------------------------------------------------------- /libs/opus/src/repacketizer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/repacketizer.c -------------------------------------------------------------------------------- /libs/opus/src/tansig_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/src/tansig_table.h -------------------------------------------------------------------------------- /libs/opus/tests/run_vectors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/tests/run_vectors.sh -------------------------------------------------------------------------------- /libs/opus/tests/test_opus_api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/tests/test_opus_api.c -------------------------------------------------------------------------------- /libs/opus/version.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/version.mk -------------------------------------------------------------------------------- /libs/opus/win32/VS2010/opus.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/win32/VS2010/opus.sln -------------------------------------------------------------------------------- /libs/opus/win32/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/win32/config.h -------------------------------------------------------------------------------- /libs/opus/win32/genversion.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/opus/win32/genversion.bat -------------------------------------------------------------------------------- /libs/ptlib/ChangeLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ChangeLog.txt -------------------------------------------------------------------------------- /libs/ptlib/History.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/History.txt -------------------------------------------------------------------------------- /libs/ptlib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/Makefile -------------------------------------------------------------------------------- /libs/ptlib/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/Makefile.in -------------------------------------------------------------------------------- /libs/ptlib/README_VXWORKS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/README_VXWORKS.txt -------------------------------------------------------------------------------- /libs/ptlib/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ReadMe.txt -------------------------------------------------------------------------------- /libs/ptlib/ReadMe_QOS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ReadMe_QOS.txt -------------------------------------------------------------------------------- /libs/ptlib/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/config.guess -------------------------------------------------------------------------------- /libs/ptlib/config.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/config.log -------------------------------------------------------------------------------- /libs/ptlib/config.status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/config.status -------------------------------------------------------------------------------- /libs/ptlib/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/config.sub -------------------------------------------------------------------------------- /libs/ptlib/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/configure -------------------------------------------------------------------------------- /libs/ptlib/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/configure.ac -------------------------------------------------------------------------------- /libs/ptlib/configure.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/configure.exe -------------------------------------------------------------------------------- /libs/ptlib/include/ptclib/ftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/include/ptclib/ftp.h -------------------------------------------------------------------------------- /libs/ptlib/include/ptclib/url.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/include/ptclib/url.h -------------------------------------------------------------------------------- /libs/ptlib/include/ptlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/include/ptlib.h -------------------------------------------------------------------------------- /libs/ptlib/include/ptlib/args.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/include/ptlib/args.h -------------------------------------------------------------------------------- /libs/ptlib/include/ptlib/devplugin.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/ptlib/include/ptlib/dict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/include/ptlib/dict.h -------------------------------------------------------------------------------- /libs/ptlib/include/ptlib/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/include/ptlib/file.h -------------------------------------------------------------------------------- /libs/ptlib/include/ptlib/mail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/include/ptlib/mail.h -------------------------------------------------------------------------------- /libs/ptlib/include/ptlib/msos/ptlib/PODBC.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/ptlib/include/ptlib/qos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/include/ptlib/qos.h -------------------------------------------------------------------------------- /libs/ptlib/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/install-sh -------------------------------------------------------------------------------- /libs/ptlib/make/common.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/make/common.mak -------------------------------------------------------------------------------- /libs/ptlib/make/lib.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/make/lib.mak -------------------------------------------------------------------------------- /libs/ptlib/make/plugins.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/make/plugins.mak -------------------------------------------------------------------------------- /libs/ptlib/make/ptbuildopts.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/make/ptbuildopts.mak -------------------------------------------------------------------------------- /libs/ptlib/make/ptlib-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/make/ptlib-config -------------------------------------------------------------------------------- /libs/ptlib/make/ptlib-config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/make/ptlib-config.in -------------------------------------------------------------------------------- /libs/ptlib/make/ptlib.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/make/ptlib.mak -------------------------------------------------------------------------------- /libs/ptlib/make/unix.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/make/unix.mak -------------------------------------------------------------------------------- /libs/ptlib/mpl-1.0.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/mpl-1.0.htm -------------------------------------------------------------------------------- /libs/ptlib/msvc6_upgrade.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/msvc6_upgrade.bat -------------------------------------------------------------------------------- /libs/ptlib/plugins/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/plugins/Makefile -------------------------------------------------------------------------------- /libs/ptlib/plugins/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/plugins/Makefile.in -------------------------------------------------------------------------------- /libs/ptlib/plugins/ReadMe.txt: -------------------------------------------------------------------------------- 1 | To be written 2 | -------------------------------------------------------------------------------- /libs/ptlib/plugins/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/plugins/configure -------------------------------------------------------------------------------- /libs/ptlib/plugins/configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/plugins/configure.in -------------------------------------------------------------------------------- /libs/ptlib/ptlib.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlib.dsw -------------------------------------------------------------------------------- /libs/ptlib/ptlib.dxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlib.dxy -------------------------------------------------------------------------------- /libs/ptlib/ptlib.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlib.mak -------------------------------------------------------------------------------- /libs/ptlib/ptlib.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlib.sln -------------------------------------------------------------------------------- /libs/ptlib/ptlib.vcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlib.vcp -------------------------------------------------------------------------------- /libs/ptlib/ptlib.wpj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlib.wpj -------------------------------------------------------------------------------- /libs/ptlib/ptlib.wsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlib.wsp -------------------------------------------------------------------------------- /libs/ptlib/ptlib_2005.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlib_2005.sln -------------------------------------------------------------------------------- /libs/ptlib/ptlib_2010.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlib_2010.sln -------------------------------------------------------------------------------- /libs/ptlib/ptlib_cfg.dxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlib_cfg.dxy -------------------------------------------------------------------------------- /libs/ptlib/ptlib_samples.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlib_samples.sln -------------------------------------------------------------------------------- /libs/ptlib/ptlibce.vcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlibce.vcp -------------------------------------------------------------------------------- /libs/ptlib/ptlibce.vcw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/ptlibce.vcw -------------------------------------------------------------------------------- /libs/ptlib/samples/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/samples/Makefile -------------------------------------------------------------------------------- /libs/ptlib/samples/md5/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/samples/md5/Makefile -------------------------------------------------------------------------------- /libs/ptlib/samples/pxml/cfg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/samples/pxml/cfg.txt -------------------------------------------------------------------------------- /libs/ptlib/samples/pxml/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/samples/pxml/main.h -------------------------------------------------------------------------------- /libs/ptlib/samples/queue/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/samples/queue/Readme -------------------------------------------------------------------------------- /libs/ptlib/samples/queue/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/samples/queue/main.h -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/asner.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/asner.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/dtmf.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/dtmf.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/enum.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/enum.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/ftp.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/ftp.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/guid.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/guid.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/html.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/html.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/http.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/http.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/ipacl.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/ipacl.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/modem.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/modem.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/pasn.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/pasn.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/pdns.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/pdns.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/pils.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/pils.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/pldap.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/pldap.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/pnat.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/pnat.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/podbc.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/podbc.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/psasl.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/psasl.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/psnmp.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/psnmp.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/psoap.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/psoap.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/pssl.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/pssl.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/pstun.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/pstun.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/ptts.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/ptts.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/pxml.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/pxml.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/snmp.asn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/snmp.asn -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/snmp.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/snmp.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/socks.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/socks.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/udp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/udp.h -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/vsdl.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/vsdl.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/vxml.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/vxml.cxx -------------------------------------------------------------------------------- /libs/ptlib/src/ptclib/xmpp.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/src/ptclib/xmpp.cxx -------------------------------------------------------------------------------- /libs/ptlib/tools/asnparser/precompile.cpp: -------------------------------------------------------------------------------- 1 | // precompile.cpp 2 | 3 | #include 4 | -------------------------------------------------------------------------------- /libs/ptlib/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/ptlib/version.h -------------------------------------------------------------------------------- /libs/sofia-sip/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/AUTHORS -------------------------------------------------------------------------------- /libs/sofia-sip/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/COPYING -------------------------------------------------------------------------------- /libs/sofia-sip/COPYRIGHTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/COPYRIGHTS -------------------------------------------------------------------------------- /libs/sofia-sip/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/ChangeLog -------------------------------------------------------------------------------- /libs/sofia-sip/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/Makefile.am -------------------------------------------------------------------------------- /libs/sofia-sip/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/Makefile.in -------------------------------------------------------------------------------- /libs/sofia-sip/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/README -------------------------------------------------------------------------------- /libs/sofia-sip/RELEASE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/RELEASE -------------------------------------------------------------------------------- /libs/sofia-sip/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/TODO -------------------------------------------------------------------------------- /libs/sofia-sip/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/aclocal.m4 -------------------------------------------------------------------------------- /libs/sofia-sip/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/compile -------------------------------------------------------------------------------- /libs/sofia-sip/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/config.guess -------------------------------------------------------------------------------- /libs/sofia-sip/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/config.h.in -------------------------------------------------------------------------------- /libs/sofia-sip/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/config.sub -------------------------------------------------------------------------------- /libs/sofia-sip/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/configure -------------------------------------------------------------------------------- /libs/sofia-sip/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/configure.ac -------------------------------------------------------------------------------- /libs/sofia-sip/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/depcomp -------------------------------------------------------------------------------- /libs/sofia-sip/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/install-sh -------------------------------------------------------------------------------- /libs/sofia-sip/libsofia-sip-ua/nta/run_check_nta: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | $VALGRIND exec ./check_nta "$@" -------------------------------------------------------------------------------- /libs/sofia-sip/libsofia-sip-ua/sdp/tests/message-1.sdp: -------------------------------------------------------------------------------- 1 | v=1 2 | -------------------------------------------------------------------------------- /libs/sofia-sip/libsofia-sip-ua/sip/run_test_date: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ./test_date "Sun, 18 Mar 2001 23:01:00 GMT" 3 | -------------------------------------------------------------------------------- /libs/sofia-sip/libsofia-sip-ua/sip/tests/own8.txt: -------------------------------------------------------------------------------- 1 | JUNK * SIP/1.0 2 | -------------------------------------------------------------------------------- /libs/sofia-sip/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/ltmain.sh -------------------------------------------------------------------------------- /libs/sofia-sip/m4/libtool.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/m4/libtool.m4 -------------------------------------------------------------------------------- /libs/sofia-sip/m4/ltoptions.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/m4/ltoptions.m4 -------------------------------------------------------------------------------- /libs/sofia-sip/m4/ltsugar.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/m4/ltsugar.m4 -------------------------------------------------------------------------------- /libs/sofia-sip/m4/ltversion.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/m4/ltversion.m4 -------------------------------------------------------------------------------- /libs/sofia-sip/m4/sac-su2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/m4/sac-su2.m4 -------------------------------------------------------------------------------- /libs/sofia-sip/m4/sac-tport.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/m4/sac-tport.m4 -------------------------------------------------------------------------------- /libs/sofia-sip/man/man1/stunc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/man/man1/stunc.1 -------------------------------------------------------------------------------- /libs/sofia-sip/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/missing -------------------------------------------------------------------------------- /libs/sofia-sip/open_c/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/open_c/config.h -------------------------------------------------------------------------------- /libs/sofia-sip/rules/lcov.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/rules/lcov.am -------------------------------------------------------------------------------- /libs/sofia-sip/rules/silent.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/rules/silent.am -------------------------------------------------------------------------------- /libs/sofia-sip/rules/sofia.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/rules/sofia.am -------------------------------------------------------------------------------- /libs/sofia-sip/s2check/exit77.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/s2check/exit77.c -------------------------------------------------------------------------------- /libs/sofia-sip/s2check/s2base.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/s2check/s2base.c -------------------------------------------------------------------------------- /libs/sofia-sip/s2check/s2base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/s2check/s2base.h -------------------------------------------------------------------------------- /libs/sofia-sip/s2check/s2dns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/s2check/s2dns.c -------------------------------------------------------------------------------- /libs/sofia-sip/s2check/s2dns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/s2check/s2dns.h -------------------------------------------------------------------------------- /libs/sofia-sip/s2check/s2sip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/s2check/s2sip.c -------------------------------------------------------------------------------- /libs/sofia-sip/s2check/s2sip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/s2check/s2sip.h -------------------------------------------------------------------------------- /libs/sofia-sip/s2check/s2time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/s2check/s2time.c -------------------------------------------------------------------------------- /libs/sofia-sip/s2check/s2util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/s2check/s2util.h -------------------------------------------------------------------------------- /libs/sofia-sip/tests/test_nat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/tests/test_nat.c -------------------------------------------------------------------------------- /libs/sofia-sip/tests/test_nat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/tests/test_nat.h -------------------------------------------------------------------------------- /libs/sofia-sip/tests/test_nua.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/tests/test_nua.c -------------------------------------------------------------------------------- /libs/sofia-sip/tests/test_nua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/tests/test_nua.h -------------------------------------------------------------------------------- /libs/sofia-sip/tests/test_ops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/tests/test_ops.c -------------------------------------------------------------------------------- /libs/sofia-sip/utils/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/utils/ChangeLog -------------------------------------------------------------------------------- /libs/sofia-sip/utils/sip-date.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/utils/sip-date.c -------------------------------------------------------------------------------- /libs/sofia-sip/utils/sip-dig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/utils/sip-dig.c -------------------------------------------------------------------------------- /libs/sofia-sip/utils/utils.docs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/utils/utils.docs -------------------------------------------------------------------------------- /libs/sofia-sip/win32/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/win32/ChangeLog -------------------------------------------------------------------------------- /libs/sofia-sip/win32/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/win32/README.txt -------------------------------------------------------------------------------- /libs/sofia-sip/win32/check.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/win32/check.cmd -------------------------------------------------------------------------------- /libs/sofia-sip/win32/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/win32/config.h -------------------------------------------------------------------------------- /libs/sofia-sip/win32/tests/test_nua/test_nat_tags.cpp: -------------------------------------------------------------------------------- 1 | #include "test_nat_tags.c" 2 | -------------------------------------------------------------------------------- /libs/sofia-sip/win32/tests/test_tport/test_class.cpp: -------------------------------------------------------------------------------- 1 | #include "test_class.c" 2 | -------------------------------------------------------------------------------- /libs/sofia-sip/win32/tests/test_tport/test_table.cpp: -------------------------------------------------------------------------------- 1 | #include "test_table.c" 2 | -------------------------------------------------------------------------------- /libs/sofia-sip/win32/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/sofia-sip/win32/unistd.h -------------------------------------------------------------------------------- /libs/speex/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/AUTHORS -------------------------------------------------------------------------------- /libs/speex/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/COPYING -------------------------------------------------------------------------------- /libs/speex/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/ChangeLog -------------------------------------------------------------------------------- /libs/speex/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/INSTALL -------------------------------------------------------------------------------- /libs/speex/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/Makefile.am -------------------------------------------------------------------------------- /libs/speex/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/Makefile.in -------------------------------------------------------------------------------- /libs/speex/NEWS: -------------------------------------------------------------------------------- 1 | 2002/02/13: Creation of the "Speex" project 2 | -------------------------------------------------------------------------------- /libs/speex/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/README -------------------------------------------------------------------------------- /libs/speex/README.TI-DSP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/README.TI-DSP -------------------------------------------------------------------------------- /libs/speex/README.blackfin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/README.blackfin -------------------------------------------------------------------------------- /libs/speex/README.symbian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/README.symbian -------------------------------------------------------------------------------- /libs/speex/Speex.kdevelop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/Speex.kdevelop -------------------------------------------------------------------------------- /libs/speex/Speex.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/Speex.spec -------------------------------------------------------------------------------- /libs/speex/Speex.spec.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/Speex.spec.in -------------------------------------------------------------------------------- /libs/speex/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/TODO -------------------------------------------------------------------------------- /libs/speex/acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/acinclude.m4 -------------------------------------------------------------------------------- /libs/speex/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/aclocal.m4 -------------------------------------------------------------------------------- /libs/speex/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/config.guess -------------------------------------------------------------------------------- /libs/speex/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/config.h.in -------------------------------------------------------------------------------- /libs/speex/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/config.sub -------------------------------------------------------------------------------- /libs/speex/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/configure -------------------------------------------------------------------------------- /libs/speex/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/configure.ac -------------------------------------------------------------------------------- /libs/speex/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/depcomp -------------------------------------------------------------------------------- /libs/speex/doc/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/doc/Makefile.am -------------------------------------------------------------------------------- /libs/speex/doc/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/doc/Makefile.in -------------------------------------------------------------------------------- /libs/speex/doc/manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/doc/manual.pdf -------------------------------------------------------------------------------- /libs/speex/include/Makefile.am: -------------------------------------------------------------------------------- 1 | 2 | SUBDIRS = speex 3 | -------------------------------------------------------------------------------- /libs/speex/include/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/include/Makefile.in -------------------------------------------------------------------------------- /libs/speex/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/install-sh -------------------------------------------------------------------------------- /libs/speex/libspeex/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/Makefile.am -------------------------------------------------------------------------------- /libs/speex/libspeex/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/Makefile.in -------------------------------------------------------------------------------- /libs/speex/libspeex/arch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/arch.h -------------------------------------------------------------------------------- /libs/speex/libspeex/bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/bits.c -------------------------------------------------------------------------------- /libs/speex/libspeex/buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/buffer.c -------------------------------------------------------------------------------- /libs/speex/libspeex/cb_search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/cb_search.c -------------------------------------------------------------------------------- /libs/speex/libspeex/cb_search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/cb_search.h -------------------------------------------------------------------------------- /libs/speex/libspeex/fftwrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/fftwrap.c -------------------------------------------------------------------------------- /libs/speex/libspeex/fftwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/fftwrap.h -------------------------------------------------------------------------------- /libs/speex/libspeex/filters.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/filters.c -------------------------------------------------------------------------------- /libs/speex/libspeex/filters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/filters.h -------------------------------------------------------------------------------- /libs/speex/libspeex/jitter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/jitter.c -------------------------------------------------------------------------------- /libs/speex/libspeex/kiss_fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/kiss_fft.c -------------------------------------------------------------------------------- /libs/speex/libspeex/kiss_fft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/kiss_fft.h -------------------------------------------------------------------------------- /libs/speex/libspeex/kiss_fftr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/kiss_fftr.c -------------------------------------------------------------------------------- /libs/speex/libspeex/kiss_fftr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/kiss_fftr.h -------------------------------------------------------------------------------- /libs/speex/libspeex/lpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/lpc.c -------------------------------------------------------------------------------- /libs/speex/libspeex/lpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/lpc.h -------------------------------------------------------------------------------- /libs/speex/libspeex/lpc_bfin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/lpc_bfin.h -------------------------------------------------------------------------------- /libs/speex/libspeex/lsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/lsp.c -------------------------------------------------------------------------------- /libs/speex/libspeex/lsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/lsp.h -------------------------------------------------------------------------------- /libs/speex/libspeex/lsp_bfin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/lsp_bfin.h -------------------------------------------------------------------------------- /libs/speex/libspeex/ltp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/ltp.c -------------------------------------------------------------------------------- /libs/speex/libspeex/ltp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/ltp.h -------------------------------------------------------------------------------- /libs/speex/libspeex/ltp_arm4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/ltp_arm4.h -------------------------------------------------------------------------------- /libs/speex/libspeex/ltp_bfin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/ltp_bfin.h -------------------------------------------------------------------------------- /libs/speex/libspeex/ltp_sse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/ltp_sse.h -------------------------------------------------------------------------------- /libs/speex/libspeex/mdf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/mdf.c -------------------------------------------------------------------------------- /libs/speex/libspeex/misc_bfin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/misc_bfin.h -------------------------------------------------------------------------------- /libs/speex/libspeex/modes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/modes.c -------------------------------------------------------------------------------- /libs/speex/libspeex/modes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/modes.h -------------------------------------------------------------------------------- /libs/speex/libspeex/modes_wb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/modes_wb.c -------------------------------------------------------------------------------- /libs/speex/libspeex/nb_celp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/nb_celp.c -------------------------------------------------------------------------------- /libs/speex/libspeex/scal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/scal.c -------------------------------------------------------------------------------- /libs/speex/libspeex/speex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/speex.c -------------------------------------------------------------------------------- /libs/speex/libspeex/stereo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/stereo.c -------------------------------------------------------------------------------- /libs/speex/libspeex/vbr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/vbr.c -------------------------------------------------------------------------------- /libs/speex/libspeex/vbr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/vbr.h -------------------------------------------------------------------------------- /libs/speex/libspeex/vq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/vq.c -------------------------------------------------------------------------------- /libs/speex/libspeex/vq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/vq.h -------------------------------------------------------------------------------- /libs/speex/libspeex/vq_sse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/vq_sse.h -------------------------------------------------------------------------------- /libs/speex/libspeex/window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/libspeex/window.c -------------------------------------------------------------------------------- /libs/speex/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/ltmain.sh -------------------------------------------------------------------------------- /libs/speex/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/missing -------------------------------------------------------------------------------- /libs/speex/speex.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/speex.m4 -------------------------------------------------------------------------------- /libs/speex/speex.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/speex.pc.in -------------------------------------------------------------------------------- /libs/speex/speexdsp.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/speexdsp.pc.in -------------------------------------------------------------------------------- /libs/speex/src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/Makefile.am -------------------------------------------------------------------------------- /libs/speex/src/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/Makefile.in -------------------------------------------------------------------------------- /libs/speex/src/getopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/getopt.c -------------------------------------------------------------------------------- /libs/speex/src/getopt1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/getopt1.c -------------------------------------------------------------------------------- /libs/speex/src/getopt_win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/getopt_win.h -------------------------------------------------------------------------------- /libs/speex/src/skeleton.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/skeleton.c -------------------------------------------------------------------------------- /libs/speex/src/skeleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/skeleton.h -------------------------------------------------------------------------------- /libs/speex/src/speexdec.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/speexdec.1 -------------------------------------------------------------------------------- /libs/speex/src/speexdec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/speexdec.c -------------------------------------------------------------------------------- /libs/speex/src/speexenc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/speexenc.1 -------------------------------------------------------------------------------- /libs/speex/src/speexenc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/speexenc.c -------------------------------------------------------------------------------- /libs/speex/src/wav_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/wav_io.c -------------------------------------------------------------------------------- /libs/speex/src/wav_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/wav_io.h -------------------------------------------------------------------------------- /libs/speex/src/wave_out.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/wave_out.c -------------------------------------------------------------------------------- /libs/speex/src/wave_out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/src/wave_out.h -------------------------------------------------------------------------------- /libs/speex/symbian/bld.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/symbian/bld.inf -------------------------------------------------------------------------------- /libs/speex/symbian/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/symbian/config.h -------------------------------------------------------------------------------- /libs/speex/symbian/speex.mmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/symbian/speex.mmp -------------------------------------------------------------------------------- /libs/speex/ti/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/ti/Makefile.am -------------------------------------------------------------------------------- /libs/speex/ti/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/ti/Makefile.in -------------------------------------------------------------------------------- /libs/speex/ti/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/ti/config.h -------------------------------------------------------------------------------- /libs/speex/win32/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/win32/Makefile.am -------------------------------------------------------------------------------- /libs/speex/win32/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/win32/Makefile.in -------------------------------------------------------------------------------- /libs/speex/win32/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/win32/config.h -------------------------------------------------------------------------------- /libs/speex/win32/speex.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/speex/win32/speex.iss -------------------------------------------------------------------------------- /libs/srtp/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/.cvsignore -------------------------------------------------------------------------------- /libs/srtp/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/CHANGES -------------------------------------------------------------------------------- /libs/srtp/CVS/Entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/CVS/Entries -------------------------------------------------------------------------------- /libs/srtp/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/LICENSE -------------------------------------------------------------------------------- /libs/srtp/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/Makefile.in -------------------------------------------------------------------------------- /libs/srtp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/README -------------------------------------------------------------------------------- /libs/srtp/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/TODO -------------------------------------------------------------------------------- /libs/srtp/VERSION: -------------------------------------------------------------------------------- 1 | 1.4.4 2 | -------------------------------------------------------------------------------- /libs/srtp/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/config.guess -------------------------------------------------------------------------------- /libs/srtp/config.h_win32vc7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/config.h_win32vc7 -------------------------------------------------------------------------------- /libs/srtp/config.hw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/config.hw -------------------------------------------------------------------------------- /libs/srtp/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/config.sub -------------------------------------------------------------------------------- /libs/srtp/config_in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/config_in.h -------------------------------------------------------------------------------- /libs/srtp/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/configure -------------------------------------------------------------------------------- /libs/srtp/configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/configure.in -------------------------------------------------------------------------------- /libs/srtp/crypto/.cvsignore: -------------------------------------------------------------------------------- 1 | Makefile 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/CVS/Entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/crypto/CVS/Entries -------------------------------------------------------------------------------- /libs/srtp/crypto/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/crypto 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/crypto/Makefile -------------------------------------------------------------------------------- /libs/srtp/crypto/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/crypto/Makefile.in -------------------------------------------------------------------------------- /libs/srtp/crypto/VERSION: -------------------------------------------------------------------------------- 1 | 1.0.0 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/ae_xfm/CVS/Entries: -------------------------------------------------------------------------------- 1 | /xfm.c/1.3/Tue Jul 18 19:45:45 2006// 2 | D 3 | -------------------------------------------------------------------------------- /libs/srtp/crypto/ae_xfm/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/crypto/ae_xfm 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/ae_xfm/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/cipher/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/crypto/cipher 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/cipher/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/hash/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/crypto/hash 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/hash/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/hash/auth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/crypto/hash/auth.c -------------------------------------------------------------------------------- /libs/srtp/crypto/hash/hmac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/crypto/hash/hmac.c -------------------------------------------------------------------------------- /libs/srtp/crypto/hash/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/crypto/hash/sha1.c -------------------------------------------------------------------------------- /libs/srtp/crypto/include/.cvsignore: -------------------------------------------------------------------------------- 1 | config.h 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/include/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/crypto/include 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/include/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/kernel/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/crypto/kernel 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/kernel/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/math/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/crypto/math 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/math/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/math/math.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/crypto/math/math.c -------------------------------------------------------------------------------- /libs/srtp/crypto/math/stat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/crypto/math/stat.c -------------------------------------------------------------------------------- /libs/srtp/crypto/replay/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/crypto/replay 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/replay/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/rng/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/crypto/rng 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/rng/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/rng/prng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/crypto/rng/prng.c -------------------------------------------------------------------------------- /libs/srtp/crypto/test/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/crypto/test 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/test/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/crypto/test/env.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/crypto/test/env.c -------------------------------------------------------------------------------- /libs/srtp/doc/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/doc/.cvsignore -------------------------------------------------------------------------------- /libs/srtp/doc/CVS/Entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/doc/CVS/Entries -------------------------------------------------------------------------------- /libs/srtp/doc/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/doc 2 | -------------------------------------------------------------------------------- /libs/srtp/doc/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/doc/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/doc/Doxyfile -------------------------------------------------------------------------------- /libs/srtp/doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/doc/Makefile -------------------------------------------------------------------------------- /libs/srtp/doc/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/doc/Makefile.in -------------------------------------------------------------------------------- /libs/srtp/doc/intro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/doc/intro.txt -------------------------------------------------------------------------------- /libs/srtp/doc/libsrtp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/doc/libsrtp.pdf -------------------------------------------------------------------------------- /libs/srtp/doc/references.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/doc/references.txt -------------------------------------------------------------------------------- /libs/srtp/doc/rfc3711.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/doc/rfc3711.txt -------------------------------------------------------------------------------- /libs/srtp/include/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/include 2 | -------------------------------------------------------------------------------- /libs/srtp/include/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/include/getopt_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/include/getopt_s.h -------------------------------------------------------------------------------- /libs/srtp/include/rtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/include/rtp.h -------------------------------------------------------------------------------- /libs/srtp/include/rtp_priv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/include/rtp_priv.h -------------------------------------------------------------------------------- /libs/srtp/include/srtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/include/srtp.h -------------------------------------------------------------------------------- /libs/srtp/include/ut_sim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/include/ut_sim.h -------------------------------------------------------------------------------- /libs/srtp/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/install-sh -------------------------------------------------------------------------------- /libs/srtp/srtp.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/srtp.def -------------------------------------------------------------------------------- /libs/srtp/srtp.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/srtp.vcproj -------------------------------------------------------------------------------- /libs/srtp/srtp/CVS/Entries: -------------------------------------------------------------------------------- 1 | /srtp.c/1.23/Tue Jul 18 19:45:46 2006// 2 | D 3 | -------------------------------------------------------------------------------- /libs/srtp/srtp/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/srtp/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/srtp/srtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/srtp/srtp.c -------------------------------------------------------------------------------- /libs/srtp/srtp7.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/srtp7.sln -------------------------------------------------------------------------------- /libs/srtp/srtp7.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/srtp7.vcproj -------------------------------------------------------------------------------- /libs/srtp/tables/.cvsignore: -------------------------------------------------------------------------------- 1 | aes_tables 2 | -------------------------------------------------------------------------------- /libs/srtp/tables/CVS/Entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/tables/CVS/Entries -------------------------------------------------------------------------------- /libs/srtp/tables/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/tables 2 | -------------------------------------------------------------------------------- /libs/srtp/tables/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/test/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/test/.cvsignore -------------------------------------------------------------------------------- /libs/srtp/test/CVS/Entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/test/CVS/Entries -------------------------------------------------------------------------------- /libs/srtp/test/CVS/Repository: -------------------------------------------------------------------------------- 1 | srtp/test 2 | -------------------------------------------------------------------------------- /libs/srtp/test/CVS/Root: -------------------------------------------------------------------------------- 1 | srtp.cvs.sourceforge.net:/cvsroot/srtp 2 | -------------------------------------------------------------------------------- /libs/srtp/test/getopt_s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/test/getopt_s.c -------------------------------------------------------------------------------- /libs/srtp/test/lfsr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/test/lfsr.c -------------------------------------------------------------------------------- /libs/srtp/test/rdbx_driver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/test/rdbx_driver.c -------------------------------------------------------------------------------- /libs/srtp/test/roc_driver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/test/roc_driver.c -------------------------------------------------------------------------------- /libs/srtp/test/rtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/test/rtp.c -------------------------------------------------------------------------------- /libs/srtp/test/rtpw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/test/rtpw.c -------------------------------------------------------------------------------- /libs/srtp/test/rtpw_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/test/rtpw_test.sh -------------------------------------------------------------------------------- /libs/srtp/test/srtp_driver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/test/srtp_driver.c -------------------------------------------------------------------------------- /libs/srtp/timing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/timing -------------------------------------------------------------------------------- /libs/srtp/undos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/undos.sh -------------------------------------------------------------------------------- /libs/srtp/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/libs/srtp/update.sh -------------------------------------------------------------------------------- /plugins/G722/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G722/Makefile -------------------------------------------------------------------------------- /plugins/G722/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G722/Makefile.in -------------------------------------------------------------------------------- /plugins/G722/g722_2005.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G722/g722_2005.sln -------------------------------------------------------------------------------- /plugins/G722/g722_2010.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G722/g722_2010.sln -------------------------------------------------------------------------------- /plugins/G722/g722codec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G722/g722codec.cpp -------------------------------------------------------------------------------- /plugins/G722/opal/critsect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G722/opal/critsect.h -------------------------------------------------------------------------------- /plugins/G7231/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G7231/Makefile -------------------------------------------------------------------------------- /plugins/G7231/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G7231/Makefile.in -------------------------------------------------------------------------------- /plugins/G7231/g7231codec.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G7231/g7231codec.cxx -------------------------------------------------------------------------------- /plugins/G7231/g7231codec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G7231/g7231codec.h -------------------------------------------------------------------------------- /plugins/G7231/opal/ffmpeg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G7231/opal/ffmpeg.h -------------------------------------------------------------------------------- /plugins/G7231/opal/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G7231/opal/trace.h -------------------------------------------------------------------------------- /plugins/G726/G726.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/G726.dsp -------------------------------------------------------------------------------- /plugins/G726/G726.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/G726.vcproj -------------------------------------------------------------------------------- /plugins/G726/G726_2010.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/G726_2010.sln -------------------------------------------------------------------------------- /plugins/G726/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/Makefile -------------------------------------------------------------------------------- /plugins/G726/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/Makefile.in -------------------------------------------------------------------------------- /plugins/G726/g711.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/g711.c -------------------------------------------------------------------------------- /plugins/G726/g726/g726_16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/g726/g726_16.c -------------------------------------------------------------------------------- /plugins/G726/g726/g726_24.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/g726/g726_24.c -------------------------------------------------------------------------------- /plugins/G726/g726/g726_32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/g726/g726_32.c -------------------------------------------------------------------------------- /plugins/G726/g726/g726_40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/g726/g726_40.c -------------------------------------------------------------------------------- /plugins/G726/g726/g72x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/g726/g72x.c -------------------------------------------------------------------------------- /plugins/G726/g726/g72x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/g726/g72x.h -------------------------------------------------------------------------------- /plugins/G726/g726/private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/g726/private.h -------------------------------------------------------------------------------- /plugins/G726/g726codec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G726/g726codec.c -------------------------------------------------------------------------------- /plugins/G729/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G729/Makefile -------------------------------------------------------------------------------- /plugins/G729/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G729/Makefile.in -------------------------------------------------------------------------------- /plugins/G729/g729_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G729/g729_test.c -------------------------------------------------------------------------------- /plugins/G729/g729a_v11/lpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G729/g729a_v11/lpc.c -------------------------------------------------------------------------------- /plugins/G729/g729codec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G729/g729codec.c -------------------------------------------------------------------------------- /plugins/G729/opalplugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G729/opalplugin.h -------------------------------------------------------------------------------- /plugins/G729/test/convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G729/test/convert.c -------------------------------------------------------------------------------- /plugins/G729/test/input.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G729/test/input.raw -------------------------------------------------------------------------------- /plugins/G729/test/output.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G729/test/output.raw -------------------------------------------------------------------------------- /plugins/G729/test/params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/G729/test/params -------------------------------------------------------------------------------- /plugins/H.261-vic/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/H.261-vic/Makefile -------------------------------------------------------------------------------- /plugins/H.261-vic/vic/bv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/H.261-vic/vic/bv.c -------------------------------------------------------------------------------- /plugins/H.261-vic/vic/dct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/H.261-vic/vic/dct.h -------------------------------------------------------------------------------- /plugins/H.261-vic/vic/grabber.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/H.261-vic/vic/p64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/H.261-vic/vic/p64.h -------------------------------------------------------------------------------- /plugins/H.263-1998.3/mpi.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/H.263-1998.3/mpi.cxx -------------------------------------------------------------------------------- /plugins/H.264_123/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/H.264_123/Makefile -------------------------------------------------------------------------------- /plugins/H.264_123/enc-ctx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/H.264_123/enc-ctx.h -------------------------------------------------------------------------------- /plugins/H.264_123/trace.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/H.264_123/trace.cxx -------------------------------------------------------------------------------- /plugins/H.264_123/x264.init: -------------------------------------------------------------------------------- 1 | veryfast 2 | zerolatency,psnr -------------------------------------------------------------------------------- /plugins/OPUS/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/OPUS/Makefile -------------------------------------------------------------------------------- /plugins/OPUS/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/OPUS/Makefile.in -------------------------------------------------------------------------------- /plugins/OPUS/mingw/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/OPUS/mingw/Makefile -------------------------------------------------------------------------------- /plugins/OPUS/opuscodec.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/OPUS/opuscodec.cxx -------------------------------------------------------------------------------- /plugins/SILK_B40/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/SILK_B40/Makefile -------------------------------------------------------------------------------- /plugins/SILK_B40/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/SILK_B40/Makefile.in -------------------------------------------------------------------------------- /plugins/Speex/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/Speex/Makefile -------------------------------------------------------------------------------- /plugins/Speex/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/Speex/Makefile.in -------------------------------------------------------------------------------- /plugins/Speex/speexcodec.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/Speex/speexcodec.cxx -------------------------------------------------------------------------------- /plugins/VP8-WebM/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/VP8-WebM/Makefile -------------------------------------------------------------------------------- /plugins/VP8-WebM/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/VP8-WebM/Makefile.in -------------------------------------------------------------------------------- /plugins/VP8-WebM/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/VP8-WebM/ReadMe.txt -------------------------------------------------------------------------------- /plugins/iLBC/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/Makefile -------------------------------------------------------------------------------- /plugins/iLBC/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/Makefile.in -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/createCB.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/createCB.c -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/createCB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/createCB.h -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/doCPLC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/doCPLC.c -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/doCPLC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/doCPLC.h -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/enhancer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/enhancer.c -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/enhancer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/enhancer.h -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/filter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/filter.c -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/filter.h -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/getCBvec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/getCBvec.c -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/getCBvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/getCBvec.h -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/helpfun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/helpfun.c -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/helpfun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/helpfun.h -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/hpInput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/hpInput.c -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/hpInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/hpInput.h -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/hpOutput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/hpOutput.c -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/hpOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/hpOutput.h -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/lsf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/lsf.c -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/lsf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/lsf.h -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/packing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/packing.c -------------------------------------------------------------------------------- /plugins/iLBC/iLBC/packing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/iLBC/packing.h -------------------------------------------------------------------------------- /plugins/iLBC/ilbccodec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/ilbccodec.c -------------------------------------------------------------------------------- /plugins/iLBC/ilbccodec.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeMCU/freemcu/HEAD/plugins/iLBC/ilbccodec.dsp --------------------------------------------------------------------------------