1. c585988 Really add the iLBC files into SVN now (duh!). by Benny Prijono · 18 years ago
  2. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  3. 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
  4. c5dfa17 Added pjmedia_port_info_init() to fill in pjmedia_port_info structure, avoiding manual initialization and thus improves consistency (and probably reduces size by a tiny bit). This involves modification in quite few places. by Benny Prijono · 18 years ago
  5. 1b789ed - Added splitter/combiner port (splitcomb.c) by Benny Prijono · 18 years ago
  6. a68b9b2 Committed changes to MSVC workspace re: recent speex changes by Benny Prijono · 18 years ago
  7. dc498ca - Bring speex codec up to date with their SVN trunk by Benny Prijono · 18 years ago
  8. 87445bc Fixed rather loud clicking/tick noise when call is established. This was caused by the PLC not properly cleared before it is reused for the next call by Benny Prijono · 18 years ago
  9. 7db431e Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target by Benny Prijono · 18 years ago
  10. 92ac447 Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used by Benny Prijono · 18 years ago
  11. e219b0f Added PJMEDIA_RTCP_IGNORE_FIRST_PACKETS macro to let application decides how many first RTP packets to ignore when calculating jitter by Benny Prijono · 18 years ago
  12. a8838bf Set the SDP parser to allow blank newline at the end of the message by Benny Prijono · 18 years ago
  13. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  14. 9c5d8a4 Split ulaw/alaw algorithm from g711.c to alaw_ulaw.c to break circular dependencies between g711 codec and silence detector by Benny Prijono · 18 years ago
  15. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  16. f3b6290 Fixed bug in SDP rtpmap parsing that caused SDP failed to parse the rtpmap attribute (because input is not null terminated) by Benny Prijono · 18 years ago
  17. 5d4b53b Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP parsing and validation, (2) fixed bug in RTCP attribute generation in SDP, (3) configurable telephone-event payload type by Benny Prijono · 18 years ago
  18. e0b1cdd Fixed minor bug: RTCP session not fully cleared when it is initialized (should bzero everything), causing incorrect stats when it is reused for next call. Also couple of gcc warnings fixed. by Benny Prijono · 18 years ago
  19. 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
  20. f2a3e51 Minor bug fix and enhancements: (1) fixed bug that caused out-of-order status to be raised when incoming sequence number is random, (2) changed RTCP to only calculate jitter when the RTP timestamp of the packet is different than previous one, and (3) change RTP to randomize initial sequence number by Benny Prijono · 18 years ago
  21. a14fe1f Fixed minor compliation warning in transport_udp.c, also corrected misleading comments, and added memory based capture/playback to the Makefile by Benny Prijono · 18 years ago
  22. 597d7ad Added better API for media transport, and fixed bugs with pending RTP write operation in UDP media transport by Benny Prijono · 18 years ago
  23. 1b8b0d5 Handle error reported by transport by Benny Prijono · 18 years ago
  24. 84f4589 Fixed RTCP statistic returning fraction lost instead of total lost by Benny Prijono · 18 years ago
  25. 6028166 Fixed unreferenced argument warning by Benny Prijono · 18 years ago
  26. 7eaa0fd Added the error code into error messages by Benny Prijono · 18 years ago
  27. e8f275a Added capability to build pjmedia_sock_info from an UDP media transport by Benny Prijono · 18 years ago
  28. 9eda522 Added memory/buffer based media playback and recording by Benny Prijono · 18 years ago
  29. 1ec70b3 Yet again large diffs because of documentation/doxygen update by Benny Prijono · 18 years ago
  30. 4b5977c Removed <malloc.h> from speex/kiss_fft.h as it does not exist in macOS X by Benny Prijono · 18 years ago
  31. b180dca Fixed bugs in negotiating SDP answer from remote for dynamic payload types by Benny Prijono · 18 years ago
  32. b5e1acf Fixed pjmedia build errors in the Makefile with the new gsm patchlevel by Benny Prijono · 18 years ago
  33. 3e6e716 Fix warning messages in GSM and speex because of previous update to GSM patchlevel 10 and speex 1.1.12 by Benny Prijono · 18 years ago
  34. 20fd34a Fix warning messages in GSM and speex because of previous update to GSM patchlevel 10 and speex 1.1.12 by Benny Prijono · 18 years ago
  35. 37235af Updated doxygen documentation to all headers in PJMEDIA by Benny Prijono · 18 years ago
  36. 5520dfd Bring the GSM codec to patchlevel 12 by Benny Prijono · 18 years ago
  37. da6e89a Added speex jitter buffer and AEC files to the library by Benny Prijono · 18 years ago
  38. c78c3a3 Optimizations mostly in the conference bridge (gained more than 3x faster) by Benny Prijono · 18 years ago
  39. 4f9e671 Cleanup more compilation warnings with Mingw by Benny Prijono · 18 years ago
  40. d841053 Cleanup misc compilation warnings with gcc by Benny Prijono · 18 years ago
  41. f37356f Standardise clearing and copying frame with pjmedia_zero_samples() and pjmedia_copy_samples() by Benny Prijono · 18 years ago
  42. 0e13f80 Fixed couple of bugs in stream: (1) race condition when transport callback is called when stream is not fully initialized, and (2) timestamp is not incremented when NULL frame is fed in put_frame() by Benny Prijono · 18 years ago
  43. 2d5d61f Added pjmedia_sdp_neg_was_aswer_remote() by Benny Prijono · 18 years ago
  44. a0d6bc4 Added mutex protection and option not to delete upstream/downstream port in master_port.c by Benny Prijono · 18 years ago
  45. ba06362 Changed codec priority to use integer with value between 0-255 instead of enum by Benny Prijono · 18 years ago
  46. f118221 Fixed bug in xoff calculation in PJMEDIA resample by Benny Prijono · 18 years ago
  47. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  48. ded7da2 Uploaded splitter/combiner API draft by Benny Prijono · 18 years ago
  49. a4cc47b Speex codec will refuse codec quality/complexity 0 and replace them with default value if they are used by Benny Prijono · 18 years ago
  50. 30c658b Added options in pjmedia UDP transport to disable source address checking by Benny Prijono · 18 years ago
  51. e69d49e Sound device id zero mean autoselect device by Benny Prijono · 18 years ago
  52. 56de903 Added set_pos() to WAV player by Benny Prijono · 18 years ago
  53. 67e779b Added destroy in transport operation by Benny Prijono · 18 years ago
  54. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  55. 4b08be9 Fixed minor compilation warnings in rtcp.h by Benny Prijono · 18 years ago
  56. 1335fb8 Fixed crash bug in DSound closing procedure by Benny Prijono · 18 years ago
  57. 6a61c22 Put back high thread priority in dsound.c by Benny Prijono · 18 years ago
  58. a5d0daf Changed DirectSound not to be too aggressive when capturing frames by Benny Prijono · 18 years ago
  59. a1d84ba Increase default number of DirectSound buffers to 16. This has seemed to make it more stable against CPU disruption by Benny Prijono · 18 years ago
  60. 406e621 Fixed minor bug in silence detector by Benny Prijono · 18 years ago
  61. a112f6a DirectSound capture device queries stream position and retrieves any captured frames by Benny Prijono · 18 years ago
  62. 42d52c2 Added device enumeration capability in DirectSound by Benny Prijono · 18 years ago
  63. fec6e7e Fixed warning about unreference arguments in transport_udp.c by Benny Prijono · 18 years ago
  64. 8daebe2 Fixed crashed with the latest VAD changes by Benny Prijono · 18 years ago
  65. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  66. 70c6891 Install VAD in g711, gsm, and speex, and add the DTX support in stream.c. Also changed the way the silence detector works, and changed default speex quality/complexity to 10 by Benny Prijono · 18 years ago
  67. 1f98cb8 Changed the way average jitter is calculated in rtcp by Benny Prijono · 18 years ago
  68. 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
  69. 1c30d82 Rearrange DirectSound closing steps to reduce blocking delay by Benny Prijono · 18 years ago
  70. 4148b98 Fixed excessive jitter prefetch message when silence detector is applied in remote by Benny Prijono · 18 years ago
  71. ed8c0fc Changed default sound back-end on Win32 to own DirectSound by Benny Prijono · 18 years ago
  72. 65382db Set default sound backend in Win32 to own DirectSound, and changed conference clock to 10ms (from 20ms) by Benny Prijono · 18 years ago
  73. 42adf5e Fixed more bugs with multiple frame handling by Benny Prijono · 18 years ago
  74. 49d3fca Fixed bug with multiple frames handling in RTP stream by Benny Prijono · 18 years ago
  75. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  76. 0766da0 Fixed bugs: stream should give to jitter buffer the extended/32bit sequence number instead of raw 16bit sequence number from RTP, to handle the sequence wrapping case, and added options in jbuf to behave as fixed buffer, and added extra frame type for jitter buffer returned frame. by Benny Prijono · 18 years ago
  77. 3897589 Fixed bug: incorrect remote and local PT for telephone-events (swapped) by Benny Prijono · 18 years ago
  78. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  79. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  80. fa8323a Rename hard coded constants (such as ptime) in G711 to a macro for better aesthetic by Benny Prijono · 18 years ago
  81. 9eb3367 Changed jbuf param name in stream_info, and generate random SSRC for RTP/RTCP instead of zero. by Benny Prijono · 18 years ago
  82. 27071e3 Fixed several bugs in RTCP and tested the compatibility. Fixed bugs: total lost byte order, RTCP RR parsing, normalizing large RTT, RX pkt lost online update. by Benny Prijono · 18 years ago
  83. b17c93b Do not disable port if put_frame()/get_frame() returns error by Benny Prijono · 18 years ago
  84. 1d8d608 Fixed bug in event subscription when it is challenged/authenticated by Benny Prijono · 18 years ago
  85. e3ed952 Fixed bugs in codec priority sorting by Benny Prijono · 18 years ago
  86. 0938128 Added different error code when remote does not support RFC 2833 by Benny Prijono · 18 years ago
  87. b9cd54e Increase the maximum number of formats in SDP media line (from 16 to 32) by Benny Prijono · 18 years ago
  88. dca7a33 Set version to 0.5.4.11 by Benny Prijono · 18 years ago
  89. 5fad3e2 Added Packet Lost Concealment (PLC) framework, with two backend algorithms (simple replay and G.711 Appendix I) by Benny Prijono · 18 years ago
  90. 9c42d4d Implement simple frame replay based packet lost concealment by Benny Prijono · 18 years ago
  91. 1d709a2 Fixed obsolete comments in stream.h and session.h about stream transmitting media immediately by Benny Prijono · 18 years ago
  92. 41ee6ab Updated pjmedia-codec Makefile for recent L16 codec addition by Benny Prijono · 18 years ago
  93. a837c30 Initial support for stereo codecs, and added L16 codecs. Also better handling for case remote media is restarted by Benny Prijono · 18 years ago
  94. 6d7a45f Better support for continuing media when peer has restarted transmission/RTP session by Benny Prijono · 18 years ago
  95. 0bb5b60 Added implementation of media clock and master port (to control frame timing of clock-less ports such as file reader/player) by Benny Prijono · 18 years ago
  96. 92ac452 Added the time when session was created in pjmedia_rtcp_stat by Benny Prijono · 18 years ago
  97. 1de3ac5 Changed stream.c so it won't quit after recvfrom returns ECONNRESET by Benny Prijono · 18 years ago
  98. 903c99d Added loss period for rx stream implementation by Benny Prijono · 18 years ago
  99. 2c29a8b Added code in RTCP to handle PerformanceQueryCounter bug on Win32 by Benny Prijono · 18 years ago
  100. 14b7b66 Randomize RTCP send interval to reduce collision risk by Benny Prijono · 18 years ago