1. 2ce87f1 Re #1570: Update to work with audio routing (speaker vs handset). Thanks Bob Cripps for the patch! by Benny Prijono · 12 years ago
  2. 2573b43 Re #1608: Try to store the number of frames in the packet in case SKP_Silk_SDK_get_TOC() couldn't return the correct number of frames during decode by Sauw Ming · 12 years ago
  3. b3010ae Re #1568: (PJSIP 2.x) Apply pjsua_media_config before detecting media change and fixed encoding name string duplication. by Sauw Ming · 12 years ago
  4. 67a4044 Re #1608: Fixed the way codec is initialized, enumerated, and deinit since both NB and WB use the same factory by Sauw Ming · 12 years ago
  5. 0370289 Re #1608: Modified VS project by Sauw Ming · 12 years ago
  6. 2f67f47 Re #1608: Add support for OpenCORE AMR-WB by Sauw Ming · 12 years ago
  7. 5ee302e Re #1586: Fixed samples_per_frame calculation by Sauw Ming · 12 years ago
  8. d752afd Fixed #1612: problems with jitter buffer fixed mode operation (prefetch may go lower than configured minimum prefetch, and the discard needs to be disabled too) by Benny Prijono · 12 years ago
  9. d7636bd Re #1570: Update BB10 audio driver to the latest changes in SDK: by Benny Prijono · 12 years ago
  10. 19f08d6 Misc (re #1562): Update ffmpeg version check regarding 'AVCodec::encode' removal (see also r4277). by Nanang Izzuddin · 12 years ago
  11. 4a298d5 Fix #1600: V4L2 capture device always re-enqueues buffer with index zero. by Nanang Izzuddin · 12 years ago
  12. 6abce2c Re #1559: Fix dependencies when running parallel make (thanks Shaun Ruffell for the patch) by Sauw Ming · 12 years ago
  13. 647045a Re #1586: Fixed useInBandFEC setting and default value setting in pjmedia_codec_silk_set_config() by Sauw Ming · 12 years ago
  14. 443a16a Re #1562 (misc): Fixed uninitialized frame for conversion in video port by Sauw Ming · 12 years ago
  15. 10584d2 Re #1559: Fixed potential buffer overflow when duplicating the string by Sauw Ming · 12 years ago
  16. f500a55 Re #1586: Add support for SILK multiple frames per packet by Sauw Ming · 12 years ago
  17. 9756efd Misc (re #1562): Fixed ffmpeg codec wrapper compile error of undefined 'AVCodec::encode' (removed in the recent ffmpeg version). by Nanang Izzuddin · 12 years ago
  18. 65f2403 Re #1586: Implement SILK config setting and fixed decoding fmtp by Sauw Ming · 12 years ago
  19. 3ee340a More re #1586: added PJMEDIA_HAS_SILK_CODEC to config_auto.h.in by Benny Prijono · 12 years ago
  20. a4ac228 Misc (re #1559): Consistent use of SAMPLES_PER_FRAME in G711. by Nanang Izzuddin · 12 years ago
  21. 03df424 Re #1568: Add build config for SILK by Sauw Ming · 12 years ago
  22. e14008e Re #1586: Initial version of SILK wrapper. by Nanang Izzuddin · 12 years ago
  23. 3d6980a Fixed #1582: Transmit the last DTMF packet (containing the E bit) three times by Benny Prijono · 12 years ago
  24. af9c34d Re #1562: Add PJMEDIA_HAS_VIDEO macro for vid_stream_info by Sauw Ming · 12 years ago
  25. 9c752fa Transmit DTMF with 'End' bit when the stream is being destroyed. This closes #1582 by Benny Prijono · 12 years ago
  26. f0aabd3 Close #1568: by Nanang Izzuddin · 12 years ago
  27. 994e9ed Re #1562: Add support for multiple GUIDs that represents the same format (such as I420/IYUV) in DShow device. by Sauw Ming · 12 years ago
  28. 9b7e255 Fixed #1581: Fixed crash in video port when the capturer is passive, its stream is passive, and converter is needed by Sauw Ming · 12 years ago
  29. be8ab38 Fix #1579: Update Symbian APS/VAS to use new pjmedia_format. by Nanang Izzuddin · 12 years ago
  30. 2da9fc6 Re #1562: Add support for I420 format in DShow video device. by Sauw Ming · 12 years ago
  31. 062c49f Fixed #1577: Add pjmedia setting to include SDP bandwidth modifier "TIAS" (RFC3890) by Sauw Ming · 12 years ago
  32. 8976120 Re #1559: Removed unnecessary PJ_UNUSED_ARG(payload_len) in pjmedia_rtp_encode_rtp() by Sauw Ming · 12 years ago
  33. cc61b74 Fixed #1570: Update BlackBerry BB10 audio device to the latest SDK R6 by Benny Prijono · 12 years ago
  34. 6457b15 Fixed #1566: by Nanang Izzuddin · 12 years ago
  35. 6ae8f2d Fixed #1552: Possible crash if media transport stop() is called on ICE transport while ICE is not created (thanks Iliya Prince for the fix) by Benny Prijono · 12 years ago
  36. 382a57e Fix #1549: Always reset conference port mixing buffer when it has transmitter(s). by Nanang Izzuddin · 12 years ago
  37. 3bb260a Fix #1547: by Nanang Izzuddin · 12 years ago
  38. 665eff0 Re #1536: Revert r4167 by Sauw Ming · 12 years ago
  39. d1f0b3c Fixed #1536: Modify video port creation parameter to be set with actual creation prm on output by Sauw Ming · 12 years ago
  40. 262dae6 Re #1532: put back the 'redundant' loop at the beginning. by Nanang Izzuddin · 12 years ago
  41. fb7bfb9 Close #1532: optimization in conference bridge get_frame(). by Nanang Izzuddin · 12 years ago
  42. 1fdd4ca Fix #1531: fixed memory and handle leak issue in clock thread. by Nanang Izzuddin · 12 years ago
  43. 93a1ae9 Fix #1528: by Nanang Izzuddin · 12 years ago
  44. 08b20fe Close #1529: by Nanang Izzuddin · 12 years ago
  45. ca29880 Re #1521: minor fixes to BB10 dev. by Sauw Ming · 12 years ago
  46. 152532f Fixed #1521: Add initial support for BlackBerry 10 (BB10) platform. by Sauw Ming · 12 years ago
  47. 0663885 Re #1509: backported r4122-r4129. by Nanang Izzuddin · 12 years ago
  48. 5776067 Re #1508 (misc): Fixed incorrect typecast of pjmedia_vid_stream by Sauw Ming · 12 years ago
  49. 6de7667 Re #1509: backported r4112-4121 by Benny Prijono · 12 years ago
  50. c8f451b Re #1508 (misc): Fixed compilation error if PJMEDIA_STREAM_ENABLE_KA is enabled. by Sauw Ming · 12 years ago
  51. b80b9ee Fix #1501: Added max incoming framerate state in video stream to check for increasing framerate (before triggering PJMEDIA_EVENT_FMT_CHANGED event). by Nanang Izzuddin · 12 years ago
  52. b15e7ca Re #1474: merged r4100-4107 by Benny Prijono · 12 years ago
  53. d2360f8 Misc (re #1446): fixed potentially non-portable 64bit integer literal introduced by r4099 by Benny Prijono · 12 years ago
  54. ab34e6b Re #1474: merged r4095:4099 by Nanang Izzuddin · 12 years ago
  55. bf56817 Misc (re #1446): Fixed compile errors on Symbian S60 5th Ed SDK: unrecognized a struct defined inside another struct and 64 bit integer constants suffix. by Nanang Izzuddin · 12 years ago
  56. af8f4fa Misc (re #1446): Updated ffmpeg compatibility issues, e.g: av_set_int() return code not match to av_opt_set_int(), update libavcodec version to at least 53.61 for av_opt_set*() usage. by Nanang Izzuddin · 12 years ago
  57. 2a04460 Re #1446 (misc): Disable SDL by default on iOS and fixed various compiler warnings. by Sauw Ming · 12 years ago
  58. e85cbee Re #1446 (misc): Fixed linking error if PJMEDIA_HAS_VIDEO is 0 by Sauw Ming · 12 years ago
  59. 2c488d9 Re #1446 (misc): Fix possible crash if video ports are destroyed in the wrong order (i.e. client port must be destroyed last). by Sauw Ming · 12 years ago
  60. fd7be1a Misc (re #1446): more support newer libavcodec version (major: 54) which deprecated AVCodec::encode and avcodec_encode_video(). by Nanang Izzuddin · 12 years ago
  61. 5fa18e6 Re #1474: merged r4054-r4079 by Benny Prijono · 12 years ago
  62. 5f166fd Misc (re #1446): support newer libavcodec version (major: 54) which deprecated few APIs by Benny Prijono · 12 years ago
  63. 2f3cc8e Misc (re #1446): fixed warning re unused job_thread() function in Mac OS build by Benny Prijono · 12 years ago
  64. 20c157e Misc (re #1446) fixed compilation warning by Benny Prijono · 12 years ago
  65. f92386d Misc (re #1446): compilation warning when calling swscale by Benny Prijono · 12 years ago
  66. 8e0a5fc Related to re #1469: enable H.263 and H.264 by default if ffmpeg is available by Benny Prijono · 12 years ago
  67. 75b42f9 Re #1276: Integrate BaseClasses with the project and remove unnecessary classes by Sauw Ming · 12 years ago
  68. 1593c87 Re #1476: for simple blocking, the bandwidth typically needs to be set to larger value than the avg_bitrage, otherwise the simple_blocking will slow down the transmission too much, causing video and audio unsync. This patch force the bandwidth to at least three times avg_bps by Benny Prijono · 12 years ago
  69. d7d94c4 Related to re #1478: minor fix for wrong AVI header field name (msec instead of usec) by Benny Prijono · 12 years ago
  70. db86127 Related to re #1478: add timestamp value to audio and video frames in the AVI player, and fix the avg/max bps calculation for the port info of audio stream by Benny Prijono · 12 years ago
  71. 9f44201 Misc (re #1446): redirect ffmpeg logging with custom log callback. by Nanang Izzuddin · 12 years ago
  72. 11c501a Re #1446 (misc): Revert r4035 which resizes renderer if format does not change. by Sauw Ming · 12 years ago
  73. 1f07888 Re #1446 (misc): Change the default of PJMEDIA_HAS_FFMPEG_VID_CODEC to PJMEDIA_HAS_FFMPEG_CODEC. by Sauw Ming · 12 years ago
  74. 3049d7e Re #1446 (misc): Modified Makefile for ffmpeg_vid_codecs (see r4049) by Sauw Ming · 12 years ago
  75. 74283db Re #1446 (misc): Modified ffmpeg_codecs to ffmpeg_vid_codecs by Sauw Ming · 12 years ago
  76. f34c6bd Misc (re #1446): added AVI tags 'FMP4' & 'DX50' for MPEG4 variants in AVI player. by Nanang Izzuddin · 12 years ago
  77. 451f05f Re #1478: Moved codec creation from dev_stream to dev_info by Sauw Ming · 12 years ago
  78. 1fcae49 Misc (Re #1446): Remove XVID format usage in ffmpeg_util.c, PJMEDIA_FORMAT_XVID definition was removed in r4017 (thanks Bob van der Linden for the fix). by Nanang Izzuddin · 12 years ago
  79. 73f3585 Re #1476: Initial version of send rate control in video stream, added simple blocking method (block application thread to make send delay when delay is needed). by Nanang Izzuddin · 12 years ago
  80. 3af76f4 Re #1446 (misc): Create SDL window in the requested position if PJMEDIA_VID_DEV_CAP_OUTPUT_POSITION is specified (fixed unused vars in the prev revision). by Sauw Ming · 12 years ago
  81. 555600a Re #1446 (misc): Modify SDL dev to: by Sauw Ming · 12 years ago
  82. 5a3f9f5 Re #1478: Add support to play encoded AVI file (H264 or MPEG4). by Sauw Ming · 12 years ago
  83. ad5e814 Re #1474: merged r4030 by Nanang Izzuddin · 12 years ago
  84. ee13fb4 Re #1472: Fixed wrong calculation in clock rate adjustment by Sauw Ming · 12 years ago
  85. 31cc40d Re #1472: Adjust the clock's get_frame() rate if the video device is passive by Sauw Ming · 12 years ago
  86. 5f13c9f Misc (Re #1446): fixed TX packet counter in video stream. by Nanang Izzuddin · 12 years ago
  87. d96208a More re #1478: fixed build config and compile warnings on MSVC2005. by Nanang Izzuddin · 12 years ago
  88. 878bc14 Misc (Re #1446): Add support for aviplay to play H264 and MPEG4 decoded AVI videos. This includes support for XVID and DIVX MPEG4. by Sauw Ming · 12 years ago
  89. 9597b00 Misc (Re #1446): Remove XVID format and add default resolution and fps for MPEG4 and MJPEG by Sauw Ming · 12 years ago
  90. 2e727e8 Fixed #1478: AVI player virtual device. Initial spec: by Benny Prijono · 12 years ago
  91. ce8ff43 Misc (Re #1446): changed h.263 and h.264 default maximum bandwidth to 256kb/s from 512kb/s by Benny Prijono · 12 years ago
  92. 27e6147 Re #1446: set format to PCM when WAVE_FMT_TAG_PCM is detected in AVI file, so that other pjmedia components can recognize that it is a raw PCM format by Benny Prijono · 12 years ago
  93. 73ed000 Misc (re #1446): fixed crash if unregistered format is specified when opening device with the video port by Benny Prijono · 12 years ago
  94. 2ec3222 Close #1479: Applied RTCP related enhancements (#1268 & #1440) into video stream. by Nanang Izzuddin · 12 years ago
  95. 8189933 Misc (re #1446): Reenable format change event emission in video stream when remote frame rate changed. by Nanang Izzuddin · 12 years ago
  96. a81690e Misc (re #1446): by Sauw Ming · 12 years ago
  97. 906e94a Re #1453: fixed memory leak in pjmedia_vid_codec_mgr_set_default_param() caused by unreleased old pool when the new codec param is not NULL (thanks Faba Aa for the report). by Nanang Izzuddin · 12 years ago
  98. 9f056b6 Misc (re #1446): Updated default video frame rate from 30 fps to 15 fps (for both H264 & H263-1998). by Nanang Izzuddin · 12 years ago
  99. b865b14 Misc (re #1446): Added macro PJMEDIA_MAX_VID_PAYLOAD_SIZE, also updated the default encoding MTU of ffmpeg codec & H263/H264 packetizers to this macro setting. by Nanang Izzuddin · 12 years ago
  100. bdf6d1e Fix #1475: Fixed wrong frame size calculation used for jitter buffer initialization in video stream, it should be based on PJMEDIA_MAX_MTU instead of encoder MTU setting. by Nanang Izzuddin · 12 years ago