1. 7f7c5bd Re #1312: Support for refreshing video device list by Sauw Ming · 13 years ago
  2. 46cdaa8 Closed #1309: Add video device capability to support changing position and hiding of renderer window. by Sauw Ming · 13 years ago
  3. 5dea012 Ticket #1304: temporary fix for videoport format change event handling bug, if video port has no converter, format changes may not be applied. Note, need further review that on format changed, video port may need to create video converter if there is none. by Nanang Izzuddin · 13 years ago
  4. 1fef1f9 Fixed #1296 deleting VS6 workspaces and projects by Perry Ismangil · 13 years ago
  5. a8e0862 Fixed #1286: Stride issue in dshow renderer (Video Mixing Renderer) by Sauw Ming · 13 years ago
  6. f477e28 Closed #1292: Make sure each video device for Mac OS and iPhone OS is always unidir by Sauw Ming · 13 years ago
  7. 83db7d6 Re #1292: Make sure each video device and video port instance is always unidirectional by Sauw Ming · 13 years ago
  8. e90ece8 Closed #1275: Change pjmedia_vid_subsys_xx() to pjmedia_vid_dev_subsys_xx() by Sauw Ming · 13 years ago
  9. d49b17e Fixed #1274: SDL video resize by Sauw Ming · 13 years ago
  10. 31c44e9 Fixed #1285: Add support for SDL 1.3 by Sauw Ming · 13 years ago
  11. 4c7d7e6 Re #1214: by Nanang Izzuddin · 13 years ago
  12. abaaffa Re #1219: silly mistake, missing the real fix of r3562. by Nanang Izzuddin · 13 years ago
  13. 4ab5aac Re #1219: Removed decoded buffer size validation before decoding process itself, as the decoded buffer size requirement will be known after successful decoding. by Nanang Izzuddin · 13 years ago
  14. da27c9a Re #1213: Fixed format change detection when there is a converter in place. by Sauw Ming · 13 years ago
  15. e02d345 Re #1213: Fixed typo and compiler warning for SDL device on Mac by Sauw Ming · 13 years ago
  16. 95358c5 Re #1182: Applied PJMEDIA_STREAM_RESV_PAYLOAD_LEN (see r3534) in stream.c. by Nanang Izzuddin · 13 years ago
  17. 093c569 Re #1213: Add on-the-fly format change capability for SDL OpenGL. by Sauw Ming · 13 years ago
  18. 7d424df Re #1182: Added macro setting PJMEDIA_STREAM_RESV_PAYLOAD_LEN to let stream reserve some space for application extra data in the RTP payload, e.g: SRTP auth tag. by Nanang Izzuddin · 13 years ago
  19. eda0609 Re #1219: fix major bug in h263 packetizer in seeking logic of sync point (double zero). by Nanang Izzuddin · 13 years ago
  20. 6357299 Re #1219: attempt to fix crash in H.264 decoding by Benny Prijono · 13 years ago
  21. 1594fbd Re #1219: attempt to fix crash in H.263 by Benny Prijono · 13 years ago
  22. 70aa56b Re #1219: increased MPI array size in pjmedia_vid_codec_h263_fmtp. by Nanang Izzuddin · 13 years ago
  23. da1d3f7 Re #1213: fixed compilation error in sdl_dev.c if OpenGL is not available by Benny Prijono · 13 years ago
  24. 5f8d589 Re #1219: by Nanang Izzuddin · 13 years ago
  25. 0254829 Re #1213: Fixed SDL OpenGL to run on Windows. by Sauw Ming · 13 years ago
  26. 32152ad Re #1219: removed assertion if outgoing frame is larger than MTU by Benny Prijono · 13 years ago
  27. d00d3f2 Re #1219: by Nanang Izzuddin · 13 years ago
  28. bd6613f Re #1185: fixed ICE media transport to work with video in pjsua-lib by Benny Prijono · 13 years ago
  29. f895778 Support for Intel IPP 7. This closes #1227 by Benny Prijono · 13 years ago
  30. ae2f213 Re #1213: Fixed error space number allocation for video devices. by Sauw Ming · 13 years ago
  31. a05cd67 Re #1182: by Benny Prijono · 13 years ago
  32. e098c59 Re #1213: by Sauw Ming · 13 years ago
  33. f7b429c Re #1213: by Sauw Ming · 13 years ago
  34. 0531a72 Re #1213: In case of failure, Dshow capture dev now tries re-opening the device with default setting (size and/or fps). by Sauw Ming · 13 years ago
  35. 63a894d Re #1213: added printing error message when fails to open DirectShow device by Benny Prijono · 13 years ago
  36. 067a382 Re #1186: rejecting media did not put c= line, causing PJMEDIA_SDP_EMISSINGCONN error by Benny Prijono · 13 years ago
  37. 284b80f Re #1219: compile error with undeclared FF_PROFILE_H264_BASELINE and FF_PROFILE_H264_MAIN by Benny Prijono · 13 years ago
  38. 81f0e6a Re #1219: Added H.264 SDP fmtp "sprop-parameter-sets" to ffmpeg. by Nanang Izzuddin · 13 years ago
  39. 56b2ce4 Re #1186: by Nanang Izzuddin · 13 years ago
  40. 21bd3fd Re #1213: Add OpenGL support for SDL renderer by Sauw Ming · 13 years ago
  41. 446082c Re #1186: fixed crash when parsing fmtp with more than 8 parameters by enlarging the default limit, fix the crash, and make the limit configurable by Benny Prijono · 13 years ago
  42. f55fb6b Re #1208: fixed typo in comment and combine the typedef for better doxygen documentation by Benny Prijono · 13 years ago
  43. ea508b4 Re #1219: protect new ffmpeg features with #ifdefs by Benny Prijono · 13 years ago
  44. 81c78af Re #1219: fixed compile error of typo (accidentally undone modification before svn checkin). by Nanang Izzuddin · 13 years ago
  45. 2636c14 Re #1219: by Nanang Izzuddin · 13 years ago
  46. d91af57 Re #1219: by Nanang Izzuddin · 13 years ago
  47. e9f70d8 Re #1213 (Video devices): by Benny Prijono · 14 years ago
  48. f6bebc3 Re #1214: more elaborate tests on vid_dev_test by Benny Prijono · 14 years ago
  49. 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
  50. 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
  51. 03ad890 Re #1213: by Sauw Ming · 14 years ago
  52. 63b01ab Re #1213: by Nanang Izzuddin · 14 years ago
  53. ada4126 Re #1219: updated stack aligning mechanism using PJ_ALIGN_DATA (see ticket #1220). by Nanang Izzuddin · 14 years ago
  54. b93e688 Re #1213 (video devices): by Sauw Ming · 14 years ago
  55. 7825c49 Re #1219: fixed error in Linux/gcc due to unimplemented alignment macro, and remove the assembly implementation by Benny Prijono · 14 years ago
  56. 135290d Re #1215 (framework): by Benny Prijono · 14 years ago
  57. 349037b Re #1213 (video devices): by Benny Prijono · 14 years ago
  58. 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
  59. 854ec1a Re #1208 (misc): added PJMEDIA_HAS_VIDEO macro as the top level macro to disable video features by Benny Prijono · 14 years ago
  60. 867280b Re #1186 (SDP works); added few more APIs for SDP generation: by Benny Prijono · 14 years ago
  61. 51a4a29 Re #1208 (misc): bug in frame_size calculation in PJMEDIA_FSZ() causing results to be truncated by Benny Prijono · 14 years ago
  62. 8e0fa3c Re #1208 (misc): bug in resample_port, the port info is accessed before it is initialized by Benny Prijono · 14 years ago
  63. 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
  64. fe74aec Fixed #1207: Deprecation of pjmedia_session: by Benny Prijono · 14 years ago
  65. 1641953 Re #1182: added the video stream to pjmedia Makefile by Benny Prijono · 14 years ago
  66. 678b2f8 Re #1182: by Nanang Izzuddin · 14 years ago
  67. 9861070 Re #1182: by Nanang Izzuddin · 14 years ago
  68. 4a20bc8 Re #1182: by Sauw Ming · 14 years ago
  69. 235e1b4 Re #1182: by Nanang Izzuddin · 14 years ago
  70. a9c1cf4 Re #1182: by Nanang Izzuddin · 14 years ago
  71. c85a00d Re #1186: by Nanang Izzuddin · 14 years ago
  72. ecaaec0 Re #1182: Reverted back video part in stream.h/c by Nanang Izzuddin · 14 years ago
  73. 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
  74. b1b17d2 Fixed #1184: by Sauw Ming · 14 years ago
  75. ab49430 Re #1183: by Sauw Ming · 14 years ago
  76. 6e6c215 Fixed #1183 by Sauw Ming · 14 years ago
  77. e43ee72 Re #1176: fixed build config for MSVC2005 by Nanang Izzuddin · 14 years ago
  78. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  79. 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
  80. 5321ca7 Misc (re #1151): Fixed crash in coreaudio_dev when there is no call during an interruption. by Sauw Ming · 14 years ago
  81. 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
  82. 5d86b7b Fix #1171, fixed issues in pjmedia_codec_mgr_set_default_param(): by Nanang Izzuddin · 14 years ago
  83. 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
  84. 3150d8b Fix #1165: by Nanang Izzuddin · 14 years ago
  85. fb1d2dd Misc (re #1151): fixed the compile time switch to use iLBC codec on iPhone by Benny Prijono · 14 years ago
  86. 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
  87. 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
  88. 2f75386 Fix #1153: Fixed missing header dependency in pjmedia-codec/types.h, it should include pjmedia/codec.h by Nanang Izzuddin · 14 years ago
  89. d1ac4e2 Re #1140, cleaned up the mutex usages in SRTP transport: by Nanang Izzuddin · 14 years ago
  90. 7d242bc Fixed #1148: by Nanang Izzuddin · 14 years ago
  91. 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
  92. 5c88404 Misc (re #1134): Fixed memory leak after getting audio route capability in coreaudio_dev by Sauw Ming · 14 years ago
  93. b8aeb9d Re #1134 (misc fixes): fixed various doxygen warnings, as well as added overview section in pjmedia documentation by Benny Prijono · 14 years ago
  94. f493e4d Fix #1135: added RTP padding checks and RTP payload length adjustment according to padding length. by Nanang Izzuddin · 14 years ago
  95. 0282727 Misc (re #1134): fixed error in Makefile target for generating doxygen documentation when WWWDIR is specified by Benny Prijono · 14 years ago
  96. 01f52c4 Close #1133: added processing to remote SDP attribute "ptime". by Nanang Izzuddin · 14 years ago
  97. 5e39a2b Closed #1129: by Nanang Izzuddin · 14 years ago
  98. 5e15796 Fix #1114: by Nanang Izzuddin · 14 years ago
  99. 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
  100. 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