summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2006-04-04Changed RTCP timing to use high resolution timestampBenny Prijono
2006-04-04Changed the packet lost calculation (previously it always reported at least 1...Benny Prijono
2006-04-03Moved private create session info from SDP to public APIBenny Prijono
2006-04-03Added some flags during playback buffer creationBenny Prijono
2006-04-03Added DirectSound sound implementationBenny Prijono
2006-03-31Fixed crashed bug when pjsua failed to initialize. Also fixed PortAudio error...Benny Prijono
2006-03-30Fixed reading memory past buffer error in SDPBenny Prijono
2006-03-24Added WAVE writer and resample port, and also found out why audio quality is ...Benny Prijono
2006-03-23RenamedBenny Prijono
2006-03-23Fixed misc warnings/errors in Solaris buildBenny Prijono
2006-03-23Fixed unable to open simultaneous sound streams in MacOSBenny Prijono
2006-03-23Changed sound device framework to allow opening bidirectional streams from on...Benny Prijono
2006-03-22Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Ch...Benny Prijono
2006-03-21Added macro to exclude filters in resample and added options to select resamp...Benny Prijono
2006-03-20Fixed build error on mingwBenny Prijono
2006-03-20Ported PJMEDIA to Darwin/MacOSXBenny Prijono
2006-03-20Added missing pa_mac_hostapis.c for PortAudio in MacOSBenny Prijono
2006-03-20Added MacOS related files to PortAudioBenny 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 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