1. 41b15db More ticket #465: updated VS8 and WinCE projects by Benny Prijono · 17 years ago
  2. 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
  3. 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
  4. 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
  5. e9a6530 In mix.c, handle FRAME_TYPE_NONE if the conference ever returns one by Benny Prijono · 17 years ago
  6. 9b65ba5 Fixed overflow bug in length calculation, added force option, and added trailing silence in the output file by Benny Prijono · 17 years ago
  7. 79a1afe Ticket #446: Added sample application to mix WAV files using conference bridge by Benny Prijono · 17 years ago
  8. a268770 Ticket #446: Added sample application to mix WAV files using conference bridge by Benny Prijono · 17 years ago
  9. 4c5351f Updated encdec sample to support PLC etc by Benny Prijono · 17 years ago
  10. 06e62d7 Ticket #445: added codec encoding/decoding sample by Benny Prijono · 17 years ago
  11. 1b54324 Added call gaping in siprtp by Benny Prijono · 17 years ago
  12. ef0d7e7 Assertion error in streamutil sample by Benny Prijono · 17 years ago
  13. 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
  14. d606685 siprtp doesn't initialize 100rel module (thanks Angelos Karageorgiou) by Benny Prijono · 17 years ago
  15. b988d76 Reverted accidental checkin of pjsua_app.c and sample_debug.c by Benny Prijono · 17 years ago
  16. 5de81bf Compilation error because of IPv6 change in pjsip-perf by Benny Prijono · 17 years ago
  17. b247714 Fixed error when creating TLS transport in pjsua-lib (the TLS type was misidentified was UDP) by Benny Prijono · 17 years ago
  18. 5186eae Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6 by Benny Prijono · 17 years ago
  19. 812fdee Added strerror.c sample and adjusted code because of IPv6 support in pjlib by Benny Prijono · 17 years ago
  20. e285e05 Changed version to 0.8.0 by Benny Prijono · 17 years ago
  21. df91208 Fixed route set bug in simpleua.c (thanks Raquie Rawq) by Benny Prijono · 17 years ago
  22. fe81cfa Ticket #377: Support for sending RTCP RR by Benny Prijono · 17 years ago
  23. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  24. 251fd78 Fixed ticket #360: More support for strict routed requests in proxy sample (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  25. 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
  26. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  27. 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
  28. 6d9d5de Updated the footprint generation script to include PJNATH by Benny Prijono · 17 years ago
  29. 6869dc9 Add configuration with no thread (receive only) in siprtp by Benny Prijono · 17 years ago
  30. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  31. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  32. 230c2f9 Added missing NULL getopt sentitel in stateful/stateless proxy samples by Benny Prijono · 17 years ago
  33. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  34. 64ac31b Fixed couple of compilation warnings in STUN and new proxy samples with gcc by Benny Prijono · 17 years ago
  35. fff245c Ticket #205: merged proxy functionalities from stable to trunk by Benny Prijono · 17 years ago
  36. 54826a3 Make simpleua work without threads by Benny Prijono · 17 years ago
  37. 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
  38. a2914f2 Added TCP transport in sipstateless sample by Benny Prijono · 18 years ago
  39. 0eef2c7 Updated documentation and sample for media conference with regard to maximum value for audio level adjustment by Benny Prijono · 18 years ago
  40. 4abeb9b Added sleep() before destroying sound device in playfile and playsine to prevent audio stutters by Benny Prijono · 18 years ago
  41. 0deef10 sipstateless now takes an argument for the response code to be sent by Benny Prijono · 18 years ago
  42. 53932c0 Fixed bug in simpleua sample: shouldn't respond to ACK request! by Benny Prijono · 18 years ago
  43. fc24e69 Fixed various gcc warnings especially related to ticket #82 when particular codecs are disabled by Benny Prijono · 18 years ago
  44. 06d1d0e Fixed ticket #82: link error when codec(s) are disabled from configure script (thanks Thomas Reitmayr) by Benny Prijono · 18 years ago
  45. e960bb5 Fixed gcc warnings, especially about dereferencing type-punned pointer by Benny Prijono · 18 years ago
  46. f77ba88 Added simple_pjsua example by Benny Prijono · 18 years ago
  47. 0d51078 Ticket #46: added recording capability in streamutil sample application by Benny Prijono · 18 years ago
  48. 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
  49. 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
  50. 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
  51. 4a92299 Updated footprint script to include new stuffs such as echo canceller and tone generator by Benny Prijono · 18 years ago
  52. 9872573 Fixed footprint calculation script by Benny Prijono · 18 years ago
  53. 12a669c Worked on the AEC. Apply constant delay bufferring for the AEC, by Benny Prijono · 18 years ago
  54. 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
  55. 5a9e204 Fixed transport detachment when there's no thread being used in siprtp. by Benny Prijono · 18 years ago
  56. d95abb4 Fixed bug in siprtp in SDP generation because of recent change in SDP attribute value by Benny Prijono · 18 years ago
  57. 27f01dd FIXED BUG: pjsip_endpt_send_request() SHOULD DELETE THE REQUEST REGARDLESS OF THE STATUS!!! by Benny Prijono · 18 years ago
  58. 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
  59. 5ee1f2e Updated doxygen documentation for the website by Benny Prijono · 18 years ago
  60. 7f5c12c Added multi-purpose tone generator in PJMEDIA (tonegen.[hc]) by Benny Prijono · 18 years ago
  61. fc290a6 Set default codec to PCMU in pjsip-perf by Benny Prijono · 18 years ago
  62. c1e263f Fixed run-time bug with simple_ua and pjsip-perf sample. by Benny Prijono · 18 years ago
  63. 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
  64. f20687a More work on the AEC (including changes in PJSUA), embed the AEC in sound_port, reduce DirectSound buffer from 32 to 16, and fixed ARM compilation for MSVC WinCE target. by Benny Prijono · 18 years ago
  65. 69f7312 More experimentation with AEC: (1) added media port to create bidirectional port from two unidirectional ports, (2) split AEC functionality into AEC algorithm (aec.h) and AEC media port (aec_port.h), (3) Added the AEC functionality in the sound_port.c. by Benny Prijono · 18 years ago
  66. 7bef0f5 Changed siprtp on Linux to raise the thread priority by Benny Prijono · 18 years ago
  67. e85bc41 Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 chars (from 16), and check all those sprintf's especially the ones with "%p" format. by Benny Prijono · 18 years ago
  68. 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
  69. 7db431e Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target by Benny Prijono · 18 years ago
  70. 258ece9 Few changes in siprtp: by Benny Prijono · 18 years ago
  71. 513795f Undo modification to use timer, and back to using threads as the performance is not good by Benny Prijono · 18 years ago
  72. dcc0cbf Fixed crash in SIP TCP transport deinitialization, and set pjsip-perf to handle INVITE request to non-standard URL call-statefully by Benny Prijono · 18 years ago
  73. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  74. 49f682a Some minor modifications here and there in pjsip-perf by Benny Prijono · 18 years ago
  75. 775a1b2 Added PJSIP_MAX_NET_EVENTS configuration to pjsip by Benny Prijono · 18 years ago
  76. c357376 pjsip-perf uses 1 milisecond polling timeout because IOCP does not work correctly if application does not yield the CPU by Benny Prijono · 18 years ago
  77. 1ef06df Report peak memory used upon exiting by Benny Prijono · 18 years ago
  78. cb832eb Added caching pool capacity upon exiting pjsip-perf by Benny Prijono · 18 years ago
  79. bdf202a More fine tuning on the footprint report generation script by Benny Prijono · 18 years ago
  80. 17e0d74 Some improvements in footprint generation by Benny Prijono · 18 years ago
  81. 313b1e4 Added script, source file, and makefile to calculate PJSIP/PJMEDIA footprint by Benny Prijono · 18 years ago
  82. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  83. 1479b65 Fixed minor bug in pool_caching.c that prevent pool from being reused if the capacity has changed when the pool is released by Benny Prijono · 18 years ago
  84. c03a3c5 Added TCP support in pjsip-perf (also tried on Linux) by Benny Prijono · 18 years ago
  85. 514ca6b Added (the forgotten) pjsip-perf.c into samples dir by Benny Prijono · 18 years ago
  86. 8840610 Added pjsip-perf in the samples by Benny Prijono · 18 years ago
  87. ca4cff2 Added INVITE request verification in siprtp before incoming call is established by Benny Prijono · 18 years ago
  88. 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
  89. f901651 Fixed minor bug in the display of packet loss percentage by Benny Prijono · 18 years ago
  90. e695699 Changed siprtp to strictly use one worker thread for all (SIP and media) by Benny Prijono · 18 years ago
  91. 4d3aa92 Changed siprtp to use timer to schedule transmissions of RTP/RTCP packets by Benny Prijono · 18 years ago
  92. 6fd4b8f Modify all applications because of changed in WAV port API (removed user_data from argument) by Benny Prijono · 18 years ago
  93. deb3196 Changed siprtp to use media transport framework to handle NAT by Benny Prijono · 18 years ago
  94. 1ec70b3 Yet again large diffs because of documentation/doxygen update by Benny Prijono · 18 years ago
  95. 37235af Updated doxygen documentation to all headers in PJMEDIA by Benny Prijono · 18 years ago
  96. c78c3a3 Optimizations mostly in the conference bridge (gained more than 3x faster) by Benny Prijono · 18 years ago
  97. 22a300a Implement --null-audio, --auto-loop, etc. in pjsua by Benny Prijono · 18 years ago
  98. 97f2a37 Changed codec names to uppercase in siprtp, as they are not accepted by some UA by Benny Prijono · 18 years ago
  99. 30c658b Added options in pjmedia UDP transport to disable source address checking by Benny Prijono · 18 years ago
  100. 959df2a Change jitter calculation in sound test (sndtest) to show the worst jitter value by Benny Prijono · 18 years ago