summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
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 option to disable error message altogether, to save space footprintBenny 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 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-10Fixed compilation and run warnings/errors with MSVC 2005Benny 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-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 on Linux buildBenny 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-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-05Allow file port to read the file in chunks instead of a wholeBenny Prijono
2006-03-05Fixed bug where resample may write pass the output bufferBenny Prijono
2006-03-05Added assert checking in speex codecBenny Prijono
2006-03-05Fixed serious flaw in GSM where encoder and decoder shared the same state!Benny Prijono
2006-03-05Fixed SDP negotiation to include clock rateBenny Prijono
2006-03-05Fixed Speex warnings, and set version to 0.5.3.1Benny Prijono
2006-03-04Added Speex for narrowband, wideband, and ultra-wideband!!Benny Prijono
2006-03-04Major modification in conference bridge to allow ports with different ptime a...Benny Prijono
2006-03-03Support for missing rtpmap for static payload typesBenny Prijono
2006-03-02Fixed compilation warnings and errors in pjsip-perfBenny Prijono
2006-02-27Fixed deadlock in conference when starting sound device in LinuxBenny Prijono
2006-02-27Added log message when stream and stream thread is startedBenny Prijono
2006-02-27Fixed Linux port warnings/errorsBenny Prijono
2006-02-27Updated mingw compilationBenny Prijono
2006-02-26Fixed various crashes since mutex is introducedBenny Prijono
2006-02-25Fixed echo in conference, and add ability to shrink buffer in jitter bufferBenny Prijono
2006-02-25Synched with documentationBenny Prijono
2006-02-23Fixed bugs when codec order in remote and local sdp is differentBenny Prijono
2006-02-23Re-enable silence detectionBenny Prijono
2006-02-23Added support for NULL frame in rtp stream, fixed bugs here and there in INVI...Benny Prijono
2006-02-23Added support for playing WAV fileBenny Prijono
2006-02-22Put back stricker SDP negotiation ruleBenny Prijono
2006-02-22RFC 2833 support!Benny Prijono
2006-02-22Putting initial DTMF effortsBenny Prijono
2006-02-22Better error reporting in pjmedia streamBenny Prijono
2006-02-21Fixed crashed bug when sound is closed, and added msg when port is (dis)conne...Benny Prijono
2006-02-21Added msg when stream is started/paused/resumedBenny Prijono