1. 140beae Ticket #951 (misc fixes): - fixed misc compiler warnings with gcc on Linux by Benny Prijono · 15 years ago
  2. 7e8e0c1 More ticket #925: added compile time option to enable verbose logging output, and one more fix about samples_per_frame mismatch by Benny Prijono · 15 years ago
  3. 1f47f3f Ticket #925: New application to simulate network and system impairments to see how it affects the audio quality by Benny Prijono · 15 years ago
  4. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  5. 3ec27ba More ticket #780: more work on icedemo sample application by Benny Prijono · 15 years ago
  6. 0023877 Ticket #780: initial work on an ICE demo app by Benny Prijono · 15 years ago
  7. fc96d5b Ticket #771 (auddev-misc): Minor fix in auddemo menu. by Nanang Izzuddin · 15 years ago
  8. 21286f2 Ticket #771 (auddev-misc): by Nanang Izzuddin · 15 years ago
  9. 51fc47f Fixed warnings about unchecked fgets() return value with gcc 4 by Benny Prijono · 16 years ago
  10. a3aa6f9 Ticket #737: Minor fix for auddemo.c, disable its log color (that may cause log unreadable on bright/white shell background). by Nanang Izzuddin · 16 years ago
  11. fa92382 - updated delay statistic calculations to use pj_math_stat, also added by Nanang Izzuddin · 16 years ago
  12. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  13. 555139d Updated audio test by Benny Prijono · 16 years ago
  14. e3ebd55 Added audiotest and initial work on audio demo sample by Benny Prijono · 16 years ago
  15. becb31b Minor fix sin simpleua.c sample: should put authentication scheme in the sample snippet for authentication by Benny Prijono · 16 years ago
  16. 32d267b Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIs by Benny Prijono · 16 years ago
  17. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  18. 6c7cf56 Small modifications to level.c sample to print out the timeline and linear level by Benny Prijono · 16 years ago
  19. 6a23763 Added interactive option in aectest sample and to display WAV duration on exit by Benny Prijono · 16 years ago
  20. a7908d7 Ticket #590: new echo suppressor which should work much better than the old one by Benny Prijono · 16 years ago
  21. 95250c7 Ticket #588: Improvements to echo cancellation framework by Benny Prijono · 16 years ago
  22. 9183c03 Added latency.c in the samples (see http://trac.pjsip.org/repos/wiki/MeasuringSoundLatency) by Benny Prijono · 16 years ago
  23. e2bb607 Fixed crash in stateful proxy sample when receiving request with malformed CSeq header (thanks Brocha Strous) by Benny Prijono · 16 years ago
  24. 1d6b895 Configuration option to include/exclude loopback interface in enum_ip_interface(), and always include loopback address in the proxy sample (thanks Filippo Zangheri for the suggestion) by Benny Prijono · 16 years ago
  25. 35f5ce9 Fixed compilation warnings on gcc-4.2.3 by Benny Prijono · 16 years ago
  26. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  27. 85d2084 Removed codec G729 from encdec.c by Nanang Izzuddin · 16 years ago
  28. 2d4ee7d More on ticket #535: updated files using and related to math.h by Nanang Izzuddin · 16 years ago
  29. af97484 Ticket #524: changed pjsua and stereotest default audio frame time from 10ms to 20ms by Nanang Izzuddin · 16 years ago
  30. 90f11cb More on ticket #513: by Nanang Izzuddin · 16 years ago
  31. 6e68ee6 Added ability to send custom headers in sipstateless sample by Benny Prijono · 16 years ago
  32. f161655 More ticket #504: added missing new files! by Benny Prijono · 16 years ago
  33. 734fc2d More ticket #479: bug in pjmedia_transport_get_info(), the info should be initialized by caller by Benny Prijono · 17 years ago
  34. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  35. 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
  36. e8df45f Make SIP and RTP ports in simpleua configurable, and add initial support for IPv6 too by Benny Prijono · 17 years ago
  37. 8cc996a Ticket #504: assertion in sound device and recfile sample when using stereo by Benny Prijono · 17 years ago
  38. c4f62fd Added 100rel module initialization in pjsip-perf.c by Benny Prijono · 17 years ago
  39. e9e2956 Stateful proxy sample: do not create CANCEL if UAC INVITE transaction has been responded with final response by Benny Prijono · 17 years ago
  40. 4768c3c Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 timers) to run-time (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  41. fe5a694 Fixed build error if SRTP is disabled in compile time (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  42. f6e7764 Added missing <math.h> include in playsine.c by Benny Prijono · 17 years ago
  43. 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
  44. c4bb78b More ticket #465: option to return UDP header in pj_pcap_read_udp(), and better RTP packet handling in pcaputil sample by Benny Prijono · 17 years ago
  45. 1a68b66 Fixed warning about uninitialized tpinfo variable by Benny Prijono · 17 years ago
  46. 41b15db More ticket #465: updated VS8 and WinCE projects by Benny Prijono · 17 years ago
  47. 0f85672 Ticket #465: utility to read PCAP file and sample application to read RTP files from PCAP file, decode the payload, and write the PCM output to WAV file by Benny Prijono · 17 years ago
  48. 4802871 Ticket #61: undo r1759 and replace it with other patches to fix unable to accept RTP/AVP offer with a=crypto attribute when use_sdp is set to zero. Also minor fix to streamutil by Benny Prijono · 17 years ago
  49. 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
  50. e9a6530 In mix.c, handle FRAME_TYPE_NONE if the conference ever returns one by Benny Prijono · 17 years ago
  51. 9b65ba5 Fixed overflow bug in length calculation, added force option, and added trailing silence in the output file by Benny Prijono · 17 years ago
  52. 79a1afe Ticket #446: Added sample application to mix WAV files using conference bridge by Benny Prijono · 17 years ago
  53. a268770 Ticket #446: Added sample application to mix WAV files using conference bridge by Benny Prijono · 17 years ago
  54. 4c5351f Updated encdec sample to support PLC etc by Benny Prijono · 17 years ago
  55. 06e62d7 Ticket #445: added codec encoding/decoding sample by Benny Prijono · 17 years ago
  56. 1b54324 Added call gaping in siprtp by Benny Prijono · 17 years ago
  57. ef0d7e7 Assertion error in streamutil sample by Benny Prijono · 17 years ago
  58. d744393 Fixed bug in sndtest: drift detection was wrong since it assumes that the drift value would be positive. Also added mutex protection just in case by Benny Prijono · 17 years ago
  59. d606685 siprtp doesn't initialize 100rel module (thanks Angelos Karageorgiou) by Benny Prijono · 17 years ago
  60. b988d76 Reverted accidental checkin of pjsua_app.c and sample_debug.c by Benny Prijono · 17 years ago
  61. 5de81bf Compilation error because of IPv6 change in pjsip-perf by Benny Prijono · 17 years ago
  62. b247714 Fixed error when creating TLS transport in pjsua-lib (the TLS type was misidentified was UDP) by Benny Prijono · 17 years ago
  63. 5186eae Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6 by Benny Prijono · 17 years ago
  64. 812fdee Added strerror.c sample and adjusted code because of IPv6 support in pjlib by Benny Prijono · 17 years ago
  65. e285e05 Changed version to 0.8.0 by Benny Prijono · 17 years ago
  66. df91208 Fixed route set bug in simpleua.c (thanks Raquie Rawq) by Benny Prijono · 17 years ago
  67. fe81cfa Ticket #377: Support for sending RTCP RR by Benny Prijono · 17 years ago
  68. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  69. 251fd78 Fixed ticket #360: More support for strict routed requests in proxy sample (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  70. 3af3583 Fixed ticket #359: Wrong Via branch generation in proxy causing the same branch value to be generated for RFC 2543 clients (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  71. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  72. 77998ce More on ticket #399: a)send full offer on 200/OK response when re-INVITE does not have SDP, b) added on_create_offer() callback, c) handle some error cases by Benny Prijono · 17 years ago
  73. 6d9d5de Updated the footprint generation script to include PJNATH by Benny Prijono · 17 years ago
  74. 6869dc9 Add configuration with no thread (receive only) in siprtp by Benny Prijono · 17 years ago
  75. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  76. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  77. 230c2f9 Added missing NULL getopt sentitel in stateful/stateless proxy samples by Benny Prijono · 17 years ago
  78. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  79. 64ac31b Fixed couple of compilation warnings in STUN and new proxy samples with gcc by Benny Prijono · 17 years ago
  80. fff245c Ticket #205: merged proxy functionalities from stable to trunk by Benny Prijono · 17 years ago
  81. 54826a3 Make simpleua work without threads by Benny Prijono · 17 years ago
  82. 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
  83. a2914f2 Added TCP transport in sipstateless sample by Benny Prijono · 18 years ago
  84. 0eef2c7 Updated documentation and sample for media conference with regard to maximum value for audio level adjustment by Benny Prijono · 18 years ago
  85. 4abeb9b Added sleep() before destroying sound device in playfile and playsine to prevent audio stutters by Benny Prijono · 18 years ago
  86. 0deef10 sipstateless now takes an argument for the response code to be sent by Benny Prijono · 18 years ago
  87. 53932c0 Fixed bug in simpleua sample: shouldn't respond to ACK request! by Benny Prijono · 18 years ago
  88. fc24e69 Fixed various gcc warnings especially related to ticket #82 when particular codecs are disabled by Benny Prijono · 18 years ago
  89. 06d1d0e Fixed ticket #82: link error when codec(s) are disabled from configure script (thanks Thomas Reitmayr) by Benny Prijono · 18 years ago
  90. e960bb5 Fixed gcc warnings, especially about dereferencing type-punned pointer by Benny Prijono · 18 years ago
  91. f77ba88 Added simple_pjsua example by Benny Prijono · 18 years ago
  92. 0d51078 Ticket #46: added recording capability in streamutil sample application by Benny Prijono · 18 years ago
  93. bc96847 Implement task #26: integrate table based Alaw/Ulaw/linear conversion into pjmedia (thanks Toni Rutar for the original contribution) by Benny Prijono · 18 years ago
  94. 5807f2c Fixed sndtest bug (ticket #32): it doesn't display the correct device being tested when default device is used. by Benny Prijono · 18 years ago
  95. 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
  96. 4a92299 Updated footprint script to include new stuffs such as echo canceller and tone generator by Benny Prijono · 18 years ago
  97. 9872573 Fixed footprint calculation script by Benny Prijono · 18 years ago
  98. 12a669c Worked on the AEC. Apply constant delay bufferring for the AEC, by Benny Prijono · 18 years ago
  99. 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
  100. 5a9e204 Fixed transport detachment when there's no thread being used in siprtp. by Benny Prijono · 18 years ago