summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/samples/siprtp.c
AgeCommit message (Expand)Author
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-01-27Fixed various gcc warnings especially related to ticket #82 when particular c...Benny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
2006-11-25Fixed bug in siprtp: media transport was incorrectly NULL-ed after end of cal...Benny Prijono
2006-11-21Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_ate...Benny Prijono
2006-11-14Fixed transport detachment when there's no thread being used in siprtp.Benny Prijono
2006-10-20Fixed bug in siprtp in SDP generation because of recent change in SDP attribu...Benny Prijono
2006-10-16Changed siprtp to bind to specific address (instead of 0.0.0.0) when -i optio...Benny Prijono
2006-08-06Fixed assertion error if ACK is received before INVITE transaction sends fina...Benny Prijono
2006-07-31Changed siprtp on Linux to raise the thread priorityBenny Prijono
2006-07-25Fixed minor bug in siprtp: in summary report, percentage of RX loss is displa...Benny Prijono
2006-07-22Few changes in siprtp:Benny Prijono
2006-07-18Undo modification to use timer, and back to using threads as the performance ...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-02Added INVITE request verification in siprtp before incoming call is establishedBenny Prijono
2006-06-29Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other...Benny Prijono
2006-06-22Changed siprtp to strictly use one worker thread for all (SIP and media)Benny Prijono
2006-06-22Changed siprtp to use timer to schedule transmissions of RTP/RTCP packetsBenny Prijono
2006-06-22Changed siprtp to use media transport framework to handle NATBenny Prijono
2006-06-20Yet again large diffs because of documentation/doxygen updateBenny Prijono
2006-06-07Changed codec names to uppercase in siprtp, as they are not accepted by some UABenny Prijono
2006-05-20Set media thread in siprtp samples to highest priority to make RTCP jitter ca...Benny Prijono
2006-05-18Added --report-file options in siprtpBenny Prijono
2006-05-17Major modification in pjmedia to split stream transport into separate functio...Benny Prijono
2006-05-14Fixed bug in siprtp because of recent changes in pjsip_session_info_from_sdp()Benny Prijono
2006-05-13Another major modifications in PJMEDIA:Benny Prijono
2006-05-12Split reporting capability to separate file in siprtp sampleBenny Prijono
2006-05-03Added maximum duration and auto-quit option in siprtp sample.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 stream.c example to demonstrate how to stream audio from both sound dev...Benny Prijono
2006-04-08Fixed small typo error in printed message in siprtp.cBenny Prijono
2006-04-07Randomize RTCP send interval to reduce collision riskBenny Prijono
2006-04-06Fixed RTCP compilation warnings with gccBenny Prijono
2006-04-06Beautify screen output of the siprtp sampleBenny Prijono
2006-04-06Fixed crash bug in siprtp sample when call is not connectedBenny Prijono
2006-04-06Integrate (stream) quality monitoring into RTCP framework, and update all RTC...Benny Prijono
2006-04-05Protect RTCP packet lost calculation against incorrect packet expectationsBenny Prijono
2006-04-05Added detection/protection against inaccurate timestamp 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-04Fixed SSRC generation in siprtp sampleBenny Prijono
2006-04-04Added more stats and options in siprtp samplesBenny Prijono
2006-04-03Added siprtp sampleBenny Prijono