1. 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
  2. 1f98cb8 Changed the way average jitter is calculated in rtcp by Benny Prijono · 18 years ago
  3. 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
  4. ed8c0fc Changed default sound back-end on Win32 to own DirectSound by Benny Prijono · 18 years ago
  5. 65382db Set default sound backend in Win32 to own DirectSound, and changed conference clock to 10ms (from 20ms) by Benny Prijono · 18 years ago
  6. 42adf5e Fixed more bugs with multiple frame handling by Benny Prijono · 18 years ago
  7. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  8. 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
  9. 3897589 Fixed bug: incorrect remote and local PT for telephone-events (swapped) by Benny Prijono · 18 years ago
  10. 9eb3367 Changed jbuf param name in stream_info, and generate random SSRC for RTP/RTCP instead of zero. by Benny Prijono · 18 years ago
  11. 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
  12. e3ed952 Fixed bugs in codec priority sorting by Benny Prijono · 18 years ago
  13. 0938128 Added different error code when remote does not support RFC 2833 by Benny Prijono · 18 years ago
  14. b9cd54e Increase the maximum number of formats in SDP media line (from 16 to 32) by Benny Prijono · 18 years ago
  15. 5fad3e2 Added Packet Lost Concealment (PLC) framework, with two backend algorithms (simple replay and G.711 Appendix I) by Benny Prijono · 18 years ago
  16. 1d709a2 Fixed obsolete comments in stream.h and session.h about stream transmitting media immediately by Benny Prijono · 18 years ago
  17. 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
  18. 6d7a45f Better support for continuing media when peer has restarted transmission/RTP session by Benny Prijono · 18 years ago
  19. 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
  20. 92ac452 Added the time when session was created in pjmedia_rtcp_stat by Benny Prijono · 18 years ago
  21. 903c99d Added loss period for rx stream implementation by Benny Prijono · 18 years ago
  22. 2c29a8b Added code in RTCP to handle PerformanceQueryCounter bug on Win32 by Benny Prijono · 18 years ago
  23. 14b7b66 Randomize RTCP send interval to reduce collision risk by Benny Prijono · 18 years ago
  24. 6996823 Integrate (stream) quality monitoring into RTCP framework, and update all RTCP clients accordingly by Benny Prijono · 18 years ago
  25. 6e7376d Fixed RTT calculation bug in RTCP by Benny Prijono · 18 years ago
  26. 49ce9a7 Fixed bug in RTT calculation in RTCP and increase RTT resolution to usec by Benny Prijono · 18 years ago
  27. a1d03b4 Added RTCP end to end delay calculation by Benny Prijono · 18 years ago
  28. 46ca996 Fixed bug in RTCP: packing error causing size mismatch when compiled with MSVC by Benny Prijono · 18 years ago
  29. 9a0eab5 Changed RTCP timing to use high resolution timestamp by Benny Prijono · 18 years ago
  30. 231ad87 Moved private create session info from SDP to public API by Benny Prijono · 18 years ago
  31. e452dda Added DirectSound sound implementation by Benny Prijono · 18 years ago
  32. f808329 Added WAVE writer and resample port, and also found out why audio quality is poor with DirectSound by Benny Prijono · 19 years ago
  33. 4fca27b Fixed misc warnings/errors in Solaris build by Benny Prijono · 19 years ago
  34. 8482783 Changed sound device framework to allow opening bidirectional streams from one device by Benny Prijono · 19 years ago
  35. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago
  36. 86ee4b4 Added macro to exclude filters in resample and added options to select resample algorithm in conference by Benny Prijono · 19 years ago
  37. f4b6091 Ported PJMEDIA to Darwin/MacOSX by Benny Prijono · 19 years ago
  38. 3ea7433 Tested and fixed stereo audio support by Benny Prijono · 19 years ago
  39. e3e3e52 Fixed no audio bug in new conference, and add level adjustment in port info by Benny Prijono · 19 years ago
  40. a5829a8 Fixed bug in stream.c where bits_per_sample is not set properly by Benny Prijono · 19 years ago
  41. 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
  42. d0659a3 Support for stereo audio (or N audio channels, for that matter) by Benny Prijono · 19 years ago
  43. 101a78b Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_* to pjmedia_* by Benny Prijono · 19 years ago
  44. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  45. de8a259 Tidying up sound device, register PortAudio error codes, and initial support for stereo sound device (untested) by Benny Prijono · 19 years ago
  46. 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
  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. 9cf18b9 Fixed warnings in pjmedia_sdp_attr_cmp by Benny Prijono · 19 years ago
  50. 8f0e8dc Fixed bug if payload type for rx and tx is different (i.e. dyn pt) by Benny Prijono · 19 years ago
  51. eb30bf5 Added Speex for narrowband, wideband, and ultra-wideband!! by Benny Prijono · 19 years ago
  52. 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
  53. b550c9c Support for missing rtpmap for static payload types by Benny Prijono · 19 years ago
  54. a6df7b8 Fixed Linux port warnings/errors by Benny Prijono · 19 years ago
  55. a95a7b1 Fixed echo in conference, and add ability to shrink buffer in jitter buffer by Benny Prijono · 19 years ago
  56. 8c71561 Synched with documentation by Benny Prijono · 19 years ago
  57. 3987915 Added support for playing WAV file by Benny Prijono · 19 years ago
  58. 06c7094 RFC 2833 support! by Benny Prijono · 19 years ago
  59. 349a0f2 Putting initial DTMF efforts by Benny Prijono · 19 years ago
  60. dd7b32d Added has_local_answer(), and more relaxed negotiation by Benny Prijono · 19 years ago
  61. f04ffdd Initial conference implementation by Benny Prijono · 19 years ago
  62. 1496288 Added conference bridge prototype by Benny Prijono · 19 years ago
  63. dc32658 Putting vad template by Benny Prijono · 19 years ago
  64. 7f664bf Fixed packing error in rtp header, and sdp validation supports non numeric pt for broken uas by Benny Prijono · 19 years ago
  65. 24cf04b Correct broken links in Doxygen documentation by Benny Prijono · 19 years ago
  66. 274975a Created and updated PJMEDIA documentation by Benny Prijono · 19 years ago
  67. a4bf021 Added pjmedia-codec library by Benny Prijono · 19 years ago
  68. 34a404e Failed attempt to build pjmedia with DirectSound on Linux by Benny Prijono · 19 years ago
  69. 632ce71 Updated with new jitter buffer, and statistics in pjsua by Benny Prijono · 19 years ago
  70. a66c715 Done media integration in pjsua. Needs to do actual voice testing by Benny Prijono · 19 years ago
  71. 9519658 Integration of pjmedia and pjsip error subsystem to pjlib by Benny Prijono · 19 years ago
  72. 1519e57 Finished new pjmedia rewrite by Benny Prijono · 19 years ago
  73. bae7499 Added STATE_REMOTE_OFFER state in negotiator by Benny Prijono · 19 years ago
  74. 4ea0bf1 Added SDP negotiator and changed SDP structs (tested) by Benny Prijono · 19 years ago
  75. b50137b Compiled cleanly first time for the new pjlib by Benny Prijono · 19 years ago