summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-13Updated README.txt againBenny Prijono
2006-09-13Set default CFLAGS in configure to -O2 -DNDEBUGBenny Prijono
2006-09-12Fixed mutex leaking in Linux: pj_mutex_destroy() will fail to destroy the mut...Benny Prijono
2006-09-12Updated README.txt from using.htmBenny Prijono
2006-09-12Added EOF callback and get_size() in pjmedia_mem_capture port.Benny Prijono
2006-09-11Fixed bug in media UDP transport: when transport is created with create(), no...Benny Prijono
2006-09-11Added EOF callback in memory playback port.Benny Prijono
2006-09-11Fixed bug in resample port: put/get buffers are allocated with the wrong size...Benny Prijono
2006-09-10Now officially use the autoconf configure script; the legacy configure script...Benny Prijono
2006-09-10Renamed configure to configure-legacyBenny Prijono
2006-09-10Fixed autoconf in various other systems (IA64, x86_64, BSD/FreeBSD)Benny Prijono
2006-09-10Fixed autoconf in mingwBenny Prijono
2006-09-10Fixed autoconf on MacOS XBenny Prijono
2006-09-09Added PJ_HAS_SOCKLEN_T test in configure script (some MacOS X have it, some d...Benny Prijono
2006-09-09Fixed authentication with qop: nc is not printed, and set nc length to 8 byte...Benny Prijono
2006-09-09Fix compilation error when PJSIP_AUTH_HEADER_CACHING and PJSIP_AUTH_AUTO_SEND...Benny Prijono
2006-09-05Added volume control to indivual tone enqueued to the tone generator.Benny Prijono
2006-09-02Added multi-purpose tone generator in PJMEDIA (tonegen.[hc])Benny Prijono
2006-08-25Yet another documentation/doxygen updateBenny Prijono
2006-08-24Just updated doxygen documentationBenny Prijono
2006-08-20Finishing autoconf work, also fixed compilation error in publish.hBenny Prijono
2006-08-20Added initial "norefersub" (RFC 4488) implementation in PJSUA-LIB, and also p...Benny Prijono
2006-08-15Support for PUBLISH (RFC 3903):Benny Prijono
2006-08-15Fixed yet another bug for 64bit target: error in initializing caching pool be...Benny Prijono
2006-08-15Added initial PUBLISH client support, and also default account selection in p...Benny Prijono
2006-08-13Set default codec to PCMU in pjsip-perfBenny Prijono
2006-08-12Improved logging consistency and added more logging info in verbosity 6Benny Prijono
2006-08-11Added pj_thread_is_registeredBenny Prijono
2006-08-11Fixed bugs in previous deadlock workaroundBenny Prijono
2006-08-11Increased width for sender column in log message, and added additional check ...Benny Prijono
2006-08-10Attempt to fix the race condition in dialog locking.Benny Prijono
2006-08-10Added pjsdp in pjmedia MakefileBenny Prijono
2006-08-10Removed copyright info from pj_timer_heap [hc], and explain more about ACEBenny Prijono
2006-08-09Fixed run-time bug with simple_ua and pjsip-perf sample.Benny Prijono
2006-08-09Changed WinCE demo app to automatically answer incoming calls.Benny Prijono
2006-08-08Fixed bugs in client registration (sip_regc.c): when re-registration failed ...Benny Prijono
2006-08-08Added logging in sip_regc.c to report the error when pjsip_regc_send() fails ...Benny Prijono
2006-08-07Fixed bug in --auto-conf option in pjsuaBenny Prijono
2006-08-07Added Ctrl-C handler for pjsua Windows, and added average bps in media statis...Benny Prijono
2006-08-07Added --auto-conf options in pjsua, also enable speex/3200, and set quality 5...Benny Prijono
2006-08-07Change set_ec_tail() API to set_ec() in sound port, also change suppressor to...Benny Prijono
2006-08-06Fixed assertion error if ACK is received before INVITE transaction sends fina...Benny Prijono
2006-08-06Echo suppressor tuning and testing on WincE, and also added config_site_sample.hBenny Prijono
2006-08-06Change the silence suppressor to use the adaptive silence detector.Benny Prijono
2006-08-06Change unescaping function in scanner and string.c to NOT unescape when '%' i...Benny Prijono
2006-08-06Change AEC into generic echo canceller framework with either AEC or simple ec...Benny Prijono
2006-08-05Set to use PCMU and disable AEC for WinCE target.Benny Prijono
2006-08-05AEC and sound backend fixes:Benny Prijono
2006-08-04Fixed error in setting up tail length in sound_portBenny Prijono
2006-08-04Fixed bug in pjsua_media.c because of recent AEC changes: sound device is not...Benny Prijono