summaryrefslogtreecommitdiff
path: root/pjmedia/include
AgeCommit message (Expand)Author
2006-05-02Changed jbuf param name in stream_info, and generate random SSRC for RTP/RTCP...Benny Prijono
2006-05-02Fixed several bugs in RTCP and tested the compatibility. Fixed bugs: total lo...Benny Prijono
2006-04-29Fixed bugs in codec priority sortingBenny Prijono
2006-04-28Added different error code when remote does not support RFC 2833Benny Prijono
2006-04-28Increase the maximum number of formats in SDP media line (from 16 to 32)Benny Prijono
2006-04-28Added Packet Lost Concealment (PLC) framework, with two backend algorithms (s...Benny Prijono
2006-04-27Fixed obsolete comments in stream.h and session.h about stream transmitting m...Benny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono
2006-04-24Better support for continuing media when peer has restarted transmission/RTP ...Benny Prijono
2006-04-20Added implementation of media clock and master port (to control frame timing ...Benny Prijono
2006-04-20Added the time when session was created in pjmedia_rtcp_statBenny Prijono
2006-04-09Added loss period for rx stream implementationBenny Prijono
2006-04-09Added code in RTCP to handle PerformanceQueryCounter bug on Win32Benny Prijono
2006-04-07Randomize RTCP send interval to reduce collision riskBenny Prijono
2006-04-06Integrate (stream) quality monitoring into RTCP framework, and update all RTC...Benny Prijono
2006-04-05Fixed RTT calculation bug in RTCPBenny Prijono
2006-04-05Fixed bug in RTT calculation in RTCP and increase RTT resolution to usecBenny Prijono
2006-04-05Added RTCP end to end delay calculationBenny Prijono
2006-04-04Fixed bug in RTCP: packing error causing size mismatch when compiled with MSVCBenny Prijono
2006-04-04Changed RTCP timing to use high resolution timestampBenny Prijono
2006-04-03Moved private create session info from SDP to public APIBenny Prijono
2006-04-03Added DirectSound sound implementationBenny Prijono
2006-03-24Added WAVE writer and resample port, and also found out why audio quality is ...Benny Prijono
2006-03-23Fixed misc warnings/errors in Solaris buildBenny 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-20Ported PJMEDIA to Darwin/MacOSXBenny 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-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-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-06Fixed warnings in pjmedia_sdp_attr_cmpBenny Prijono
2006-03-06Fixed bug if payload type for rx and tx is different (i.e. dyn pt)Benny 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-02-27Fixed Linux port warnings/errorsBenny 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-23Added support for playing WAV fileBenny Prijono
2006-02-22RFC 2833 support!Benny Prijono
2006-02-22Putting initial DTMF effortsBenny Prijono