1. 2636c14 Re #1219: by Nanang Izzuddin · 13 years ago
  2. d91af57 Re #1219: by Nanang Izzuddin · 13 years ago
  3. e9f70d8 Re #1213 (Video devices): by Benny Prijono · 14 years ago
  4. f6bebc3 Re #1214: more elaborate tests on vid_dev_test by Benny Prijono · 14 years ago
  5. 00ae45a libswscale rearrangement (re #1219/ffmpeg codecs): instantiate libswscale converter from the converter manager instead of having to instantiate it manually in all apps by Benny Prijono · 14 years ago
  6. 8dbe1a1 Re #1219: Updated H263 packetizer to just return PJ_EINVAL (instead of triggering assertion) when the supplied bitstream is invalid. by Nanang Izzuddin · 14 years ago
  7. 03ad890 Re #1213: by Sauw Ming · 14 years ago
  8. 63b01ab Re #1213: by Nanang Izzuddin · 14 years ago
  9. ada4126 Re #1219: updated stack aligning mechanism using PJ_ALIGN_DATA (see ticket #1220). by Nanang Izzuddin · 14 years ago
  10. b93e688 Re #1213 (video devices): by Sauw Ming · 14 years ago
  11. 7825c49 Re #1219: fixed error in Linux/gcc due to unimplemented alignment macro, and remove the assembly implementation by Benny Prijono · 14 years ago
  12. 135290d Re #1215 (framework): by Benny Prijono · 14 years ago
  13. 349037b Re #1213 (video devices): by Benny Prijono · 14 years ago
  14. 0bc99a9 Modifications in PJSUA-LIB to support multiple media streams (multiple audio and/or video) and dynamic creation of media transports. This closed #1185 and closed #1201. by Benny Prijono · 14 years ago
  15. 3a86f32 Fix #1212: by Nanang Izzuddin · 14 years ago
  16. c1f500c Re #1175 (Misc): coreaudio fixes: by Sauw Ming · 14 years ago
  17. 854ec1a Re #1208 (misc): added PJMEDIA_HAS_VIDEO macro as the top level macro to disable video features by Benny Prijono · 14 years ago
  18. 867280b Re #1186 (SDP works); added few more APIs for SDP generation: by Benny Prijono · 14 years ago
  19. 51a4a29 Re #1208 (misc): bug in frame_size calculation in PJMEDIA_FSZ() causing results to be truncated by Benny Prijono · 14 years ago
  20. 8e0fa3c Re #1208 (misc): bug in resample_port, the port info is accessed before it is initialized by Benny Prijono · 14 years ago
  21. 6c7e95e Re #1182: renamed pjmedia_vid_stream to pjmedia_vid_dev_stream due to conflict with "the real" vid_stream by Benny Prijono · 14 years ago
  22. fe74aec Fixed #1207: Deprecation of pjmedia_session: by Benny Prijono · 14 years ago
  23. 1641953 Re #1182: added the video stream to pjmedia Makefile by Benny Prijono · 14 years ago
  24. 744e0db Misc (re #1175) (thanks to Seth Hinze for the patch): by Sauw Ming · 14 years ago
  25. d3c8e63 Closed #1206: Add pjmedia_stream API to get the last frame type retrieved from the jitter buffer. by Sauw Ming · 14 years ago
  26. aa3c0d3 Re #1204: by Sauw Ming · 14 years ago
  27. 98766c7 Fixed #1204: Support for refreshing audio device list. by Sauw Ming · 14 years ago
  28. 678b2f8 Re #1182: by Nanang Izzuddin · 14 years ago
  29. 9861070 Re #1182: by Nanang Izzuddin · 14 years ago
  30. 4a20bc8 Re #1182: by Sauw Ming · 14 years ago
  31. 235e1b4 Re #1182: by Nanang Izzuddin · 14 years ago
  32. 29531ae Re #1174 (coreaudio_dev work): minor changes to replace "Error" message with "Warning" for non-fatal errors by Benny Prijono · 14 years ago
  33. a9c1cf4 Re #1182: by Nanang Izzuddin · 14 years ago
  34. c85a00d Re #1186: by Nanang Izzuddin · 14 years ago
  35. ecaaec0 Re #1182: Reverted back video part in stream.h/c by Nanang Izzuddin · 14 years ago
  36. b3756b3 Re #1200: updated IPP codecs to support IPP v7.0 on MSVC, only include "ippsr.lib" in auto link when IPP major version is 6 or below. by Nanang Izzuddin · 14 years ago
  37. d8cc3e7 Fix #1199: by Nanang Izzuddin · 14 years ago
  38. 462fb1d Misc (re #1175): fixed possible division-by-zero bug when receiving problematic G722 payloads (e.g: sized less than 160 bytes) and remote clock-rate/timestamp-span detection is active (PJMEDIA_HANDLE_G722_MPEG_BUG is set). Thanks Erik Waling for the patch. by Nanang Izzuddin · 14 years ago
  39. aa6fd41 Re #1174: fixed crash when pjsua is restarted, causing inClientData to be invalid since AudioSessionInitialize can only be called once. by Sauw Ming · 14 years ago
  40. 5b0f230 Re #1175: Modified default core audio unit used on iOS from VPIO to RemoteIO. To use VPIO, application needs to specify a nonzero value for the PJMEDIA_AUD_DEV_CAP_EC capability. by Sauw Ming · 14 years ago
  41. f3cfb88 Re #1192: Fixes stereo support. by Sauw Ming · 14 years ago
  42. 9ef5138 Re #597: Modify buffer padding code for EOF event (thanks to Thomas Johnson). by Sauw Ming · 14 years ago
  43. 3e7630a Re #3398: Fixes assertion in the resample procedure and callback. by Sauw Ming · 14 years ago
  44. 0f35826 Fixes #597: Error reading WAV files when there are extra chunks after DATA chunk. by Sauw Ming · 14 years ago
  45. 4fc590f Fix #1195: assertion during thread registration in coreaudio and portaudio's input/output callbacks on Mac OS X and #1196: using system's default audio input/output device instead of first available device. by Sauw Ming · 14 years ago
  46. 1e376aa As compared to iOS SDK 3.x, in iOS SDK 4.x, __IPHONE_OS_VERSION_MIN_REQUIRED is defined only when -miphoneos-version-min is used (see the SDK's AvailabilityInternal.h). This causes coreaudio_dev to be compiled using RemoteIO (instead of VPIO) and without Bluetooth support. This revision fixes #1194. by Sauw Ming · 14 years ago
  47. 8e79912 Re #1184: Adding pjmedia_clock_src for the purpose of audio and video synchronization and also to provide synchronization mechanism between two medias in general. by Sauw Ming · 14 years ago
  48. b1b17d2 Fixed #1184: by Sauw Ming · 14 years ago
  49. c7ec991 Re #1174: Fixed AudioSession services error handling in factory initialization. by Sauw Ming · 14 years ago
  50. ab49430 Re #1183: by Sauw Ming · 14 years ago
  51. 4a59e2a Fixed #1174, #1191, #1192 by Sauw Ming · 14 years ago
  52. 1fe6d6c Fix #1188: by Nanang Izzuddin · 14 years ago
  53. 6e6c215 Fixed #1183 by Sauw Ming · 14 years ago
  54. e43ee72 Re #1176: fixed build config for MSVC2005 by Nanang Izzuddin · 14 years ago
  55. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  56. ae6f32d Fixed #1160: Option to bypass RTP payload type verification in the stream (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  57. 5321ca7 Misc (re #1151): Fixed crash in coreaudio_dev when there is no call during an interruption. by Sauw Ming · 14 years ago
  58. fe30a53 Re #1165: fixed SRTP transport to not update the SRTP activation flag, i.e: bypass_srtp, in transport_encode_sdp(), as it shouldn't change the media session states. by Nanang Izzuddin · 14 years ago
  59. 5d86b7b Fix #1171, fixed issues in pjmedia_codec_mgr_set_default_param(): by Nanang Izzuddin · 14 years ago
  60. c155bb9 Misc (re #1151): fixed bug in pjmedia_session_enum_streams(), used wrong pointer for the stream info source. by Nanang Izzuddin · 14 years ago
  61. 3150d8b Fix #1165: by Nanang Izzuddin · 14 years ago
  62. fb1d2dd Misc (re #1151): fixed the compile time switch to use iLBC codec on iPhone by Benny Prijono · 14 years ago
  63. 60dc3fa Fixed #1154 (Run-time option to disable telephone-event in outgoing SDP offer (thanks Marcus Froeschl for the suggestion)) by Benny Prijono · 14 years ago
  64. 34315ce Misc (re #1151): fixed jitter buffer state 'jb_max_burst' initialization, MAX_BURST_MSEC should be converted to number-of-frame unit (thanks Zhefeng Du for the fix). by Nanang Izzuddin · 14 years ago
  65. 2f75386 Fix #1153: Fixed missing header dependency in pjmedia-codec/types.h, it should include pjmedia/codec.h by Nanang Izzuddin · 14 years ago
  66. d1ac4e2 Re #1140, cleaned up the mutex usages in SRTP transport: by Nanang Izzuddin · 14 years ago
  67. 7d242bc Fixed #1148: by Nanang Izzuddin · 14 years ago
  68. 9a2b19f Misc (re #1134): changed dynamic payload type starting value for internal codecs to 96 (from 101) as we are running out of constants. Also added more comments to clarify the restriction on the value, i.e. it must be less than 128 (thanks Robbie Hanson for the suggestion) by Benny Prijono · 14 years ago
  69. 5c88404 Misc (re #1134): Fixed memory leak after getting audio route capability in coreaudio_dev by Sauw Ming · 14 years ago
  70. b8aeb9d Re #1134 (misc fixes): fixed various doxygen warnings, as well as added overview section in pjmedia documentation by Benny Prijono · 14 years ago
  71. f493e4d Fix #1135: added RTP padding checks and RTP payload length adjustment according to padding length. by Nanang Izzuddin · 14 years ago
  72. 0282727 Misc (re #1134): fixed error in Makefile target for generating doxygen documentation when WWWDIR is specified by Benny Prijono · 14 years ago
  73. 01f52c4 Close #1133: added processing to remote SDP attribute "ptime". by Nanang Izzuddin · 14 years ago
  74. 5e39a2b Closed #1129: by Nanang Izzuddin · 14 years ago
  75. 5e15796 Fix #1114: by Nanang Izzuddin · 14 years ago
  76. b99def5 Fix #1112: fixed IPP G.729 codec to update the application regarding VAD status, disabled/off, after receiving 'fmtp:18 annexb=no' in the SDP. by Nanang Izzuddin · 14 years ago
  77. fef5a3f Re #1106: Reverted back the IPP codec APIs pjmedia_codec_ipp_set/get_config() as currently to set PCM signal level adjustment can be done using the existing G722.1 API pjmedia_codec_g7221_set_pcm_shift(). by Nanang Izzuddin · 14 years ago
  78. 2958061 Misc (re #1068): fixed various compilation warnings with Visual Studio 6 and 2005 by Benny Prijono · 14 years ago
  79. db5994b Fix #1106: by Nanang Izzuddin · 14 years ago
  80. a3aeb95 Misc (re #1068): temporary fix address parsing in SDP connection info. by Nanang Izzuddin · 14 years ago
  81. d1f054e Misc (re #1068): fix compile errors/warnings on Symbian S60 5th ed. by Nanang Izzuddin · 14 years ago
  82. 20c503a Re #1072: fixed buffer overflow bugs introduced by r3202. by Nanang Izzuddin · 14 years ago
  83. 78bec1a Re #1103: by Nanang Izzuddin · 14 years ago
  84. bff351e Re #1103: by Nanang Izzuddin · 14 years ago
  85. c1426fe Fixed segfault Re #740 by Benny Prijono · 14 years ago
  86. 33e291a Fix #740: - Fixed zeroed/unset RTP timestamp in RTCP sender report. by Nanang Izzuddin · 14 years ago
  87. 6f5b7f0 Fix #1075: by Nanang Izzuddin · 14 years ago
  88. e810108 Re #1094: fixed compilation error in previous fix in r3218 by Benny Prijono · 14 years ago
  89. 2dbf507 Fixed #1079 (Media transport should be kept alive during double-hold scenario). Details: by Benny Prijono · 14 years ago
  90. 61d8440 Fixed #1094: Transmit RTCP keep alive even when the stream is paused (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  91. ab74c90 Another unterminated SDP offer/answer negotiation fix (Re: #1045): by Benny Prijono · 14 years ago
  92. 1653c98 Misc (re #1068): added new API pjmedia_master_port_wait() to poll master port clock when it is created with PJMEDIA_CLOCK_NO_ASYNC flag. by Nanang Izzuddin · 14 years ago
  93. a56f32d Misc (Re #1068): initialize rtpmap string with NULL as it generates uninitialized memory ptr read under Valgrind. Thanks Jones Desougi for the patch. by Benny Prijono · 14 years ago
  94. c742f4e Close #1072: by Nanang Izzuddin · 14 years ago
  95. 5de1abb Fix #1093: - Fixed memory leak of CVoIPFormatIntfc instances in S60 VAS. by Nanang Izzuddin · 14 years ago
  96. cf4d141 Fix #1085: - Added new codec G721, as alias for G726-32. by Nanang Izzuddin · 14 years ago
  97. 16852b3 Re #668: by Nanang Izzuddin · 14 years ago
  98. 1f2f454 Fix #1073: by Nanang Izzuddin · 14 years ago
  99. d61fedc Fix #1088: by Nanang Izzuddin · 14 years ago
  100. 8ddda3e Fix #1074: Fixed SRTP crypto parser to preverify the key length. by Nanang Izzuddin · 14 years ago