summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-20Ported pjlib to PowerPC/MacOSBenny Prijono
2006-03-19Removed sine generator from confsampleBenny Prijono
2006-03-19Added pjmedia playfile, playsine, and conference sampleBenny Prijono
2006-03-19Added assert when get_frame() or put_frame() is NULLBenny Prijono
2006-03-19Tested and fixed stereo audio supportBenny Prijono
2006-03-19Fixed no audio bug in new conference, and add level adjustment in port infoBenny Prijono
2006-03-18Added comment on how to add credentials and route set in the dialogBenny Prijono
2006-03-18Fixed or added misc flags to enable build selection via compile time macroBenny Prijono
2006-03-18Added option to disable error message altogether, to save space footprintBenny Prijono
2006-03-17Added comments in simpleua.cBenny Prijono
2006-03-17Added samples (finally!!)Benny Prijono
2006-03-17Fixed bug in stream.c where bits_per_sample is not set properlyBenny Prijono
2006-03-17Added <stdio.h> in this fileBenny Prijono
2006-03-17Fixed bug in --rtp-port argument parsingBenny Prijono
2006-03-17Changed pjsip_inv_send_msg() functionBenny Prijono
2006-03-17Added feature in conference bridge to get and set the signal level of individ...Benny Prijono
2006-03-16Support for stereo audio (or N audio channels, for that matter)Benny Prijono
2006-03-16Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_*...Benny Prijono
2006-03-16Added misc flags and modify Makefiles to allow exclusion of PortAudio and spe...Benny Prijono
2006-03-15Tidying up sound device, register PortAudio error codes, and initial support ...Benny Prijono
2006-03-15Added Null port, and changed conference so that it does not call port get_fra...Benny Prijono
2006-03-10(Failed) Attempt to persuade VC2005 project conversion to include user32.lib ...Benny Prijono
2006-03-10Added few words in configure script and fixed cygwin compilationBenny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-03-09Updated README.txtBenny Prijono
2006-03-09Updated MSVC projects to use os_time_win32.c, as os_time_ansi.c caused proble...Benny Prijono
2006-03-08Added options to disable microphone device, usefull for streaming server (som...Benny Prijono
2006-03-08RTP server NAT support and removed rtp_portBenny Prijono
2006-03-07Fixed pjsip-perf for 0.5.4Benny Prijono
2006-03-07Updated dev-guide pdf to 0.5.4Benny Prijono
2006-03-07Version 0.5.4 (web release)Benny Prijono
2006-03-07Updated evsub to sync with the docBenny Prijono
2006-03-06Added --uas-duration and --uas-refresh option (the later is broken)Benny Prijono
2006-03-06Fixed bug in writing log when pj_init() is calledBenny Prijono
2006-03-06Set minimum quality for Speex ultrawideband codec to 5 (because sound is brok...Benny Prijono
2006-03-06Fixed bug in remote payload type searchBenny Prijono
2006-03-06Fixed warnings in Linux buildBenny Prijono
2006-03-06Renamed getopt() to pj_getopt(), and fixed misc Linux warningsBenny Prijono
2006-03-06Fixed warnings on Linux buildBenny Prijono
2006-03-06Added version info on pj_init()Benny Prijono
2006-03-06Added missing speex_config_types.hBenny Prijono
2006-03-06Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and SpeexBenny Prijono
2006-03-06Fixed warnings in pjmedia_sdp_attr_cmpBenny Prijono
2006-03-06Tested Speex codecs (narrowband, wideband, ultrawideband)!Benny Prijono
2006-03-06Added to pjsua: write new media settings, modify call stat output, fixed gene...Benny Prijono
2006-03-06Fixed crashed bug when dialog is gone after it is found! Should not happen in...Benny Prijono
2006-03-06Changed Speex defaults: complexity=-1, vad=off. Tested with EyeBeamBenny Prijono
2006-03-06Fixed bug if payload type for rx and tx is different (i.e. dyn pt)Benny Prijono
2006-03-05Added PJ_EEOF in pjlib errno.hBenny Prijono
2006-03-05Allow file port to read the file in chunks instead of a wholeBenny Prijono