1. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  2. 32d267b Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIs by Benny Prijono · 16 years ago
  3. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  4. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  5. 2d4ee7d More on ticket #535: updated files using and related to math.h by Nanang Izzuddin · 16 years ago
  6. 734fc2d More ticket #479: bug in pjmedia_transport_get_info(), the info should be initialized by caller by Benny Prijono · 17 years ago
  7. e1a5a85 Ticket #479: allow media transport framework to return transport specific info (for example, to know whether SRTP is enabled) by Benny Prijono · 17 years ago
  8. 378484d Removed const on on_rx_rtp() and on_rx_rtcp() functions arguments in stream.c and srtp.c (const was removed in r1763) by Benny Prijono · 17 years ago
  9. 1a68b66 Fixed warning about uninitialized tpinfo variable by Benny Prijono · 17 years ago
  10. d817965 Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated applications because of the changes. This is a major modification back ported from SRTP branch. See ticket #61 for changelog detail of this commit by Benny Prijono · 17 years ago
  11. 1b54324 Added call gaping in siprtp by Benny Prijono · 17 years ago
  12. d606685 siprtp doesn't initialize 100rel module (thanks Angelos Karageorgiou) by Benny Prijono · 17 years ago
  13. 5186eae Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6 by Benny Prijono · 17 years ago
  14. fe81cfa Ticket #377: Support for sending RTCP RR by Benny Prijono · 17 years ago
  15. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  16. 6869dc9 Add configuration with no thread (receive only) in siprtp by Benny Prijono · 17 years ago
  17. a771a51 Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2007 in copyright notice in all sources by Benny Prijono · 18 years ago
  18. fc24e69 Fixed various gcc warnings especially related to ticket #82 when particular codecs are disabled by Benny Prijono · 18 years ago
  19. e960bb5 Fixed gcc warnings, especially about dereferencing type-punned pointer by Benny Prijono · 18 years ago
  20. 5b1e14d Fixed bug in siprtp: media transport was incorrectly NULL-ed after end of call, causing next call to fail by Benny Prijono · 18 years ago
  21. af1bb1e Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_atexit(). Also fixed handle leaks in SIP transaction layer and SIP endpoint. by Benny Prijono · 18 years ago
  22. 5a9e204 Fixed transport detachment when there's no thread being used in siprtp. by Benny Prijono · 18 years ago
  23. d95abb4 Fixed bug in siprtp in SDP generation because of recent change in SDP attribute value by Benny Prijono · 18 years ago
  24. 41c96f3 Changed siprtp to bind to specific address (instead of 0.0.0.0) when -i option is specified in the command line by Benny Prijono · 18 years ago
  25. f521eb0 Fixed assertion error if ACK is received before INVITE transaction sends final response (malicious?). Also fixed misc warnings, and stress-tested on Quad Xeon by Benny Prijono · 18 years ago
  26. 7bef0f5 Changed siprtp on Linux to raise the thread priority by Benny Prijono · 18 years ago
  27. 05784a5 Fixed minor bug in siprtp: in summary report, percentage of RX loss is displayed in the TX section by Benny Prijono · 18 years ago
  28. 258ece9 Few changes in siprtp: by Benny Prijono · 18 years ago
  29. 513795f Undo modification to use timer, and back to using threads as the performance is not good by Benny Prijono · 18 years ago
  30. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  31. ca4cff2 Added INVITE request verification in siprtp before incoming call is established by Benny Prijono · 18 years ago
  32. b12106f Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other changes to improve RTCP communication behind NAT. Also fixed bug related to RTCP reporting changes in revision 565 by Benny Prijono · 18 years ago
  33. e695699 Changed siprtp to strictly use one worker thread for all (SIP and media) by Benny Prijono · 18 years ago
  34. 4d3aa92 Changed siprtp to use timer to schedule transmissions of RTP/RTCP packets by Benny Prijono · 18 years ago
  35. deb3196 Changed siprtp to use media transport framework to handle NAT by Benny Prijono · 18 years ago
  36. 1ec70b3 Yet again large diffs because of documentation/doxygen update by Benny Prijono · 18 years ago
  37. 97f2a37 Changed codec names to uppercase in siprtp, as they are not accepted by some UA by Benny Prijono · 18 years ago
  38. 6647d82 Set media thread in siprtp samples to highest priority to make RTCP jitter calculation as accurate as possible by Benny Prijono · 18 years ago
  39. fcb3672 Added --report-file options in siprtp by Benny Prijono · 18 years ago
  40. b04c9e0 Major modification in pjmedia to split stream transport into separate functionality, to allow using custom transports with streams by Benny Prijono · 18 years ago
  41. 4d7fd20 Fixed bug in siprtp because of recent changes in pjsip_session_info_from_sdp() by Benny Prijono · 18 years ago
  42. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  43. 16a6b0e Split reporting capability to separate file in siprtp sample by Benny Prijono · 18 years ago
  44. 410fbae Added maximum duration and auto-quit option in siprtp sample. by Benny Prijono · 18 years ago
  45. 1595301 Initial support for stereo codecs, and added L16 codecs. Also better handling for case remote media is restarted by Benny Prijono · 18 years ago
  46. 6d7a45f Better support for continuing media when peer has restarted transmission/RTP session by Benny Prijono · 18 years ago
  47. bf13fee Added stream.c example to demonstrate how to stream audio from both sound device or WAV file by Benny Prijono · 18 years ago
  48. 393e5f3 Fixed small typo error in printed message in siprtp.c by Benny Prijono · 18 years ago
  49. 14b7b66 Randomize RTCP send interval to reduce collision risk by Benny Prijono · 18 years ago
  50. e7483e5 Fixed RTCP compilation warnings with gcc by Benny Prijono · 18 years ago
  51. 28903eb Beautify screen output of the siprtp sample by Benny Prijono · 18 years ago
  52. 5b3b460 Fixed crash bug in siprtp sample when call is not connected by Benny Prijono · 18 years ago
  53. 6996823 Integrate (stream) quality monitoring into RTCP framework, and update all RTCP clients accordingly by Benny Prijono · 18 years ago
  54. c323807 Protect RTCP packet lost calculation against incorrect packet expectations by Benny Prijono · 18 years ago
  55. d7a13f1 Added detection/protection against inaccurate timestamp in RTCP by Benny Prijono · 18 years ago
  56. 49ce9a7 Fixed bug in RTT calculation in RTCP and increase RTT resolution to usec by Benny Prijono · 18 years ago
  57. a1d03b4 Added RTCP end to end delay calculation by Benny Prijono · 18 years ago
  58. 46ca996 Fixed bug in RTCP: packing error causing size mismatch when compiled with MSVC by Benny Prijono · 18 years ago
  59. 9a0eab5 Changed RTCP timing to use high resolution timestamp by Benny Prijono · 18 years ago
  60. 9d8a873 Fixed SSRC generation in siprtp sample by Benny Prijono · 18 years ago
  61. 4adcb91 Added more stats and options in siprtp samples by Benny Prijono · 18 years ago
  62. 60b980e Added siprtp sample by Benny Prijono · 18 years ago