summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/samples/siprtp.c
AgeCommit message (Expand)Author
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2009-01-01Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIsBenny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-05-17More on ticket #535: updated files using and related to math.hNanang Izzuddin
2008-03-17More ticket #479: bug in pjmedia_transport_get_info(), the info should be ini...Benny Prijono
2008-03-11Ticket #479: allow media transport framework to return transport specific inf...Benny Prijono
2008-02-07Removed const on on_rx_rtp() and on_rx_rtcp() functions arguments in stream.c...Benny Prijono
2008-02-02Fixed warning about uninitialized tpinfo variableBenny Prijono
2008-01-23Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated appl...Benny Prijono
2008-01-08Added call gaping in siprtpBenny Prijono
2008-01-03siprtp doesn't initialize 100rel module (thanks Angelos Karageorgiou)Benny Prijono
2007-12-03Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6Benny Prijono
2007-09-20Ticket #377: Support for sending RTCP RRBenny Prijono
2007-07-20Ticket #354: build PJLIB as dynamic libraries (.DSO) in SymbianBenny Prijono
2007-06-03Add configuration with no thread (receive only) in siprtpBenny Prijono
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