1. 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
  2. 6d7a45f Better support for continuing media when peer has restarted transmission/RTP session by Benny Prijono · 18 years ago
  3. 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
  4. 92ac452 Added the time when session was created in pjmedia_rtcp_stat by Benny Prijono · 18 years ago
  5. 1de3ac5 Changed stream.c so it won't quit after recvfrom returns ECONNRESET by Benny Prijono · 18 years ago
  6. 903c99d Added loss period for rx stream implementation by Benny Prijono · 18 years ago
  7. 2c29a8b Added code in RTCP to handle PerformanceQueryCounter bug on Win32 by Benny Prijono · 18 years ago
  8. 14b7b66 Randomize RTCP send interval to reduce collision risk by Benny Prijono · 18 years ago
  9. 6996823 Integrate (stream) quality monitoring into RTCP framework, and update all RTCP clients accordingly by Benny Prijono · 18 years ago
  10. c323807 Protect RTCP packet lost calculation against incorrect packet expectations by Benny Prijono · 18 years ago
  11. d7a13f1 Added detection/protection against inaccurate timestamp in RTCP by Benny Prijono · 18 years ago
  12. 6e7376d Fixed RTT calculation bug in RTCP by Benny Prijono · 18 years ago
  13. 49ce9a7 Fixed bug in RTT calculation in RTCP and increase RTT resolution to usec by Benny Prijono · 18 years ago
  14. a1d03b4 Added RTCP end to end delay calculation by Benny Prijono · 18 years ago
  15. 46ca996 Fixed bug in RTCP: packing error causing size mismatch when compiled with MSVC by Benny Prijono · 18 years ago
  16. 9a0eab5 Changed RTCP timing to use high resolution timestamp by Benny Prijono · 18 years ago
  17. 421130b Changed the packet lost calculation (previously it always reported at least 1 packet lost) by Benny Prijono · 18 years ago
  18. 231ad87 Moved private create session info from SDP to public API by Benny Prijono · 18 years ago
  19. 934a65c Added some flags during playback buffer creation by Benny Prijono · 18 years ago
  20. e452dda Added DirectSound sound implementation by Benny Prijono · 18 years ago
  21. 94e0103 Fixed crashed bug when pjsua failed to initialize. Also fixed PortAudio error msg in pjmedia_strerror() by Benny Prijono · 18 years ago
  22. 55c060f Fixed reading memory past buffer error in SDP by Benny Prijono · 18 years ago
  23. f808329 Added WAVE writer and resample port, and also found out why audio quality is poor with DirectSound by Benny Prijono · 19 years ago
  24. a6642d3 Renamed by Benny Prijono · 19 years ago
  25. 4fca27b Fixed misc warnings/errors in Solaris build by Benny Prijono · 19 years ago
  26. a8df654 Fixed unable to open simultaneous sound streams in MacOS by Benny Prijono · 19 years ago
  27. 8482783 Changed sound device framework to allow opening bidirectional streams from one device by Benny Prijono · 19 years ago
  28. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago
  29. 86ee4b4 Added macro to exclude filters in resample and added options to select resample algorithm in conference by Benny Prijono · 19 years ago
  30. 6908edd Fixed build error on mingw by Benny Prijono · 19 years ago
  31. f4b6091 Ported PJMEDIA to Darwin/MacOSX by Benny Prijono · 19 years ago
  32. 0c0e9f0 Added missing pa_mac_hostapis.c for PortAudio in MacOS by Benny Prijono · 19 years ago
  33. 37bf5b0 Added MacOS related files to PortAudio by Benny Prijono · 19 years ago
  34. 5d95f5e Added assert when get_frame() or put_frame() is NULL by Benny Prijono · 19 years ago
  35. 3ea7433 Tested and fixed stereo audio support by Benny Prijono · 19 years ago
  36. e3e3e52 Fixed no audio bug in new conference, and add level adjustment in port info by Benny Prijono · 19 years ago
  37. 3ba816e Added option to disable error message altogether, to save space footprint by Benny Prijono · 19 years ago
  38. 6107a00 Added samples (finally!!) by Benny Prijono · 19 years ago
  39. a5829a8 Fixed bug in stream.c where bits_per_sample is not set properly by Benny Prijono · 19 years ago
  40. 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
  41. d0659a3 Support for stereo audio (or N audio channels, for that matter) by Benny Prijono · 19 years ago
  42. 101a78b Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_* to pjmedia_* by Benny Prijono · 19 years ago
  43. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  44. de8a259 Tidying up sound device, register PortAudio error codes, and initial support for stereo sound device (untested) by Benny Prijono · 19 years ago
  45. de38058 Added Null port, and changed conference so that it does not call port get_frame() when there is no listener on the port by Benny Prijono · 19 years ago
  46. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  47. 8e3344c Added options to disable microphone device, usefull for streaming server (some systems only have sound player) by Benny Prijono · 19 years ago
  48. 51f5bd5 RTP server NAT support and removed rtp_port by Benny Prijono · 19 years ago
  49. f6aba4e Set minimum quality for Speex ultrawideband codec to 5 (because sound is broken in Linux) by Benny Prijono · 19 years ago
  50. 571f4b7 Fixed bug in remote payload type search by Benny Prijono · 19 years ago
  51. 6d01906 Fixed warnings on Linux build by Benny Prijono · 19 years ago
  52. ea85051 Added missing speex_config_types.h by Benny Prijono · 19 years ago
  53. 5c17ea7 Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and Speex by Benny Prijono · 19 years ago
  54. 9cf18b9 Fixed warnings in pjmedia_sdp_attr_cmp by Benny Prijono · 19 years ago
  55. 7bd1513 Changed Speex defaults: complexity=-1, vad=off. Tested with EyeBeam by Benny Prijono · 19 years ago
  56. 8f0e8dc Fixed bug if payload type for rx and tx is different (i.e. dyn pt) by Benny Prijono · 19 years ago
  57. bdbf749 Allow file port to read the file in chunks instead of a whole by Benny Prijono · 19 years ago
  58. 33c8e09 Fixed bug where resample may write pass the output buffer by Benny Prijono · 19 years ago
  59. 856ebc3 Added assert checking in speex codec by Benny Prijono · 19 years ago
  60. f93895c Fixed serious flaw in GSM where encoder and decoder shared the same state! by Benny Prijono · 19 years ago
  61. f43a4bd Fixed SDP negotiation to include clock rate by Benny Prijono · 19 years ago
  62. d081350 Fixed Speex warnings, and set version to 0.5.3.1 by Benny Prijono · 19 years ago
  63. eb30bf5 Added Speex for narrowband, wideband, and ultra-wideband!! by Benny Prijono · 19 years ago
  64. 08e0d06 Major modification in conference bridge to allow ports with different ptime and sampling rate. Also introduced sampling rate converter by Benny Prijono · 19 years ago
  65. b550c9c Support for missing rtpmap for static payload types by Benny Prijono · 19 years ago
  66. d2e84d5 Fixed compilation warnings and errors in pjsip-perf by Benny Prijono · 19 years ago
  67. 09e2650 Fixed deadlock in conference when starting sound device in Linux by Benny Prijono · 19 years ago
  68. fa994fa Added log message when stream and stream thread is started by Benny Prijono · 19 years ago
  69. a6df7b8 Fixed Linux port warnings/errors by Benny Prijono · 19 years ago
  70. ab7399b Updated mingw compilation by Benny Prijono · 19 years ago
  71. 96972bf Fixed various crashes since mutex is introduced by Benny Prijono · 19 years ago
  72. a95a7b1 Fixed echo in conference, and add ability to shrink buffer in jitter buffer by Benny Prijono · 19 years ago
  73. 8c71561 Synched with documentation by Benny Prijono · 19 years ago
  74. 80f6e7e Fixed bugs when codec order in remote and local sdp is different by Benny Prijono · 19 years ago
  75. d43975b Re-enable silence detection by Benny Prijono · 19 years ago
  76. 64f851e Added support for NULL frame in rtp stream, fixed bugs here and there in INVITE (e.g. dont send SDP on 180), and set version to 0.5.1.2 by Benny Prijono · 19 years ago
  77. 3987915 Added support for playing WAV file by Benny Prijono · 19 years ago
  78. ed1056c Put back stricker SDP negotiation rule by Benny Prijono · 19 years ago
  79. 06c7094 RFC 2833 support! by Benny Prijono · 19 years ago
  80. 349a0f2 Putting initial DTMF efforts by Benny Prijono · 19 years ago
  81. f256ae7 Better error reporting in pjmedia stream by Benny Prijono · 19 years ago
  82. 9ffa6a8 Fixed crashed bug when sound is closed, and added msg when port is (dis)connected by Benny Prijono · 19 years ago
  83. dc0e8ae Added msg when stream is started/paused/resumed by Benny Prijono · 19 years ago
  84. bd0ae83 Decrease log level from 4 to 5 by Benny Prijono · 19 years ago
  85. 1b1f688 Decrease log level from 4 to 5 by Benny Prijono · 19 years ago
  86. dd7b32d Added has_local_answer(), and more relaxed negotiation by Benny Prijono · 19 years ago
  87. f04ffdd Initial conference implementation by Benny Prijono · 19 years ago
  88. 1496288 Added conference bridge prototype by Benny Prijono · 19 years ago
  89. dc32658 Putting vad template by Benny Prijono · 19 years ago
  90. 7f664bf Fixed packing error in rtp header, and sdp validation supports non numeric pt for broken uas by Benny Prijono · 19 years ago
  91. f80b1bf Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries by Benny Prijono · 19 years ago
  92. f239cfa Removed obsolete PJMEDIA.txt from docs by Benny Prijono · 19 years ago
  93. 80538ba Added Doxygen HTML header and footer by Benny Prijono · 19 years ago
  94. 24cf04b Correct broken links in Doxygen documentation by Benny Prijono · 19 years ago
  95. 274975a Created and updated PJMEDIA documentation by Benny Prijono · 19 years ago
  96. 6e31775 Ported pjmedia to WinCE by Benny Prijono · 19 years ago
  97. a4bf021 Added pjmedia-codec library by Benny Prijono · 19 years ago
  98. 7758fce Fixed Linux OSS sound by Benny Prijono · 19 years ago
  99. e717249 Ported pjmedia to Linux by Benny Prijono · 19 years ago
  100. 34a404e Failed attempt to build pjmedia with DirectSound on Linux by Benny Prijono · 19 years ago