1. da6e89a Added speex jitter buffer and AEC files to the library by Benny Prijono · 18 years ago
  2. c78c3a3 Optimizations mostly in the conference bridge (gained more than 3x faster) by Benny Prijono · 18 years ago
  3. 4f9e671 Cleanup more compilation warnings with Mingw by Benny Prijono · 18 years ago
  4. d841053 Cleanup misc compilation warnings with gcc by Benny Prijono · 18 years ago
  5. f37356f Standardise clearing and copying frame with pjmedia_zero_samples() and pjmedia_copy_samples() by Benny Prijono · 18 years ago
  6. 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
  7. 2d5d61f Added pjmedia_sdp_neg_was_aswer_remote() by Benny Prijono · 18 years ago
  8. a0d6bc4 Added mutex protection and option not to delete upstream/downstream port in master_port.c by Benny Prijono · 18 years ago
  9. ba06362 Changed codec priority to use integer with value between 0-255 instead of enum by Benny Prijono · 18 years ago
  10. f118221 Fixed bug in xoff calculation in PJMEDIA resample by Benny Prijono · 18 years ago
  11. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  12. ded7da2 Uploaded splitter/combiner API draft by Benny Prijono · 18 years ago
  13. 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
  14. 30c658b Added options in pjmedia UDP transport to disable source address checking by Benny Prijono · 18 years ago
  15. e69d49e Sound device id zero mean autoselect device by Benny Prijono · 18 years ago
  16. 56de903 Added set_pos() to WAV player by Benny Prijono · 18 years ago
  17. 67e779b Added destroy in transport operation by Benny Prijono · 18 years ago
  18. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  19. 4b08be9 Fixed minor compilation warnings in rtcp.h by Benny Prijono · 18 years ago
  20. 1335fb8 Fixed crash bug in DSound closing procedure by Benny Prijono · 18 years ago
  21. 6a61c22 Put back high thread priority in dsound.c by Benny Prijono · 18 years ago
  22. a5d0daf Changed DirectSound not to be too aggressive when capturing frames by Benny Prijono · 18 years ago
  23. 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
  24. 406e621 Fixed minor bug in silence detector by Benny Prijono · 18 years ago
  25. a112f6a DirectSound capture device queries stream position and retrieves any captured frames by Benny Prijono · 18 years ago
  26. 42d52c2 Added device enumeration capability in DirectSound by Benny Prijono · 18 years ago
  27. fec6e7e Fixed warning about unreference arguments in transport_udp.c by Benny Prijono · 18 years ago
  28. 8daebe2 Fixed crashed with the latest VAD changes by Benny Prijono · 18 years ago
  29. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  30. 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
  31. 1f98cb8 Changed the way average jitter is calculated in rtcp by Benny Prijono · 18 years ago
  32. 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
  33. 1c30d82 Rearrange DirectSound closing steps to reduce blocking delay by Benny Prijono · 18 years ago
  34. 4148b98 Fixed excessive jitter prefetch message when silence detector is applied in remote by Benny Prijono · 18 years ago
  35. ed8c0fc Changed default sound back-end on Win32 to own DirectSound by Benny Prijono · 18 years ago
  36. 65382db Set default sound backend in Win32 to own DirectSound, and changed conference clock to 10ms (from 20ms) by Benny Prijono · 18 years ago
  37. 42adf5e Fixed more bugs with multiple frame handling by Benny Prijono · 18 years ago
  38. 49d3fca Fixed bug with multiple frames handling in RTP stream by Benny Prijono · 18 years ago
  39. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  40. 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
  41. 3897589 Fixed bug: incorrect remote and local PT for telephone-events (swapped) by Benny Prijono · 18 years ago
  42. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  43. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  44. fa8323a Rename hard coded constants (such as ptime) in G711 to a macro for better aesthetic by Benny Prijono · 18 years ago
  45. 9eb3367 Changed jbuf param name in stream_info, and generate random SSRC for RTP/RTCP instead of zero. by Benny Prijono · 18 years ago
  46. 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
  47. b17c93b Do not disable port if put_frame()/get_frame() returns error by Benny Prijono · 18 years ago
  48. 1d8d608 Fixed bug in event subscription when it is challenged/authenticated by Benny Prijono · 18 years ago
  49. e3ed952 Fixed bugs in codec priority sorting by Benny Prijono · 18 years ago
  50. 0938128 Added different error code when remote does not support RFC 2833 by Benny Prijono · 18 years ago
  51. b9cd54e Increase the maximum number of formats in SDP media line (from 16 to 32) by Benny Prijono · 18 years ago
  52. dca7a33 Set version to 0.5.4.11 by Benny Prijono · 18 years ago
  53. 5fad3e2 Added Packet Lost Concealment (PLC) framework, with two backend algorithms (simple replay and G.711 Appendix I) by Benny Prijono · 18 years ago
  54. 9c42d4d Implement simple frame replay based packet lost concealment by Benny Prijono · 18 years ago
  55. 1d709a2 Fixed obsolete comments in stream.h and session.h about stream transmitting media immediately by Benny Prijono · 18 years ago
  56. 41ee6ab Updated pjmedia-codec Makefile for recent L16 codec addition by Benny Prijono · 18 years ago
  57. 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
  58. 6d7a45f Better support for continuing media when peer has restarted transmission/RTP session by Benny Prijono · 18 years ago
  59. 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
  60. 92ac452 Added the time when session was created in pjmedia_rtcp_stat by Benny Prijono · 18 years ago
  61. 1de3ac5 Changed stream.c so it won't quit after recvfrom returns ECONNRESET by Benny Prijono · 18 years ago
  62. 903c99d Added loss period for rx stream implementation by Benny Prijono · 18 years ago
  63. 2c29a8b Added code in RTCP to handle PerformanceQueryCounter bug on Win32 by Benny Prijono · 18 years ago
  64. 14b7b66 Randomize RTCP send interval to reduce collision risk by Benny Prijono · 18 years ago
  65. 6996823 Integrate (stream) quality monitoring into RTCP framework, and update all RTCP clients accordingly by Benny Prijono · 18 years ago
  66. c323807 Protect RTCP packet lost calculation against incorrect packet expectations by Benny Prijono · 18 years ago
  67. d7a13f1 Added detection/protection against inaccurate timestamp in RTCP by Benny Prijono · 18 years ago
  68. 6e7376d Fixed RTT calculation bug in RTCP by Benny Prijono · 18 years ago
  69. 49ce9a7 Fixed bug in RTT calculation in RTCP and increase RTT resolution to usec by Benny Prijono · 18 years ago
  70. a1d03b4 Added RTCP end to end delay calculation by Benny Prijono · 18 years ago
  71. 46ca996 Fixed bug in RTCP: packing error causing size mismatch when compiled with MSVC by Benny Prijono · 18 years ago
  72. 9a0eab5 Changed RTCP timing to use high resolution timestamp by Benny Prijono · 18 years ago
  73. 421130b Changed the packet lost calculation (previously it always reported at least 1 packet lost) by Benny Prijono · 18 years ago
  74. 231ad87 Moved private create session info from SDP to public API by Benny Prijono · 18 years ago
  75. 934a65c Added some flags during playback buffer creation by Benny Prijono · 18 years ago
  76. e452dda Added DirectSound sound implementation by Benny Prijono · 18 years ago
  77. 94e0103 Fixed crashed bug when pjsua failed to initialize. Also fixed PortAudio error msg in pjmedia_strerror() by Benny Prijono · 18 years ago
  78. 55c060f Fixed reading memory past buffer error in SDP by Benny Prijono · 18 years ago
  79. f808329 Added WAVE writer and resample port, and also found out why audio quality is poor with DirectSound by Benny Prijono · 19 years ago
  80. a6642d3 Renamed by Benny Prijono · 19 years ago
  81. 4fca27b Fixed misc warnings/errors in Solaris build by Benny Prijono · 19 years ago
  82. a8df654 Fixed unable to open simultaneous sound streams in MacOS by Benny Prijono · 19 years ago
  83. 8482783 Changed sound device framework to allow opening bidirectional streams from one device by Benny Prijono · 19 years ago
  84. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago
  85. 86ee4b4 Added macro to exclude filters in resample and added options to select resample algorithm in conference by Benny Prijono · 19 years ago
  86. 6908edd Fixed build error on mingw by Benny Prijono · 19 years ago
  87. f4b6091 Ported PJMEDIA to Darwin/MacOSX by Benny Prijono · 19 years ago
  88. 0c0e9f0 Added missing pa_mac_hostapis.c for PortAudio in MacOS by Benny Prijono · 19 years ago
  89. 37bf5b0 Added MacOS related files to PortAudio by Benny Prijono · 19 years ago
  90. 5d95f5e Added assert when get_frame() or put_frame() is NULL by Benny Prijono · 19 years ago
  91. 3ea7433 Tested and fixed stereo audio support by Benny Prijono · 19 years ago
  92. e3e3e52 Fixed no audio bug in new conference, and add level adjustment in port info by Benny Prijono · 19 years ago
  93. 3ba816e Added option to disable error message altogether, to save space footprint by Benny Prijono · 19 years ago
  94. 6107a00 Added samples (finally!!) by Benny Prijono · 19 years ago
  95. a5829a8 Fixed bug in stream.c where bits_per_sample is not set properly by Benny Prijono · 19 years ago
  96. b100d69 Added feature in conference bridge to get and set the signal level of individual port and individual stream direction by Benny Prijono · 19 years ago
  97. d0659a3 Support for stereo audio (or N audio channels, for that matter) by Benny Prijono · 19 years ago
  98. 101a78b Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_* to pjmedia_* by Benny Prijono · 19 years ago
  99. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  100. de8a259 Tidying up sound device, register PortAudio error codes, and initial support for stereo sound device (untested) by Benny Prijono · 19 years ago